diff options
author | 2002-07-25 14:57:12 +0000 | |
---|---|---|
committer | 2002-07-25 14:57:12 +0000 | |
commit | 5f30eb096eac954df67474a2f4efae01fc03c30a (patch) | |
tree | 37306cd044aa52975e46e148d7e5e9b314d9616b /app-benchmarks/dbench | |
parent | added unknown licensed packages (diff) | |
download | gentoo-2-5f30eb096eac954df67474a2f4efae01fc03c30a.tar.gz gentoo-2-5f30eb096eac954df67474a2f4efae01fc03c30a.tar.bz2 gentoo-2-5f30eb096eac954df67474a2f4efae01fc03c30a.zip |
repoman'd
Diffstat (limited to 'app-benchmarks/dbench')
-rw-r--r-- | app-benchmarks/dbench/dbench-1.3.ebuild | 9 | ||||
-rw-r--r-- | app-benchmarks/dbench/dbench-2.0.ebuild | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/app-benchmarks/dbench/dbench-1.3.ebuild b/app-benchmarks/dbench/dbench-1.3.ebuild index 877dacf5e64e..ad72770540ea 100644 --- a/app-benchmarks/dbench/dbench-1.3.ebuild +++ b/app-benchmarks/dbench/dbench-1.3.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-1.3.ebuild,v 1.4 2002/07/16 02:40:35 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-1.3.ebuild,v 1.5 2002/07/25 14:57:12 seemant Exp $ S="${WORKDIR}/${PN}" DESCRIPTION="Popular filesystem benchmark" SRC_URI="ftp://samba.org/pub/tridge/dbench/${P}.tar.gz" HOMEPAGE="ftp://samba.org/pub/tridge/dbench/" -DEPEND="virtual/glibc sys-apps/sed" -KEYWORDS="x86 ppc" -SLOT=0 +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86 ppc" + +DEPEND="sys-apps/sed" src_unpack() { unpack ${A} diff --git a/app-benchmarks/dbench/dbench-2.0.ebuild b/app-benchmarks/dbench/dbench-2.0.ebuild index 758641842c80..99430942b276 100644 --- a/app-benchmarks/dbench/dbench-2.0.ebuild +++ b/app-benchmarks/dbench/dbench-2.0.ebuild @@ -1,16 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.1 2002/07/25 12:11:11 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/dbench/dbench-2.0.ebuild,v 1.2 2002/07/25 14:57:12 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Popular filesystem benchmark" SRC_URI="ftp://samba.org/pub/tridge/dbench/${P}.tar.gz" HOMEPAGE="ftp://samba.org/pub/tridge/dbench/" -DEPEND="virtual/glibc sys-apps/sed" -KEYWORDS="x86" -SLOT=0 +SLOT="0" LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="sys-apps/sed" src_unpack() { unpack ${A} |