* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2019-02-07 20:09 Georgy Yakovlev
0 siblings, 0 replies; 10+ messages in thread
From: Georgy Yakovlev @ 2019-02-07 20:09 UTC (permalink / raw
To: gentoo-commits
commit: c0f6ad6385e450fcea38d3e919a1280e68e577d9
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 7 09:45:39 2019 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Thu Feb 7 20:08:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f6ad63
sys-boot/plymouth-openrc-plugin: remove old (EAPI4)
Closes: https://github.com/gentoo/gentoo/pull/10997
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
.../plymouth-openrc-plugin-0.1.2.ebuild | 41 ----------------------
1 file changed, 41 deletions(-)
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild
deleted file mode 100644
index ac212491c9e..00000000000
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit multilib
-
-DESCRIPTION="Plymouth plugin for OpenRC"
-HOMEPAGE="https://github.com/aidecoe/plymouth-openrc-plugin"
-SRC_URI="
-https://dev.gentoo.org/~aidecoe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-DEPEND=">=sys-apps/openrc-0.8.2-r1"
-RDEPEND="${DEPEND}
- >=sys-boot/plymouth-0.8.3-r5
- "
-
-src_install() {
- insinto /$(get_libdir)/rc/plugins
- doins plymouth.so
-}
-
-pkg_postinst() {
- ewarn "You need to disable 'interactive' feature in /etc/rc.conf to make"
- ewarn "Plymouth work properly with OpenRC init system."
-
- if [[ ! -d /run ]]; then
- eerror "/run doesn't exist! You need to create this directory."
- echo
- einfo "If you'd like to know more about purpose of /run, please read:"
- einfo " https://lwn.net/Articles/436012/"
- fi
-
- if has_version sys-apps/systemd; then
- eerror "sys-apps/systemd is installed, please uninstall this package if you"
- eerror "are booting with systemd"
- fi
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2020-06-06 13:55 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-06-06 13:55 UTC (permalink / raw
To: gentoo-commits
commit: c2bed6bdb519219b75f72e207aee26a21c2bb64d
Author: Matt Jolly <Kangie <AT> footclan <DOT> ninja>
AuthorDate: Mon Jun 1 11:15:40 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 13:54:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2bed6bd
sys-boot/plymouth-openrc-plugin: QA checker feedback
Descriptive filename for source download.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matt Jolly <Kangie <AT> footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/16042
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-boot/plymouth-openrc-plugin/Manifest | 2 +-
sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-boot/plymouth-openrc-plugin/Manifest b/sys-boot/plymouth-openrc-plugin/Manifest
index 87affa10eb0..f2ecc2ad542 100644
--- a/sys-boot/plymouth-openrc-plugin/Manifest
+++ b/sys-boot/plymouth-openrc-plugin/Manifest
@@ -1 +1 @@
-DIST v0.1.3.tar.gz 9404 BLAKE2B 809cfab881ef47565badfc330b77ae07a8bbbddf822cbdb50f2d1d2a0c95f915ac5024e02400ab2ea9d8f98dc466a8a3cbad92805587f77a00e58c9f9d78d388 SHA512 b07a4d9d56c8f49d5b0a91799fe0100eac705cd2a266674539948fdc661876474a93d8ed5f329f097a1fc5dc571f3b3c00322191fb77d2a7e32b1ff192ca0a6b
+DIST plymouth-openrc-plugin-0.1.3.tar.gz 9404 BLAKE2B 809cfab881ef47565badfc330b77ae07a8bbbddf822cbdb50f2d1d2a0c95f915ac5024e02400ab2ea9d8f98dc466a8a3cbad92805587f77a00e58c9f9d78d388 SHA512 b07a4d9d56c8f49d5b0a91799fe0100eac705cd2a266674539948fdc661876474a93d8ed5f329f097a1fc5dc571f3b3c00322191fb77d2a7e32b1ff192ca0a6b
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
index 19a8ac634d1..f08b887569e 100644
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
@@ -5,7 +5,7 @@ EAPI=7
DESCRIPTION="Plymouth plugin for OpenRC"
HOMEPAGE="https://github.com/Kangie/plymouth-openrc-plugin"
-SRC_URI="https://github.com/Kangie/${PN}/archive/v${PV}.tar.gz"
+SRC_URI="https://github.com/Kangie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2020-06-06 13:55 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-06-06 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 6ffd1bcd694a38cd023e148436d5b98c3572acee
Author: Matt Jolly <Kangie <AT> footclan <DOT> ninja>
AuthorDate: Mon Jun 1 10:02:38 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 13:54:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffd1bcd
sys-boot/plymouth-openrc-plugin: version bump
Version 0.1.3 includes exit-at-mount-ro.patch, new upstream.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matt Jolly <Kangie <AT> footclan.ninja>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-boot/plymouth-openrc-plugin/Manifest | 1 +
.../plymouth-openrc-plugin-0.1.3.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-boot/plymouth-openrc-plugin/Manifest b/sys-boot/plymouth-openrc-plugin/Manifest
index 64681ef62ce..3518abdde47 100644
--- a/sys-boot/plymouth-openrc-plugin/Manifest
+++ b/sys-boot/plymouth-openrc-plugin/Manifest
@@ -1 +1,2 @@
DIST plymouth-openrc-plugin-0.1.2.tar.bz2 8909 BLAKE2B 0ddebeb0d957cea672eca2faa4c4f12d348e38bf5e5d2947585bdc12c0f9188920a2359a88b2ada5c7872400c12fb224aca24e78ec2ac6bc7fba9bcdd2a0c5bc SHA512 a6c578dcdcc770cf55cf150fbf67e99ef4fac08db17fd8a84ec5f76f96172aa4cb071a0ee695a6d6fe6883e5117c95b096ba5ce8260d71bea33a26909719457d
+DIST v0.1.3.tar.gz 9404 BLAKE2B 809cfab881ef47565badfc330b77ae07a8bbbddf822cbdb50f2d1d2a0c95f915ac5024e02400ab2ea9d8f98dc466a8a3cbad92805587f77a00e58c9f9d78d388 SHA512 b07a4d9d56c8f49d5b0a91799fe0100eac705cd2a266674539948fdc661876474a93d8ed5f329f097a1fc5dc571f3b3c00322191fb77d2a7e32b1ff192ca0a6b
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
new file mode 100644
index 00000000000..19a8ac634d1
--- /dev/null
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Plymouth plugin for OpenRC"
+HOMEPAGE="https://github.com/Kangie/plymouth-openrc-plugin"
+SRC_URI="https://github.com/Kangie/${PN}/archive/v${PV}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="sys-apps/openrc:="
+RDEPEND="${DEPEND}
+ sys-boot/plymouth"
+
+src_install() {
+ insinto /$(get_libdir)/rc/plugins
+ doins plymouth.so
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ ewarn "You need to disable 'rc_interactive' feature in /etc/rc.conf to make"
+ ewarn "Plymouth work properly with OpenRC init system."
+ fi
+
+ if has_version sys-apps/systemd; then
+ eerror "sys-apps/systemd is installed, please uninstall this package if you"
+ eerror "are booting with systemd"
+ fi
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2020-06-06 13:55 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-06-06 13:55 UTC (permalink / raw
To: gentoo-commits
commit: c6ef792a315d492e6254de28ffa5d8f0b2b57bee
Author: Matt Jolly <Kangie <AT> footclan <DOT> ninja>
AuthorDate: Mon Jun 1 09:59:55 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 13:54:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ef792a
sys-boot/plymouth-openrc-plugin: Become proxied maintainer
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matt Jolly <Kangie <AT> footclan.ninja>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
sys-boot/plymouth-openrc-plugin/metadata.xml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/sys-boot/plymouth-openrc-plugin/metadata.xml b/sys-boot/plymouth-openrc-plugin/metadata.xml
index c6a8cf3f96b..abb6f67a40e 100644
--- a/sys-boot/plymouth-openrc-plugin/metadata.xml
+++ b/sys-boot/plymouth-openrc-plugin/metadata.xml
@@ -1,8 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>Kangie@footclan.ninja</email>
+ <name>Matt Jolly</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
<upstream>
- <remote-id type="github">aidecoe/plymouth-openrc-plugin</remote-id>
+ <maintainer status="active">
+ <email>Kagnie@footclan.ninja</email>
+ <name>Matt Jolly</name>
+ </maintainer>
+ <remote-id type="github">Kangie/plymouth-openrc-plugin</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2020-06-06 13:55 Joonas Niilola
0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2020-06-06 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 7ad7c121359323754a268ccb00da6a575982de86
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 13:41:20 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 13:54:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad7c121
sys-boot/plymouth-openrc-plugin: add proper blocker for systemd
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
.../plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
index f08b887569e..cbcd73c52a0 100644
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild
@@ -12,9 +12,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-DEPEND="sys-apps/openrc:="
+DEPEND="sys-apps/openrc"
RDEPEND="${DEPEND}
- sys-boot/plymouth"
+ sys-boot/plymouth
+ !sys-apps/systemd"
src_install() {
insinto /$(get_libdir)/rc/plugins
@@ -26,9 +27,4 @@ pkg_postinst() {
ewarn "You need to disable 'rc_interactive' feature in /etc/rc.conf to make"
ewarn "Plymouth work properly with OpenRC init system."
fi
-
- if has_version sys-apps/systemd; then
- eerror "sys-apps/systemd is installed, please uninstall this package if you"
- eerror "are booting with systemd"
- fi
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2024-06-29 15:00 Matt Jolly
0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-06-29 15:00 UTC (permalink / raw
To: gentoo-commits
commit: c53f1bfb1a2aa2512cc2bf01eb93553efc8bbc01
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 29 14:58:52 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 15:00:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53f1bfb
sys-boot/plymouth-openrc-plugin: add 0.2.0
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
sys-boot/plymouth-openrc-plugin/Manifest | 1 +
.../plymouth-openrc-plugin-0.2.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-boot/plymouth-openrc-plugin/Manifest b/sys-boot/plymouth-openrc-plugin/Manifest
index f2ecc2ad5424..8cef1c5ec038 100644
--- a/sys-boot/plymouth-openrc-plugin/Manifest
+++ b/sys-boot/plymouth-openrc-plugin/Manifest
@@ -1 +1,2 @@
DIST plymouth-openrc-plugin-0.1.3.tar.gz 9404 BLAKE2B 809cfab881ef47565badfc330b77ae07a8bbbddf822cbdb50f2d1d2a0c95f915ac5024e02400ab2ea9d8f98dc466a8a3cbad92805587f77a00e58c9f9d78d388 SHA512 b07a4d9d56c8f49d5b0a91799fe0100eac705cd2a266674539948fdc661876474a93d8ed5f329f097a1fc5dc571f3b3c00322191fb77d2a7e32b1ff192ca0a6b
+DIST plymouth-openrc-plugin-0.2.0.tar.gz 10325 BLAKE2B ee66b158d366f5bf12504d1546ec00906f9e73760308975dbc4ea26e5622ee10ab877b47a13269ae11576c7d3e8b4c9484ca0dc61efce0f78f38344515ce4c5e SHA512 4156b291c49cf5c55c78071439530a35f5ec03b1e022bb022839e1b89567653ebb70bf3471b82ae0ecec8fc84c3f41ee2cc6b3de1fa52811a96d0812a6ada772
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0.ebuild
new file mode 100644
index 000000000000..6d409e02a6d6
--- /dev/null
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Plymouth plugin for OpenRC"
+HOMEPAGE="https://github.com/Kangie/plymouth-openrc-plugin"
+SRC_URI="https://github.com/Kangie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="sys-apps/openrc"
+RDEPEND="${DEPEND}
+ sys-boot/plymouth
+ !sys-apps/systemd"
+
+src_configure() {
+ local emesonargs=(
+ -Ddebug=$(usex debug true false)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ ewarn "The 'rc_interactive' feature in /etc/rc.conf must be disabled"
+ ewarn "for Plymouth work properly with OpenRC init system."
+ fi
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2024-07-21 0:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-07-21 0:31 UTC (permalink / raw
To: gentoo-commits
commit: 1bcbc33783da29187e4eaaa59485f12ecfd2cee9
Author: Anna (navi) Figueiredo Gomes <navi <AT> vlhl <DOT> dev>
AuthorDate: Sun Jul 21 00:03:38 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 00:29:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bcbc337
sys-boot/plymouth-openrc-plugin: add sys-apps/openrc-navi dependency
Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Signed-off-by: Sam James <sam <AT> gentoo.org>
...penrc-plugin-0.2.0.ebuild => plymouth-openrc-plugin-0.2.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0-r1.ebuild
similarity index 93%
rename from sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0.ebuild
rename to sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0-r1.ebuild
index 6d409e02a6d6..cec7b6155dfc 100644
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0.ebuild
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
-DEPEND="sys-apps/openrc"
+DEPEND="|| ( sys-apps/openrc sys-apps/openrc-navi )"
RDEPEND="${DEPEND}
sys-boot/plymouth
!sys-apps/systemd"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2024-09-10 21:27 Matt Jolly
0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-09-10 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 3c5efd4257be66234298653a933633b87ba9dc81
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 21:23:38 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 21:24:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5efd42
sys-boot/plymouth-openrc-plugin: add 0.3.0
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
sys-boot/plymouth-openrc-plugin/Manifest | 1 +
.../plymouth-openrc-plugin-0.3.0.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/sys-boot/plymouth-openrc-plugin/Manifest b/sys-boot/plymouth-openrc-plugin/Manifest
index 8cef1c5ec038..eeca4d8d8dcd 100644
--- a/sys-boot/plymouth-openrc-plugin/Manifest
+++ b/sys-boot/plymouth-openrc-plugin/Manifest
@@ -1,2 +1,3 @@
DIST plymouth-openrc-plugin-0.1.3.tar.gz 9404 BLAKE2B 809cfab881ef47565badfc330b77ae07a8bbbddf822cbdb50f2d1d2a0c95f915ac5024e02400ab2ea9d8f98dc466a8a3cbad92805587f77a00e58c9f9d78d388 SHA512 b07a4d9d56c8f49d5b0a91799fe0100eac705cd2a266674539948fdc661876474a93d8ed5f329f097a1fc5dc571f3b3c00322191fb77d2a7e32b1ff192ca0a6b
DIST plymouth-openrc-plugin-0.2.0.tar.gz 10325 BLAKE2B ee66b158d366f5bf12504d1546ec00906f9e73760308975dbc4ea26e5622ee10ab877b47a13269ae11576c7d3e8b4c9484ca0dc61efce0f78f38344515ce4c5e SHA512 4156b291c49cf5c55c78071439530a35f5ec03b1e022bb022839e1b89567653ebb70bf3471b82ae0ecec8fc84c3f41ee2cc6b3de1fa52811a96d0812a6ada772
+DIST plymouth-openrc-plugin-0.3.0.tar.gz 10387 BLAKE2B f7438ba0d6d0f7b4faf160d96b182410d82e21892b2788764182e7311724155abb22dfd1f368f1a02f61059c42b930432c120b085dbceeb2391b5a5e84195dd8 SHA512 361ca6ae7b995e0e71ba3a71aaf481aa69f3e9ebfaa48d0909b098ab33f5519817b5df818194bceac489a0560b99316afbcd2145c05768c54fb759382db526ed
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild
new file mode 100644
index 000000000000..cec7b6155dfc
--- /dev/null
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Plymouth plugin for OpenRC"
+HOMEPAGE="https://github.com/Kangie/plymouth-openrc-plugin"
+SRC_URI="https://github.com/Kangie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="|| ( sys-apps/openrc sys-apps/openrc-navi )"
+RDEPEND="${DEPEND}
+ sys-boot/plymouth
+ !sys-apps/systemd"
+
+src_configure() {
+ local emesonargs=(
+ -Ddebug=$(usex debug true false)
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ if [[ -z ${REPLACING_VERSIONS} ]]; then
+ ewarn "The 'rc_interactive' feature in /etc/rc.conf must be disabled"
+ ewarn "for Plymouth work properly with OpenRC init system."
+ fi
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2024-09-16 9:09 Matt Jolly
0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-09-16 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 659d11518fba03227ea2d90cbf6517ecd06f6e3b
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 09:08:12 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 09:09:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659d1151
sys-boot/plymouth-openrc-plugin: drop 0.2.0-r1
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
sys-boot/plymouth-openrc-plugin/Manifest | 1 -
.../plymouth-openrc-plugin-0.2.0-r1.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/sys-boot/plymouth-openrc-plugin/Manifest b/sys-boot/plymouth-openrc-plugin/Manifest
index eeca4d8d8dcd..5541b9f2ed7b 100644
--- a/sys-boot/plymouth-openrc-plugin/Manifest
+++ b/sys-boot/plymouth-openrc-plugin/Manifest
@@ -1,3 +1,2 @@
DIST plymouth-openrc-plugin-0.1.3.tar.gz 9404 BLAKE2B 809cfab881ef47565badfc330b77ae07a8bbbddf822cbdb50f2d1d2a0c95f915ac5024e02400ab2ea9d8f98dc466a8a3cbad92805587f77a00e58c9f9d78d388 SHA512 b07a4d9d56c8f49d5b0a91799fe0100eac705cd2a266674539948fdc661876474a93d8ed5f329f097a1fc5dc571f3b3c00322191fb77d2a7e32b1ff192ca0a6b
-DIST plymouth-openrc-plugin-0.2.0.tar.gz 10325 BLAKE2B ee66b158d366f5bf12504d1546ec00906f9e73760308975dbc4ea26e5622ee10ab877b47a13269ae11576c7d3e8b4c9484ca0dc61efce0f78f38344515ce4c5e SHA512 4156b291c49cf5c55c78071439530a35f5ec03b1e022bb022839e1b89567653ebb70bf3471b82ae0ecec8fc84c3f41ee2cc6b3de1fa52811a96d0812a6ada772
DIST plymouth-openrc-plugin-0.3.0.tar.gz 10387 BLAKE2B f7438ba0d6d0f7b4faf160d96b182410d82e21892b2788764182e7311724155abb22dfd1f368f1a02f61059c42b930432c120b085dbceeb2391b5a5e84195dd8 SHA512 361ca6ae7b995e0e71ba3a71aaf481aa69f3e9ebfaa48d0909b098ab33f5519817b5df818194bceac489a0560b99316afbcd2145c05768c54fb759382db526ed
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0-r1.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0-r1.ebuild
deleted file mode 100644
index 548942b7f6da..000000000000
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="Plymouth plugin for OpenRC"
-HOMEPAGE="https://github.com/Kangie/plymouth-openrc-plugin"
-SRC_URI="https://github.com/Kangie/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND="|| ( sys-apps/openrc sys-apps/openrc-navi )"
-RDEPEND="${DEPEND}
- sys-boot/plymouth
- !sys-apps/systemd"
-
-src_configure() {
- local emesonargs=(
- -Ddebug=$(usex debug true false)
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- if [[ -z ${REPLACING_VERSIONS} ]]; then
- ewarn "The 'rc_interactive' feature in /etc/rc.conf must be disabled"
- ewarn "for Plymouth work properly with OpenRC init system."
- fi
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/
@ 2024-09-16 9:09 Matt Jolly
0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-09-16 9:09 UTC (permalink / raw
To: gentoo-commits
commit: 860addeb8b7b3cbb55b42ba902382e561bba25a7
Author: Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 08:53:22 2024 +0000
Commit: Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 09:09:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860addeb
sys-boot/plymouth-openrc-plugin: fix dependencies
The updated ebuild does not include appropriate mimimum
version guards for sys-apps/openrc and
sys-apps/openrc-navi
Closes: https://bugs.gentoo.org/939663
Co-authored-by: VNAT <xepjk <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38614
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>
...penrc-plugin-0.3.0.ebuild => plymouth-openrc-plugin-0.3.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0-r1.ebuild
similarity index 91%
rename from sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild
rename to sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0-r1.ebuild
index 548942b7f6da..5b5dadc646fc 100644
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
-DEPEND="|| ( sys-apps/openrc sys-apps/openrc-navi )"
+DEPEND="|| ( >=sys-apps/openrc-0.55 >=sys-apps/openrc-navi-0.60_beta3 )"
RDEPEND="${DEPEND}
sys-boot/plymouth
!sys-apps/systemd"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-09-16 9:09 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 9:09 [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth-openrc-plugin/ Matt Jolly
-- strict thread matches above, loose matches on Subject: below --
2024-09-16 9:09 Matt Jolly
2024-09-10 21:27 Matt Jolly
2024-07-21 0:31 Sam James
2024-06-29 15:00 Matt Jolly
2020-06-06 13:55 Joonas Niilola
2020-06-06 13:55 Joonas Niilola
2020-06-06 13:55 Joonas Niilola
2020-06-06 13:55 Joonas Niilola
2019-02-07 20:09 Georgy Yakovlev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox