summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-14 22:54:29 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-14 22:54:29 +0000
commitb46987b9b203535e81e1434e7f11fc26bb570e65 (patch)
tree0bed5b577504c9f623cd7e14f98862ab00166565 /dev-util/cook
parentsync IUSE (+ssl), don't assign S=${WORKDIR}/${P} (diff)
downloadhistorical-b46987b9b203535e81e1434e7f11fc26bb570e65.tar.gz
historical-b46987b9b203535e81e1434e7f11fc26bb570e65.tar.bz2
historical-b46987b9b203535e81e1434e7f11fc26bb570e65.zip
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-util/cook')
-rw-r--r--dev-util/cook/cook-2.20.ebuild5
-rw-r--r--dev-util/cook/cook-2.24.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/cook/cook-2.20.ebuild b/dev-util/cook/cook-2.20.ebuild
index f98d2e660ccb..a4538560cca9 100644
--- a/dev-util/cook/cook-2.20.ebuild
+++ b/dev-util/cook/cook-2.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.20.ebuild,v 1.10 2004/06/25 02:23:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.20.ebuild,v 1.11 2004/07/14 22:54:29 agriffis Exp $
DESCRIPTION="tool for constructing files; a drop in replacement for make"
SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz"
@@ -9,6 +9,7 @@ HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc"
+IUSE=""
DEPEND="sys-devel/bison"
@@ -18,7 +19,7 @@ src_compile() {
}
src_install() {
- # we'll hijack the RPM_BUILD_ROOT variable which is intended for a
+ # 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.24.ebuild b/dev-util/cook/cook-2.24.ebuild
index 98bae2c132a0..eb48f1b002d6 100644
--- a/dev-util/cook/cook-2.24.ebuild
+++ b/dev-util/cook/cook-2.24.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.24.ebuild,v 1.2 2004/06/25 02:23:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cook/cook-2.24.ebuild,v 1.3 2004/07/14 22:54:29 agriffis Exp $
DESCRIPTION="tool for constructing files; a drop in replacement for make"
SRC_URI="http://www.canb.auug.org.au/~millerp/cook/${P}.tar.gz"
@@ -9,6 +9,7 @@ HOMEPAGE="http://www.canb.auug.org.au/~millerp/cook/cook.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc"
+IUSE=""
DEPEND="sys-devel/bison"
@@ -18,7 +19,7 @@ src_compile() {
}
src_install() {
- # we'll hijack the RPM_BUILD_ROOT variable which is intended for a
+ # we'll hijack the RPM_BUILD_ROOT variable which is intended for a
# similiar purpose anyway
make RPM_BUILD_ROOT=${D} install || die
}