public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-doc/gnu-c-intro-ref/
@ 2023-05-21 19:35 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-05-21 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b3794f12bcea506f18feb2cd7c085d0873027b93
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 19:18:32 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 21 19:35:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3794f12

app-doc/gnu-c-intro-ref: new package, add 0_pre20230521, 9999

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gnu-c-intro-ref/Manifest                   |  1 +
 .../gnu-c-intro-ref-0_pre20230521.ebuild           | 45 ++++++++++++++++++++++
 .../gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild    | 45 ++++++++++++++++++++++
 app-doc/gnu-c-intro-ref/metadata.xml               | 11 ++++++
 4 files changed, 102 insertions(+)

diff --git a/app-doc/gnu-c-intro-ref/Manifest b/app-doc/gnu-c-intro-ref/Manifest
new file mode 100644
index 000000000000..b47e753099d6
--- /dev/null
+++ b/app-doc/gnu-c-intro-ref/Manifest
@@ -0,0 +1 @@
+DIST c-intro-and-ref-36a1041cfa542b8c00aa6daad2624797164d87f4.tar.gz 195859 BLAKE2B d2a6b32e1f19c88c947e3a98825cdf6eec8192a6e79b4eb9b47bbb69368e2dcb8bb6a6e77dbf05070b918aead7d60d72dd9afcd719a7c1f8d51793fe2ababaa0 SHA512 bd4bd01a24a941c7272d0e9e88867a1669779e390f50725c883bd18cd578899529d2179c919a0a4db386bcb59d3e485a3487b762ee499ee4585e9c579b802787

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20230521.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20230521.ebuild
new file mode 100644
index 000000000000..206a80678ffc
--- /dev/null
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20230521.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="GNU C Language Intro and Reference Manual"
+HOMEPAGE="https://savannah.gnu.org/projects/c-intro-and-ref/"
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
+	inherit git-r3
+else
+	MY_COMMIT="36a1041cfa542b8c00aa6daad2624797164d87f4"
+	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
+	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="FDL-1.3+"
+SLOT="0"
+IUSE="pdf"
+
+BDEPEND="
+	sys-apps/texinfo
+	pdf? (
+		app-text/ghostscript-gpl
+		app-text/texlive-core
+	)
+"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_compile() {
+	emake info html $(usev pdf 'pdf')
+}
+
+src_install() {
+	emake DESTDIR="${D}" install-info install-html $(usev pdf 'install-pdf')
+}

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
new file mode 100644
index 000000000000..206a80678ffc
--- /dev/null
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="GNU C Language Intro and Reference Manual"
+HOMEPAGE="https://savannah.gnu.org/projects/c-intro-and-ref/"
+
+if [[ ${PV} == *9999 ]] ; then
+	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
+	inherit git-r3
+else
+	MY_COMMIT="36a1041cfa542b8c00aa6daad2624797164d87f4"
+	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
+	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="FDL-1.3+"
+SLOT="0"
+IUSE="pdf"
+
+BDEPEND="
+	sys-apps/texinfo
+	pdf? (
+		app-text/ghostscript-gpl
+		app-text/texlive-core
+	)
+"
+
+src_prepare() {
+	default
+
+	eautoreconf
+}
+
+src_compile() {
+	emake info html $(usev pdf 'pdf')
+}
+
+src_install() {
+	emake DESTDIR="${D}" install-info install-html $(usev pdf 'install-pdf')
+}

diff --git a/app-doc/gnu-c-intro-ref/metadata.xml b/app-doc/gnu-c-intro-ref/metadata.xml
new file mode 100644
index 000000000000..ba8bf116c4f5
--- /dev/null
+++ b/app-doc/gnu-c-intro-ref/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="savannah">c-intro-and-ref</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-doc/gnu-c-intro-ref/
@ 2024-10-04  1:57 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-10-04  1:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d7a3bddd21e2bcda4f0d37ae06284c07e5a4cf54
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  4 01:32:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 01:32:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7a3bddd

