diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-23 16:48:59 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-05-23 16:48:59 +0000 |
commit | b1b5693ce310d440fc0358d26aea89dbd3c3f46e (patch) | |
tree | 058ce6819e0d1c1075d6c6bbb3da09f60dd4edbe /x11-misc/kapow | |
parent | Adding bug number to bug fix made by angelos bug 253106 (diff) | |
download | gentoo-2-b1b5693ce310d440fc0358d26aea89dbd3c3f46e.tar.gz gentoo-2-b1b5693ce310d440fc0358d26aea89dbd3c3f46e.tar.bz2 gentoo-2-b1b5693ce310d440fc0358d26aea89dbd3c3f46e.zip |
Version bump, EAPI2->4, drop old. Fixes bug 360297 by trefoil <gentoo@altkai.ml1.net>
(Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/kapow')
-rw-r--r-- | x11-misc/kapow/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/kapow/kapow-1.3.3.ebuild (renamed from x11-misc/kapow/kapow-1.3.2.ebuild) | 7 |
2 files changed, 13 insertions, 5 deletions
diff --git a/x11-misc/kapow/ChangeLog b/x11-misc/kapow/ChangeLog index fa896709c1be..cb0b63b29adb 100644 --- a/x11-misc/kapow/ChangeLog +++ b/x11-misc/kapow/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-misc/kapow -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kapow/ChangeLog,v 1.1 2010/07/02 08:04:19 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kapow/ChangeLog,v 1.2 2011/05/23 16:48:59 xarthisius Exp $ + +*kapow-1.3.3 (23 May 2011) + + 23 May 2011; Kacper Kowalik <xarthisius@gentoo.org> -kapow-1.3.2.ebuild, + +kapow-1.3.3.ebuild: + Version bump, EAPI2->4, drop old. Fixes bug 360297 by trefoil + <gentoo@altkai.ml1.net> *kapow-1.3.2 (02 Jul 2010) diff --git a/x11-misc/kapow/kapow-1.3.2.ebuild b/x11-misc/kapow/kapow-1.3.3.ebuild index 97d2bd2abfff..a6d38533a294 100644 --- a/x11-misc/kapow/kapow-1.3.2.ebuild +++ b/x11-misc/kapow/kapow-1.3.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kapow/kapow-1.3.2.ebuild,v 1.1 2010/07/02 08:04:19 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kapow/kapow-1.3.3.ebuild,v 1.1 2011/05/23 16:48:59 xarthisius Exp $ -EAPI=2 +EAPI=4 inherit qt4-r2 DESCRIPTION="A punch clock program designed to easily keep track of your hours" @@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="x11-libs/qt-gui:4" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ |