summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-10-02 19:57:24 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-10-02 19:57:24 +0000
commit9a2516eb45e512615a4fd2a7b3d0e279495253a5 (patch)
tree0c20345acd8e15f67eac4879aa8288f5686be234 /dev-util/cloc
parentOptimize version lookup a bit, and handle the case where $0 is not a full pat... (diff)
downloadgentoo-2-9a2516eb45e512615a4fd2a7b3d0e279495253a5.tar.gz
gentoo-2-9a2516eb45e512615a4fd2a7b3d0e279495253a5.tar.bz2
gentoo-2-9a2516eb45e512615a4fd2a7b3d0e279495253a5.zip
Version bump.
(Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cloc')
-rw-r--r--dev-util/cloc/ChangeLog7
-rw-r--r--dev-util/cloc/cloc-1.54.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-util/cloc/ChangeLog b/dev-util/cloc/ChangeLog
index 4131e0bde4e9..f5f581c29d2d 100644
--- a/dev-util/cloc/ChangeLog
+++ b/dev-util/cloc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/cloc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/ChangeLog,v 1.4 2011/04/21 13:41:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/ChangeLog,v 1.5 2011/10/02 19:57:24 ssuominen Exp $
+
+*cloc-1.54 (02 Oct 2011)
+
+ 02 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +cloc-1.54.ebuild:
+ Version bump.
*cloc-1.53 (21 Apr 2011)
diff --git a/dev-util/cloc/cloc-1.54.ebuild b/dev-util/cloc/cloc-1.54.ebuild
new file mode 100644
index 000000000000..08257903a06e
--- /dev/null
+++ b/dev-util/cloc/cloc-1.54.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cloc/cloc-1.54.ebuild,v 1.1 2011/10/02 19:57:24 ssuominen Exp $
+
+EAPI=4
+
+DESCRIPTION="Count Lines of Code"
+HOMEPAGE="http://cloc.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.pl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5.6"
+
+S=${WORKDIR}
+
+src_unpack() { :; }
+
+src_install() {
+ newbin "${DISTDIR}"/${P}.pl ${PN}
+}