* [gentoo-commits] repo/gentoo:master commit in: app-admin/socklog/
@ 2017-10-22 17:14 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2017-10-22 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 53685ddb52a6450d26365222e0dc6adc275cc2bf
Author: charIes17 <charles17 <AT> arcor <DOT> de>
AuthorDate: Mon Oct 9 14:06:45 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 17:14:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53685ddb
app-admin/socklog: EAPI 6 bump.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5897
Closes: https://bugs.gentoo.org/618574
app-admin/socklog/socklog-2.1.0.ebuild | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/app-admin/socklog/socklog-2.1.0.ebuild b/app-admin/socklog/socklog-2.1.0.ebuild
index f7853dd9904..1cfad278844 100644
--- a/app-admin/socklog/socklog-2.1.0.ebuild
+++ b/app-admin/socklog/socklog-2.1.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="3"
+EAPI=6
inherit eutils toolchain-funcs flag-o-matic
@@ -16,20 +16,22 @@ IUSE="static"
RDEPEND=">=sys-process/runit-1.4.0"
+PATCHES=( "${FILESDIR}"/${PN}-2.1.0-headers.patch )
+
S=${WORKDIR}/admin/${P}/src
src_prepare() {
- epatch "${FILESDIR}"/${PN}-2.1.0-headers.patch
+ default
use static && append-ldflags -static
- echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS}" > conf-cc
- echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS}" > conf-ld
+ echo "$(tc-getCC) ${CFLAGS} ${CPPFLAGS}" > conf-cc || die
+ echo "$(tc-getCC) ${CFLAGS} ${LDFLAGS}" > conf-ld || die
}
src_install() {
- dobin tryto uncat socklog-check || die
- dosbin socklog socklog-conf || die
+ dobin tryto uncat socklog-check
+ dosbin socklog socklog-conf
- cd ..
+ cd .. || die
dodoc package/CHANGES
dohtml doc/*.html
doman man/*
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-admin/socklog/
@ 2024-08-21 19:03 Mike Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2024-08-21 19:03 UTC (permalink / raw
To: gentoo-commits
commit: 553738df9359b59c2142a4bfa2bf9d6d7dc8f079
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 19:03:13 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Aug 21 19:03:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553738df
app-admin/socklog: drop runit dependency
Closes: https://bugs.gentoo.org/814551
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-admin/socklog/{socklog-2.1.0.ebuild => socklog-2.1.0-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/app-admin/socklog/socklog-2.1.0.ebuild b/app-admin/socklog/socklog-2.1.0-r1.ebuild
similarity index 92%
rename from app-admin/socklog/socklog-2.1.0.ebuild
rename to app-admin/socklog/socklog-2.1.0-r1.ebuild
index 367d62460e7e..06c852d19bc3 100644
--- a/app-admin/socklog/socklog-2.1.0.ebuild
+++ b/app-admin/socklog/socklog-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,8 +15,6 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="static"
-RDEPEND=">=sys-process/runit-1.4.0"
-
PATCHES=(
"${FILESDIR}"/${PN}-2.1.0-headers.patch
"${FILESDIR}"/${PN}-2.1.0-respect-ar-ranlib.patch
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-21 19:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-22 17:14 [gentoo-commits] repo/gentoo:master commit in: app-admin/socklog/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2024-08-21 19:03 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox