summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-08-28 07:54:37 +0000
committerMike Frysinger <vapier@gentoo.org>2006-08-28 07:54:37 +0000
commita0737f1e2137e75ddeb1dc4046e00aa2a1dd1f6c (patch)
tree37355ae4abfbca526629ac421881b852bfc253d6 /net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild
parentVersion bump #64839 by Peter Tiggerdine. (diff)
downloadgentoo-2-a0737f1e2137e75ddeb1dc4046e00aa2a1dd1f6c.tar.gz
gentoo-2-a0737f1e2137e75ddeb1dc4046e00aa2a1dd1f6c.tar.bz2
gentoo-2-a0737f1e2137e75ddeb1dc4046e00aa2a1dd1f6c.zip
Version bump #64839 by Peter Tiggerdine.
(Portage version: 2.1.1_rc1) (Signed Manifest commit)
Diffstat (limited to 'net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild')
-rw-r--r--net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild b/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild
deleted file mode 100644
index 4aba80987229..000000000000
--- a/net-misc/dhcpv6/dhcpv6-0.85-r1.ebuild
+++ /dev/null
@@ -1,50 +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/dhcpv6/dhcpv6-0.85-r1.ebuild,v 1.8 2005/05/10 10:22:23 dholm Exp $
-
-inherit eutils
-
-MY_P=${P/dhcpv6/dhcp6}
-DESCRIPTION="Server and client for DHCPv6"
-HOMEPAGE="http://sourceforge.net/projects/dhcpv6/"
-SRC_URI="mirror://sourceforge/dhcpv6/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 hppa ~ppc"
-IUSE="static"
-
-DEPEND=""
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/patch-iaid-dhcp6-${PV}
- epatch ${FILESDIR}/${PN}-bison-fix.patch
-}
-
-src_compile() {
- econf || die
- use static && export LDFLAGS="${LDFLAGS} -static"
- emake || die
-}
-
-src_install() {
- einstall || die
- dodoc Install ReadMe docs/draft-ietf-dhc-dhcpv6-28.txt \
- docs/draft-ietf-dhc-dhcpv6-interop-{00,01}.txt \
- docs/draft-ietf-dhc-dhcpv6-opt-dnsconfig-03.txt \
- docs/draft-ietf-dhc-dhcpv6-opt-prefix-delegation-{02,03}.txt \
- dhcp6c.conf dhcp6s.conf
-
- dodir /var/lib/dhcpv6
- exeinto /etc/init.d
- newexe ${FILESDIR}/dhcp6s.rc dhcp6s
-}
-
-pkg_postinst() {
- einfo "Sample dhcp6c.conf and dhcp6s.conf files are in"
- einfo "/usr/share/doc/${P}/"
-}