diff options
author | 2004-04-26 01:42:17 +0000 | |
---|---|---|
committer | 2004-04-26 01:42:17 +0000 | |
commit | a1a5db61d3dd5c6689a82882de01462a61242c39 (patch) | |
tree | 3af225bcef96e27517777d941c3b85ea02387b66 /dev-util/perforce-proxy | |
parent | Fix bug 45698 (mozilla-firefox forces downgrade to gtk+-2.2*) (Manifest recom... (diff) | |
download | gentoo-2-a1a5db61d3dd5c6689a82882de01462a61242c39.tar.gz gentoo-2-a1a5db61d3dd5c6689a82882de01462a61242c39.tar.bz2 gentoo-2-a1a5db61d3dd5c6689a82882de01462a61242c39.zip |
cleanup the ebuild
Diffstat (limited to 'dev-util/perforce-proxy')
-rw-r--r-- | dev-util/perforce-proxy/perforce-proxy-2003.1.ebuild | 3 | ||||
-rw-r--r-- | dev-util/perforce-proxy/perforce-proxy-2003.2.ebuild | 23 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-util/perforce-proxy/perforce-proxy-2003.1.ebuild b/dev-util/perforce-proxy/perforce-proxy-2003.1.ebuild index 858c343e870d..13f625410494 100644 --- a/dev-util/perforce-proxy/perforce-proxy-2003.1.ebuild +++ b/dev-util/perforce-proxy/perforce-proxy-2003.1.ebuild @@ -1,6 +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-proxy/perforce-proxy-2003.1.ebuild,v 1.3 2004/04/26 01:34:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/perforce-proxy/perforce-proxy-2003.1.ebuild,v 1.4 2004/04/26 01:41:51 vapier Exp $ inherit eutils @@ -23,6 +23,7 @@ MY_FILES=${FILESDIR}/perforce-proxy-2003.1/ src_unpack() { # we have to copy all of the files from $DISTDIR, otherwise we get # sandbox violations when trying to install + for x in p4p ; do cp ${DISTDIR}/$x . done diff --git a/dev-util/perforce-proxy/perforce-proxy-2003.2.ebuild b/dev-util/perforce-proxy/perforce-proxy-2003.2.ebuild index 0ba75e1a6417..796e3d222c39 100644 --- a/dev-util/perforce-proxy/perforce-proxy-2003.2.ebuild +++ b/dev-util/perforce-proxy/perforce-proxy-2003.2.ebuild @@ -1,24 +1,26 @@ # 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-proxy/perforce-proxy-2003.2.ebuild,v 1.2 2004/04/26 01:41:51 vapier Exp $ + +inherit eutils DESCRIPTION="Proxy daemon for a commercial version control system" HOMEPAGE="http://www.perforce.com/" -URI_BASE="ftp://ftp.perforce.com/perforce/r03.2/" -BIN_BASE="$URI_BASE/bin.linux24x86" -DOC_BASE="$URI_BASE/doc" -SRC_URI="${BIN_BASE}/p4p" +SRC_URI="ftp://ftp.perforce.com/perforce/r03.2/bin.linux24x86/p4p" + LICENSE="perforce.pdf" SLOT="0" KEYWORDS="~x86" IUSE="" +RESTRICT="nomirror nostrip" + DEPEND="virtual/glibc" -#RDEPEND="" + S=${WORKDIR} -RESTRICT="nomirror nostrip" -MY_FILES=$FILESDIR/perforce-proxy-2003.1/ -src_unpack () -{ +MY_FILES=${FILESDIR}/perforce-proxy-2003.1/ + +src_unpack() { # we have to copy all of the files from $DISTDIR, otherwise we get # sandbox violations when trying to install @@ -27,8 +29,7 @@ src_unpack () done } -src_install() -{ +src_install() { enewuser perforce enewgroup perforce |