app-doc/gnu-c-intro-ref: add 0_pre20240831

Closes: https://bugs.gentoo.org/911528
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gnu-c-intro-ref/Manifest                                     | 1 +
 ...-c-intro-ref-9999.ebuild => gnu-c-intro-ref-0_pre20240831.ebuild} | 5 +++--
 app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild                  | 5 +++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/app-doc/gnu-c-intro-ref/Manifest b/app-doc/gnu-c-intro-ref/Manifest
index b47e753099d6..3be4c23e89c3 100644
--- a/app-doc/gnu-c-intro-ref/Manifest
+++ b/app-doc/gnu-c-intro-ref/Manifest
@@ -1 +1,2 @@
 DIST c-intro-and-ref-36a1041cfa542b8c00aa6daad2624797164d87f4.tar.gz 195859 BLAKE2B d2a6b32e1f19c88c947e3a98825cdf6eec8192a6e79b4eb9b47bbb69368e2dcb8bb6a6e77dbf05070b918aead7d60d72dd9afcd719a7c1f8d51793fe2ababaa0 SHA512 bd4bd01a24a941c7272d0e9e88867a1669779e390f50725c883bd18cd578899529d2179c919a0a4db386bcb59d3e485a3487b762ee499ee4585e9c579b802787
+DIST c-intro-and-ref-62962013107481127176ef04d69826e41f51313c.tar.gz 322484 BLAKE2B bfd6f613965e5fe62494d245e05b2fdcd9d40ad2a08b81f93e7264735811a0aabd04e6ca0cba140e5e5c2989ec77ef60cfb13ac63c060d76ad0d6e4e9ca0221b SHA512 8ee1f11b47e938cff6d7e93cccf388043643c97f095fa91200c5aae78ef765eb7cd9fbb7d5d77df9dbe13bf5e9694c876f9283f5cde8070f7df8eaabf9c0e40c

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20240831.ebuild
similarity index 88%
copy from app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
copy to app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20240831.ebuild
index 206a80678ffc..7324680b8e48 100644
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20240831.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
 	inherit git-r3
 else
-	MY_COMMIT="36a1041cfa542b8c00aa6daad2624797164d87f4"
+	MY_COMMIT="62962013107481127176ef04d69826e41f51313c"
 	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
 	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
 	KEYWORDS="~amd64"
@@ -27,6 +27,7 @@ BDEPEND="
 	pdf? (
 		app-text/ghostscript-gpl
 		app-text/texlive-core
+		virtual/texi2dvi
 	)
 "
 

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
index 206a80678ffc..7324680b8e48 100644
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
 	inherit git-r3
 else
-	MY_COMMIT="36a1041cfa542b8c00aa6daad2624797164d87f4"
+	MY_COMMIT="62962013107481127176ef04d69826e41f51313c"
 	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
 	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
 	KEYWORDS="~amd64"
@@ -27,6 +27,7 @@ BDEPEND="
 	pdf? (
 		app-text/ghostscript-gpl
 		app-text/texlive-core
+		virtual/texi2dvi
 	)
 "
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-doc/gnu-c-intro-ref/
@ 2024-11-30 13:37 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2024-11-30 13:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8d64539cfd035528e3ddf267127061e80978fa2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 13:26:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 13:36:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d64539c

app-doc/gnu-c-intro-ref: drop 0_pre20230521

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gnu-c-intro-ref/Manifest                   |  1 -
 .../gnu-c-intro-ref-0_pre20230521.ebuild           | 45 ----------------------
 2 files changed, 46 deletions(-)

