diff options
author | 2004-07-20 23:07:03 +0000 | |
---|---|---|
committer | 2004-07-20 23:07:03 +0000 | |
commit | 39ba4b580a30646d9cff9c40b86c60044db668e7 (patch) | |
tree | 87497488a44be71709e20be3f47bcfbe004ce11d /dev-util/cvs2cl/cvs2cl-2.57.ebuild | |
parent | New login patch (diff) | |
download | historical-39ba4b580a30646d9cff9c40b86c60044db668e7.tar.gz historical-39ba4b580a30646d9cff9c40b86c60044db668e7.tar.bz2 historical-39ba4b580a30646d9cff9c40b86c60044db668e7.zip |
ver bump #57461
Diffstat (limited to 'dev-util/cvs2cl/cvs2cl-2.57.ebuild')
-rw-r--r-- | dev-util/cvs2cl/cvs2cl-2.57.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-util/cvs2cl/cvs2cl-2.57.ebuild b/dev-util/cvs2cl/cvs2cl-2.57.ebuild new file mode 100644 index 000000000000..a3adf5c59e5f --- /dev/null +++ b/dev-util/cvs2cl/cvs2cl-2.57.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs2cl/cvs2cl-2.57.ebuild,v 1.1 2004/07/20 23:07:03 vapier Exp $ + +#ECVS_SERVER="cvs -d :pserver:anonymous@cvs.red-bean.com:/usr/local/cvs login" +#ECVS_PASS="the key" +#ECVS_MODULE="cvs2cl" +#inherit cvs + +DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources" +HOMEPAGE="http://www.red-bean.com/cvs2cl/" +SRC_URI="mirror://gentoo/${P}.pl.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~amd64" +IUSE="" + +DEPEND="dev-lang/perl" + +S=${WORKDIR} + +src_install() { + newbin ${P}.pl ${PN}.pl +} |