diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-12 19:54:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-12 19:54:17 +0000 |
commit | 9d0ca6c2892d3ba70aee4bb13e88cfe0ccde364d (patch) | |
tree | 677c0020b466fd4101cf88251486b01e035c7beb /dev-util/cvs2cl | |
parent | sparc stable, i didn't mark it (diff) | |
download | gentoo-2-9d0ca6c2892d3ba70aee4bb13e88cfe0ccde364d.tar.gz gentoo-2-9d0ca6c2892d3ba70aee4bb13e88cfe0ccde364d.tar.bz2 gentoo-2-9d0ca6c2892d3ba70aee4bb13e88cfe0ccde364d.zip |
old
Diffstat (limited to 'dev-util/cvs2cl')
-rw-r--r-- | dev-util/cvs2cl/cvs2cl-2.57.ebuild | 20 | ||||
-rw-r--r-- | dev-util/cvs2cl/cvs2cl-2.58.ebuild | 20 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-util/cvs2cl/cvs2cl-2.57.ebuild b/dev-util/cvs2cl/cvs2cl-2.57.ebuild deleted file mode 100644 index c69c8d2447f6..000000000000 --- a/dev-util/cvs2cl/cvs2cl-2.57.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.3 2004/10/12 09:57:45 ka0ttic Exp $ - -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 ~ppc" -IUSE="" - -DEPEND="dev-lang/perl" - -S=${WORKDIR} - -src_install() { - newbin ${P}.pl ${PN} || die -} diff --git a/dev-util/cvs2cl/cvs2cl-2.58.ebuild b/dev-util/cvs2cl/cvs2cl-2.58.ebuild deleted file mode 100644 index e828c4bdec9c..000000000000 --- a/dev-util/cvs2cl/cvs2cl-2.58.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2005 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.4 2005/04/24 12:47:45 hansmi Exp $ - -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 ppc" -IUSE="" - -DEPEND="dev-lang/perl" - -S=${WORKDIR} - -src_install() { - newbin ${P}.pl ${PN} || die -} |