diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-12-02 13:52:27 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-12-02 13:52:27 +0000 |
commit | 051bd03edc0871fb6bebef30d1efc32e74821517 (patch) | |
tree | 702b8a37ad29a2ece3b7b4330474aa90555bc071 | |
parent | version bump that I should of done before (diff) | |
download | historical-051bd03edc0871fb6bebef30d1efc32e74821517.tar.gz historical-051bd03edc0871fb6bebef30d1efc32e74821517.tar.bz2 historical-051bd03edc0871fb6bebef30d1efc32e74821517.zip |
Add ~sparc keyword at user request.
-rw-r--r-- | app-text/sloccount/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/sloccount/Manifest | 6 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.22.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog index 326f247d4a09..8162125ef9dc 100644 --- a/app-text/sloccount/ChangeLog +++ b/app-text/sloccount/ChangeLog @@ -1,6 +1,11 @@ # 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.4 2004/09/05 17:36:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.5 2004/12/02 13:52:27 fmccor Exp $ + + 02 Dec 2004; Ferris McCormick <fmccor@gentoo.org> sloccount-2.22.ebuild: + Add ~sparc keyword at user request (Leif Sawyer). Program builds, runs, + and produces results; I cannot verify their accuracy. (Note annoying bug + 68624, unrelated to actual results from the program.) 05 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> sloccount-2.22.ebuild: Added amd64 keyword, closing #58895. diff --git a/app-text/sloccount/Manifest b/app-text/sloccount/Manifest index c523f634e320..9241a57aef91 100644 --- a/app-text/sloccount/Manifest +++ b/app-text/sloccount/Manifest @@ -1,4 +1,4 @@ -MD5 466f509a494998c0790775f8644545fd sloccount-2.22.ebuild 1047 -MD5 1c747005e28867f88abba501a1880038 ChangeLog 666 -MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324 +MD5 b6187669c1a19cd6a6cca63ba6b9c6ea ChangeLog 951 +MD5 2fc3d9c584040727367720262c95cb4d sloccount-2.22.ebuild 1056 MD5 f0620a7ad11d6c60a8098c7d253c434f files/digest-sloccount-2.22 66 +MD5 2662f30ed5969d9f7cedd6b0addf196b files/sloccount-2.22-libexec.patch 2324 diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild index 562b1bbbcfc3..a348ff68f90f 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.10 2004/09/05 17:36:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.11 2004/12/02 13:52:27 fmccor 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" +KEYWORDS="x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="dev-lang/perl |