* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2016-04-19 22:33 Manuel Rüger
0 siblings, 0 replies; 24+ messages in thread
From: Manuel Rüger @ 2016-04-19 22:33 UTC (permalink / raw
To: gentoo-commits
commit: 6cb0d9cc760d27e963782e9b93fc6daa48ecc805
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 22:31:10 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 22:31:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb0d9cc
sys-fs/dmraid: Remove old
Package-Manager: portage-2.2.28
sys-fs/dmraid/Manifest | 2 -
sys-fs/dmraid/dmraid-1.0.0_rc14.ebuild | 72 ----------------------------------
sys-fs/dmraid/dmraid-1.0.0_rc15.ebuild | 72 ----------------------------------
3 files changed, 146 deletions(-)
diff --git a/sys-fs/dmraid/Manifest b/sys-fs/dmraid/Manifest
index b73bc97..dc16291 100644
--- a/sys-fs/dmraid/Manifest
+++ b/sys-fs/dmraid/Manifest
@@ -1,3 +1 @@
-DIST dmraid-1.0.0.rc14.tar.bz2 164234 SHA256 a777354d6d69a9b58d84966cc7b37bc3f5c89539f885ad25fd874ed1c388fbec SHA512 0804e1bf91f4707b8845affeb987e68c5a85d97119af27ddba2927c87735a59b86b1fec4f03ac0fbdcde89d779d77e21cab4e6936dd1a82b53a0d8b16eb59768 WHIRLPOOL c5612139d3f24be710fb8e6d51eb6ebe0847dcf804c0c0ba1a5f3142a2680de2b33bfae74bbf3cff704b0da5d9d273c432906f1b7fd46e1057b8ef53cc89ca1e
-DIST dmraid-1.0.0.rc15.tar.bz2 190475 SHA256 30847258b7f946ed908e79af4058bbf2c9a3791728b8231f7c490ca601566c05 SHA512 8171e0f3e9a14caa919057b011b7ddccd039e9f1577e103429f85062c2d94e3db2e682da9a0029944a145deea2a000f7913e38b41ccc8b29a9b77cfaacc8bf14 WHIRLPOOL 3e9aec71e2182599bc9627704304b83ba8add7a0a2afdd4e371188e26ab326a8a1daaaace928e75dd220242384c445add4a92b2df1b5b213731cb515b3add0e1
DIST dmraid-1.0.0.rc16-3.tar.bz2 232743 SHA256 93421bd169d71ff5e7d2db95b62b030bfa205a12010b6468dcdef80337d6fbd8 SHA512 7c45e5117adc52fc2094b1b2bad4f4c518a46317a2196611966d72085ba3587c4ac8d1080f9d934888c01788f2b2d3d621c6f0d3e2a023c0fb1f9f3fa7fc127e WHIRLPOOL 87915ea0013766da8a9722b437bfe146b4b2c7560a7814ac6caab92054ddc3b4b59ceb4d413609d5eaab92b5cee67886ade7924455f1dba19f1b8dabc25d3498
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc14.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc14.ebuild
deleted file mode 100644
index 342432d..0000000
--- a/sys-fs/dmraid/dmraid-1.0.0_rc14.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit linux-info flag-o-matic eutils
-
-MY_PV=${PV/_/.}
-MY_P=${PN}-${MY_PV}
-
-DESCRIPTION="Device-mapper RAID tool and library"
-HOMEPAGE="https://people.redhat.com/~heinzm/sw/dmraid/"
-SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/old/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static selinux"
-
-DEPEND=">=sys-fs/lvm2-2.02.45
- selinux? ( sys-libs/libselinux
- sys-libs/libsepol )"
-S=${WORKDIR}/${PN}/${MY_PV}
-
-pkg_setup() {
- if kernel_is lt 2 6 ; then
- ewarn "You are using a kernel < 2.6"
- ewarn "DMraid uses recently introduced Device-Mapper features."
- ewarn "These might be unavailable in the kernel you are running now."
- fi
- if use static && use selinux ; then
- eerror "ERROR - cannot compile static with libselinux / libsepol"
- die "USE flag conflicts."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/dmraid-destdir-fix.patch
-}
-
-src_compile() {
- econf \
- $(use_enable static static_link) \
- $(use_enable selinux libselinux) \
- $(use_enable selinux libsepol) \
- || die "econf failed"
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGELOG README TODO KNOWN_BUGS doc/*
-}
-
-pkg_postinst() {
- einfo "For booting Gentoo from Device-Mapper RAID you can use Genkernel."
- einfo " "
- einfo "Genkernel will generate the kernel and the initrd with a statically "
- einfo "linked dmraid binary (its own version which may not be the same as this version):"
- einfo "emerge -av sys-kernel/genkernel"
- einfo "genkernel --dmraid --udev all"
- einfo " "
- einfo "If you would rather use this version of DMRAID with Genkernel, copy the distfile"
- einfo "from your distdir to '/usr/share/genkernel/pkg/' and update the following"
- einfo "in /etc/genkernel.conf:"
- einfo "DMRAID_VER=\"${MY_PV/_/.}\""
- einfo "DMRAID_SRCTAR=\"\${GK_SHARE}/pkg/${A}\""
- einfo " "
- ewarn "DMRAID should be safe to use, but no warranties can be given"
- einfo " "
-}
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc15.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc15.ebuild
deleted file mode 100644
index 7d4c0ab..0000000
--- a/sys-fs/dmraid/dmraid-1.0.0_rc15.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit linux-info flag-o-matic eutils
-
-MY_PV=${PV/_/.}
-
-DESCRIPTION="Device-mapper RAID tool and library"
-HOMEPAGE="https://people.redhat.com/~heinzm/sw/dmraid/"
-SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
-IUSE="static selinux"
-
-DEPEND=">=sys-fs/lvm2-2.02.45
- selinux? ( sys-libs/libselinux
- sys-libs/libsepol )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}/${MY_PV}
-
-pkg_setup() {
- if kernel_is lt 2 6 ; then
- ewarn "You are using a kernel < 2.6"
- ewarn "DMraid uses recently introduced Device-Mapper features."
- ewarn "These might be unavailable in the kernel you are running now."
- fi
- if use static && use selinux ; then
- eerror "ERROR - cannot compile static with libselinux / libsepol"
- die "USE flag conflicts."
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-destdir-fix.patch"
-}
-
-src_compile() {
- econf \
- $(use_enable static static_link) \
- $(use_enable selinux libselinux) \
- $(use_enable selinux libsepol)
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc CHANGELOG README TODO KNOWN_BUGS doc/* || die "dodoc failed"
-}
-
-pkg_postinst() {
- einfo "For booting Gentoo from Device-Mapper RAID you can use Genkernel."
- einfo " "
- einfo "Genkernel will generate the kernel and the initrd with a statically "
- einfo "linked dmraid binary (its own version which may not be the same as this version):"
- einfo " emerge -av sys-kernel/genkernel"
- einfo " genkernel --dmraid --udev all"
- einfo " "
- einfo "If you would rather use this version of DMRAID with Genkernel, copy the distfile"
- einfo "from your distdir to '/usr/share/genkernel/pkg/' and update the following"
- einfo "in /etc/genkernel.conf:"
- einfo " DMRAID_VER=\"${MY_PV/_/.}\""
- einfo " DMRAID_SRCTAR=\"\${GK_SHARE}/pkg/${A}\""
- einfo " "
- ewarn "DMRAID should be safe to use, but no warranties can be given"
- einfo " "
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2016-07-25 16:21 Ian Stakenvicius
0 siblings, 0 replies; 24+ messages in thread
From: Ian Stakenvicius @ 2016-07-25 16:21 UTC (permalink / raw
To: gentoo-commits
commit: 1b8d26f9d99f988a16193b3f1e40a078ea1bc682
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 15:46:02 2016 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 16:21:24 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8d26f9
sys-fs/dmraid: ensure REPLACING_VERSIONS is handled when it is a list
..and also fix intentation
Bug: http://bugs.gentoo.org/589528
Package-Manager: portage-2.2.28
sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild | 37 ++++++++++++++++---------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
index 93f8ede..3b19348 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -75,25 +75,26 @@ src_install() {
pkg_postinst() {
if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs."
- elog
- elog "Genkernel will generate the kernel and the initramfs with a statically "
- elog "linked dmraid binary (its own version which may not be the same as this version):"
- elog "\t emerge -av sys-kernel/genkernel"
- elog "\t genkernel --dmraid all"
+ elog "For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs."
+ elog
+ elog "Genkernel will generate the kernel and the initramfs with a statically "
+ elog "linked dmraid binary (its own version which may not be the same as this version):"
+ elog "\t emerge -av sys-kernel/genkernel"
+ elog "\t genkernel --dmraid all"
fi
- if [[ ${REPLACING_VERSIONS} != ${PVR} ]]; then
- elog
- elog "A pre-patched distfile of this version of DMRAID has been installed at"
- elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"
- elog "Genkernel initramfs."
- elog
+ # skip this message if this revision has already been emerged
+ if [[ " ${REPLACING_VERSIONS} " != *\ ${PVR}\ * ]]; then
+ elog
+ elog "A pre-patched distfile of this version of DMRAID has been installed at"
+ elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"
+ elog "Genkernel initramfs."
+ elog
fi
if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "If you would rather use this version of DMRAID with Genkernel, update the following"
- elog "in /etc/genkernel.conf:"
- elog "\t DMRAID_VER=\"${MY_PV}\""
- elog "\t DMRAID_SRCTAR=\"/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2\""
- elog
+ elog "If you would rather use this version of DMRAID with Genkernel, update the following"
+ elog "in /etc/genkernel.conf:"
+ elog "\t DMRAID_VER=\"${MY_PV}\""
+ elog "\t DMRAID_SRCTAR=\"/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2\""
+ elog
fi
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2017-02-10 23:02 Michael Weber
0 siblings, 0 replies; 24+ messages in thread
From: Michael Weber @ 2017-02-10 23:02 UTC (permalink / raw
To: gentoo-commits
commit: 9674799993e8b9cc08940431c34676f99d6ae325
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 22:57:25 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 23:02:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96747999
sys-fs/dmraid: arm stable (bug 487672).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
index 3b1934872d..a6bfd2308d 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -14,7 +14,7 @@ SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
IUSE="dietlibc intel_led klibc led mini static"
REQUIRED_USE="klibc? ( !dietlibc )"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2018-11-11 13:07 Pacho Ramos
0 siblings, 0 replies; 24+ messages in thread
From: Pacho Ramos @ 2018-11-11 13:07 UTC (permalink / raw
To: gentoo-commits
commit: 904f126fa0d940f6edb50fb38ba042efbba98c7e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 11:52:57 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 13:07:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904f126f
sys-fs/dmraid: Drop dietlibc, klibc support (#653392)
Closes: https://bugs.gentoo.org/653392
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild | 99 +++++++++++++++++++++++++++++++
1 file changed, 99 insertions(+)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild
new file mode 100644
index 00000000000..153fa71d352
--- /dev/null
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit autotools linux-info flag-o-matic eutils
+
+MY_PV=${PV/_/.}-3
+
+DESCRIPTION="Device-mapper RAID tool and library"
+HOMEPAGE="https://people.redhat.com/~heinzm/sw/dmraid/"
+SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="intel_led led mini static"
+
+RDEPEND=">=sys-fs/lvm2-2.02.45"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig
+ static? ( sys-fs/lvm2[static-libs] )
+"
+
+S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
+
+pkg_setup() {
+ if kernel_is lt 2 6 ; then
+ ewarn "You are using a kernel < 2.6"
+ ewarn "DMraid uses recently introduced Device-Mapper features."
+ ewarn "These might be unavailable in the kernel you are running now."
+ fi
+}
+
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-undo-p-rename.patch \
+ "${FILESDIR}"/${P}-return-all-sets.patch \
+ "${FILESDIR}"/${P}-static-build-fixes.patch \
+ "${FILESDIR}"/${P}-parallel-make.patch
+ # pkg_check_modules is not in aclocal.m4 by default, and eautoreconf doesnt add it
+ einfo "Appending pkg.m4 from system to aclocal.m4"
+ cat "${ROOT}"/usr/share/aclocal/pkg.m4 >>"${S}"/aclocal.m4 || die "Could not append pkg.m4"
+ epatch_user
+ eautoreconf
+
+ einfo "Creating prepatched source archive for use with Genkernel"
+ # archive the patched source for use with genkernel
+ cd "${WORKDIR}" || die
+ mkdir -p "tmp/${PN}" || die
+ cp -a "${PN}/${MY_PV}/${PN}" "tmp/${PN}" || die
+ mv "tmp/${PN}/${PN}" "tmp/${PN}/${MY_PV}" || die
+ cd tmp || die
+ tar -jcf ${PN}-${MY_PV}-prepatched.tar.bz2 ${PN} || die
+ mv ${PN}-${MY_PV}-prepatched.tar.bz2 .. || die
+}
+
+src_configure() {
+ # disable klibc and dietlibc, bug #653392
+ econf --with-usrlibdir='${prefix}'/$(get_libdir) \
+ --disable-klibc \
+ --disable-dietlibc \
+ $(use_enable static static_link) \
+ $(use_enable mini) \
+ $(use_enable led) \
+ $(use_enable intel_led)
+}
+
+src_install() {
+ emake DESTDIR="${D}" install
+ dodoc CHANGELOG README TODO KNOWN_BUGS doc/*
+ insinto /usr/share/${PN}
+ doins "${WORKDIR}"/${PN}-${MY_PV}-prepatched.tar.bz2
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs."
+ elog
+ elog "Genkernel will generate the kernel and the initramfs with a statically "
+ elog "linked dmraid binary (its own version which may not be the same as this version):"
+ elog "\t emerge -av sys-kernel/genkernel"
+ elog "\t genkernel --dmraid all"
+ fi
+ # skip this message if this revision has already been emerged
+ if [[ " ${REPLACING_VERSIONS} " != *\ ${PVR}\ * ]]; then
+ elog
+ elog "A pre-patched distfile of this version of DMRAID has been installed at"
+ elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"
+ elog "Genkernel initramfs."
+ elog
+ fi
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ elog "If you would rather use this version of DMRAID with Genkernel, update the following"
+ elog "in /etc/genkernel.conf:"
+ elog "\t DMRAID_VER=\"${MY_PV}\""
+ elog "\t DMRAID_SRCTAR=\"/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2\""
+ elog
+ fi
+}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2020-12-02 23:21 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2020-12-02 23:21 UTC (permalink / raw
To: gentoo-commits
commit: 32177229d8425c0022f3e5fe86e0bf27db913c13
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 1 16:27:26 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 23:21:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32177229
sys-fs/dmraid: added ~arm64
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index a4b58735f59..7d42581d1fd 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-10 1:24 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-10 1:24 UTC (permalink / raw
To: gentoo-commits
commit: e7577b1e87d1029c888b5f692abd699677d6aba8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:52:48 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:52:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7577b1e
sys-fs/dmraid: partly modernise latest version
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 24 ++++++++++++++++--------
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 7d42581d1fd..ac268a35d6c 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,6 +10,7 @@ MY_PV=${PV/_/.}-3
DESCRIPTION="Device-mapper RAID tool and library"
HOMEPAGE="https://people.redhat.com/~heinzm/sw/dmraid/"
SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
+S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
@@ -17,13 +18,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
-DEPEND="${RDEPEND}
+DEPEND="
+ ${RDEPEND}
static? ( sys-fs/lvm2[static-libs] )
"
-BDEPEND="virtual/pkgconfig
- app-arch/tar"
-
-S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
+BDEPEND="
+ app-arch/tar
+ virtual/pkgconfig
+"
pkg_setup() {
if kernel_is lt 2 6 ; then
@@ -43,15 +45,18 @@ src_prepare() {
# pkg_check_modules is not in aclocal.m4 by default, and eautoreconf doesnt add it
einfo "Appending pkg.m4 from system to aclocal.m4"
cat "${BROOT}"/usr/share/aclocal/pkg.m4 >>"${S}"/aclocal.m4 || die "Could not append pkg.m4"
- eapply_user
+
+ default
eautoreconf
einfo "Creating prepatched source archive for use with Genkernel"
# archive the patched source for use with genkernel
cd "${WORKDIR}" || die
mkdir -p "tmp/${PN}" || die
+
cp -a "${PN}/${MY_PV}/${PN}" "tmp/${PN}" || die
mv "tmp/${PN}/${PN}" "tmp/${PN}/${MY_PV}" || die
+
cd tmp || die
tar -jcf ${PN}-${MY_PV}-prepatched.tar.bz2 ${PN} || die
mv ${PN}-${MY_PV}-prepatched.tar.bz2 .. || die
@@ -59,7 +64,8 @@ src_prepare() {
src_configure() {
# disable klibc and dietlibc, bug #653392
- econf --with-usrlibdir='${prefix}'/$(get_libdir) \
+ econf \
+ --with-usrlibdir='${prefix}'/$(get_libdir) \
--disable-klibc \
--disable-dietlibc \
$(use_enable static static_link) \
@@ -70,7 +76,9 @@ src_configure() {
src_install() {
emake DESTDIR="${D}" install
+
dodoc CHANGELOG README TODO KNOWN_BUGS doc/*
+
insinto /usr/share/${PN}
doins "${WORKDIR}"/${PN}-${MY_PV}-prepatched.tar.bz2
}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-10 3:05 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-10 3:05 UTC (permalink / raw
To: gentoo-commits
commit: 2d225bc2678ce9695f719908bf626cbf7e0b0b67
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 03:05:08 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 03:05:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d225bc2
sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 arm, #775188
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index e76bae706c5..b8ef3e5e176 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-10 3:06 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-10 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 29bb9f63a3833a86156ff0f7f0b8b53d7526aecc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 03:06:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 03:06:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29bb9f63
sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 ppc64, #775188
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 9dc1280b70d..da078ca0f76 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-10 3:06 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-10 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 9d941cd24470f29b19ff431b06f05d9b226e160b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 03:06:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 03:06:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d941cd2
sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 ppc, #775188
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index b8ef3e5e176..9dc1280b70d 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ~ppc64 ~sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-11 2:39 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-11 2:39 UTC (permalink / raw
To: gentoo-commits
commit: b64b839692a64970afccd18f4f24993abceee856
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 02:39:01 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 02:39:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b64b8396
sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 sparc, #775188
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index da078ca0f76..31d50b01827 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-11 7:25 Agostino Sarubbo
0 siblings, 0 replies; 24+ messages in thread
From: Agostino Sarubbo @ 2021-03-11 7:25 UTC (permalink / raw
To: gentoo-commits
commit: ed865f5930b7f43bd3656083cc4110d8ba8a7ca1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 07:25:23 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 07:25:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed865f59
sys-fs/dmraid: amd64 stable wrt bug #775188
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 31d50b01827..74587959def 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-12 15:28 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-12 15:28 UTC (permalink / raw
To: gentoo-commits
commit: c5d8a9bb6dceaebe6cc8aa742e1d3e7795d0f486
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 15:26:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:28:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d8a9bb
sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 x86, #775188
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 74587959def..0d180f48c84 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-12 15:34 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-12 15:34 UTC (permalink / raw
To: gentoo-commits
commit: e86c8bc2cfb3d9ccc92ecd8c67288a101f8eb13b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 15:33:31 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:34:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86c8bc2
sys-fs/dmraid: drop 1.0.0_rc16-r3, 1.0.0_rc16-r4
Bug: https://bugs.gentoo.org/775188
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild | 100 ------------------------------
sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild | 99 -----------------------------
2 files changed, 199 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
deleted file mode 100644
index 448e0352869..00000000000
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r3.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools linux-info flag-o-matic eutils
-
-MY_PV=${PV/_/.}-3
-
-DESCRIPTION="Device-mapper RAID tool and library"
-HOMEPAGE="https://people.redhat.com/~heinzm/sw/dmraid/"
-SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 sparc x86"
-IUSE="dietlibc intel_led klibc led mini static"
-REQUIRED_USE="klibc? ( !dietlibc )"
-
-RDEPEND=">=sys-fs/lvm2-2.02.45
- klibc? ( dev-libs/klibc )
- dietlibc? ( dev-libs/dietlibc )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- static? ( sys-fs/lvm2[static-libs] )"
-
-S=${WORKDIR}/${PN}/${MY_PV}/${PN}
-
-pkg_setup() {
- if kernel_is lt 2 6 ; then
- ewarn "You are using a kernel < 2.6"
- ewarn "DMraid uses recently introduced Device-Mapper features."
- ewarn "These might be unavailable in the kernel you are running now."
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-undo-p-rename.patch \
- "${FILESDIR}"/${P}-return-all-sets.patch \
- "${FILESDIR}"/${P}-static-build-fixes.patch \
- "${FILESDIR}"/${P}-parallel-make.patch
- # pkg_check_modules is not in aclocal.m4 by default, and eautoreconf doesnt add it
- einfo "Appending pkg.m4 from system to aclocal.m4"
- cat "${ROOT}"/usr/share/aclocal/pkg.m4 >>"${S}"/aclocal.m4 || die "Could not append pkg.m4"
- epatch_user
- eautoreconf
-
- einfo "Creating prepatched source archive for use with Genkernel"
- # archive the patched source for use with genkernel
- cd "${WORKDIR}" || die
- mkdir -p "tmp/${PN}" || die
- cp -a "${PN}/${MY_PV}/${PN}" "tmp/${PN}" || die
- mv "tmp/${PN}/${PN}" "tmp/${PN}/${MY_PV}" || die
- cd tmp || die
- tar -jcf ${PN}-${MY_PV}-prepatched.tar.bz2 ${PN} || die
- mv ${PN}-${MY_PV}-prepatched.tar.bz2 .. || die
-}
-
-src_configure() {
- econf --with-usrlibdir='${prefix}'/$(get_libdir) \
- $(use_enable static static_link) \
- $(use_enable mini) \
- $(use_enable led) \
- $(use_enable intel_led) \
- $(use_enable klibc) \
- $(use_enable dietlibc)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc CHANGELOG README TODO KNOWN_BUGS doc/*
- insinto /usr/share/${PN}
- doins "${WORKDIR}"/${PN}-${MY_PV}-prepatched.tar.bz2
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs."
- elog
- elog "Genkernel will generate the kernel and the initramfs with a statically "
- elog "linked dmraid binary (its own version which may not be the same as this version):"
- elog "\t emerge -av sys-kernel/genkernel"
- elog "\t genkernel --dmraid all"
- fi
- # skip this message if this revision has already been emerged
- if [[ " ${REPLACING_VERSIONS} " != *\ ${PVR}\ * ]]; then
- elog
- elog "A pre-patched distfile of this version of DMRAID has been installed at"
- elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"
- elog "Genkernel initramfs."
- elog
- fi
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "If you would rather use this version of DMRAID with Genkernel, update the following"
- elog "in /etc/genkernel.conf:"
- elog "\t DMRAID_VER=\"${MY_PV}\""
- elog "\t DMRAID_SRCTAR=\"/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2\""
- elog
- fi
-}
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild
deleted file mode 100644
index 153fa71d352..00000000000
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r4.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools linux-info flag-o-matic eutils
-
-MY_PV=${PV/_/.}-3
-
-DESCRIPTION="Device-mapper RAID tool and library"
-HOMEPAGE="https://people.redhat.com/~heinzm/sw/dmraid/"
-SRC_URI="https://people.redhat.com/~heinzm/sw/dmraid/src/${PN}-${MY_PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="intel_led led mini static"
-
-RDEPEND=">=sys-fs/lvm2-2.02.45"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- static? ( sys-fs/lvm2[static-libs] )
-"
-
-S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
-
-pkg_setup() {
- if kernel_is lt 2 6 ; then
- ewarn "You are using a kernel < 2.6"
- ewarn "DMraid uses recently introduced Device-Mapper features."
- ewarn "These might be unavailable in the kernel you are running now."
- fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-undo-p-rename.patch \
- "${FILESDIR}"/${P}-return-all-sets.patch \
- "${FILESDIR}"/${P}-static-build-fixes.patch \
- "${FILESDIR}"/${P}-parallel-make.patch
- # pkg_check_modules is not in aclocal.m4 by default, and eautoreconf doesnt add it
- einfo "Appending pkg.m4 from system to aclocal.m4"
- cat "${ROOT}"/usr/share/aclocal/pkg.m4 >>"${S}"/aclocal.m4 || die "Could not append pkg.m4"
- epatch_user
- eautoreconf
-
- einfo "Creating prepatched source archive for use with Genkernel"
- # archive the patched source for use with genkernel
- cd "${WORKDIR}" || die
- mkdir -p "tmp/${PN}" || die
- cp -a "${PN}/${MY_PV}/${PN}" "tmp/${PN}" || die
- mv "tmp/${PN}/${PN}" "tmp/${PN}/${MY_PV}" || die
- cd tmp || die
- tar -jcf ${PN}-${MY_PV}-prepatched.tar.bz2 ${PN} || die
- mv ${PN}-${MY_PV}-prepatched.tar.bz2 .. || die
-}
-
-src_configure() {
- # disable klibc and dietlibc, bug #653392
- econf --with-usrlibdir='${prefix}'/$(get_libdir) \
- --disable-klibc \
- --disable-dietlibc \
- $(use_enable static static_link) \
- $(use_enable mini) \
- $(use_enable led) \
- $(use_enable intel_led)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc CHANGELOG README TODO KNOWN_BUGS doc/*
- insinto /usr/share/${PN}
- doins "${WORKDIR}"/${PN}-${MY_PV}-prepatched.tar.bz2
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs."
- elog
- elog "Genkernel will generate the kernel and the initramfs with a statically "
- elog "linked dmraid binary (its own version which may not be the same as this version):"
- elog "\t emerge -av sys-kernel/genkernel"
- elog "\t genkernel --dmraid all"
- fi
- # skip this message if this revision has already been emerged
- if [[ " ${REPLACING_VERSIONS} " != *\ ${PVR}\ * ]]; then
- elog
- elog "A pre-patched distfile of this version of DMRAID has been installed at"
- elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"
- elog "Genkernel initramfs."
- elog
- fi
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- elog "If you would rather use this version of DMRAID with Genkernel, update the following"
- elog "in /etc/genkernel.conf:"
- elog "\t DMRAID_VER=\"${MY_PV}\""
- elog "\t DMRAID_SRCTAR=\"/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2\""
- elog
- fi
-}
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-03-12 15:35 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-03-12 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 60f9b381f2491eb4d63ce13ca76b3c5b26c24ae3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 15:34:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:34:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f9b381
sys-fs/dmraid: update metadata.xml USE
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/metadata.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys-fs/dmraid/metadata.xml b/sys-fs/dmraid/metadata.xml
index 5088afcac95..580f0fd5c68 100644
--- a/sys-fs/dmraid/metadata.xml
+++ b/sys-fs/dmraid/metadata.xml
@@ -2,9 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
- <flag name="dietlibc">Compile against <pkg>dev-libs/dietlibc</pkg></flag>
<flag name="intel_led">Enable Intel LED support</flag>
- <flag name="klibc">Compile against <pkg>dev-libs/klibc</pkg></flag>
<flag name="led">Enable LED support</flag>
<flag name="mini">Create a minimal binary suitable for early boot environments</flag>
</use>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-06-07 8:33 Joonas Niilola
0 siblings, 0 replies; 24+ messages in thread
From: Joonas Niilola @ 2021-06-07 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 14dbecac69a2f338f115d469ca637c5774b98f7c
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat May 8 17:25:30 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 08:33:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14dbecac
sys-fs/dmraid: remove unused eclass
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 0d180f48c84..3032982b79b 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools linux-info flag-o-matic
+inherit autotools linux-info
MY_PV=${PV/_/.}-3
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-08-03 11:03 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2021-08-03 11:03 UTC (permalink / raw
To: gentoo-commits
commit: 41fd777944732ea989e24f15f6aef5c0276dbcf1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 10:59:45 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 10:59:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41fd7779
sys-fs/dmraid: Stabilize 1.0.0_rc16-r5 arm64, #803989
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 3032982b79b..246c90731c0 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2021-08-23 22:59 Marek Szuba
0 siblings, 0 replies; 24+ messages in thread
From: Marek Szuba @ 2021-08-23 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 31a9a44e7cf8771f258560e12fbe16f962530800
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 22:38:39 2021 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 22:59:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a9a44e
sys-fs/dmraid: keyword 1.0.0_rc16-r5 for ~riscv
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 246c90731c0..7751241ce57 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2022-05-26 5:06 WANG Xuerui
0 siblings, 0 replies; 24+ messages in thread
From: WANG Xuerui @ 2022-05-26 5:06 UTC (permalink / raw
To: gentoo-commits
commit: 0a332abf43bd2a29e39846f5fd1de7bee1f4a9b1
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 04:55:00 2022 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Thu May 26 05:03:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a332abf
sys-fs/dmraid: keyword 1.0.0_rc16-r5 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
index 7751241ce571..4d1ce63d0172 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
IUSE="intel_led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2022-11-23 16:39 Mike Gilbert
0 siblings, 0 replies; 24+ messages in thread
From: Mike Gilbert @ 2022-11-23 16:39 UTC (permalink / raw
To: gentoo-commits
commit: c807cab40adbff52e45d161681db445ee467cdf1
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 16:36:59 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 16:36:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c807cab4
sys-fs/dmraid: depend on sys-fs/lvm2[lvm]
Closes: https://bugs.gentoo.org/882603
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
.../dmraid/{dmraid-1.0.0_rc16-r5.ebuild => dmraid-1.0.0_rc16-r6.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
similarity index 98%
rename from sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
rename to sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
index 4d1ce63d0172..b70a27cdd898 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r5.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
IUSE="intel_led led mini static"
-RDEPEND=">=sys-fs/lvm2-2.02.45"
+RDEPEND=">=sys-fs/lvm2-2.02.45[lvm]"
DEPEND="
${RDEPEND}
static? ( sys-fs/lvm2[static-libs] )
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2022-11-23 16:39 Mike Gilbert
0 siblings, 0 replies; 24+ messages in thread
From: Mike Gilbert @ 2022-11-23 16:39 UTC (permalink / raw
To: gentoo-commits
commit: f529ef4904f61b3c5cffdf705ceaf19aef2dda38
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 16:38:42 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 16:38:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f529ef49
sys-fs/dmraid: rename intel_led to intel-led
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild | 4 ++--
sys-fs/dmraid/metadata.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
index b70a27cdd898..85ae95c0e1a2 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
-IUSE="intel_led led mini static"
+IUSE="intel-led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45[lvm]"
DEPEND="
@@ -75,7 +75,7 @@ src_configure() {
$(use_enable static static_link) \
$(use_enable mini) \
$(use_enable led) \
- $(use_enable intel_led)
+ $(use_enable intel-led intel_led)
}
src_install() {
diff --git a/sys-fs/dmraid/metadata.xml b/sys-fs/dmraid/metadata.xml
index a588239c2c89..a3d2230c49f6 100644
--- a/sys-fs/dmraid/metadata.xml
+++ b/sys-fs/dmraid/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
- <flag name="intel_led">Enable Intel LED support</flag>
+ <flag name="intel-led">Enable Intel LED support</flag>
<flag name="led">Enable LED support</flag>
<flag name="mini">Create a minimal binary suitable for early boot environments</flag>
</use>
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2023-01-16 14:32 Sam James
0 siblings, 0 replies; 24+ messages in thread
From: Sam James @ 2023-01-16 14:32 UTC (permalink / raw
To: gentoo-commits
commit: 3aa4f83b3c609deab7bac77630ff1e92da704172
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 14:31:47 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 14:32:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa4f83b
sys-fs/dmraid: adapt lvm2 dep to lvm(+)
Hit a snag for releng.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{dmraid-1.0.0_rc16-r6.ebuild => dmraid-1.0.0_rc16-r7.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
similarity index 97%
rename from sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
rename to sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
index 85ae95c0e1a2..005029b321bb 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r6.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
IUSE="intel-led led mini static"
-RDEPEND=">=sys-fs/lvm2-2.02.45[lvm]"
+RDEPEND=">=sys-fs/lvm2-2.02.45[lvm(+)]"
DEPEND="
${RDEPEND}
static? ( sys-fs/lvm2[static-libs] )
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2023-03-19 17:36 Arthur Zamarin
0 siblings, 0 replies; 24+ messages in thread
From: Arthur Zamarin @ 2023-03-19 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 7bf2f0acbf034cd4ddf15c7b6f849bc228d949f9
Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Mar 16 21:25:20 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 17:35:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf2f0ac
sys-fs/dmraid: Keyword 1.0.0_rc16-r7 mips, #900633
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
index 005029b321bb..f602f7a7970c 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}/${MY_PV}/${PN}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
IUSE="intel-led led mini static"
RDEPEND=">=sys-fs/lvm2-2.02.45[lvm(+)]"
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2024-03-03 20:44 Andreas K. Hüttel
0 siblings, 0 replies; 24+ messages in thread
From: Andreas K. Hüttel @ 2024-03-03 20:44 UTC (permalink / raw
To: gentoo-commits
commit: c4c1e9f9ad2b3efe2d2080261675a72f69686137
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 3 20:43:49 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 3 20:43:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4c1e9f9
sys-fs/dmraid: Apply musl-1.2.4 largefile workaround
Bug: https://bugs.gentoo.org/908662
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
index f602f7a7970c..9b4b3388e2d2 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools linux-info
+inherit flag-o-matic autotools linux-info
MY_PV=${PV/_/.}-3
@@ -67,6 +67,9 @@ src_prepare() {
}
src_configure() {
+ # bug 908662
+ use elibc_musl && append-flags -D_LARGEFILE64_SOURCE
+
# disable klibc and dietlibc, bug #653392
econf \
--with-usrlibdir='${prefix}'/$(get_libdir) \
^ permalink raw reply related [flat|nested] 24+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/
@ 2025-02-15 9:29 Ulrich Müller
0 siblings, 0 replies; 24+ messages in thread
From: Ulrich Müller @ 2025-02-15 9:29 UTC (permalink / raw
To: gentoo-commits
commit: b7e806ed91395be5be56875a35e71e1f166603a7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 16:16:51 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 09:26:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e806ed
sys-fs/dmraid: Fix incorrect REPLACING_VERSIONS usage
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
index 8cde1ac36db2..f395de4ffa33 100644
--- a/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
+++ b/sys-fs/dmraid/dmraid-1.0.0_rc16-r7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit flag-o-matic autotools linux-info
+inherit eapi9-ver flag-o-matic autotools linux-info
MY_PV=${PV/_/.}-3
@@ -100,7 +100,7 @@ pkg_postinst() {
elog "\t genkernel --dmraid all"
fi
# skip this message if this revision has already been emerged
- if [[ " ${REPLACING_VERSIONS} " != *\ ${PVR}\ * ]]; then
+ if ! ver_replacing -eq ${PVR}; then
elog
elog "A pre-patched distfile of this version of DMRAID has been installed at"
elog "/usr/share/${PN}/${PN}-${MY_PV}-prepatched.tar.bz2 , to support using it within a"
^ permalink raw reply related [flat|nested] 24+ messages in thread
end of thread, other threads:[~2025-02-15 9:30 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-19 22:33 [gentoo-commits] repo/gentoo:master commit in: sys-fs/dmraid/ Manuel Rüger
-- strict thread matches above, loose matches on Subject: below --
2016-07-25 16:21 Ian Stakenvicius
2017-02-10 23:02 Michael Weber
2018-11-11 13:07 Pacho Ramos
2020-12-02 23:21 Sam James
2021-03-10 1:24 Sam James
2021-03-10 3:05 Sam James
2021-03-10 3:06 Sam James
2021-03-10 3:06 Sam James
2021-03-11 2:39 Sam James
2021-03-11 7:25 Agostino Sarubbo
2021-03-12 15:28 Sam James
2021-03-12 15:34 Sam James
2021-03-12 15:35 Sam James
2021-06-07 8:33 Joonas Niilola
2021-08-03 11:03 Sam James
2021-08-23 22:59 Marek Szuba
2022-05-26 5:06 WANG Xuerui
2022-11-23 16:39 Mike Gilbert
2022-11-23 16:39 Mike Gilbert
2023-01-16 14:32 Sam James
2023-03-19 17:36 Arthur Zamarin
2024-03-03 20:44 Andreas K. Hüttel
2025-02-15 9:29 Ulrich Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox