diff options
Diffstat (limited to 'gnome-extra/gb/gb-0.0.20-r1.ebuild')
-rw-r--r-- | gnome-extra/gb/gb-0.0.20-r1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/gnome-extra/gb/gb-0.0.20-r1.ebuild b/gnome-extra/gb/gb-0.0.20-r1.ebuild deleted file mode 100644 index 1c10aae18cdb..000000000000 --- a/gnome-extra/gb/gb-0.0.20-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gb/gb-0.0.20-r1.ebuild,v 1.10 2003/09/06 23:52:56 msterret Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GNOME Basic" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.gnome.org/" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ppc" - -RDEPEND=">=gnome-base/gnome-print-0.30" - -DEPEND="${RDEPEND}" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var/lib \ - assert - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - sysconfdir=${D}/etc \ - localstatedir=${D}/var/lib \ - install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README* TODO -} - - - - |