diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 10:38:07 +0000 |
commit | 3f2be35377686d31df5a734264dda7cb03c20d1f (patch) | |
tree | eb0f206e9edf104c22f525e32efb0f82678e058d /dev-util/cook | |
parent | Added GNU GPL version 1 (diff) | |
download | historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.gz historical-3f2be35377686d31df5a734264dda7cb03c20d1f.tar.bz2 historical-3f2be35377686d31df5a734264dda7cb03c20d1f.zip |
repoman'd
Diffstat (limited to 'dev-util/cook')
-rw-r--r-- | dev-util/cook/cook-2.18.ebuild | 27 | ||||
-rw-r--r-- | dev-util/cook/cook-2.20.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cook/files/digest-cook-2.18 | 1 |
3 files changed, 2 insertions, 30 deletions
diff --git a/dev-util/cook/cook-2.18.ebuild b/dev-util/cook/cook-2.18.ebuild deleted file mode 100644 index 2bace35d45f5..000000000000 --- a/dev-util/cook/cook-2.18.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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/cook/cook-2.18.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Cook is a tool for constructing files. It is a replacement for make." -SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz" -HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html" -DEPEND="sys-devel/bison" - -src_compile() -{ - ./configure --prefix=/usr || die "./configure failed" - - # doesn't seem to like emake - make || die -} - - -src_install () -{ - - # we'll hijack the RPM_BUILD_ROOT variable which is intended for a - # similiar purpose anyway - make RPM_BUILD_ROOT=${D} install || die -} - diff --git a/dev-util/cook/cook-2.20.ebuild b/dev-util/cook/cook-2.20.ebuild index 7d6bc0afff55..ca002ea9d5ed 100644 --- a/dev-util/cook/cook-2.20.ebuild +++ b/dev-util/cook/cook-2.20.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/cook/cook-2.20.ebuild,v 1.1 2002/07/23 10:02:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.20.ebuild,v 1.2 2002/07/23 10:38:06 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Cook is a tool for constructing files. It is a replacement for make." @@ -8,7 +8,7 @@ SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz" HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html" SLOT="0" -LICENSE="" +LICENSE="GPL-2" KEYWORDS="x86" DEPEND="sys-devel/bison" diff --git a/dev-util/cook/files/digest-cook-2.18 b/dev-util/cook/files/digest-cook-2.18 deleted file mode 100644 index 0d0bf9d6625d..000000000000 --- a/dev-util/cook/files/digest-cook-2.18 +++ /dev/null @@ -1 +0,0 @@ -MD5 85bf33a48ded3857cfd298a3c486dc82 cook-2.18.tar.gz 795495 |