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-server/perforce-server-2003.2.ebuild | |
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-server/perforce-server-2003.2.ebuild')
-rw-r--r-- | dev-util/perforce-server/perforce-server-2003.2.ebuild | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/dev-util/perforce-server/perforce-server-2003.2.ebuild b/dev-util/perforce-server/perforce-server-2003.2.ebuild index 215a8673fff5..08d90360bc82 100644 --- a/dev-util/perforce-server/perforce-server-2003.2.ebuild +++ b/dev-util/perforce-server/perforce-server-2003.2.ebuild @@ -1,5 +1,8 @@ # 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-server/perforce-server-2003.2.ebuild,v 1.3 2004/04/26 01:42:17 vapier Exp $ + +inherit eutils DESCRIPTION="Daemon for a commercial version control system" HOMEPAGE="http://www.perforce.com/" @@ -7,18 +10,20 @@ URI_BASE="ftp://ftp.perforce.com/perforce/r03.1/" BIN_BASE="$URI_BASE/bin.linux24x86" DOC_BASE="$URI_BASE/doc" SRC_URI="${BIN_BASE}/p4d ${BIN_BASE}/p4web ${BIN_BASE}/p4ftpd ${DOC_BASE}/man/p4d.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.2/ -src_unpack () -{ +MY_FILES=${FILESDIR}/perforce-2003.2/ + +src_unpack() { # we have to copy all of the files from $DISTDIR, otherwise we get # sandbox violations when trying to install @@ -27,8 +32,7 @@ src_unpack () done } -src_install() -{ +src_install() { enewuser perforce enewgroup perforce |