summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-03-22 19:28:54 +0000
committerMichael Palimaka <kensington@gentoo.org>2014-03-22 19:28:54 +0000
commit475d9e0d430e8d9780af575bac8b21ccc83e0ee5 (patch)
tree8d23b88e3821a61bec50a0db47d169e40b00bfc5 /net-libs/dhcpcd-dbus
parentRemove old. (diff)
downloadgentoo-2-475d9e0d430e8d9780af575bac8b21ccc83e0ee5.tar.gz
gentoo-2-475d9e0d430e8d9780af575bac8b21ccc83e0ee5.tar.bz2
gentoo-2-475d9e0d430e8d9780af575bac8b21ccc83e0ee5.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Diffstat (limited to 'net-libs/dhcpcd-dbus')
-rw-r--r--net-libs/dhcpcd-dbus/ChangeLog9
-rw-r--r--net-libs/dhcpcd-dbus/dhcpcd-dbus-0.5.0.ebuild28
2 files changed, 6 insertions, 31 deletions
diff --git a/net-libs/dhcpcd-dbus/ChangeLog b/net-libs/dhcpcd-dbus/ChangeLog
index 7aff9e3c2331..5107ebc5d610 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/dhcpcd-dbus/ChangeLog,v 1.4 2012/08/06 20:10:37 darkside Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/dhcpcd-dbus/ChangeLog,v 1.5 2014/03/22 19:28:54 kensington Exp $
+
+ 22 Mar 2014; Michael Palimaka <kensington@gentoo.org>
+ -dhcpcd-dbus-0.5.0.ebuild:
+ Remove old.
06 Aug 2012; Jeremy Olexa <darkside@gentoo.org> metadata.xml:
Drop maintainership since I no longer use application
@@ -19,4 +23,3 @@
12 Jun 2010; Jeremy Olexa <darkside@gentoo.org> +dhcpcd-dbus-0.5.0.ebuild,
+metadata.xml:
Initial ebuild for dhcpcd-dbus by Roy Marples and myself. bug 321367
-
diff --git a/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.5.0.ebuild b/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.5.0.ebuild
deleted file mode 100644
index fc2c3bcf03a3..000000000000
--- a/net-libs/dhcpcd-dbus/dhcpcd-dbus-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 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.5.0.ebuild,v 1.1 2010/06/12 21:32:34 darkside Exp $
-
-EAPI=3
-
-inherit eutils
-
-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"
-IUSE=""
-
-DEPEND=">=net-misc/dhcpcd-5.0
- sys-apps/dbus"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf --localstatedir=/var
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}