summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2005-10-29 14:49:14 +0000
committerFabian Groffen <grobian@gentoo.org>2005-10-29 14:49:14 +0000
commitad3589f6b73a6e521d3bad3f9fae9c9935d1062c (patch)
treedc62053c2b0ef556dce0205730f2db855163b791 /app-text/sloccount
parentMarked ~ppc-macos (bug #109431) (diff)
downloadhistorical-ad3589f6b73a6e521d3bad3f9fae9c9935d1062c.tar.gz
historical-ad3589f6b73a6e521d3bad3f9fae9c9935d1062c.tar.bz2
historical-ad3589f6b73a6e521d3bad3f9fae9c9935d1062c.zip
Marked ~ppc-macos (bug #109435)
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-text/sloccount')
-rw-r--r--app-text/sloccount/ChangeLog5
-rw-r--r--app-text/sloccount/Manifest14
-rw-r--r--app-text/sloccount/sloccount-2.26-r1.ebuild4
3 files changed, 13 insertions, 10 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog
index 67ea1c2579bc..a8b3508a4b7f 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.14 2005/08/14 18:05:11 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.15 2005/10/29 14:49:14 grobian Exp $
+
+ 29 Oct 2005; Fabian Groffen <grobian@gentoo.org> sloccount-2.26-r1.ebuild:
+ Marked ~ppc-macos (bug #109435)
14 Aug 2005; Luis Medinas <metalgod@gentoo.org> sloccount-2.26-r1.ebuild:
Stable on AMD64.
diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest
index 7e693871d027..10bef66b6b32 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 67f5888814e9597410fb0d6079a19e75 sloccount-2.22.ebuild 1060
-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 c73a5fcc042059aba22e282c581dc58b sloccount-2.26-r1.ebuild 1050
+MD5 e159e4bdfec68c896f8cbe6446b5c8b9 ChangeLog 2155
+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 3c5bea5f23bc794e2a74524bd76d2b64 files/sloccount-2.26-coreutils-tail-n-fix.patch 468
-MD5 e4438da83f662b58c33e01f759570ff7 files/sloccount-2.26-libexec.patch 2293
+MD5 f0620a7ad11d6c60a8098c7d253c434f files/digest-sloccount-2.22 66
+MD5 437c0513b3ee1b6f8c4baca3f77d001c files/digest-sloccount-2.26 66
diff --git a/app-text/sloccount/sloccount-2.26-r1.ebuild b/app-text/sloccount/sloccount-2.26-r1.ebuild
index f1a767a01267..01d3086fa38b 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.5 2005/08/14 18:05:11 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r1.ebuild,v 1.6 2005/10/29 14:49:14 grobian 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 ~ppc-macos sparc x86"
IUSE=""
RDEPEND="dev-lang/perl
>=sys-apps/sed-4