diff --git a/app-doc/gnu-c-intro-ref/Manifest b/app-doc/gnu-c-intro-ref/Manifest
index 3be4c23e89c3..8a5b22e65512 100644
--- a/app-doc/gnu-c-intro-ref/Manifest
+++ b/app-doc/gnu-c-intro-ref/Manifest
@@ -1,2 +1 @@
-DIST c-intro-and-ref-36a1041cfa542b8c00aa6daad2624797164d87f4.tar.gz 195859 BLAKE2B d2a6b32e1f19c88c947e3a98825cdf6eec8192a6e79b4eb9b47bbb69368e2dcb8bb6a6e77dbf05070b918aead7d60d72dd9afcd719a7c1f8d51793fe2ababaa0 SHA512 bd4bd01a24a941c7272d0e9e88867a1669779e390f50725c883bd18cd578899529d2179c919a0a4db386bcb59d3e485a3487b762ee499ee4585e9c579b802787
 DIST c-intro-and-ref-62962013107481127176ef04d69826e41f51313c.tar.gz 322484 BLAKE2B bfd6f613965e5fe62494d245e05b2fdcd9d40ad2a08b81f93e7264735811a0aabd04e6ca0cba140e5e5c2989ec77ef60cfb13ac63c060d76ad0d6e4e9ca0221b SHA512 8ee1f11b47e938cff6d7e93cccf388043643c97f095fa91200c5aae78ef765eb7cd9fbb7d5d77df9dbe13bf5e9694c876f9283f5cde8070f7df8eaabf9c0e40c

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20230521.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20230521.ebuild
deleted file mode 100644
index 206a80678ffc..000000000000
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0_pre20230521.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="GNU C Language Intro and Reference Manual"
-HOMEPAGE="https://savannah.gnu.org/projects/c-intro-and-ref/"
-
-if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
-	inherit git-r3
-else
-	MY_COMMIT="36a1041cfa542b8c00aa6daad2624797164d87f4"
-	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
-	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="FDL-1.3+"
-SLOT="0"
-IUSE="pdf"
-
-BDEPEND="
-	sys-apps/texinfo
-	pdf? (
-		app-text/ghostscript-gpl
-		app-text/texlive-core
-	)
-"
-
-src_prepare() {
-	default
-
-	eautoreconf
-}
-
-src_compile() {
-	emake info html $(usev pdf 'pdf')
-}
-
-src_install() {
-	emake DESTDIR="${D}" install-info install-html $(usev pdf 'install-pdf')
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-doc/gnu-c-intro-ref/
@ 2025-05-28  3:36 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-05-28  3:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e511af954e221f535148b93d473548e149aee8a8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 28 03:35:43 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 28 03:35:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e511af95

app-doc/gnu-c-intro-ref: add 0.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-doc/gnu-c-intro-ref/Manifest                              |  1 +
 ...gnu-c-intro-ref-9999.ebuild => gnu-c-intro-ref-0.1.ebuild} | 11 +++++++++--
 app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild           | 11 +++++++++--
 3 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/app-doc/gnu-c-intro-ref/Manifest b/app-doc/gnu-c-intro-ref/Manifest
index 8a5b22e65512..a6433b722674 100644
--- a/app-doc/gnu-c-intro-ref/Manifest
+++ b/app-doc/gnu-c-intro-ref/Manifest
@@ -1 +1,2 @@
+DIST c-intro-and-ref-0.1.tar.gz 1556218 BLAKE2B 7691d115a71b0a019c9b9f4d0c31a6d7a73a2a170a6fb1349064e766dd649c883f9c289f0a8301d7ea799ed8018e41a864a2b3a0aea44fbc1fabce204547d58c SHA512 f225ee2382b8146db91552ff6f9cf5facc4ce3fb82fba9d6f09c8f8b1a2be92bdf40f0c1917b5fcc9320a5e1a54e52573901e5660dacc7894d98bac50d195c06
 DIST c-intro-and-ref-62962013107481127176ef04d69826e41f51313c.tar.gz 322484 BLAKE2B bfd6f613965e5fe62494d245e05b2fdcd9d40ad2a08b81f93e7264735811a0aabd04e6ca0cba140e5e5c2989ec77ef60cfb13ac63c060d76ad0d6e4e9ca0221b SHA512 8ee1f11b47e938cff6d7e93cccf388043643c97f095fa91200c5aae78ef765eb7cd9fbb7d5d77df9dbe13bf5e9694c876f9283f5cde8070f7df8eaabf9c0e40c

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild
similarity index 72%
copy from app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
copy to app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild
index 7324680b8e48..f67150d705c8 100644
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,16 +11,21 @@ HOMEPAGE="https://savannah.gnu.org/projects/c-intro-and-ref/"
 if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
 	inherit git-r3
