Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127792 - sci-visualization/geg - a GTK+ Equation Grapher (new ebuild)
Summary: sci-visualization/geg - a GTK+ Equation Grapher (new ebuild)
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Highest enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-03-27 15:02 UTC by Ana Andrés
Modified: 2010-01-06 01:23 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ana Andrés 2006-03-27 15:02:42 UTC
Request for ebuild geg: a GTK+ Equation Grapher

Homepage: http://www.infolaunch.com/~daveb/

i think this little program sould be included in portage, i made a preliminary ebuild for it.


sci-visualization/geg-1.0.2.ebuild:

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="a GTK+ Equation Grapher"
HOMEPAGE="http://www.infolaunch.com/~daveb/"
SRC_URI="http://www.infolaunch.com/~daveb/${P}.tar.gz"
DEPEND="|| ( ( x11-libs/libX11 ) virtual/x11 )
        x11-libs/libXext
        >=dev-libs/glib-1.2.10-r5
        >=x11-libs/gtk+-1.2.10-r11"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

src_compile() {
    econf || die "econf failed"
    emake || die "emake failed"
}

src_install() {
    make DESTDIR="${D}" install || die "install failed"

    dodoc FAQ NEWS README
    doman geg.1
}
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-18 04:07:30 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 2 Arseny Solokha 2009-10-23 14:56:29 UTC
Homepage is unavailable, and 1.0.2 seems to be the last version while it has been released once in 2005 (?). Anyway, it's apparently dead.
Comment 3 Sébastien Fabbro (RETIRED) gentoo-dev 2010-01-06 01:23:27 UTC
Dead or will need more info to considere it.