diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 11:22:19 +0000 |
commit | 7d1d37dc9b919a276844cffcb10ad48f535dab14 (patch) | |
tree | 3372fa00d4361d25be03dbc9154b64131514f177 /dev-util/gob | |
parent | repoman'd (diff) | |
download | historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.gz historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.tar.bz2 historical-7d1d37dc9b919a276844cffcb10ad48f535dab14.zip |
repoman'd
Diffstat (limited to 'dev-util/gob')
-rw-r--r-- | dev-util/gob/files/digest-gob-1.0.9 | 1 | ||||
-rw-r--r-- | dev-util/gob/gob-1.0.12.ebuild | 15 | ||||
-rw-r--r-- | dev-util/gob/gob-1.0.9.ebuild | 29 | ||||
-rw-r--r-- | dev-util/gob/gob-1.99.3.ebuild | 11 |
4 files changed, 12 insertions, 44 deletions
diff --git a/dev-util/gob/files/digest-gob-1.0.9 b/dev-util/gob/files/digest-gob-1.0.9 deleted file mode 100644 index 5a46a1caca54..000000000000 --- a/dev-util/gob/files/digest-gob-1.0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 c32b6af9d6d3fe0f325a10bf369365dc gob-1.0.9.tar.gz 152906 diff --git a/dev-util/gob/gob-1.0.12.ebuild b/dev-util/gob/gob-1.0.12.ebuild index 1ac81a084754..181049f22f46 100644 --- a/dev-util/gob/gob-1.0.12.ebuild +++ b/dev-util/gob/gob-1.0.12.ebuild @@ -1,29 +1,26 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.12.ebuild,v 1.3 2002/06/19 23:48:46 azarah Exp $ +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.12.ebuild,v 1.4 2002/07/23 11:22:18 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="GOB is a preprocessor for making GTK+ objects with inline C code" SRC_URI="http://ftp.5z.com/pub/gob/${P}.tar.gz" HOMEPAGE="http://www.5z.com/jirka/gob.html" + SLOT="1" +LICENSE="GPL-2" +KEYWORDS="x86" RDEPEND="=dev-libs/glib-1.2*" - DEPEND="${RDEPEND} sys-devel/flex" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man - assert - + econf || die make || die } src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog NEWS README TODO } diff --git a/dev-util/gob/gob-1.0.9.ebuild b/dev-util/gob/gob-1.0.9.ebuild deleted file mode 100644 index 9a518f01ab2a..000000000000 --- a/dev-util/gob/gob-1.0.9.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.0.9.ebuild,v 1.6 2002/07/11 06:30:25 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="GOB is a preprocessor for making GTK+ objects with inline C code" -SRC_URI="http://ftp.5z.com/pub/gob/${P}.tar.gz" -HOMEPAGE="http://www.5z.com/jirka/gob.html" -SLOT="1" - -RDEPEND="=dev-libs/glib-1.2*" - -DEPEND="${RDEPEND} - sys-devel/flex" - -src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man - assert - - make || die -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} diff --git a/dev-util/gob/gob-1.99.3.ebuild b/dev-util/gob/gob-1.99.3.ebuild index 4175b47b4ca0..d3609f411885 100644 --- a/dev-util/gob/gob-1.99.3.ebuild +++ b/dev-util/gob/gob-1.99.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.99.3.ebuild,v 1.2 2002/06/19 23:48:46 azarah Exp $ +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/gob/gob-1.99.3.ebuild,v 1.3 2002/07/23 11:22:18 seemant Exp $ MY_P=${PN}2-${PV} @@ -8,7 +8,10 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="GOB is a 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" RDEPEND="=dev-libs/glib-2.0* dev-libs/popt" @@ -17,9 +20,7 @@ DEPEND="${RDEPEND} sys-devel/flex" src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man || die "configure fail" + econf || die "configure fail" emake || die } |