summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2007-07-11 04:02:48 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2007-07-11 04:02:48 +0000
commit0f239ae986ae3f2d1c46c068094c8d27be106e57 (patch)
treeb3771b22be8c4617c5aa1ef8ee1082826817a053 /net-misc
parentfix preserve_old_lib usage (bug #167991) (diff)
downloadgentoo-2-0f239ae986ae3f2d1c46c068094c8d27be106e57.tar.gz
gentoo-2-0f239ae986ae3f2d1c46c068094c8d27be106e57.tar.bz2
gentoo-2-0f239ae986ae3f2d1c46c068094c8d27be106e57.zip
prune unused versions
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/howl/ChangeLog6
-rw-r--r--net-misc/howl/files/digest-howl-0.9.6-r23
-rw-r--r--net-misc/howl/howl-0.9.6-r2.ebuild51
3 files changed, 5 insertions, 55 deletions
diff --git a/net-misc/howl/ChangeLog b/net-misc/howl/ChangeLog
index 8b6ea1ad6a77..cb1ff7088332 100644
--- a/net-misc/howl/ChangeLog
+++ b/net-misc/howl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/howl
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.49 2007/07/11 03:59:52 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/ChangeLog,v 1.50 2007/07/11 04:02:48 compnerd Exp $
+
+ 11 Jul 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+ -howl-0.9.6-r2.ebuild:
+ prune unused versions
11 Jul 2007; Saleem Abdulrasool <compnerd@gentoo.org> howl-0.9.8.ebuild,
howl-1.0.0.ebuild:
diff --git a/net-misc/howl/files/digest-howl-0.9.6-r2 b/net-misc/howl/files/digest-howl-0.9.6-r2
deleted file mode 100644
index f2265b2a92a8..000000000000
--- a/net-misc/howl/files/digest-howl-0.9.6-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 1a593f39928c0c4841939128b75e8279 howl-0.9.6.tar.gz 538741
-RMD160 78610aeb093a097c35fa433b7c32dd9fa079dca4 howl-0.9.6.tar.gz 538741
-SHA256 55151e7652f93da4cd0bef04c700dc04ad29db9af0b60a308edc68e9657be106 howl-0.9.6.tar.gz 538741
diff --git a/net-misc/howl/howl-0.9.6-r2.ebuild b/net-misc/howl/howl-0.9.6-r2.ebuild
deleted file mode 100644
index 573f81c2fcf9..000000000000
--- a/net-misc/howl/howl-0.9.6-r2.ebuild
+++ /dev/null
@@ -1,51 +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/howl/howl-0.9.6-r2.ebuild,v 1.17 2007/04/28 23:05:19 swegener Exp $
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="Howl is a cross-platform implementation of the Zeroconf networking standard. Zeroconf brings a new ease of use to IP networking."
-HOMEPAGE="http://www.porchdogsoft.com/products/howl/"
-SRC_URI="http://www.porchdogsoft.com/download/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 hppa mips ia64 ppc s390 sparc x86 ppc64"
-IUSE=""
-
-DEPEND="virtual/libc"
-# sys-devel/automake - needed if we remove the html docs from /usr/share
-
-# sw_log is not provided (Bug #87436)
-RESTRICT="test"
-
-src_unpack() {
- unpack ${A}
- sed -i "s:howl-@VERSION@$:howl:" ${S}/howl.pc.in
-}
-
-src_compile() {
- # If we wanted to remove the html docs in /usr/share/howl....
- #einfo "Removing html docs from build process...."
- #sed -e 's/ docs//' < Makefile.am > Makefile.am.new || die "sed failed"
- #mv Makefile.am.new Makefile.am || die "move failed"
- #aclocal || die "aclocal failed"
- #automake || die "automake failed"
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
- dodoc AUTHORS COPYING ChangeLog INSTALL README TODO
- dohtml -r docs/
-
- # Install conf files
- newconfd ${FILESDIR}/nifd.conf.d nifd
- newconfd ${FILESDIR}/mDNSResponder.conf.d mDNSResponder
-
- # Install init scripts
- newinitd ${FILESDIR}/nifd.init.d nifd
- newinitd ${FILESDIR}/mDNSResponder.init.d mDNSResponder
-}