summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-08-12 05:32:22 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-08-12 05:32:22 +0000
commit20c40a0d785ecec54ee2a5b072ae2352e34d6efa (patch)
tree2025aac298c5676ab516f56b50eae48e8287d563 /app-text/sloccount
parentfixed symlink creation; tidy (diff)
downloadhistorical-20c40a0d785ecec54ee2a5b072ae2352e34d6efa.tar.gz
historical-20c40a0d785ecec54ee2a5b072ae2352e34d6efa.tar.bz2
historical-20c40a0d785ecec54ee2a5b072ae2352e34d6efa.zip
2.26-r1 stable on x86.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text/sloccount')
-rw-r--r--app-text/sloccount/ChangeLog6
-rw-r--r--app-text/sloccount/Manifest12
-rw-r--r--app-text/sloccount/sloccount-2.26-r1.ebuild4
3 files changed, 13 insertions, 9 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog
index 9268831debde..0d85b72e58ff 100644
--- a/app-text/sloccount/ChangeLog
+++ b/app-text/sloccount/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/sloccount
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.11 2005/04/24 11:42:46 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.12 2005/08/12 05:32:22 robbat2 Exp $
+
+ 12 Aug 2005; Robin H. Johnson <robbat2@gentoo.org>
+ sloccount-2.26-r1.ebuild:
+ 2.26-r1 stable on x86.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> sloccount-2.26.ebuild:
Stable on ppc.
diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest
index e45cbecf8639..1ed8bfc59b03 100644
--- a/app-text/sloccount/Manifest
+++ b/app-text/sloccount/Manifest
@@ -1,11 +1,11 @@
-MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223
-MD5 49fcb6a51d5df7c46de05c81181060fc ChangeLog 1739
-MD5 a666ec7e2fe5690bca280a648b4e4d6f sloccount-2.26.ebuild 1020
-MD5 0486e8ff43d489f8686a17ef4bac9432 sloccount-2.26-r1.ebuild 1041
MD5 67f5888814e9597410fb0d6079a19e75 sloccount-2.22.ebuild 1060
-MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324
+MD5 a666ec7e2fe5690bca280a648b4e4d6f sloccount-2.26.ebuild 1020
+MD5 3a36256c414c7b750ed8aaf5f6a5ee87 sloccount-2.26-r1.ebuild 1041
+MD5 933b1360e126b9c05b61e6b9dd845cfe ChangeLog 1847
+MD5 21cd68602737d7c996bceabf6e62c468 metadata.xml 223
MD5 e4438da83f662b58c33e01f759570ff7 files/sloccount-2.26-libexec.patch 2293
MD5 3c5bea5f23bc794e2a74524bd76d2b64 files/sloccount-2.26-coreutils-tail-n-fix.patch 468
+MD5 437c0513b3ee1b6f8c4baca3f77d001c files/digest-sloccount-2.26-r1 66
+MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324
MD5 f0620a7ad11d6c60a8098c7d253c434f files/digest-sloccount-2.22 66
MD5 437c0513b3ee1b6f8c4baca3f77d001c files/digest-sloccount-2.26 66
-MD5 437c0513b3ee1b6f8c4baca3f77d001c files/digest-sloccount-2.26-r1 66
diff --git a/app-text/sloccount/sloccount-2.26-r1.ebuild b/app-text/sloccount/sloccount-2.26-r1.ebuild
index 4bbd7e0a9a86..e9f2aaa9d6da 100644
--- a/app-text/sloccount/sloccount-2.26-r1.ebuild
+++ b/app-text/sloccount/sloccount-2.26-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.2 2005/03/31 16:00:09 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.3 2005/08/12 05:32:22 robbat2 Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64 sparc"
+KEYWORDS="x86 ~ppc ~amd64 sparc"
IUSE=""
RDEPEND="dev-lang/perl
>=sys-apps/sed-4