diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-05 17:36:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-05 17:36:56 +0000 |
commit | 619b0eb517b4f3885331e5ededa86a2748303292 (patch) | |
tree | 2c6c9cf880ea5f682c94ea8e2e91d946c9cb7fd3 /app-text/sloccount | |
parent | Closing #58831 (diff) | |
download | historical-619b0eb517b4f3885331e5ededa86a2748303292.tar.gz historical-619b0eb517b4f3885331e5ededa86a2748303292.tar.bz2 historical-619b0eb517b4f3885331e5ededa86a2748303292.zip |
Closing #58895
Diffstat (limited to 'app-text/sloccount')
-rw-r--r-- | app-text/sloccount/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sloccount/Manifest | 4 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.22.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog index f716872c7e61..326f247d4a09 100644 --- a/app-text/sloccount/ChangeLog +++ b/app-text/sloccount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sloccount # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.3 2004/06/24 22:52:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.4 2004/09/05 17:36:56 aliz Exp $ + + 05 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> sloccount-2.22.ebuild: + Added amd64 keyword, closing #58895. 11 Jun 2004; David Holm <dholm@gentoo.org> sloccount-2.22.ebuild: Added to ~ppc. diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest index 25c56bfcbbf4..c523f634e320 100644 --- a/app-text/sloccount/Manifest +++ b/app-text/sloccount/Manifest @@ -1,4 +1,4 @@ -MD5 2d126129e6fae5ade467e0f245ef1829 sloccount-2.22.ebuild 1043 -MD5 5009553cdc6ff2dddba29db173b0bab6 ChangeLog 559 +MD5 466f509a494998c0790775f8644545fd sloccount-2.22.ebuild 1047 +MD5 1c747005e28867f88abba501a1880038 ChangeLog 666 MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324 MD5 f0620a7ad11d6c60a8098c7d253c434f files/digest-sloccount-2.22 66 diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild index 227240db58b6..562b1bbbcfc3 100644 --- a/app-text/sloccount/sloccount-2.22.ebuild +++ b/app-text/sloccount/sloccount-2.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.9 2004/07/14 00:13:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.10 2004/09/05 17:36:56 aliz 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" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lang/perl |