diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 13:54:53 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-11-10 13:54:53 +0000 |
commit | a704e857d63b4f9a8a706ce83b718058f3059e9c (patch) | |
tree | 76562111144759a54e27302a7be72f2971293e41 /gnome-extra/guppi | |
parent | cleaned up old versions (diff) | |
download | gentoo-2-a704e857d63b4f9a8a706ce83b718058f3059e9c.tar.gz gentoo-2-a704e857d63b4f9a8a706ce83b718058f3059e9c.tar.bz2 gentoo-2-a704e857d63b4f9a8a706ce83b718058f3059e9c.zip |
cleaned up old versions
Diffstat (limited to 'gnome-extra/guppi')
-rw-r--r-- | gnome-extra/guppi/files/digest-guppi-0.35.5-r2 | 1 | ||||
-rw-r--r-- | gnome-extra/guppi/guppi-0.35.5-r2.ebuild | 66 | ||||
-rw-r--r-- | gnome-extra/guppi/guppi-0.40.0.ebuild | 5 |
3 files changed, 3 insertions, 69 deletions
diff --git a/gnome-extra/guppi/files/digest-guppi-0.35.5-r2 b/gnome-extra/guppi/files/digest-guppi-0.35.5-r2 deleted file mode 100644 index 0b021a80385c..000000000000 --- a/gnome-extra/guppi/files/digest-guppi-0.35.5-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 93ba14b9334e3838466446614149e2b4 Guppi-0.35.5.tar.gz 1855488 diff --git a/gnome-extra/guppi/guppi-0.35.5-r2.ebuild b/gnome-extra/guppi/guppi-0.35.5-r2.ebuild deleted file mode 100644 index 1e57faedbc41..000000000000 --- a/gnome-extra/guppi/guppi-0.35.5-r2.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# /home/cvsroot/gentoo-x86/gnome-office/gnumeric/gnumeric-0.64-r1.ebuild,v 1.1 2001/05/17 13:29:30 achim Exp -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.35.5-r2.ebuild,v 1.5 2001/10/22 10:06:31 hallski Exp $ - -P=Guppi-${PV} -S=${WORKDIR}/${P} -DESCRIPTION="GNOME Plottin Tool" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/guppi/" - -RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1 - >=dev-util/guile-1.4 - >=gnome-base/gnome-print-0.30 - bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - >=dev-util/intltool-0.11 - python? ( >=dev-lang/python-2.0 )" - -src_compile() { - local myconf - - if [ "`use bonobo`" ] - then - myconf="--enable-bonobo" - else - myconf="--disable-bonobo" - fi - - if [ "`use python`" ] - then - myconf="--enable-python" - else - myconf="--disable-python" - fi - - if [ -z "`use nls`" ] ; then - myconf="$myconf --disable-nls" - fi - - if [ -z "`use readline`" ] ; then - myconf="$myconf --disable-guile-readline" - fi - - CFLAGS="${CFLAGS} `gnome-config --cflags libglade`" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - ${myconf} || die - - make || die # Doesn't work with -j 4 (hallski) -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/gnome-extra/guppi/guppi-0.40.0.ebuild b/gnome-extra/guppi/guppi-0.40.0.ebuild index 1c51109a75db..d53b31ebfee7 100644 --- a/gnome-extra/guppi/guppi-0.40.0.ebuild +++ b/gnome-extra/guppi/guppi-0.40.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.0.ebuild,v 1.1 2001/11/04 04:54:54 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/guppi/guppi-0.40.0.ebuild,v 1.2 2001/11/10 13:54:53 hallski Exp $ -P=Guppi-${PV} +PN=Guppi +P=${PN}-${PV} S=${WORKDIR}/${P} DESCRIPTION="GNOME Plottin Tool" SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.bz2" |