* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2016-01-19 21:54 Manuel Rüger
0 siblings, 0 replies; 12+ messages in thread
From: Manuel Rüger @ 2016-01-19 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 7705d28813c258c2d73c1fe4e293aa311d08acba
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 21:54:40 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 21:54:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7705d288
sys-fs/genext2fs: Remove old
Package-Manager: portage-2.2.27
sys-fs/genext2fs/Manifest | 3 ---
sys-fs/genext2fs/genext2fs-1.3-r1.ebuild | 33 --------------------------------
sys-fs/genext2fs/genext2fs-1.4.ebuild | 19 ------------------
3 files changed, 55 deletions(-)
diff --git a/sys-fs/genext2fs/Manifest b/sys-fs/genext2fs/Manifest
index ce8c2c4..c17a026 100644
--- a/sys-fs/genext2fs/Manifest
+++ b/sys-fs/genext2fs/Manifest
@@ -1,4 +1 @@
-DIST genext2fs-1.3-uclibc-updates.patch.bz2 20048 SHA256 dd9b1e1afc146328deaa4440560e37fc9b527324aea4a347fa28a1025d442315 SHA512 267c1767ff1519ebec55cfb6377d36443d8e6d320a2a1c766ccd697a962babad31c1c1eccdb89c9d6cb3e5070138c1138ca8baff3399dd62cf08485791afb53e WHIRLPOOL 89c6555f274e5d4e7f2e26184bcaa3c43adaa8d81fccbe4f3a270898043c3321f198e8f22b6664b952a529f929749f4a8b3f2bcde1e733b33e9c39d93cba7e84
DIST genext2fs-1.4.1.tar.gz 103283 SHA256 404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc SHA512 1b9ec7044014423345ae6b09862ba6903f5b3e0f68fb8bbcf97daf2705471cc1633a9fdbc5e00afe1b191e1af7bed87bde2e538bc7365469218f2a00b062845c WHIRLPOOL c92cda39f10b988ae753fcd8b70c7abd687832f96f2b80322e55ae560e73657ceb0eaad62b190fb538976151d6c9278ad859848fe190e97b366f0cabb21fae2c
-DIST genext2fs-1.4.tar.gz 101384 SHA256 b48b7f01f493fc4f977778e6c368f6916a8c6bf7f9d6a6ff910ff364d725b9b5 SHA512 944118e8f7a70aa69806d072575997dd74dea7628442108eacaf9d2b5b6f57e3c393d81a2686abf6e205272db7e2575c6a5f0f33ec9a0168e66d33149f1de606 WHIRLPOOL cd7623d12c5afbdcc0bd1b0f6d88407734aada982e4ba16573ba7e77b5df44b61cf64e882eb050748573415f92a6b741ed47065c2c746bebd59ddf9c09907e11
-DIST genext2fs_1.3.orig.tar.gz 19343 SHA256 8e7dfa34f3919226550dc6507a23753f9fda55e78b15b264291ecf5940d837e9 SHA512 dd5a364996e4a14c36e7ef73909c20ec92c242616ab8270e90c328a0b06eba475482d84c63de8ca0b4215e5c94dd2e725252444ccc4c82a4895b888f9a364773 WHIRLPOOL 6343059a8405aabc5d6c6661eb0d96f29897054e449b621f931ac5845a8cdd92139c613653bc0a62cbd9fd5d0b14d95f4c00ecc241d6d0f70bfce1563c0fbe6f
diff --git a/sys-fs/genext2fs/genext2fs-1.3-r1.ebuild b/sys-fs/genext2fs/genext2fs-1.3-r1.ebuild
deleted file mode 100644
index e93bd4d..0000000
--- a/sys-fs/genext2fs/genext2fs-1.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit eutils
-
-DESCRIPTION="generate ext2 file systems"
-HOMEPAGE="http://sourceforge.net/projects/genext2fs"
-SRC_URI="mirror://debian/pool/main/g/genext2fs/${PN}_${PV}.orig.tar.gz
- mirror://gentoo/${P}-uclibc-updates.patch.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha arm hppa ~mips ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}/${P}.orig
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${WORKDIR}/${P}-uclibc-updates.patch
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" || die
-}
-
-src_install() {
- make install DESTDIR="${D}" || die
-}
diff --git a/sys-fs/genext2fs/genext2fs-1.4.ebuild b/sys-fs/genext2fs/genext2fs-1.4.ebuild
deleted file mode 100644
index 12f86ad..0000000
--- a/sys-fs/genext2fs/genext2fs-1.4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="generate ext2 file systems"
-HOMEPAGE="http://sourceforge.net/projects/genext2fs"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2019-10-19 10:15 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2019-10-19 10:15 UTC (permalink / raw
To: gentoo-commits
commit: 4a8b0034990582be04103f8ee40d9e3a919486a8
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 19 10:15:24 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 19 10:15:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8b0034
sys-fs/genext2fs: Port to EAPI 7
Closes: https://bugs.gentoo.org/697160
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.4.1.ebuild | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.4.1.ebuild b/sys-fs/genext2fs/genext2fs-1.4.1.ebuild
index 7702d2c004c..792f5152ff8 100644
--- a/sys-fs/genext2fs/genext2fs-1.4.1.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
DESCRIPTION="generate ext2 file systems"
HOMEPAGE="https://sourceforge.net/projects/genext2fs"
@@ -10,11 +10,3 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~mips ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2021-10-07 18:54 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2021-10-07 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 2f314707a30582b8795664d237185b41bec77c13
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 7 17:50:02 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 7 18:52:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f314707
sys-fs/genext2fs: add 1.5.0
Closes: https://bugs.gentoo.org/787515
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/genext2fs/Manifest | 1 +
sys-fs/genext2fs/genext2fs-1.5.0.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/sys-fs/genext2fs/Manifest b/sys-fs/genext2fs/Manifest
index fbc1848d093..ef3329267c5 100644
--- a/sys-fs/genext2fs/Manifest
+++ b/sys-fs/genext2fs/Manifest
@@ -1 +1,2 @@
DIST genext2fs-1.4.1.tar.gz 103283 BLAKE2B cacb6e5e5e69f9fbb8550e2b9d79e41d4dd58e2bcc5516a79476918203e5b8ebee0d12a6a6463ff4ec659249a6647881b2728a8d6936fadc298a1e0e68833bdc SHA512 1b9ec7044014423345ae6b09862ba6903f5b3e0f68fb8bbcf97daf2705471cc1633a9fdbc5e00afe1b191e1af7bed87bde2e538bc7365469218f2a00b062845c
+DIST genext2fs-1.5.0.tar.gz 47848 BLAKE2B 63d65033166356e561bb2ba1a2ff2d10feaab8397bff8d081271b0cdd4c1955949e84c856ff92e7cc3c09f8c913ed6d3672c08a2e07dfa1b71b359ae41abf6a6 SHA512 628994f4f5f6d534a42e16db5322e36addb227d0e0ee589ebebbbb6beda9c53774186a932d04fcb978fde1cbe534b8335fdbfea256aecd2d873c03bc5892a8ce
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
new file mode 100644
index 00000000000..bf1148c1fae
--- /dev/null
+++ b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="generate ext2 file systems"
+HOMEPAGE="https://github.com/bestouff/genext2fs"
+SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+
+src_prepare() {
+ default
+ eautoreconf
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2021-12-11 16:05 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2021-12-11 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 3a3b7f9ae034623da860b3a0a25e78961fd18b56
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 16:05:02 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 16:05:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3b7f9a
sys-fs/genext2fs: Stabilize 1.5.0 amd64, #828930
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
index c2f33806fec3..717b14ca4ce7 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2021-12-11 16:05 Jakov Smolić
0 siblings, 0 replies; 12+ messages in thread
From: Jakov Smolić @ 2021-12-11 16:05 UTC (permalink / raw
To: gentoo-commits
commit: 02d8321499673a8004b6cf2d716cb0d9609eadec
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 11 16:04:49 2021 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Dec 11 16:04:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02d83214
sys-fs/genext2fs: Stabilize 1.5.0 x86, #828930
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
index bf1148c1fae0..c2f33806fec3 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2021-12-12 1:52 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-12-12 1:52 UTC (permalink / raw
To: gentoo-commits
commit: a33452ca74d8a966d377cfdf0013897faecd7bc0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 01:51:43 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 01:51:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33452ca
sys-fs/genext2fs: Stabilize 1.5.0 arm, #828930
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
index 717b14ca4ce7..9df0f4db628e 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2021-12-12 1:53 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-12-12 1:53 UTC (permalink / raw
To: gentoo-commits
commit: b5545a0ff975eb8b011ec055ada0c131ddfbfbd0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 12 01:52:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 12 01:52:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5545a0f
sys-fs/genext2fs: Stabilize 1.5.0 ppc, #828930
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
index 9df0f4db628e..7ad79b971bc6 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ~sparc x86"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2022-08-07 4:02 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-08-07 4:02 UTC (permalink / raw
To: gentoo-commits
commit: 771841cf14ea1f8738774e0104bdf7b96d596652
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 04:01:59 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 04:01:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771841cf
sys-fs/genext2fs: Stabilize 1.5.0-r1 ppc, #828930
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
index 35487c327f55..fa713f457120 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
PATCHES=( "${FILESDIR}/backport-pr-32.patch" )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2022-08-07 4:02 Arthur Zamarin
0 siblings, 0 replies; 12+ messages in thread
From: Arthur Zamarin @ 2022-08-07 4:02 UTC (permalink / raw
To: gentoo-commits
commit: 9100e66319f4d5628dab5c5de54f74ded8ac8925
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 7 04:02:00 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 7 04:02:00 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9100e663
sys-fs/genext2fs: Stabilize 1.5.0-r1 arm, #828930
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
index fa713f457120..7b03bbff2868 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
PATCHES=( "${FILESDIR}/backport-pr-32.patch" )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2022-08-08 12:34 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2022-08-08 12:34 UTC (permalink / raw
To: gentoo-commits
commit: d2c372304b07eadf9507a2968861c9b902782d4e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 12:32:14 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 12:32:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c37230
sys-fs/genext2fs: amd64 stable wrt bug #828930
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
index 7b03bbff2868..c839464d7554 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
PATCHES=( "${FILESDIR}/backport-pr-32.patch" )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2022-08-08 12:39 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2022-08-08 12:39 UTC (permalink / raw
To: gentoo-commits
commit: 46c4e5ec9602553c33e12c2a0118023fba61181a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 12:38:49 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 12:38:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c4e5ec
sys-fs/genext2fs: sparc stable wrt bug #828930
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
index c839464d7554..2aa7a55641ad 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 sparc ~x86"
PATCHES=( "${FILESDIR}/backport-pr-32.patch" )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/
@ 2022-08-13 8:03 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2022-08-13 8:03 UTC (permalink / raw
To: gentoo-commits
commit: 7e757a9dcd4f209d48b84edfe50fa78df248be49
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 08:02:51 2022 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 08:02:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e757a9d
sys-fs/genext2fs: x86 stable wrt bug #828930
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
index 2aa7a55641ad..730550a3a7ac 100644
--- a/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
+++ b/sys-fs/genext2fs/genext2fs-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/bestouff/genext2fs/archive/refs/tags/v${PV}.tar.gz -
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ~ppc64 sparc x86"
PATCHES=( "${FILESDIR}/backport-pr-32.patch" )
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2022-08-13 8:03 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 12:34 [gentoo-commits] repo/gentoo:master commit in: sys-fs/genext2fs/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2022-08-13 8:03 Agostino Sarubbo
2022-08-08 12:39 Agostino Sarubbo
2022-08-07 4:02 Arthur Zamarin
2022-08-07 4:02 Arthur Zamarin
2021-12-12 1:53 Sam James
2021-12-12 1:52 Sam James
2021-12-11 16:05 Jakov Smolić
2021-12-11 16:05 Jakov Smolić
2021-10-07 18:54 Jakov Smolić
2019-10-19 10:15 David Seifert
2016-01-19 21:54 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox