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 | d178406989a46691f0fc5da5bdf1f363de1cca5f (patch) | |
tree | 649385c260789e704315c1cb1a14fb5e23fa6216 | |
parent | sparc stable, i didn't mark it (diff) | |
download | historical-d178406989a46691f0fc5da5bdf1f363de1cca5f.tar.gz historical-d178406989a46691f0fc5da5bdf1f363de1cca5f.tar.bz2 historical-d178406989a46691f0fc5da5bdf1f363de1cca5f.zip |
old
-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 -} |