diff options
author | Michael Palimaka <kensington@gentoo.org> | 2012-05-13 16:46:43 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2012-05-13 16:46:43 +0000 |
commit | 76db82f071bc2e97dbc5eca5ddcd4199b715bdb9 (patch) | |
tree | 0011b62b7ccf4ccdccc0d3abde6edb5a5e38f1a6 /x11-misc/wmiface | |
parent | keyword ~amd64-fbsd (diff) | |
download | gentoo-2-76db82f071bc2e97dbc5eca5ddcd4199b715bdb9.tar.gz gentoo-2-76db82f071bc2e97dbc5eca5ddcd4199b715bdb9.tar.bz2 gentoo-2-76db82f071bc2e97dbc5eca5ddcd4199b715bdb9.zip |
Update to EAPI4. Update SRC_URI, fixing bug #415613 by df <demmamussabebonk@gmail.com>.
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/wmiface')
-rw-r--r-- | x11-misc/wmiface/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/wmiface/wmiface-2.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-misc/wmiface/ChangeLog b/x11-misc/wmiface/ChangeLog index 10ab742ca6fe..105b221356f9 100644 --- a/x11-misc/wmiface/ChangeLog +++ b/x11-misc/wmiface/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/wmiface -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.1 2011/01/28 20:08:31 dilfridge Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/ChangeLog,v 1.2 2012/05/13 16:46:43 kensington Exp $ + + 13 May 2012; Michael Palimaka <kensington@gentoo.org> wmiface-2.1.ebuild: + Update to EAPI4. Update SRC_URI, fixing bug #415613 by df + <demmamussabebonk@gmail.com>. *wmiface-2.1 (28 Jan 2011) diff --git a/x11-misc/wmiface/wmiface-2.1.ebuild b/x11-misc/wmiface/wmiface-2.1.ebuild index 98f3649e6bdb..3f780a445df3 100644 --- a/x11-misc/wmiface/wmiface-2.1.ebuild +++ b/x11-misc/wmiface/wmiface-2.1.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.1 2011/01/28 20:08:31 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmiface/wmiface-2.1.ebuild,v 1.2 2012/05/13 16:46:43 kensington Exp $ -EAPI=3 +EAPI=4 inherit cmake-utils DESCRIPTION="Command line tool allowing user scripting of the running window manager" HOMEPAGE="http://kde-apps.org/content/show.php/WMIface?content=40425" -SRC_URI="http://ktown.kde.org/~seli/${PN}/${P}.tar.gz" +SRC_URI="http://home.kde.org/~seli/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |