summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2005-08-14 18:05:11 +0000
committerLuis Medinas <metalgod@gentoo.org>2005-08-14 18:05:11 +0000
commitf8c6f2a245c3380192dfc14acee69ef2e657bf8c (patch)
tree2878a49d4db3c3de03881ccee16dddb0f2ec1695 /app-text
parentStable on AMD64. (diff)
downloadhistorical-f8c6f2a245c3380192dfc14acee69ef2e657bf8c.tar.gz
historical-f8c6f2a245c3380192dfc14acee69ef2e657bf8c.tar.bz2
historical-f8c6f2a245c3380192dfc14acee69ef2e657bf8c.zip
Stable on AMD64.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sloccount/ChangeLog5
-rw-r--r--app-text/sloccount/Manifest12
-rw-r--r--app-text/sloccount/sloccount-2.26-r1.ebuild4
3 files changed, 12 insertions, 9 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog
index 602a924791a5..67ea1c2579bc 100644
--- a/app-text/sloccount/ChangeLog
+++ b/app-text/sloccount/ChangeLog
@@ -1,6 +1,9 @@
# 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.13 2005/08/13 23:15:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.14 2005/08/14 18:05:11 metalgod Exp $
+
+ 14 Aug 2005; Luis Medinas <metalgod@gentoo.org> sloccount-2.26-r1.ebuild:
+ Stable on AMD64.
13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org>
sloccount-2.26-r1.ebuild:
diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest
index f967d534b2a2..7e693871d027 100644
--- a/app-text/sloccount/Manifest
+++ b/app-text/sloccount/Manifest
@@ -1,11 +1,11 @@
+MD5 072f4354c5ded1b7cd6bb7d1860d4fc2 ChangeLog 2044
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 23e11f83bc25492752741a41947ca010 sloccount-2.26-r1.ebuild 1040
+MD5 a666ec7e2fe5690bca280a648b4e4d6f sloccount-2.26.ebuild 1020
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
+MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324
+MD5 3c5bea5f23bc794e2a74524bd76d2b64 files/sloccount-2.26-coreutils-tail-n-fix.patch 468
+MD5 e4438da83f662b58c33e01f759570ff7 files/sloccount-2.26-libexec.patch 2293
diff --git a/app-text/sloccount/sloccount-2.26-r1.ebuild b/app-text/sloccount/sloccount-2.26-r1.ebuild
index 6cc54e436c31..f1a767a01267 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.4 2005/08/13 23:15:43 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.5 2005/08/14 18:05:11 metalgod Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND="dev-lang/perl
>=sys-apps/sed-4