diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-09-21 17:33:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-09-21 17:33:22 +0000 |
commit | 300f5964c8ef7f556177c61cf916f6989777d4b1 (patch) | |
tree | 9057944a55c9dc5ea0cebae5f29f2a0d72b91c49 /net-misc/dhcpv6 | |
parent | static support #29202 (diff) | |
download | historical-300f5964c8ef7f556177c61cf916f6989777d4b1.tar.gz historical-300f5964c8ef7f556177c61cf916f6989777d4b1.tar.bz2 historical-300f5964c8ef7f556177c61cf916f6989777d4b1.zip |
old
Diffstat (limited to 'net-misc/dhcpv6')
-rw-r--r-- | net-misc/dhcpv6/dhcpv6-0.7.ebuild | 32 | ||||
-rw-r--r-- | net-misc/dhcpv6/dhcpv6-0.85.ebuild | 33 | ||||
-rw-r--r-- | net-misc/dhcpv6/files/digest-dhcpv6-0.7 | 1 | ||||
-rw-r--r-- | net-misc/dhcpv6/files/digest-dhcpv6-0.85 | 1 |
4 files changed, 0 insertions, 67 deletions
diff --git a/net-misc/dhcpv6/dhcpv6-0.7.ebuild b/net-misc/dhcpv6/dhcpv6-0.7.ebuild deleted file mode 100644 index d03e7a563851..000000000000 --- a/net-misc/dhcpv6/dhcpv6-0.7.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.7.ebuild,v 1.4 2003/07/13 14:31:36 aliz Exp $ - -DESCRIPTION="Server and client for DHCPv6" - -MY_P=${P/dhcpv6/dhcp6} -HOMEPAGE="http://www.sourceforge.net/projects/dhcp6/" -SRC_URI="mirror://sourceforge/dhcpv6/${MY_P}.tgz" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="x86" -IUSE="" -DEPEND="" -S=${WORKDIR}/${MY_P} - -src_install() { - einstall || die - dodoc 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}/" -} diff --git a/net-misc/dhcpv6/dhcpv6-0.85.ebuild b/net-misc/dhcpv6/dhcpv6-0.85.ebuild deleted file mode 100644 index 7a6a1bedcdd4..000000000000 --- a/net-misc/dhcpv6/dhcpv6-0.85.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpv6/dhcpv6-0.85.ebuild,v 1.2 2003/09/05 22:01:48 msterret Exp $ - -DESCRIPTION="Server and client for DHCPv6" - -MY_P=${P/dhcpv6/dhcp6} -HOMEPAGE="http://www.sourceforge.net/projects/dhcp6/" -SRC_URI="mirror://sourceforge/dhcpv6/${MY_P}.tgz" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="~x86" -IUSE="" -DEPEND="" -S=${WORKDIR}/${MY_P} - -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}/" -} diff --git a/net-misc/dhcpv6/files/digest-dhcpv6-0.7 b/net-misc/dhcpv6/files/digest-dhcpv6-0.7 deleted file mode 100644 index fc4d7330579a..000000000000 --- a/net-misc/dhcpv6/files/digest-dhcpv6-0.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 351096ee3f7c6cf5545bc7d41864d994 dhcp6-0.7.tgz 211701 diff --git a/net-misc/dhcpv6/files/digest-dhcpv6-0.85 b/net-misc/dhcpv6/files/digest-dhcpv6-0.85 deleted file mode 100644 index f82d82bab93d..000000000000 --- a/net-misc/dhcpv6/files/digest-dhcpv6-0.85 +++ /dev/null @@ -1 +0,0 @@ -MD5 ade11341e841c2a33ad05629d2f48b9c dhcp6-0.85.tgz 218102 |