summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2004-11-13 04:24:45 +0000
committerAaron Walker <ka0ttic@gentoo.org>2004-11-13 04:24:45 +0000
commit8080aa3fb9b9a84a6105dd4e832e300edcb13683 (patch)
tree6c99e7c3bb2fbf35735e6017b641c7c204ad9854 /dev-util/cvs2cl/cvs2cl-2.58.ebuild
parentVersion bump, retrofitted with SLOTs, bug# 47810 (Manifest recommit) (diff)
downloadgentoo-2-8080aa3fb9b9a84a6105dd4e832e300edcb13683.tar.gz
gentoo-2-8080aa3fb9b9a84a6105dd4e832e300edcb13683.tar.bz2
gentoo-2-8080aa3fb9b9a84a6105dd4e832e300edcb13683.zip
Version bump.
Diffstat (limited to 'dev-util/cvs2cl/cvs2cl-2.58.ebuild')
-rw-r--r--dev-util/cvs2cl/cvs2cl-2.58.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-util/cvs2cl/cvs2cl-2.58.ebuild b/dev-util/cvs2cl/cvs2cl-2.58.ebuild
new file mode 100644
index 000000000000..42c0ce7cc096
--- /dev/null
+++ b/dev-util/cvs2cl/cvs2cl-2.58.ebuild
@@ -0,0 +1,21 @@
+# 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.58.ebuild,v 1.1 2004/11/13 04:24:45 ka0ttic Exp $
+
+DESCRIPTION="produces a GNU-style ChangeLog for CVS-controlled sources"
+HOMEPAGE="http://www.red-bean.com/cvs2cl/"
+SRC_URI="http://butsugenjitemple.org/${PN}/${P}.pl.bz2
+ mirror://gentoo/${P}.pl.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+IUSE=""
+
+DEPEND="dev-lang/perl"
+
+S=${WORKDIR}
+
+src_install() {
+ newbin ${P}.pl ${PN} || die
+}