* [gentoo-commits] repo/gentoo:master commit in: app-text/sloccount/
@ 2016-05-18 6:50 Austin English
0 siblings, 0 replies; 3+ messages in thread
From: Austin English @ 2016-05-18 6:50 UTC (permalink / raw
To: gentoo-commits
commit: fc1d0dfe80203fa9c2b0e1cd6ecbcae244ddb4e0
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 06:49:22 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 18 06:49:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1d0dfe
app-text/sloccount: use #!/sbin/openrc-run instead of #!/sbin/runscript
app-text/sloccount/sloccount-2.26-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/sloccount/sloccount-2.26-r3.ebuild b/app-text/sloccount/sloccount-2.26-r3.ebuild
index 78cad89..4532577 100644
--- a/app-text/sloccount/sloccount-2.26-r3.ebuild
+++ b/app-text/sloccount/sloccount-2.26-r3.ebuild
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-libexec.patch
epatch "${FILESDIR}"/${P}-coreutils-tail-n-fix.patch
- # support for .ebuild and #!/sbin/runscript:
+ # support for .ebuild and #!/sbin/openrc-run:
epatch "${FILESDIR}"/${P}-gentoo.patch
sed -i \
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sloccount/
@ 2023-11-04 15:07 Luca Barbato
0 siblings, 0 replies; 3+ messages in thread
From: Luca Barbato @ 2023-11-04 15:07 UTC (permalink / raw
To: gentoo-commits
commit: b45cbdf1aecc11e79a69ca69fbc8f819430f1b40
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 4 15:02:35 2023 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 15:07:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45cbdf1
app-text/sloccount: keyword 2.26-r3 for ~ppc64
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
app-text/sloccount/sloccount-2.26-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/sloccount/sloccount-2.26-r3.ebuild b/app-text/sloccount/sloccount-2.26-r3.ebuild
index 2f0ecfabf246..8c1be8fa076d 100644
--- a/app-text/sloccount/sloccount-2.26-r3.ebuild
+++ b/app-text/sloccount/sloccount-2.26-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/sloccount/
@ 2023-11-04 15:07 Luca Barbato
0 siblings, 0 replies; 3+ messages in thread
From: Luca Barbato @ 2023-11-04 15:07 UTC (permalink / raw
To: gentoo-commits
commit: ca98a0e29f415eee80b32398f41ffb3c765b045b
Author: Nathan E. Egge <unlord <AT> xiph <DOT> org>
AuthorDate: Wed Nov 1 15:03:18 2023 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sat Nov 4 15:06:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca98a0e2
app-text/sloccount: keyword 2.26-r3 for ~riscv
Closes: https://bugs.gentoo.org/916624
Signed-off-by: Nathan E. Egge <unlord <AT> xiph.org>
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
app-text/sloccount/sloccount-2.26-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/sloccount/sloccount-2.26-r3.ebuild b/app-text/sloccount/sloccount-2.26-r3.ebuild
index 9242d9b171c6..2f0ecfabf246 100644
--- a/app-text/sloccount/sloccount-2.26-r3.ebuild
+++ b/app-text/sloccount/sloccount-2.26-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ppc ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="dev-lang/perl"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-11-04 15:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-04 15:07 [gentoo-commits] repo/gentoo:master commit in: app-text/sloccount/ Luca Barbato
-- strict thread matches above, loose matches on Subject: below --
2023-11-04 15:07 Luca Barbato
2016-05-18 6:50 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox