diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-08-17 16:47:42 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-08-17 16:47:42 +0000 |
commit | f641847296811d3f7c73f8cc723c6fd180ed3969 (patch) | |
tree | 41936b00fc70ce16a6686fcde77206199dffb729 /net-misc/netkit-timed | |
parent | Remove old. (diff) | |
download | gentoo-2-f641847296811d3f7c73f8cc723c6fd180ed3969.tar.gz gentoo-2-f641847296811d3f7c73f8cc723c6fd180ed3969.tar.bz2 gentoo-2-f641847296811d3f7c73f8cc723c6fd180ed3969.zip |
Remove old.
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/netkit-timed')
-rw-r--r-- | net-misc/netkit-timed/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/netkit-timed/netkit-timed-0.17-r7.ebuild | 37 | ||||
-rw-r--r-- | net-misc/netkit-timed/netkit-timed-0.17-r8.ebuild | 38 |
3 files changed, 5 insertions, 76 deletions
diff --git a/net-misc/netkit-timed/ChangeLog b/net-misc/netkit-timed/ChangeLog index 563c9cb1f906..b0c7e07ade46 100644 --- a/net-misc/netkit-timed/ChangeLog +++ b/net-misc/netkit-timed/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/netkit-timed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/ChangeLog,v 1.30 2012/07/31 04:23:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/ChangeLog,v 1.31 2012/08/17 16:47:42 kensington Exp $ + + 17 Aug 2012; Michael Palimaka <kensington@gentoo.org> + -netkit-timed-0.17-r7.ebuild, -netkit-timed-0.17-r8.ebuild: + Remove old. 31 Jul 2012; Anthony G. Basile <blueness@gentoo.org> netkit-timed-0.17-r9.ebuild: diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r7.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r7.ebuild deleted file mode 100644 index 4079bb4769ea..000000000000 --- a/net-misc/netkit-timed/netkit-timed-0.17-r7.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r7.ebuild,v 1.13 2012/07/12 15:56:15 axs Exp $ - -inherit eutils flag-o-matic - -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="" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch -} - -src_compile() { - # Note this is no a autoconf configure script. econf fails - append-flags -DCLK_TCK=CLOCKS_PER_SEC - ./configure --prefix=/usr || die "bad configure" - emake || die "bad make" -} - -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 -} diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r8.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r8.ebuild deleted file mode 100644 index 5b6d02ad4c07..000000000000 --- a/net-misc/netkit-timed/netkit-timed-0.17-r8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r8.ebuild,v 1.7 2012/07/12 15:56:15 axs Exp $ - -inherit eutils flag-o-matic - -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="" - -src_unpack() { - unpack ${A} - epatch "${FILESDIR}"/0.17-CFLAG-DEF-fix.patch - epatch "${FILESDIR}"/0.17-timed-opt-parsing.patch -} - -src_compile() { - # Note this is not an autoconf configure script. econf fails - append-flags -DCLK_TCK=CLOCKS_PER_SEC - ./configure --prefix=/usr || die "bad configure" - emake || die "bad make" -} - -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 -} |