diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-12-12 02:27:39 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-12-12 02:27:39 +0000 |
commit | a439ea5084c5a315987c00027a1ae7a3c1518eb3 (patch) | |
tree | 273104d9b5da6ad6e8ccedc00e18a696bd66dde3 /net-misc/dhcpcd-ui | |
parent | Linux patch 2.6.32.27. Removal of redundant patches (diff) | |
download | gentoo-2-a439ea5084c5a315987c00027a1ae7a3c1518eb3.tar.gz gentoo-2-a439ea5084c5a315987c00027a1ae7a3c1518eb3.tar.bz2 gentoo-2-a439ea5084c5a315987c00027a1ae7a3c1518eb3.zip |
Version bump with improvements for bug 343127 by Roman v. Gemmeren
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dhcpcd-ui')
-rw-r--r-- | net-misc/dhcpcd-ui/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild (renamed from net-misc/dhcpcd-ui/dhcpcd-ui-0.5.0.ebuild) | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-misc/dhcpcd-ui/ChangeLog b/net-misc/dhcpcd-ui/ChangeLog index 0e2f8f207c4b..e13c95e89bf0 100644 --- a/net-misc/dhcpcd-ui/ChangeLog +++ b/net-misc/dhcpcd-ui/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/dhcpcd-ui # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.2 2010/06/12 21:36:17 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/ChangeLog,v 1.3 2010/12/12 02:27:39 darkside Exp $ + +*dhcpcd-ui-0.5.1 (12 Dec 2010) + + 12 Dec 2010; Jeremy Olexa <darkside@gentoo.org> -dhcpcd-ui-0.5.0.ebuild, + +dhcpcd-ui-0.5.1.ebuild: + Version bump with improvements for bug 343127 by Roman v. Gemmeren *dhcpcd-ui-0.5.0 (12 Jun 2010) diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.0.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild index 0e86a1a48149..0a3726cd10a3 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.0.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.0.ebuild,v 1.1 2010/06/12 21:35:25 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd-ui/dhcpcd-ui-0.5.1.ebuild,v 1.1 2010/12/12 02:27:39 darkside Exp $ EAPI=3 @@ -11,14 +11,11 @@ SRC_URI="http://roy.marples.name/downloads/dhcpcd/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" -IUSE="gtk" +IUSE="" DEPEND="net-libs/dhcpcd-dbus - gtk? ( >x11-libs/gtk+-2 )" - -src_configure() { - econf $(use_with gtk) -} + >=x11-libs/libnotify-0.4.4 + x11-libs/gtk+:2" src_install() { emake DESTDIR="${D}" install || die |