+elif [[ ${PV} != *_p* ]] ; then
+	SRC_URI="mirror://gnu/c-intro-and-ref/c-intro-and-ref-${PV}.tar.gz"
+	S="${WORKDIR}"/c-intro-and-ref-${PV}
 else
 	MY_COMMIT="62962013107481127176ef04d69826e41f51313c"
 	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
 	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
-	KEYWORDS="~amd64"
 fi
 
 LICENSE="FDL-1.3+"
 SLOT="0"
 IUSE="pdf"
+if [[ ${PV} != 9999 ]] ; then
+	KEYWORDS="~amd64"
+fi
 
 BDEPEND="
 	sys-apps/texinfo
@@ -34,6 +39,8 @@ BDEPEND="
 src_prepare() {
 	default
 
+	# We don't need it for releases but they're infrequent, so let's
+	# not bother conditionalising it (as we often use snapshots).
 	eautoreconf
 }
 

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
index 7324680b8e48..f67150d705c8 100644
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,16 +11,21 @@ HOMEPAGE="https://savannah.gnu.org/projects/c-intro-and-ref/"
 if [[ ${PV} == *9999 ]] ; then
 	EGIT_REPO_URI="https://git.savannah.gnu.org/git/c-intro-and-ref.git"
 	inherit git-r3
+elif [[ ${PV} != *_p* ]] ; then
+	SRC_URI="mirror://gnu/c-intro-and-ref/c-intro-and-ref-${PV}.tar.gz"
+	S="${WORKDIR}"/c-intro-and-ref-${PV}
 else
 	MY_COMMIT="62962013107481127176ef04d69826e41f51313c"
 	SRC_URI="https://git.savannah.nongnu.org/cgit/c-intro-and-ref.git/snapshot/c-intro-and-ref-${MY_COMMIT}.tar.gz"
 	S="${WORKDIR}"/c-intro-and-ref-${MY_COMMIT}
-	KEYWORDS="~amd64"
 fi
 
 LICENSE="FDL-1.3+"
 SLOT="0"
 IUSE="pdf"
+if [[ ${PV} != 9999 ]] ; then
+	KEYWORDS="~amd64"
+fi
 
 BDEPEND="
 	sys-apps/texinfo
@@ -34,6 +39,8 @@ BDEPEND="
 src_prepare() {
 	default
 
+	# We don't need it for releases but they're infrequent, so let's
+	# not bother conditionalising it (as we often use snapshots).
 	eautoreconf
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-doc/gnu-c-intro-ref/
@ 2025-06-21  7:33 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2025-06-21  7:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cf9e93ab7dfee6131bbf84375fc32344aa146e9a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 07:33:03 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 07:33:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9e93ab

app-doc/gnu-c-intro-ref: Keyword 0.1 ppc64, #957221

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild
index f67150d705c8..f5a1999b3e2e 100644
--- a/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild
+++ b/app-doc/gnu-c-intro-ref/gnu-c-intro-ref-0.1.ebuild
@@ -24,7 +24,7 @@ LICENSE="FDL-1.3+"
 SLOT="0"
 IUSE="pdf"
 if [[ ${PV} != 9999 ]] ; then
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~ppc64"
 fi
 
 BDEPEND="


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-21  7:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-21 19:35 [gentoo-commits] repo/gentoo:master commit in: app-doc/gnu-c-intro-ref/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-10-04  1:57 Sam James
2024-11-30 13:37 Sam James
2025-05-28  3:36 Sam James
2025-06-21  7:33 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox