diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-08 15:47:21 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-08 15:47:21 +0000 |
commit | a17cc1f707d4f5f02ce6707a688b7ea3308fc246 (patch) | |
tree | 811e10487e3665686cdfa04b4930d64f0e4af79f /dev-util | |
parent | new release (Manifest recommit) (diff) | |
download | gentoo-2-a17cc1f707d4f5f02ce6707a688b7ea3308fc246.tar.gz gentoo-2-a17cc1f707d4f5f02ce6707a688b7ea3308fc246.tar.bz2 gentoo-2-a17cc1f707d4f5f02ce6707a688b7ea3308fc246.zip |
might as well clean up a little
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gob/files/digest-gob-2.0.2 | 1 | ||||
-rw-r--r-- | dev-util/gob/files/digest-gob-2.0.5 | 1 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.2.ebuild | 29 | ||||
-rw-r--r-- | dev-util/gob/gob-2.0.5.ebuild | 29 |
4 files changed, 0 insertions, 60 deletions
diff --git a/dev-util/gob/files/digest-gob-2.0.2 b/dev-util/gob/files/digest-gob-2.0.2 deleted file mode 100644 index d0b15a11f0c8..000000000000 --- a/dev-util/gob/files/digest-gob-2.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 452270df0e5ec46ffb66cfe9ac9e9d2a gob2-2.0.2.tar.gz 205021 diff --git a/dev-util/gob/files/digest-gob-2.0.5 b/dev-util/gob/files/digest-gob-2.0.5 deleted file mode 100644 index 33e20164d5b9..000000000000 --- a/dev-util/gob/files/digest-gob-2.0.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 edf515709d9bf15c6924aa12edfac577 gob2-2.0.5.tar.gz 222482 diff --git a/dev-util/gob/gob-2.0.2.ebuild b/dev-util/gob/gob-2.0.2.ebuild deleted file mode 100644 index 043ef53c8fad..000000000000 --- a/dev-util/gob/gob-2.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.2.ebuild,v 1.9 2004/07/14 23:40:11 agriffis Exp $ - -MY_P=${PN}2-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="preprocessor for making GTK+ objects with inline C code" -SRC_URI="http://ftp.5z.com/pub/gob/${MY_P}.tar.gz" -HOMEPAGE="http://www.5z.com/jirka/gob.html" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.0* - dev-libs/popt" -DEPEND="${RDEPEND} - sys-devel/flex" - -src_compile() { - econf || die "configure fail" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING.generated-code ChangeLog NEWS README TODO -} diff --git a/dev-util/gob/gob-2.0.5.ebuild b/dev-util/gob/gob-2.0.5.ebuild deleted file mode 100644 index 0b697a027c44..000000000000 --- a/dev-util/gob/gob-2.0.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-2.0.5.ebuild,v 1.6 2004/07/14 23:40:11 agriffis Exp $ - -MY_P=${PN}2-${PV} -S=${WORKDIR}/${MY_P} -DESCRIPTION="preprocessor for making GTK+ objects with inline C code" -SRC_URI="http://ftp.5z.com/pub/gob/${MY_P}.tar.gz" -HOMEPAGE="http://www.5z.com/jirka/gob.html" - -SLOT="2" -LICENSE="GPL-2" -KEYWORDS="x86 ~sparc" -IUSE="" - -RDEPEND=">=dev-libs/glib-2.0* - dev-libs/popt" -DEPEND="${RDEPEND} - sys-devel/flex" - -src_compile() { - econf || die "configure fail" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING.generated-code ChangeLog NEWS README TODO -} |