diff options
author | 2005-07-12 02:49:27 +0000 | |
---|---|---|
committer | 2005-07-12 02:49:27 +0000 | |
commit | 79733a0e41f5c0bcd50ee20399b63ad00bb1108a (patch) | |
tree | 87038a5d8bcdb10baed31286d19f735320780bc0 /net-misc/howl/howl-0.9.ebuild | |
parent | Warn about issues upgrading from 1.2.x to 1.3.x #92535 by Volkov Peter. (diff) | |
download | gentoo-2-79733a0e41f5c0bcd50ee20399b63ad00bb1108a.tar.gz gentoo-2-79733a0e41f5c0bcd50ee20399b63ad00bb1108a.tar.bz2 gentoo-2-79733a0e41f5c0bcd50ee20399b63ad00bb1108a.zip |
#83777: version bump because i'm a nice guy. this package needs a maintainer
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/howl/howl-0.9.ebuild')
-rw-r--r-- | net-misc/howl/howl-0.9.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/net-misc/howl/howl-0.9.ebuild b/net-misc/howl/howl-0.9.ebuild deleted file mode 100644 index e46f0db77125..000000000000 --- a/net-misc/howl/howl-0.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/howl/howl-0.9.ebuild,v 1.5 2005/01/09 00:12:47 stkn Exp $ - -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="~x86" # Should work on ~sparc but I haven't tested yet. New platform suppot can be added via: include/salt/vtypes.h -IUSE="" -DEPEND="sys-libs/glibc" # sys-devel/automake - needed if we remove the html docs from /usr/share -RDEPEND="sys-libs/glibc" - -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 NEWS README TODO - dohtml -r docs/ - - # doesn't work right now. - # nifd service loader - #dodir /etc/conf.d - #cp ${FILESDIR}/nifd.conf.d ${D}/etc/conf.d/nifd || die "cp nifd.conf.d" - #dodir /etc/init.d - #cp ${FILESDIR}/nifd.init.d ${D}/etc/init.d/nifd || die "cp nifd.init.d" - #fperms a+x ${D}/etc/init.d/nifd - - # mDNSResponder service loader - dodir /etc/conf.d - cp ${FILESDIR}/mDNSResponder.conf.d ${D}/etc/conf.d/mDNSResponder || die "cp mDNSResponder.conf.d" - dodir /etc/init.d - cp ${FILESDIR}/mDNSResponder.init.d ${D}/etc/init.d/mDNSResponder || die "cp mDNSResponder.init.d" - fperms a+x ${D}/etc/init.d/mDNSResponder -} |