diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 01:45:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-26 01:45:42 +0000 |
commit | e6875705a855655f88b2a968e56d9c5b49aa2e84 (patch) | |
tree | 0afdc4ef9b5514ea64974696e39152f8b240c746 /dev-util/perforce-cli | |
parent | add inherit eutils (diff) | |
download | historical-e6875705a855655f88b2a968e56d9c5b49aa2e84.tar.gz historical-e6875705a855655f88b2a968e56d9c5b49aa2e84.tar.bz2 historical-e6875705a855655f88b2a968e56d9c5b49aa2e84.zip |
cleanup the ebuild
Diffstat (limited to 'dev-util/perforce-cli')
-rw-r--r-- | dev-util/perforce-cli/perforce-cli-2003.1.ebuild | 18 | ||||
-rw-r--r-- | dev-util/perforce-cli/perforce-cli-2003.2.ebuild | 16 |
2 files changed, 17 insertions, 17 deletions
diff --git a/dev-util/perforce-cli/perforce-cli-2003.1.ebuild b/dev-util/perforce-cli/perforce-cli-2003.1.ebuild index 5fa4d27dabeb..06859e0fa7d1 100644 --- a/dev-util/perforce-cli/perforce-cli-2003.1.ebuild +++ b/dev-util/perforce-cli/perforce-cli-2003.1.ebuild @@ -1,5 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/perforce-cli/perforce-cli-2003.1.ebuild,v 1.2 2004/04/26 01:39:44 vapier Exp $ DESCRIPTION="CLI Tools for a commercial version control system" HOMEPAGE="http://www.perforce.com/" @@ -7,18 +8,18 @@ URI_BASE="ftp://ftp.perforce.com/perforce/r03.1/" BIN_BASE="$URI_BASE/bin.linux24x86" DOC_BASE="$URI_BASE/doc" SRC_URI="${BIN_BASE}/p4 ${DOC_BASE}/man/p4.1" + LICENSE="perforce.pdf" SLOT="0" KEYWORDS="x86" IUSE="" +RESTRICT="nomirror nostrip" + DEPEND="virtual/glibc" -#RDEPEND="" + S=${WORKDIR} -RESTRICT="nomirror nostrip" -MY_FILES=$FILESDIR/perforce-2003.1/ -src_unpack () -{ +src_unpack() { # we have to copy all of the files from $DISTDIR, otherwise we get # sandbox violations when trying to install @@ -27,8 +28,7 @@ src_unpack () done } -src_install() -{ - dobin p4 +src_install() { + dobin p4 || die doman p4.1 } diff --git a/dev-util/perforce-cli/perforce-cli-2003.2.ebuild b/dev-util/perforce-cli/perforce-cli-2003.2.ebuild index 81b40355cdbd..df6883735c42 100644 --- a/dev-util/perforce-cli/perforce-cli-2003.2.ebuild +++ b/dev-util/perforce-cli/perforce-cli-2003.2.ebuild @@ -1,5 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/perforce-cli/perforce-cli-2003.2.ebuild,v 1.2 2004/04/26 01:39:44 vapier Exp $ DESCRIPTION="CLI Tools for a commercial version control system" HOMEPAGE="http://www.perforce.com/" @@ -7,18 +8,18 @@ URI_BASE="ftp://ftp.perforce.com/perforce/r03.2/" BIN_BASE="$URI_BASE/bin.linux24x86" DOC_BASE="$URI_BASE/doc" SRC_URI="${BIN_BASE}/p4 ${DOC_BASE}/man/p4.1" + LICENSE="perforce.pdf" SLOT="0" KEYWORDS="~x86" IUSE="" +RESTRICT="nomirror nostrip" + DEPEND="virtual/glibc" -#RDEPEND="" + S=${WORKDIR} -RESTRICT="nomirror nostrip" -MY_FILES=$FILESDIR/perforce-2003.1/ -src_unpack () -{ +src_unpack() { # we have to copy all of the files from $DISTDIR, otherwise we get # sandbox violations when trying to install @@ -27,8 +28,7 @@ src_unpack () done } -src_install() -{ - dobin p4 +src_install() { + dobin p4 || die doman p4.1 } |