summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-08-13 23:15:43 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-08-13 23:15:43 +0000
commit0280e1b56458e9726381098331de448096237a97 (patch)
tree894de1f4f6c65a5687c2dc87932609b9c2037c2c /app-text
parentStable on ppc. (diff)
downloadhistorical-0280e1b56458e9726381098331de448096237a97.tar.gz
historical-0280e1b56458e9726381098331de448096237a97.tar.bz2
historical-0280e1b56458e9726381098331de448096237a97.zip
Stable on ppc.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text')
-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 0d85b72e58ff..602a924791a5 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.12 2005/08/12 05:32:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.13 2005/08/13 23:15:43 hansmi Exp $
+
+ 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
+ sloccount-2.26-r1.ebuild:
+ Stable on ppc.
12 Aug 2005; Robin H. Johnson <robbat2@gentoo.org>
sloccount-2.26-r1.ebuild:
diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest
index 1ed8bfc59b03..f967d534b2a2 100644
--- a/app-text/sloccount/Manifest
+++ b/app-text/sloccount/Manifest
@@ -1,11 +1,11 @@
-MD5 67f5888814e9597410fb0d6079a19e75 sloccount-2.22.ebuild 1060
-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 843d6ba66c79256fa8023e04a8bbbcc6 ChangeLog 1946
+MD5 a666ec7e2fe5690bca280a648b4e4d6f sloccount-2.26.ebuild 1020
+MD5 5c7704ef17c00e43659c632ca2e5b6f9 sloccount-2.26-r1.ebuild 1039
+MD5 67f5888814e9597410fb0d6079a19e75 sloccount-2.22.ebuild 1060
+MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324
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 e9f2aaa9d6da..6cc54e436c31 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.3 2005/08/12 05:32:22 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.4 2005/08/13 23:15:43 hansmi 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="~amd64 ppc sparc x86"
IUSE=""
RDEPEND="dev-lang/perl
>=sys-apps/sed-4