diff options
author | 2010-01-15 15:03:46 +0000 | |
---|---|---|
committer | 2010-01-15 15:03:46 +0000 | |
commit | 8a482589884d490bcd1f2857d44f4b44504f9754 (patch) | |
tree | a8184243a87de90e7ad11721f23ac781d579d7ae /net-misc/wicd | |
parent | die on dobin (diff) | |
download | gentoo-2-8a482589884d490bcd1f2857d44f4b44504f9754.tar.gz gentoo-2-8a482589884d490bcd1f2857d44f4b44504f9754.tar.bz2 gentoo-2-8a482589884d490bcd1f2857d44f4b44504f9754.zip |
Version bump, final 1.7.0 release
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/wicd')
-rw-r--r-- | net-misc/wicd/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/wicd/wicd-1.7.0.ebuild (renamed from net-misc/wicd/wicd-1.7.0_beta5.ebuild) | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/wicd/ChangeLog b/net-misc/wicd/ChangeLog index 315deeb77a80..033786833a00 100644 --- a/net-misc/wicd/ChangeLog +++ b/net-misc/wicd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-misc/wicd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.64 2010/01/10 01:54:16 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.65 2010/01/15 15:03:46 darkside Exp $ + +*wicd-1.7.0 (15 Jan 2010) + + 15 Jan 2010; Jeremy Olexa <darkside@gentoo.org> -wicd-1.7.0_beta5.ebuild, + +wicd-1.7.0.ebuild: + Version bump, final 1.7.0 release *wicd-1.7.0_beta5 (10 Jan 2010) diff --git a/net-misc/wicd/wicd-1.7.0_beta5.ebuild b/net-misc/wicd/wicd-1.7.0.ebuild index 5b9d9db110e1..89e7c67b6d83 100644 --- a/net-misc/wicd/wicd-1.7.0_beta5.ebuild +++ b/net-misc/wicd/wicd-1.7.0.ebuild @@ -1,15 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0_beta5.ebuild,v 1.1 2010/01/10 01:54:16 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.7.0.ebuild,v 1.1 2010/01/15 15:03:46 darkside Exp $ EAPI=2 -MY_P=${P/_beta/b} inherit distutils DESCRIPTION="A lightweight wired and wireless network manager for Linux" HOMEPAGE="http://wicd.sourceforge.net/" -SRC_URI="http://downloads.wicd.net/src/testing/1.7.x/${MY_P}.tar.bz2" +SRC_URI="http://downloads.wicd.net/src/stable/1.7.x/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -47,8 +46,6 @@ RDEPEND=" pm-utils? ( >=sys-power/pm-utils-1.1.1 ) " -S="${WORKDIR}/${MY_P}" - src_compile() { local myconf use gtk || myconf="${myconf} --no-install-gtk" |