summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-07-07 17:51:41 +0000
committerMichał Górny <mgorny@gentoo.org>2010-07-07 17:51:41 +0000
commita48428961cba18b6760dd34b605b19fe7e6628c3 (patch)
tree6229b58b2342141a1e80ff55d62dcdbef061cd1a /net-misc/ahcpd/ahcpd-0.5.ebuild
parentMask net-libs/raknet: distfile no longer exists and bump is non-trivial to pe... (diff)
downloadsunrise-a48428961cba18b6760dd34b605b19fe7e6628c3.tar.gz
sunrise-a48428961cba18b6760dd34b605b19fe7e6628c3.tar.bz2
sunrise-a48428961cba18b6760dd34b605b19fe7e6628c3.zip
net-misc/ahcpd: Version bump, cleanup. Pass CC.
svn path=/sunrise/; revision=10943
Diffstat (limited to 'net-misc/ahcpd/ahcpd-0.5.ebuild')
-rw-r--r--net-misc/ahcpd/ahcpd-0.5.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-misc/ahcpd/ahcpd-0.5.ebuild b/net-misc/ahcpd/ahcpd-0.5.ebuild
deleted file mode 100644
index c46a6c7de..000000000
--- a/net-misc/ahcpd/ahcpd-0.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="the Ad-Hoc Configuration Protocol"
-HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/ahcp/"
-SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_compile() {
- emake PREFIX=/usr "CDEBUGFLAGS=${CFLAGS}" all || die "build failed"
-}
-
-src_install(){
- emake install PREFIX=/usr "TARGET=${D}" || die "install failed"
- dodoc CHANGES README || die
-}