diff options
Diffstat (limited to 'dev-util/cvsup/cvsup-16.1e.ebuild')
-rw-r--r-- | dev-util/cvsup/cvsup-16.1e.ebuild | 37 |
1 files changed, 16 insertions, 21 deletions
diff --git a/dev-util/cvsup/cvsup-16.1e.ebuild b/dev-util/cvsup/cvsup-16.1e.ebuild index 289403c7553a..ee567cd145e8 100644 --- a/dev-util/cvsup/cvsup-16.1e.ebuild +++ b/dev-util/cvsup/cvsup-16.1e.ebuild @@ -1,30 +1,25 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.2 2002/07/11 06:30:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.3 2002/07/23 10:38:07 seemant Exp $ -S=${WORKDIR}/cvsup +S=${WORKDIR} DESCRIPTION="a faster alternative to cvs. binary version" -SRC_URI="http://people.freebsd.org/~jdp/s1g/debian/cvsup-16.1e-LINUXLIBC6-gui.tar.gz" +SRC_URI="http://people.freebsd.org/~jdp/s1g/debian/${P}-LINUXLIBC6-gui.tar.gz" HOMEPAGE="http://people.freebsd.org/~jdp/s1g/" -src_unpack() { +SLOT="0" +LICENSE="BSD" +KEYWORDS="x86" - cd ${WORKDIR} - mkdir cvsup - cd cvsup - unpack $A - -} - -src_install() { +src_install() { - cd $S - exeinto /opt/cvsup - doexe cvsup* - - dodoc License - - insinto /etc/env.d - doins $FILESDIR/99cvsup + cd ${S} + exeinto /opt/cvsup + doexe cvsup* + + dodoc License + + insinto /etc/env.d + doins $FILESDIR/99cvsup } |