summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-04-18 04:16:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-04-18 04:16:56 +0000
commitbed7b32b1d38c5bbc84d27620ab1995527c4a960 (patch)
tree08a855b7dc7ac0e8639bb91c233b09dd0da6c301 /net-libs
parentVersion bump. (diff)
downloadgentoo-2-bed7b32b1d38c5bbc84d27620ab1995527c4a960.tar.gz
gentoo-2-bed7b32b1d38c5bbc84d27620ab1995527c4a960.tar.bz2
gentoo-2-bed7b32b1d38c5bbc84d27620ab1995527c4a960.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/dhcpcd-dbus/ChangeLog8
-rw-r--r--net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.0.ebuild22
2 files changed, 6 insertions, 24 deletions
diff --git a/net-libs/dhcpcd-dbus/ChangeLog b/net-libs/dhcpcd-dbus/ChangeLog
index 961f34f98ffb..9eafbd24b440 100644
--- a/net-libs/dhcpcd-dbus/ChangeLog
+++ b/net-libs/dhcpcd-dbus/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/dhcpcd-dbus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dhcpcd-dbus/ChangeLog,v 1.6 2014/07/14 21:34:21 williamh Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dhcpcd-dbus/ChangeLog,v 1.7 2015/04/18 04:16:56 mr_bones_ Exp $
+
+ 18 Apr 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -dhcpcd-dbus-0.6.0.ebuild:
+ old
*dhcpcd-dbus-0.6.1 (14 Jul 2014)
diff --git a/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.0.ebuild b/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.0.ebuild
deleted file mode 100644
index 6bc704c0864d..000000000000
--- a/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.6.0.ebuild,v 1.3 2012/05/28 00:13:18 mr_bones_ Exp $
-
-EAPI=4
-
-DESCRIPTION="DBus bindings for dhcpcd"
-HOMEPAGE="http://roy.marples.name/projects/dhcpcd-dbus/"
-SRC_URI="http://roy.marples.name/downloads/dhcpcd/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="sys-apps/dbus"
-RDEPEND="${DEPEND}
- >=net-misc/dhcpcd-5.0"
-
-src_configure() {
- econf --localstatedir=/var
-}