* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2015-08-10 9:18 Mike Frysinger
0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger @ 2015-08-10 9:18 UTC (permalink / raw
To: gentoo-commits
commit: cd5dd4d193ca150567eedc2d5760ea471d8d7041
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 09:04:51 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 09:04:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5dd4d1
extract-xiso: LICENSE: change to BSD-4 to reflect the source #556274
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.5.ebuild b/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
index f2b3d54..f0bd8e2 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -10,7 +10,7 @@ DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
HOMEPAGE="http://sourceforge.net/projects/extract-xiso"
SRC_URI="mirror://sourceforge/extract-xiso/${PN}_v${MY_PV}_src.tgz"
-LICENSE="BSD"
+LICENSE="BSD-4"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2015-08-10 9:18 Mike Frysinger
0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger @ 2015-08-10 9:18 UTC (permalink / raw
To: gentoo-commits
commit: 61e5629c8b24bf2cb573cda93fc93163a49bc7ae
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 09:10:21 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 09:10:27 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61e5629c
extract-xiso: version bump
| 1 +
| 38 ++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
--git a/app-cdr/extract-xiso/Manifest b/app-cdr/extract-xiso/Manifest
index 6ac3eba..dda86b2 100644
--- a/app-cdr/extract-xiso/Manifest
+++ b/app-cdr/extract-xiso/Manifest
@@ -1 +1,2 @@
+DIST extract-xiso-2.7.1.tar.gz 207518 SHA256 4aff3f16f687d4ef18607702b08a133e37ea969bc87c5a1d5f5bba91698ae993 SHA512 a7153d96fa7cfb01dfa385a0984d94dc0fa5ac14ce9f7e2d50287b7e1edbb6a4ba84b6b874aa2628b1a82f23b30687958e411699487896cc48787f48e0e012c6 WHIRLPOOL 74fbc9ec42ae7e4df0657de4711802db63dc552825c8a11ae814ca59273aae8d5e82a432540a5dbb7f5e2b557cc7d452876c33144c8ca1be7d45b00f2da4b24a
DIST extract-xiso_v2.5_src.tgz 207052 SHA256 056bae1d970a1907aebebc796724fc82debac72010e8227f9ce5a470f16714d7 SHA512 ae73d5814167894f60530f9cb88485a9bcc39a60da87ed20b8b579f8e3f91542df102c2f9cb868ce61ff61c1a5add63d4bec66097f039c906353762358760dec WHIRLPOOL e59664007267ed5daa927e5669bb32050618af7282d5f672b2829c0782a9e8c4bc2da55534c7a4339defab14671e75d8c47d1fde0730874a9cf13486f47a1140
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
new file mode 100644
index 0000000..804db20
--- /dev/null
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+inherit toolchain-funcs
+
+MY_PV=${PV/_beta/b}
+
+DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
+HOMEPAGE="http://sourceforge.net/projects/extract-xiso"
+SRC_URI="mirror://sourceforge/extract-xiso/${P}.tar.gz"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ sed -i \
+ -e 's:__LINUX__:__linux__:' \
+ *.[ch] */*.[ch] || die
+}
+
+doit() { echo "$@"; "$@"; }
+
+src_compile() {
+ doit $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
+ extract-xiso.c libftp-*/*.c -o extract-xiso || die
+}
+
+src_install() {
+ dobin extract-xiso || die
+ dodoc README.TXT
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2015-08-10 9:18 Mike Frysinger
0 siblings, 0 replies; 14+ messages in thread
From: Mike Frysinger @ 2015-08-10 9:18 UTC (permalink / raw
To: gentoo-commits
commit: cf1d04bc96d7068f0e1e4f89ba930e0fb6a2ed91
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 09:10:36 2015 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 09:10:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf1d04bc
extract-xiso: EAPI: bump to 5
| 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
index 804db20..21da94d 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI="5"
+
inherit toolchain-funcs
MY_PV=${PV/_beta/b}
@@ -17,9 +19,7 @@ IUSE=""
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
sed -i \
-e 's:__LINUX__:__linux__:' \
*.[ch] */*.[ch] || die
@@ -33,6 +33,6 @@ src_compile() {
}
src_install() {
- dobin extract-xiso || die
+ dobin extract-xiso
dodoc README.TXT
}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2019-02-12 10:29 Mikle Kolyada
0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-12 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 0cd44433ed571991565cc619886fd92bd10935b1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 10:27:37 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 10:27:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd44433
app-cdr/extract-xiso: amd64 stable wrt bug #676354
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
index 641e498afe7..db5abc7149d 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/extract-xiso/${P}.tar.gz"
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
IUSE=""
S=${WORKDIR}/${PN}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2019-02-12 10:29 Mikle Kolyada
0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2019-02-12 10:29 UTC (permalink / raw
To: gentoo-commits
commit: 130b49fc4045002bf97c88bf67625751e783eb6b
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 12 10:29:36 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Feb 12 10:29:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130b49fc
app-cdr/extract-xiso: Drop old
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
| 1 -
| 39 ----------------------------
2 files changed, 40 deletions(-)
--git a/app-cdr/extract-xiso/Manifest b/app-cdr/extract-xiso/Manifest
index 7b3a70496ce..f460511db0d 100644
--- a/app-cdr/extract-xiso/Manifest
+++ b/app-cdr/extract-xiso/Manifest
@@ -1,2 +1 @@
DIST extract-xiso-2.7.1.tar.gz 207518 BLAKE2B bf99e2555e85344db318bdedf0e6dfb80b5f8cd079dc2083ba94e06c62032235d88296909a1aa887180ce94ce9d80a6b39aab25ed99b04741951aed79c2e8cdb SHA512 a7153d96fa7cfb01dfa385a0984d94dc0fa5ac14ce9f7e2d50287b7e1edbb6a4ba84b6b874aa2628b1a82f23b30687958e411699487896cc48787f48e0e012c6
-DIST extract-xiso_v2.5_src.tgz 207052 BLAKE2B 36363ac23bff01c28ddfee46990cae5e193841a294549b1b9f29c401f833e42e5f92e0157aa07d1cb2bfe272eb25a0f96e3e285b6a06abc3a7d06868258cf649 SHA512 ae73d5814167894f60530f9cb88485a9bcc39a60da87ed20b8b579f8e3f91542df102c2f9cb868ce61ff61c1a5add63d4bec66097f039c906353762358760dec
diff --git a/app-cdr/extract-xiso/extract-xiso-2.5.ebuild b/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
deleted file mode 100644
index f9010735835..00000000000
--- a/app-cdr/extract-xiso/extract-xiso-2.5.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit toolchain-funcs
-
-MY_PV=${PV/_beta/b}
-
-DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
-HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
-SRC_URI="mirror://sourceforge/extract-xiso/${PN}_v${MY_PV}_src.tgz"
-
-LICENSE="BSD-4"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e 's:__LINUX__:__linux__:' \
- *.[ch] */*.[ch] || die
-}
-
-doit() { echo "$@"; "$@"; }
-
-src_compile() {
- doit $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \
- extract-xiso.c libftp-*/*.c -o extract-xiso || die
-}
-
-src_install() {
- dobin extract-xiso || die
- dodoc README.TXT
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2021-04-19 20:54 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2021-04-19 20:54 UTC (permalink / raw
To: gentoo-commits
commit: 80033e154663a4770f73a577a6348099a9fe9fa1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 19 20:33:16 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 19 20:54:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80033e15
app-cdr/extract-xiso: port to EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
index c89c16d1ea4..f4e6324db81 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1.ebuild
@@ -1,25 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
-inherit epatch toolchain-funcs
+inherit toolchain-funcs
MY_PV=${PV/_beta/b}
DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
SRC_URI="mirror://sourceforge/extract-xiso/${P}.tar.gz"
+S="${WORKDIR}"/${PN}
LICENSE="BSD-4"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
-S=${WORKDIR}/${PN}
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.7.1-headers.patch
+)
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.7.1-headers.patch
+ default
+
sed -i \
-e 's:__LINUX__:__linux__:' \
*.[ch] */*.[ch] || die
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2022-10-19 2:35 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-10-19 2:35 UTC (permalink / raw
To: gentoo-commits
commit: 612b6507a47ef4f7faf851ec812c9bba372d3790
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 02:28:14 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 02:28:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=612b6507
app-cdr/extract-xiso: add 2.7.1_p202204252159
Closes: https://bugs.gentoo.org/874909
Closes: https://bugs.gentoo.org/714650
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
| 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
--git a/app-cdr/extract-xiso/Manifest b/app-cdr/extract-xiso/Manifest
index f460511db0de..f92cfad8bd6a 100644
--- a/app-cdr/extract-xiso/Manifest
+++ b/app-cdr/extract-xiso/Manifest
@@ -1 +1,2 @@
DIST extract-xiso-2.7.1.tar.gz 207518 BLAKE2B bf99e2555e85344db318bdedf0e6dfb80b5f8cd079dc2083ba94e06c62032235d88296909a1aa887180ce94ce9d80a6b39aab25ed99b04741951aed79c2e8cdb SHA512 a7153d96fa7cfb01dfa385a0984d94dc0fa5ac14ce9f7e2d50287b7e1edbb6a4ba84b6b874aa2628b1a82f23b30687958e411699487896cc48787f48e0e012c6
+DIST extract-xiso-2.7.1_p202204252159.tar.gz 26979 BLAKE2B e313f78a6c835cbb87467a4509c576e589e05103c5723ecf224b85e5ca6f55cbdcf290c98bc03a745e2a24b2eca3368aea7dffe894300312e2b6287873258f9b SHA512 459a69a95f9680fb4659e30a777694b1ea37087742885e2d06338eab985d9d5734b4571fe7222d1e11489457d584b9da999c2bfb455f3d5eadcf36c8e4c8d844
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
new file mode 100644
index 000000000000..b14a4594871a
--- /dev/null
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_PV=${PV/_beta/b}
+
+DESCRIPTION="Tool for extracting and creating optimised Xbox ISO images"
+HOMEPAGE="https://sourceforge.net/projects/extract-xiso"
+if [[ ${PV} == *_p* ]] ; then
+ SRC_URI="https://github.com/XboxDev/extract-xiso/archive/refs/tags/build-$(ver_cut 5).tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}"/${PN}-build-$(ver_cut 5)
+else
+ SRC_URI="mirror://sourceforge/extract-xiso/${P}.tar.gz"
+ S="${WORKDIR}"/${PN}
+fi
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2022-10-19 2:35 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-10-19 2:35 UTC (permalink / raw
To: gentoo-commits
commit: b22ff23e5c3798378a3107b9e444acd6c38ea534
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 02:28:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 02:28:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22ff23e
app-cdr/extract-xiso: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 1 +
1 file changed, 1 insertion(+)
--git a/app-cdr/extract-xiso/metadata.xml b/app-cdr/extract-xiso/metadata.xml
index 007250656038..35c3ca39e60c 100644
--- a/app-cdr/extract-xiso/metadata.xml
+++ b/app-cdr/extract-xiso/metadata.xml
@@ -4,5 +4,6 @@
<!-- maintainer-needed -->
<upstream>
<remote-id type="sourceforge">extract-xiso</remote-id>
+ <remote-id type="github">XboxDev/extract-xiso</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2022-12-18 12:45 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-12-18 12:45 UTC (permalink / raw
To: gentoo-commits
commit: c8aff2d9bf3baa08896471443c95c5c9a154d48f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:44:54 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:44:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8aff2d9
app-cdr/extract-xiso: Stabilize 2.7.1_p202204252159 ppc, #886659
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
index b14a4594871a..48cbe31fbd25 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
@@ -19,4 +19,4 @@ fi
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2022-12-18 12:45 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2022-12-18 12:45 UTC (permalink / raw
To: gentoo-commits
commit: 1dafab255453deff068e270531dc193ba0a254ec
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 12:44:55 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 12:44:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dafab25
app-cdr/extract-xiso: Stabilize 2.7.1_p202204252159 x86, #886659
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
index 48cbe31fbd25..7231fa71bbc0 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
@@ -19,4 +19,4 @@ fi
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2022-12-18 20:32 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2022-12-18 20:32 UTC (permalink / raw
To: gentoo-commits
commit: b03e1fa43729143bb28965dfb27c09617cc209dd
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 20:32:44 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 20:32:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b03e1fa4
app-cdr/extract-xiso: Stabilize 2.7.1_p202204252159 amd64, #886659
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
index 7231fa71bbc0..415fe71c6b8a 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202204252159.ebuild
@@ -19,4 +19,4 @@ fi
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2024-11-23 12:09 Sam James
0 siblings, 0 replies; 14+ messages in thread
From: Sam James @ 2024-11-23 12:09 UTC (permalink / raw
To: gentoo-commits
commit: f425e75b2d8a44dfe0865feca54e46cfcdcaf115
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 12:07:43 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 12:07:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f425e75b
app-cdr/extract-xiso: Stabilize 2.7.1_p202303040307 ppc, #944630
Signed-off-by: Sam James <sam <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
index ba219f037ff4..d80e4bdb75a8 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
@@ -19,4 +19,4 @@ fi
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2024-11-23 17:21 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-11-23 17:21 UTC (permalink / raw
To: gentoo-commits
commit: 0c1bd4ee8020a7f249932a23d126fc3975cd88a7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 17:21:15 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 17:21:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1bd4ee
app-cdr/extract-xiso: Stabilize 2.7.1_p202303040307 x86, #944630
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
index d80e4bdb75a8..613e8006f809 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
@@ -19,4 +19,4 @@ fi
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/
@ 2024-11-23 17:26 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2024-11-23 17:26 UTC (permalink / raw
To: gentoo-commits
commit: 6aa0f9140bfc619d2f5fb7db35b8d7a5d45efae8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 17:26:30 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 17:26:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa0f914
app-cdr/extract-xiso: Stabilize 2.7.1_p202303040307 amd64, #944630
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--git a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
index 613e8006f809..9f0717334cf1 100644
--- a/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
+++ b/app-cdr/extract-xiso/extract-xiso-2.7.1_p202303040307.ebuild
@@ -19,4 +19,4 @@ fi
LICENSE="BSD-4"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-11-23 17:26 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 17:26 [gentoo-commits] repo/gentoo:master commit in: app-cdr/extract-xiso/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 17:21 Michał Górny
2024-11-23 12:09 Sam James
2022-12-18 20:32 Arthur Zamarin
2022-12-18 12:45 Sam James
2022-12-18 12:45 Sam James
2022-10-19 2:35 Sam James
2022-10-19 2:35 Sam James
2021-04-19 20:54 Sam James
2019-02-12 10:29 Mikle Kolyada
2019-02-12 10:29 Mikle Kolyada
2015-08-10 9:18 Mike Frysinger
2015-08-10 9:18 Mike Frysinger
2015-08-10 9:18 Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox