diff options
author | 2014-03-22 18:59:11 +0000 | |
---|---|---|
committer | 2014-03-22 18:59:11 +0000 | |
commit | d3dea91f1f0e16bd3e9e6c7e5f1ca7d4b3dfde3d (patch) | |
tree | e0d960435e89e7f2f9fd4e3004c76bf0fa9cd37c /dev-util/cloc | |
parent | Remove old. (diff) | |
download | gentoo-2-d3dea91f1f0e16bd3e9e6c7e5f1ca7d4b3dfde3d.tar.gz gentoo-2-d3dea91f1f0e16bd3e9e6c7e5f1ca7d4b3dfde3d.tar.bz2 gentoo-2-d3dea91f1f0e16bd3e9e6c7e5f1ca7d4b3dfde3d.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'dev-util/cloc')
-rw-r--r-- | dev-util/cloc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cloc/cloc-1.58.ebuild | 35 |
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-util/cloc/ChangeLog b/dev-util/cloc/ChangeLog index e4618884304f..662f20d44e7b 100644 --- a/dev-util/cloc/ChangeLog +++ b/dev-util/cloc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cloc -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/ChangeLog,v 1.11 2013/08/18 23:37:28 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/ChangeLog,v 1.12 2014/03/22 18:59:11 kensington Exp $ + + 22 Mar 2014; Michael Palimaka <kensington@gentoo.org> -cloc-1.58.ebuild: + Remove old. *cloc-1.60 (18 Aug 2013) diff --git a/dev-util/cloc/cloc-1.58.ebuild b/dev-util/cloc/cloc-1.58.ebuild deleted file mode 100644 index cada8eba8660..000000000000 --- a/dev-util/cloc/cloc-1.58.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/cloc-1.58.ebuild,v 1.1 2013/03/15 03:44:04 radhermit Exp $ - -EAPI=5 - -DESCRIPTION="Count Lines of Code" -HOMEPAGE="http://cloc.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.pl mirror://sourceforge/${PN}/${PN}.1.pod" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -DEPEND=">=dev-lang/perl-5.6" -RDEPEND="${DEPEND} - dev-perl/Algorithm-Diff - dev-perl/regexp-common - virtual/perl-Digest-MD5 - virtual/perl-Getopt-Long - virtual/perl-File-Spec - virtual/perl-File-Temp" - -S=${WORKDIR} - -src_unpack() { :; } - -src_prepare() { - pod2man "${DISTDIR}"/${PN}.1.pod > ${PN}.1 || die -} - -src_install() { - doman ${PN}.1 - newbin "${DISTDIR}"/${P}.pl ${PN} -} |