* [gentoo-commits] repo/gentoo:master commit in: sys-apps/restartd/
@ 2018-07-26 23:34 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2018-07-26 23:34 UTC (permalink / raw
To: gentoo-commits
commit: 93ad12b81b953fb125220fdb7dad32ab0903aeeb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 23:33:31 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 23:34:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ad12b8
sys-apps/restartd: revision bump (EAPI=7)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/restartd/restartd-0.2.2-r1.ebuild | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/sys-apps/restartd/restartd-0.2.2-r1.ebuild b/sys-apps/restartd/restartd-0.2.2-r1.ebuild
new file mode 100644
index 00000000000..dadb97c5f33
--- /dev/null
+++ b/sys-apps/restartd/restartd-0.2.2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_PV=${PV/_alpha/.a-}
+DESCRIPTION="A daemon for checking your running and not running processes"
+HOMEPAGE="https://packages.debian.org/unstable/utils/restartd"
+SRC_URI="mirror://debian/pool/main/r/restartd/${PN}_${MY_PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+ default
+ sed -i Makefile -e 's|-o restartd|$(LDFLAGS) &|g' || die "sed Makefile"
+}
+
+src_compile() {
+ emake CC=$(tc-getCC) C_ARGS="${CFLAGS}"
+}
+
+src_install() {
+ dodir /etc /usr/sbin /usr/share/man/man8 /usr/share/man/fr/man8/
+ default
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/restartd/
@ 2018-07-26 23:34 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2018-07-26 23:34 UTC (permalink / raw
To: gentoo-commits
commit: 2204826c6a2e2b3cd280edc76a8bcd32cafc6ab4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 23:34:12 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 26 23:34:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2204826c
sys-apps/restartd: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
sys-apps/restartd/restartd-0.2.2.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/sys-apps/restartd/restartd-0.2.2.ebuild b/sys-apps/restartd/restartd-0.2.2.ebuild
deleted file mode 100644
index 1de6a97b5fd..00000000000
--- a/sys-apps/restartd/restartd-0.2.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs
-
-MY_PV=${PV/_alpha/.a-}
-DESCRIPTION="A daemon for checking your running and not running processes"
-HOMEPAGE="http://packages.debian.org/unstable/utils/restartd"
-SRC_URI="mirror://debian/pool/main/r/restartd/${PN}_${MY_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-src_prepare() {
- sed -i Makefile -e 's|-o restartd|$(LDFLAGS) &|g' || die "sed Makefile"
-}
-
-src_compile() {
- emake CC=$(tc-getCC) C_ARGS="${CFLAGS}" || die
-}
-
-src_install() {
- dodir /etc /usr/sbin /usr/share/man/man8 /usr/share/man/fr/man8/
- emake DESTDIR="${D}" install || die
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/restartd/
@ 2022-03-26 0:18 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2022-03-26 0:18 UTC (permalink / raw
To: gentoo-commits
commit: a79198a24b463fb3881c3eb97f2963ed4a18824e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 00:17:35 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:17:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79198a2
sys-apps/restartd: [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/restartd/restartd-0.2.2-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/restartd/restartd-0.2.2-r1.ebuild b/sys-apps/restartd/restartd-0.2.2-r1.ebuild
index 6f78d10eb3a3..63a0de4222ca 100644
--- a/sys-apps/restartd/restartd-0.2.2-r1.ebuild
+++ b/sys-apps/restartd/restartd-0.2.2-r1.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
@@ -22,7 +22,7 @@ src_prepare() {
}
src_compile() {
- emake CC=$(tc-getCC) C_ARGS="${CFLAGS}"
+ emake CC="$(tc-getCC)" C_ARGS="${CFLAGS}"
}
src_install() {
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-26 0:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-26 0:18 [gentoo-commits] repo/gentoo:master commit in: sys-apps/restartd/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2018-07-26 23:34 Mikle Kolyada
2018-07-26 23:34 Mikle Kolyada
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox