diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-13 12:38:57 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-13 12:38:57 +0000 |
commit | da086b05fd6aff424e26bbe0e42b907397a7d80c (patch) | |
tree | af5c15b893ffe1678892bb8e075a1570453a033f | |
parent | sparc stable (bug 419307) (diff) | |
download | historical-da086b05fd6aff424e26bbe0e42b907397a7d80c.tar.gz historical-da086b05fd6aff424e26bbe0e42b907397a7d80c.tar.bz2 historical-da086b05fd6aff424e26bbe0e42b907397a7d80c.zip |
drop old
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
-rw-r--r-- | net-misc/knock/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/knock/knock-0.5-r1.ebuild | 49 | ||||
-rw-r--r-- | net-misc/knock/knock-0.5.ebuild | 39 | ||||
-rw-r--r-- | net-misc/netkit-bootparamd/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild | 32 |
5 files changed, 10 insertions, 123 deletions
diff --git a/net-misc/knock/ChangeLog b/net-misc/knock/ChangeLog index 4229d76ba99b..50adf2e0d424 100644 --- a/net-misc/knock/ChangeLog +++ b/net-misc/knock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/knock # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/ChangeLog,v 1.46 2012/06/13 12:32:44 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/ChangeLog,v 1.47 2012/06/13 12:35:00 xmw Exp $ + + 13 Jun 2012; Michael Weber <xmw@gentoo.org> -knock-0.5-r1.ebuild, + -knock-0.5.ebuild: + drop old 13 Jun 2012; Michael Weber <xmw@gentoo.org> knock-0.5-r2.ebuild: sparc stable (bug 419307) diff --git a/net-misc/knock/knock-0.5-r1.ebuild b/net-misc/knock/knock-0.5-r1.ebuild deleted file mode 100644 index 4688f69714d7..000000000000 --- a/net-misc/knock/knock-0.5-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.5-r1.ebuild,v 1.4 2011/12/21 08:39:56 phajdan.jr Exp $ - -EAPI=2 - -inherit eutils - -DESCRIPTION="A simple port-knocking daemon" -HOMEPAGE="http://www.zeroflux.org/projects/knock" -SRC_URI="http://www.zeroflux.org/proj/knock/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="+server" - -DEPEND="server? ( net-libs/libpcap )" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc-4.3.patch - - sed -i -e "s:/usr/sbin/iptables:/sbin/iptables:g" knockd.conf || die - - if ! use server ; then - sed -i -e '/^all:/s:knockd::' \ - -e '/$(INSTALL).*knockd/d' Makefile.in || die - fi -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc ChangeLog README TODO || die - - if use server ; then - newinitd "${FILESDIR}"/knockd.initd knock || die - newconfd "${FILESDIR}"/knockd.confd knock || die - fi -} - -pkg_postinst() { - if use server && ! has_version net-firewall/iptables ; then - einfo - elog "You're really encouraged to install net-firewall/iptables to" - elog "actually modify your firewall and use the example configuration." - einfo - fi -} diff --git a/net-misc/knock/knock-0.5.ebuild b/net-misc/knock/knock-0.5.ebuild deleted file mode 100644 index 281c2aca40fd..000000000000 --- a/net-misc/knock/knock-0.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/knock/knock-0.5.ebuild,v 1.11 2008/07/26 20:26:13 wormo Exp $ - -inherit eutils - -MY_PV="${PV/%.0}" -S="${WORKDIR}/${PN}-${MY_PV}" - -DESCRIPTION="A simple port-knocking daemon" -HOMEPAGE="http://www.zeroflux.org/cgi-bin/cvstrac.cgi/knock/wiki" -SRC_URI="http://www.zeroflux.org/knock/files/${PN}-${MY_PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND="net-libs/libpcap" -RDEPEND="net-firewall/iptables - ${DEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gcc-4.3.patch -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc README - dodoc ChangeLog - dodoc TODO - - dosed "s:/usr/sbin/iptables:/sbin/iptables:g" /etc/knockd.conf - - newinitd "${FILESDIR}"/knockd.initd knock - newconfd "${FILESDIR}"/knockd.confd knock -} diff --git a/net-misc/netkit-bootparamd/ChangeLog b/net-misc/netkit-bootparamd/ChangeLog index cc41c128f6ff..01d229a3128e 100644 --- a/net-misc/netkit-bootparamd/ChangeLog +++ b/net-misc/netkit-bootparamd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netkit-bootparamd -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.7 2010/10/18 07:10:08 leio Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.8 2012/06/13 12:38:57 xmw Exp $ + + 13 Jun 2012; Michael Weber <xmw@gentoo.org> -netkit-bootparamd-0.17-r1.ebuild: + drop old 18 Oct 2010; Mart Raudsepp <leio@gentoo.org> netkit-bootparamd-0.17-r1.ebuild: diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild deleted file mode 100644 index c02a5991f42e..000000000000 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild,v 1.3 2010/10/18 07:10:08 leio Exp $ - -DESCRIPTION="Netkit - bootparamd" -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" -SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${PN}_${PV}.orig.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~hppa ~mips ppc sparc x86" -IUSE="" - -DEPEND="!<=net-misc/netkit-bootpd-0.17-r2" -RDEPEND=${DEPEND} - -src_compile() { - # this is needed here - ./configure || die "configure failed" - make || die "make failed" -} - -src_install() { - into /usr - dosbin rpc.bootparamd/bootparamd || die "binary install failed" - dosym bootparamd /usr/sbin/rpc.bootparamd - doman rpc.bootparamd/bootparamd.8 - dosym bootparamd.8 /usr/share/man/man8/rpc.bootparamd.8 - doman rpc.bootparamd/bootparams.5 - dodoc README ChangeLog - newdoc rpc.bootparamd/README README.bootparamd -} |