diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 12:41:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-27 12:41:37 +0000 |
commit | ffcdaa2bb5023f74ffd74c375020fe2110f71dd8 (patch) | |
tree | d536a8bb8d24171edc5146d19715dd040ee87919 /net-misc | |
parent | old (diff) | |
download | historical-ffcdaa2bb5023f74ffd74c375020fe2110f71dd8.tar.gz historical-ffcdaa2bb5023f74ffd74c375020fe2110f71dd8.tar.bz2 historical-ffcdaa2bb5023f74ffd74c375020fe2110f71dd8.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/ferm/ferm-1.2.4.ebuild | 27 | ||||
-rw-r--r-- | net-misc/ferm/ferm-1.2.5.ebuild | 27 | ||||
-rw-r--r-- | net-misc/snarf/snarf-7.0-r2.ebuild | 34 |
3 files changed, 0 insertions, 88 deletions
diff --git a/net-misc/ferm/ferm-1.2.4.ebuild b/net-misc/ferm/ferm-1.2.4.ebuild deleted file mode 100644 index 72431545227c..000000000000 --- a/net-misc/ferm/ferm-1.2.4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.2.4.ebuild,v 1.3 2007/10/30 17:24:26 nixnut Exp $ - -inherit versionator - -MY_PV="$(get_version_component_range 1-2)" -DESCRIPTION="Command line util for managing firewall rules" -HOMEPAGE="http://ferm.foo-projects.org/" -SRC_URI="http://ferm.foo-projects.org/download/${MY_PV}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="ppc sparc x86" -IUSE="" -SLOT="0" - -DEPEND="" -RDEPEND="dev-lang/perl - net-firewall/iptables" - -src_install () { - emake PREFIX="${D}/usr" DOCDIR="${D}/usr/share/doc/${PF}" install || die "emake install failed" -} - -pkg_postinst() { - einfo "See /usr/share/doc/${PF}/examples for sample configs" -} diff --git a/net-misc/ferm/ferm-1.2.5.ebuild b/net-misc/ferm/ferm-1.2.5.ebuild deleted file mode 100644 index 32a71dba2554..000000000000 --- a/net-misc/ferm/ferm-1.2.5.ebuild +++ /dev/null @@ -1,27 +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/ferm/ferm-1.2.5.ebuild,v 1.2 2008/01/24 14:40:36 armin76 Exp $ - -inherit versionator - -MY_PV="$(get_version_component_range 1-2)" -DESCRIPTION="Command line util for managing firewall rules" -HOMEPAGE="http://ferm.foo-projects.org/" -SRC_URI="http://ferm.foo-projects.org/download/${MY_PV}/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~ppc sparc x86" -IUSE="" -SLOT="0" - -DEPEND="" -RDEPEND="dev-lang/perl - net-firewall/iptables" - -src_install () { - emake PREFIX="${D}/usr" DOCDIR="${D}/usr/share/doc/${PF}" install || die "emake install failed" -} - -pkg_postinst() { - einfo "See /usr/share/doc/${PF}/examples for sample configs" -} diff --git a/net-misc/snarf/snarf-7.0-r2.ebuild b/net-misc/snarf/snarf-7.0-r2.ebuild deleted file mode 100644 index 038489661fcd..000000000000 --- a/net-misc/snarf/snarf-7.0-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/snarf/snarf-7.0-r2.ebuild,v 1.16 2007/02/10 02:54:29 beandog Exp $ - -inherit eutils - -IUSE="" -DESCRIPTION="Small and fast command line resource grabber with support for http, gopher, finger, and ftp protocols." -SRC_URI="http://www.xach.com/snarf/${P}.tar.gz" -HOMEPAGE="http://www.xach.com/snarf/" -KEYWORDS="alpha amd64 ppc sparc x86" -LICENSE="GPL-2" -SLOT="0" - -DEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/snarf-basename-patch.diff - epatch ${FILESDIR}/snarf-unlink-empty.diff -} - -src_install() { - dobin snarf - doman snarf.1 - dodoc COPYING ChangeLog README TODO -} - -pkg_postinst() { - einfo 'To use snarf with portage, try these settings in your make.conf' - einfo - einfo ' FETCHCOMMAND="/usr/bin/snarf -b \${URI} \${DISTDIR}/\${FILE}"' - einfo ' RESUMECOMMAND="/usr/bin/snarf -rb \${URI} \${DISTDIR}/\${FILE}"' -} |