* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2025-01-17 13:36 Joonas Niilola
0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2025-01-17 13:36 UTC (permalink / raw
To: gentoo-commits
commit: f36c1d4d507cfc6271d50c98ffcbc1d806252d2a
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 13:35:30 2025 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 13:36:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f36c1d4d
net-misc/netkit-timed: restore keywords to -r12
- most likely dropped due to revision bump?
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild
index 286bd0d6e057..eb70db4a45ed 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r12.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
PATCHES=(
"${FILESDIR}/0.17-CFLAG-DEF-fix.patch"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-11-29 15:46 Ulrich Müller
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Müller @ 2023-11-29 15:46 UTC (permalink / raw
To: gentoo-commits
commit: c1edc49c946418c63776a38c56352b6e8c8108c5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 15:43:17 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 15:46:10 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1edc49c
net-misc/netkit-timed: drop 0.17-r10
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild | 42 ----------------------
1 file changed, 42 deletions(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
deleted file mode 100644
index 9b817ec2c29e..000000000000
--- a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit flag-o-matic toolchain-funcs
-
-IUSE=""
-DESCRIPTION="Netkit - timed"
-HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
-SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-LICENSE="BSD GPL-2"
-SLOT="0"
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- eapply "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
- eapply "${FILESDIR}"/0.17-timed-opt-parsing.patch
- sed -i configure \
- -e '/^LDFLAGS=/d' \
- || die "sed configure"
- default
-}
-
-src_configure() {
- # Note this is not an autoconf configure script. econf fails
- append-flags -DCLK_TCK=CLOCKS_PER_SEC
- ./configure --prefix=/usr --with-c-compiler="$(tc-getCC)" || die "bad configure"
-}
-
-src_install() {
- dosbin timed/timed/timed
- doman timed/timed/timed.8
- dosbin timed/timedc/timedc
- doman timed/timedc/timedc.8
- dodoc README ChangeLog BUGS
-
- newinitd "${FILESDIR}"/timed.rc6 timed
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-11-29 13:24 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-11-29 13:24 UTC (permalink / raw
To: gentoo-commits
commit: 0ff3451f4596fc10aed2cc1428fe3153c79bb56f
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 13:24:03 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 13:24:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff3451f
net-misc/netkit-timed: Stabilize 0.17-r11 ppc64, #918504
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
index d5026b060b90..97fea191319b 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Netkit - timed: Time daemon"
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="amd64 ~mips ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-11-29 12:49 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-11-29 12:49 UTC (permalink / raw
To: gentoo-commits
commit: d0478ef959ffb5a076e099ff7241910cd909bcf7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 12:49:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 12:49:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0478ef9
net-misc/netkit-timed: Stabilize 0.17-r11 sparc, #918504
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
index ebf177a804a4..d5026b060b90 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Netkit - timed: Time daemon"
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ppc ~ppc64 sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-11-29 8:25 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-11-29 8:25 UTC (permalink / raw
To: gentoo-commits
commit: 9a8f7a469c4ebdd4c86e16cf497c1096d377bd48
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 29 08:25:22 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 08:25:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a8f7a46
net-misc/netkit-timed: Stabilize 0.17-r11 ppc, #918504
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
index 4a3ad68b5440..ebf177a804a4 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Netkit - timed: Time daemon"
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ppc ~ppc64 ~sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-11-25 11:19 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-11-25 11:19 UTC (permalink / raw
To: gentoo-commits
commit: 634a3176e1f28fb1721bfac9769d0344a925d874
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 11:19:06 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 11:19:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634a3176
net-misc/netkit-timed: Stabilize 0.17-r11 amd64, #918504
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
index e7649ec41fb2..4a3ad68b5440 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Netkit - timed: Time daemon"
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~mips ~ppc ~ppc64 ~sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-11-25 11:14 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2023-11-25 11:14 UTC (permalink / raw
To: gentoo-commits
commit: d037f28d217ee17d3855ef1d656ca9d9b08f4a0a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 11:14:10 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 11:14:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d037f28d
net-misc/netkit-timed: Stabilize 0.17-r11 x86, #918504
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
index 660a85f76e2a..e7649ec41fb2 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Netkit - timed: Time daemon"
HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
-KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2023-09-17 14:35 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-09-17 14:35 UTC (permalink / raw
To: gentoo-commits
commit: 77b5791502ea1524042e72dde376cbc9119ed40f
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Sep 16 20:35:59 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 17 14:35:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b57915
net-misc/netkit-timed: EAPI8 bump, fix #725182
Closes: https://bugs.gentoo.org/725182
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32855
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild | 39 ++++++++++++++++++++++
1 file changed, 39 insertions(+)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
new file mode 100644
index 000000000000..660a85f76e2a
--- /dev/null
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r11.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic toolchain-funcs
+
+DESCRIPTION="Netkit - timed: Time daemon"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
+SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+LICENSE="BSD GPL-2"
+SLOT="0"
+
+src_prepare() {
+ eapply "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
+ eapply "${FILESDIR}"/0.17-timed-opt-parsing.patch
+ sed -i -e '/^LDFLAGS=/d' configure || die "sed configure"
+ sed -i -e "s|ar -cruv|\${AR} -cruv|g" timed/lib/Makefile || die
+ default
+}
+
+src_configure() {
+ tc-export AR
+ # Note this is not an autoconf configure script. econf fails
+ append-flags -DCLK_TCK=CLOCKS_PER_SEC
+ ./configure --prefix=/usr --with-c-compiler="$(tc-getCC)" || die "bad configure"
+}
+
+src_install() {
+ dosbin timed/timed/timed
+ doman timed/timed/timed.8
+ dosbin timed/timedc/timedc
+ doman timed/timedc/timedc.8
+ einstalldocs
+
+ newinitd "${FILESDIR}"/timed.rc6 timed
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2022-10-05 23:52 Mike Gilbert
0 siblings, 0 replies; 11+ messages in thread
From: Mike Gilbert @ 2022-10-05 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 2324c9b8ba8d006f546360da6c10e76ade2c2686
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 23:45:16 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 23:45:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2324c9b8
net-misc/netkit-timed: update HOMEPAGE, SRC_URI
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
index 8a5bc3d4f073..9b817ec2c29e 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
@@ -7,8 +7,8 @@ inherit flag-o-matic toolchain-funcs
IUSE=""
DESCRIPTION="Netkit - timed"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
+SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
LICENSE="BSD GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2022-03-26 0:01 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-03-26 0:01 UTC (permalink / raw
To: gentoo-commits
commit: 5bcac1c60f9db7425ffc258b35d9dc760d46760d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:42:46 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:00:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bcac1c6
net-misc/netkit-timed: [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>
net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
index bde888f10c2d..8a5bc3d4f073 100644
--- a/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
+++ b/net-misc/netkit-timed/netkit-timed-0.17-r10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -28,7 +28,7 @@ src_prepare() {
src_configure() {
# Note this is not an autoconf configure script. econf fails
append-flags -DCLK_TCK=CLOCKS_PER_SEC
- ./configure --prefix=/usr --with-c-compiler=$(tc-getCC) || die "bad configure"
+ ./configure --prefix=/usr --with-c-compiler="$(tc-getCC)" || die "bad configure"
}
src_install() {
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/
@ 2016-05-04 1:02 Austin English
0 siblings, 0 replies; 11+ messages in thread
From: Austin English @ 2016-05-04 1:02 UTC (permalink / raw
To: gentoo-commits
commit: 2ade46cf614489de5c4dc1b51fea5f5099f0f952
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 00:26:48 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 4 00:26:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ade46cf
net-misc/netkit-timed: remove old version
Package-Manager: portage-2.2.26
net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild | 42 -----------------------
1 file changed, 42 deletions(-)
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild
deleted file mode 100644
index a745dd2..0000000
--- a/net-misc/netkit-timed/netkit-timed-0.17-r9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils flag-o-matic toolchain-funcs
-
-IUSE=""
-DESCRIPTION="Netkit - timed"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86"
-LICENSE="BSD GPL-2"
-SLOT="0"
-
-DEPEND=""
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch
- epatch "${FILESDIR}"/0.17-timed-opt-parsing.patch
- sed -i configure \
- -e '/^LDFLAGS=/d' \
- || die "sed configure"
-}
-
-src_configure() {
- # Note this is not an autoconf configure script. econf fails
- append-flags -DCLK_TCK=CLOCKS_PER_SEC
- ./configure --prefix=/usr --with-c-compiler=$(tc-getCC) || die "bad configure"
-}
-
-src_install() {
- dosbin timed/timed/timed || die
- doman timed/timed/timed.8 || die
- dosbin timed/timedc/timedc || die
- doman timed/timedc/timedc.8 || die
- dodoc README ChangeLog BUGS || die
-
- newinitd "${FILESDIR}"/timed.rc6 timed || die
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2025-01-17 13:36 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17 13:36 [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-timed/ Joonas Niilola
-- strict thread matches above, loose matches on Subject: below --
2023-11-29 15:46 Ulrich Müller
2023-11-29 13:24 Arthur Zamarin
2023-11-29 12:49 Arthur Zamarin
2023-11-29 8:25 Arthur Zamarin
2023-11-25 11:19 Arthur Zamarin
2023-11-25 11:14 Michał Górny
2023-09-17 14:35 Arthur Zamarin
2022-10-05 23:52 Mike Gilbert
2022-03-26 0:01 Sam James
2016-05-04 1:02 Austin English
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox