public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cinit/
@ 2020-02-09 11:36 Mikle Kolyada
  0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-02-09 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3c3d1d71ef1aa4fdbb29f4f4a3035468726f55a6
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 11:34:51 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 11:35:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3d1d71

sys-apps/cinit: port to EAPI=7

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-apps/cinit/cinit-0.2.1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sys-apps/cinit/cinit-0.2.1.ebuild b/sys-apps/cinit/cinit-0.2.1.ebuild
index c52fcc2f673..252f62e217b 100644
--- a/sys-apps/cinit/cinit-0.2.1.ebuild
+++ b/sys-apps/cinit/cinit-0.2.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -17,6 +17,7 @@ IUSE="doc"
 src_prepare() {
 	sed -i "/contrib+tools/d" Makefile || die
 	sed -i "/^STRIP/s/strip.*/true/" Makefile.include || die
+	default
 }
 
 src_compile() {
@@ -31,7 +32,7 @@ src_compile() {
 
 src_install() {
 	emake LD=$(tc-getCC) DESTDIR="${D}" install
-	rm -f "${D}"/sbin/{init,shutdown,reboot}
+	rm -f "${D}"/sbin/{init,shutdown,reboot} || die
 	dodoc Changelog CHANGES CREDITS README TODO
 	use doc && dodoc -r doc
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cinit/
@ 2022-03-26  0:01 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-26  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     13731e72e89c7fc0666527717b3536baaff457da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:52:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:00:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13731e72

sys-apps/cinit: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/cinit/cinit-0.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/cinit/cinit-0.2.1.ebuild b/sys-apps/cinit/cinit-0.2.1.ebuild
index 252f62e217b9..1b16a694e944 100644
--- a/sys-apps/cinit/cinit-0.2.1.ebuild
+++ b/sys-apps/cinit/cinit-0.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,7 +31,7 @@ src_compile() {
 }
 
 src_install() {
-	emake LD=$(tc-getCC) DESTDIR="${D}" install
+	emake LD="$(tc-getCC)" DESTDIR="${D}" install
 	rm -f "${D}"/sbin/{init,shutdown,reboot} || die
 	dodoc Changelog CHANGES CREDITS README TODO
 	use doc && dodoc -r doc


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cinit/
@ 2024-09-17 16:26 Petr Vaněk
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2024-09-17 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     402d89ab1b00edba0e5a87d812615bfc1865f188
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 16:02:13 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 16:26:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=402d89ab

sys-apps/cinit: drop 0.2.1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-apps/cinit/cinit-0.2.1.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/sys-apps/cinit/cinit-0.2.1.ebuild b/sys-apps/cinit/cinit-0.2.1.ebuild
deleted file mode 100644
index 1b16a694e944..000000000000
--- a/sys-apps/cinit/cinit-0.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="a fast, small and simple init with support for profiles"
-HOMEPAGE="http://linux.schottelius.org/cinit/"
-SRC_URI="http://linux.schottelius.org/${PN}/archives/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="doc"
-
-src_prepare() {
-	sed -i "/contrib+tools/d" Makefile || die
-	sed -i "/^STRIP/s/strip.*/true/" Makefile.include || die
-	default
-}
-
-src_compile() {
-	emake \
-		CC="$(tc-getCC)" \
-		LD="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} -I." \
-		LDFLAGS="${LDFLAGS}" \
-		STRIP=/bin/true \
-		all
-}
-
-src_install() {
-	emake LD="$(tc-getCC)" DESTDIR="${D}" install
-	rm -f "${D}"/sbin/{init,shutdown,reboot} || die
-	dodoc Changelog CHANGES CREDITS README TODO
-	use doc && dodoc -r doc
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cinit/
@ 2024-09-17 16:26 Petr Vaněk
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2024-09-17 16:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7163e2c7f86bef3a089f3e6cf249d0340ce28aae
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 16:22:09 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 16:26:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7163e2c7

sys-apps/cinit: update EAPI 7 -> 8

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-apps/cinit/cinit-0.2.1-r2.ebuild | 42 ++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/sys-apps/cinit/cinit-0.2.1-r2.ebuild b/sys-apps/cinit/cinit-0.2.1-r2.ebuild
new file mode 100644
index 000000000000..4a302895f556
--- /dev/null
+++ b/sys-apps/cinit/cinit-0.2.1-r2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="a fast, small and simple init with support for profiles"
+HOMEPAGE="http://linux.schottelius.org/cinit/"
+SRC_URI="http://linux.schottelius.org/${PN}/archives/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="doc"
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.2.1-musl-clang16-build-fix.patch
+)
+
+src_prepare() {
+	sed -i "/contrib+tools/d" Makefile || die
+	sed -i "/^STRIP/s/strip.*/true/" Makefile.include || die
+	default
+}
+
+src_compile() {
+	emake \
+		CC="$(tc-getCC)" \
+		LD="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} -I." \
+		LDFLAGS="${LDFLAGS}" \
+		STRIP=/bin/true \
+		all
+}
+
+src_install() {
+	emake LD="$(tc-getCC)" DESTDIR="${D}" install
+	rm -f "${D}"/sbin/{init,shutdown,reboot} || die
+	dodoc Changelog CHANGES CREDITS README TODO
+	use doc && dodoc -r doc
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/cinit/
@ 2024-09-21 18:23 Petr Vaněk
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vaněk @ 2024-09-21 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     e95a9c38398d638f266113d65ec80329a5d2bc36
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 18:15:55 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 18:22:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e95a9c38

sys-apps/cinit: drop 0.2.1-r1

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 sys-apps/cinit/cinit-0.2.1-r1.ebuild | 42 ------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/sys-apps/cinit/cinit-0.2.1-r1.ebuild b/sys-apps/cinit/cinit-0.2.1-r1.ebuild
deleted file mode 100644
index 22cbed1f0264..000000000000
--- a/sys-apps/cinit/cinit-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="a fast, small and simple init with support for profiles"
-HOMEPAGE="http://linux.schottelius.org/cinit/"
-SRC_URI="http://linux.schottelius.org/${PN}/archives/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="doc"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.2.1-musl-clang16-build-fix.patch
-)
-
-src_prepare() {
-	sed -i "/contrib+tools/d" Makefile || die
-	sed -i "/^STRIP/s/strip.*/true/" Makefile.include || die
-	default
-}
-
-src_compile() {
-	emake \
-		CC="$(tc-getCC)" \
-		LD="$(tc-getCC)" \
-		CFLAGS="${CFLAGS} -I." \
-		LDFLAGS="${LDFLAGS}" \
-		STRIP=/bin/true \
-		all
-}
-
-src_install() {
-	emake LD="$(tc-getCC)" DESTDIR="${D}" install
-	rm -f "${D}"/sbin/{init,shutdown,reboot} || die
-	dodoc Changelog CHANGES CREDITS README TODO
-	use doc && dodoc -r doc
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-09-21 18:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-17 16:26 [gentoo-commits] repo/gentoo:master commit in: sys-apps/cinit/ Petr Vaněk
  -- strict thread matches above, loose matches on Subject: below --
2024-09-21 18:23 Petr Vaněk
2024-09-17 16:26 Petr Vaněk
2022-03-26  0:01 Sam James
2020-02-09 11:36 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox