* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-02-09 12:02 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-02-09 12:02 UTC (permalink / raw
To: gentoo-commits
commit: aa51027e25cc50ee82f006965290717379f9689b
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 12:01:42 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 12:01:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa51027e
sys-block/mmc-utils: new package, add 0_p20231010
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-block/mmc-utils/Manifest | 1 +
sys-block/mmc-utils/metadata.xml | 8 ++++++
sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild | 35 ++++++++++++++++++++++++
3 files changed, 44 insertions(+)
diff --git a/sys-block/mmc-utils/Manifest b/sys-block/mmc-utils/Manifest
new file mode 100644
index 000000000000..916d4e4929d7
--- /dev/null
+++ b/sys-block/mmc-utils/Manifest
@@ -0,0 +1 @@
+DIST mmc-utils-0_p20231010.tar.gz 51083 BLAKE2B efa8bbae62ccc20ee4085c6b372ce3a35d41cf2aba12918d74d2edb0f779e7174250358d426a756075cf6dd93009b366dfb373a54bc0eb13441c4ee2e579a26f SHA512 c6ee6af49556261f1bee12580025452fa180f0bd913fac90847d86ffc5100f34905a0b0467707601a3638bfad6f3f4fca41df0cd59c7e3507981f991ede6ac10
diff --git a/sys-block/mmc-utils/metadata.xml b/sys-block/mmc-utils/metadata.xml
new file mode 100644
index 000000000000..ed50c9a25b6b
--- /dev/null
+++ b/sys-block/mmc-utils/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>flow@gentoo.org</email>
+ <name>Florian Schmaus</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild
new file mode 100644
index 000000000000..080ccdfd90b2
--- /dev/null
+++ b/sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Userspace tools for MMC/SD devices"
+HOMEPAGE="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/"
+
+MY_COMMIT="b5ca140312d279ad2f22068fd72a6230eea13436"
+
+SRC_URI="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+src_prepare() {
+ default
+ sed -i 's/-Werror //' Makefile || die
+}
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ dosbin mmc
+ dodoc README
+ doman man/mmc.1
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-02-09 15:57 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-02-09 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 976aa6ded61a4538f008d0cbdf27afc4f08d3a3a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 15:56:01 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 15:56:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=976aa6de
sys-block/mmc-utils: add blocker for dev-lang/mercury
Closes: https://bugs.gentoo.org/924176
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../{mmc-utils-0_p20231010.ebuild => mmc-utils-0_p20231010-r1.ebuild} | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20231010-r1.ebuild
similarity index 95%
rename from sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild
rename to sys-block/mmc-utils/mmc-utils-0_p20231010-r1.ebuild
index 080ccdfd90b2..a1d531833438 100644
--- a/sys-block/mmc-utils/mmc-utils-0_p20231010.ebuild
+++ b/sys-block/mmc-utils/mmc-utils-0_p20231010-r1.ebuild
@@ -19,6 +19,8 @@ SLOT="0"
KEYWORDS="~amd64"
+RDEPEND="!dev-lang/mercury"
+
src_prepare() {
default
sed -i 's/-Werror //' Makefile || die
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-02-21 9:15 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-02-21 9:15 UTC (permalink / raw
To: gentoo-commits
commit: baa1aa3a0d41f1c64f654c7002711f686f26a5e2
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 09:15:17 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 09:15:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa1aa3a
sys-block/mmc-utils: undefine _FORIFY_SOURCE, inject version
Closes: https://bugs.gentoo.org/925158
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
...-utils-0_p20231010-r1.ebuild => mmc-utils-0_p20231010-r2.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20231010-r1.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild
similarity index 82%
rename from sys-block/mmc-utils/mmc-utils-0_p20231010-r1.ebuild
rename to sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild
index a1d531833438..e1bd4575073b 100644
--- a/sys-block/mmc-utils/mmc-utils-0_p20231010-r1.ebuild
+++ b/sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild
@@ -23,7 +23,11 @@ RDEPEND="!dev-lang/mercury"
src_prepare() {
default
- sed -i 's/-Werror //' Makefile || die
+ sed -i \
+ -e 's/-Werror //' \
+ -e 's/-D_FORTIFY_SOURCE=2 //' \
+ -e "s/-DVERSION=.*/-DVERSION=\\\\\"gentoo-${PVR}\\\\\"/" \
+ Makefile || die
}
src_configure() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-05-06 12:40 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-05-06 12:40 UTC (permalink / raw
To: gentoo-commits
commit: 229b020a6508d151d0fc9473ae51c2faceb77f1d
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 12:33:43 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon May 6 12:33:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=229b020a
sys-block/mmc-utils: stabilize 0_p20231010-r2 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild
index e1bd4575073b..310d91c4eac1 100644
--- a/sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild
+++ b/sys-block/mmc-utils/mmc-utils-0_p20231010-r2.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="GPL-2 BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
RDEPEND="!dev-lang/mercury"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-06-30 15:36 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-06-30 15:36 UTC (permalink / raw
To: gentoo-commits
commit: 783244b2a2f747d67b95a6e2565f9a521154f79a
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 15:35:14 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 15:36:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783244b2
sys-block/mmc-utils: add 0_p20240402
Closes: https://bugs.gentoo.org/935234
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-block/mmc-utils/Manifest | 1 +
sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild | 41 ++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/sys-block/mmc-utils/Manifest b/sys-block/mmc-utils/Manifest
index 916d4e4929d7..852f2623c671 100644
--- a/sys-block/mmc-utils/Manifest
+++ b/sys-block/mmc-utils/Manifest
@@ -1 +1,2 @@
DIST mmc-utils-0_p20231010.tar.gz 51083 BLAKE2B efa8bbae62ccc20ee4085c6b372ce3a35d41cf2aba12918d74d2edb0f779e7174250358d426a756075cf6dd93009b366dfb373a54bc0eb13441c4ee2e579a26f SHA512 c6ee6af49556261f1bee12580025452fa180f0bd913fac90847d86ffc5100f34905a0b0467707601a3638bfad6f3f4fca41df0cd59c7e3507981f991ede6ac10
+DIST mmc-utils-0_p20240402.tar.gz 53588 BLAKE2B 6acc9a60103d6bb83d3d5f2403f997abe616aed36e23a4b91dec7156a5e73ce559dcd87737a9a0fa38e7c6f609d4ebf02c6ebe931fbf169ec6fd2c57056578fa SHA512 7891c16cb447c9900225a15f273e167b6eaf21cc73fbb2b80d11ee95df9e63cb430267101b8887e3e00c3a6c9d20d7aa29613933c0b25221589991c1693c73bb
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
new file mode 100644
index 000000000000..9d0a932b985c
--- /dev/null
+++ b/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Userspace tools for MMC/SD devices"
+HOMEPAGE="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/"
+
+MY_COMMIT="f757f413dea4a143ad7c3b48b8264176f0499a82"
+
+SRC_URI="https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot/mmc-utils-${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+LICENSE="GPL-2 BSD"
+SLOT="0"
+
+KEYWORDS="~amd64"
+
+RDEPEND="!dev-lang/mercury"
+
+src_prepare() {
+ default
+ sed -i \
+ -e 's/-Werror //' \
+ -e 's/-D_FORTIFY_SOURCE=2 //' \
+ -e "s/-DVERSION=.*/-DVERSION=\\\\\"gentoo-${PVR}\\\\\"/" \
+ Makefile || die
+}
+
+src_configure() {
+ tc-export CC
+}
+
+src_install() {
+ dosbin mmc
+ dodoc README
+ doman man/mmc.1
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-06-30 18:26 Michał Górny
0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2024-06-30 18:26 UTC (permalink / raw
To: gentoo-commits
commit: 2c2b6e25fb280896f4a8446f95ec18897d54b6d2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 18:26:33 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 18:26:33 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2b6e25
sys-block/mmc-utils: Keyword 0_p20240402 arm64, #935233
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
index 9d0a932b985c..ce2b6cd1f9b4 100644
--- a/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
+++ b/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="GPL-2 BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
RDEPEND="!dev-lang/mercury"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/
@ 2024-08-05 18:03 Florian Schmaus
0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2024-08-05 18:03 UTC (permalink / raw
To: gentoo-commits
commit: bb049fc1f2a066e29bfa5f8b1abfbbbfb2d19208
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 18:03:10 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Aug 5 18:03:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb049fc1
sys-block/mmc-utils: stabilize 0_p20240402 for amd64
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild b/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
index ce2b6cd1f9b4..531e6d8ccb2d 100644
--- a/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
+++ b/sys-block/mmc-utils/mmc-utils-0_p20240402.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="GPL-2 BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="amd64 ~arm64"
RDEPEND="!dev-lang/mercury"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-08-05 18:04 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 15:57 [gentoo-commits] repo/gentoo:master commit in: sys-block/mmc-utils/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2024-08-05 18:03 Florian Schmaus
2024-06-30 18:26 Michał Górny
2024-06-30 15:36 Florian Schmaus
2024-05-06 12:40 Florian Schmaus
2024-02-21 9:15 Florian Schmaus
2024-02-09 12:02 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox