diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-01 04:05:59 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-01 04:05:59 +0000 |
commit | 84bf3dc4639f1075e692f7dacdd632413ba8170c (patch) | |
tree | 9f6d2227241003998442750f57d5ebd78f8a5c86 /app-office | |
parent | Removed old, crusty ebuilds (diff) | |
download | gentoo-2-84bf3dc4639f1075e692f7dacdd632413ba8170c.tar.gz gentoo-2-84bf3dc4639f1075e692f7dacdd632413ba8170c.tar.bz2 gentoo-2-84bf3dc4639f1075e692f7dacdd632413ba8170c.zip |
Removed old ebuilds
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.6.4 | 1 | ||||
-rw-r--r-- | app-office/gnucash/files/digest-gnucash-1.6.5 | 1 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.4.ebuild | 49 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.5.ebuild | 49 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-1.6.6.ebuild | 11 |
5 files changed, 4 insertions, 107 deletions
diff --git a/app-office/gnucash/files/digest-gnucash-1.6.4 b/app-office/gnucash/files/digest-gnucash-1.6.4 deleted file mode 100644 index c5768fc79d6f..000000000000 --- a/app-office/gnucash/files/digest-gnucash-1.6.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 7972990e0b6056d3cce7c95a17153dac gnucash-1.6.4.tar.gz 13371505 diff --git a/app-office/gnucash/files/digest-gnucash-1.6.5 b/app-office/gnucash/files/digest-gnucash-1.6.5 deleted file mode 100644 index 010c39033830..000000000000 --- a/app-office/gnucash/files/digest-gnucash-1.6.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 1d711b754fa533b9ee2c4865a2ef9fac gnucash-1.6.5.tar.gz 13979204 diff --git a/app-office/gnucash/gnucash-1.6.4.ebuild b/app-office/gnucash/gnucash-1.6.4.ebuild deleted file mode 100644 index a8d2b87a9001..000000000000 --- a/app-office/gnucash/gnucash-1.6.4.ebuild +++ /dev/null @@ -1,49 +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> -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.4.ebuild,v 1.2 2001/12/18 03:21:41 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A personal finance manager" -SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz" -HOMEPAGE="http://gnucash.sourceforge.net" - - -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=dev-libs/libxml-1.8.10 - >=gnome-extra/gtkhtml-0.14.0-r1 - >=gnome-base/gnome-print-0.30 - >=gnome-extra/gal-0.13-r1 - >=gnome-extra/guppi-0.35.5-r2" - -DEPEND="${RDEPEND} - >=sys-devel/perl-5 - >=dev-libs/slib-2.3.8 - >=dev-lang/swig-1.3_alpha4 - >=dev-libs/slib-2.3.8 - >=dev-libs/g-wrap-1.1.5 - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - $myconf || die - - make || die # Doesn't work with make -j 4 (hallski) -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - - -} - diff --git a/app-office/gnucash/gnucash-1.6.5.ebuild b/app-office/gnucash/gnucash-1.6.5.ebuild deleted file mode 100644 index 60154930b08e..000000000000 --- a/app-office/gnucash/gnucash-1.6.5.ebuild +++ /dev/null @@ -1,49 +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> -# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.5.ebuild,v 1.1 2001/12/18 03:21:41 hallski Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="A personal finance manager" -SRC_URI="http://download.sourceforge.net/${PN}/${P}.tar.gz" -HOMEPAGE="http://gnucash.sourceforge.net" - - -RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 - >=dev-libs/libxml-1.8.10 - >=gnome-extra/gtkhtml-0.14.0-r1 - >=gnome-base/gnome-print-0.30 - >=gnome-extra/gal-0.13-r1 - >=gnome-extra/guppi-0.35.5-r2" - -DEPEND="${RDEPEND} - >=sys-devel/perl-5 - >=dev-libs/slib-2.3.8 - >=dev-lang/swig-1.3_alpha4 - >=dev-libs/slib-2.3.8 - >=dev-libs/g-wrap-1.1.5 - nls? ( sys-devel/gettext )" - -src_compile() { - local myconf - - if [ -z "`use nls`" ] ; then - myconf="--disable-nls" - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - $myconf || die - - make || die # Doesn't work with make -j 4 (hallski) -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO - - -} - diff --git a/app-office/gnucash/gnucash-1.6.6.ebuild b/app-office/gnucash/gnucash-1.6.6.ebuild index d899a753b82e..5b72560eebf7 100644 --- a/app-office/gnucash/gnucash-1.6.6.ebuild +++ b/app-office/gnucash/gnucash-1.6.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 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/app-office/gnucash/gnucash-1.6.6.ebuild,v 1.1 2002/03/28 09:07:16 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnucash/gnucash-1.6.6.ebuild,v 1.2 2002/04/01 04:05:59 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="A personal finance manager" @@ -11,9 +11,9 @@ HOMEPAGE="http://gnucash.sourceforge.net" RDEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=dev-libs/libxml-1.8.10 >=gnome-extra/gtkhtml-0.14.0-r1 - >=gnome-base/gnome-print-0.30 >=gnome-extra/gal-0.13-r1 - >=gnome-extra/guppi-0.35.5-r2" + >=gnome-extra/guppi-0.35.5-r2 + cups? ( >=gnome-base/gnome-print-0.30 )" DEPEND="${RDEPEND} >=sys-devel/perl-5 @@ -36,7 +36,7 @@ src_compile() { local myconf if [ -z "`use nls`" ] ; then - myconf="--disable-nls" + myconf="--disable-nls" fi ./configure --host=${CHOST} \ @@ -52,7 +52,4 @@ src_install () { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog NEWS README TODO - - } - |