summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-05-14 18:39:14 +0000
committerPacho Ramos <pacho@gentoo.org>2012-05-14 18:39:14 +0000
commitb6fcc2af1cbfef94f3aeb4fc96a8207c8763c035 (patch)
treea05b3136a00ea2be73c2ff1c9cfac82abd03ce75 /net-misc/dibbler/dibbler-0.6.1.ebuild
parentDrop maintainer as he will not take care of this stuff in the near future as ... (diff)
downloadhistorical-b6fcc2af1cbfef94f3aeb4fc96a8207c8763c035.tar.gz
historical-b6fcc2af1cbfef94f3aeb4fc96a8207c8763c035.tar.bz2
historical-b6fcc2af1cbfef94f3aeb4fc96a8207c8763c035.zip
Drop maintainer as he will not take care of this stuff in the near future as talked with him via mail. Drop old.
Package-Manager: portage-2.1.10.59/cvs/Linux x86_64
Diffstat (limited to 'net-misc/dibbler/dibbler-0.6.1.ebuild')
-rw-r--r--net-misc/dibbler/dibbler-0.6.1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/net-misc/dibbler/dibbler-0.6.1.ebuild b/net-misc/dibbler/dibbler-0.6.1.ebuild
deleted file mode 100644
index 6daa9aeddfe2..000000000000
--- a/net-misc/dibbler/dibbler-0.6.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dibbler/dibbler-0.6.1.ebuild,v 1.3 2009/01/14 05:04:33 vapier Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Portable DHCPv6 implementation (server, client and relay)"
-HOMEPAGE="http://klub.com.pl/dhcpv6/"
-SRC_URI="http://klub.com.pl/dhcpv6/dibbler/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~x86"
-IUSE="doc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^COPTS/s:$: $(CPPFLAGS):' \
- Makefile.inc || die
- append-cppflags -D_GNU_SOURCE #240916
-}
-
-src_compile() {
- emake -j1 || die "Compilation failed"
-}
-
-src_install() {
- dosbin dibbler-{client,relay,server} || die
- doman doc/man/dibbler-{client,relay,server}.8
- dodoc CHANGELOG RELNOTES
-
- insinto /etc/dibbler
- doins *.conf
- dodir /var/lib/dibbler
-
- doinitd "${FILESDIR}"/dibbler-{client,relay,server}
-
- use doc && dodoc doc/dibbler-{devel,user}.pdf
-}
-
-pkg_postinst() {
- einfo "Make sure that you modify client.conf, server.conf and/or relay.conf"
- einfo "to suit your needs. They are stored in /etc/dibbler."
-}