diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 02:56:06 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-01-31 02:56:06 +0000 |
commit | bb66d7436d013a5f52fb1f51863f6269c7f8556c (patch) | |
tree | 8d8f45569e4ae622e9621c76a8d30ebfa52b1221 /kde-misc/bkodama | |
parent | Die sooner (and explain why) when no compression USE flag is set (bug #352861... (diff) | |
download | gentoo-2-bb66d7436d013a5f52fb1f51863f6269c7f8556c.tar.gz gentoo-2-bb66d7436d013a5f52fb1f51863f6269c7f8556c.tar.bz2 gentoo-2-bb66d7436d013a5f52fb1f51863f6269c7f8556c.zip |
EAPI3, slotmove to 4, remove old
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/bkodama')
-rw-r--r-- | kde-misc/bkodama/ChangeLog | 8 | ||||
-rw-r--r-- | kde-misc/bkodama/bkodama-0.2.1.ebuild | 23 | ||||
-rw-r--r-- | kde-misc/bkodama/bkodama-0.3.1.ebuild | 14 |
3 files changed, 12 insertions, 33 deletions
diff --git a/kde-misc/bkodama/ChangeLog b/kde-misc/bkodama/ChangeLog index 68085feb3601..98f707e8ea61 100644 --- a/kde-misc/bkodama/ChangeLog +++ b/kde-misc/bkodama/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/bkodama -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/bkodama/ChangeLog,v 1.2 2010/12/14 22:55:40 dilfridge Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/bkodama/ChangeLog,v 1.3 2011/01/31 02:56:06 tampakrap Exp $ + + 31 Jan 2011; Theo Chatzimichos <tampakrap@gentoo.org> -bkodama-0.2.1.ebuild, + bkodama-0.3.1.ebuild: + EAPI3, slotmove to 4, remove old *bkodama-0.3.1 (14 Dec 2010) diff --git a/kde-misc/bkodama/bkodama-0.2.1.ebuild b/kde-misc/bkodama/bkodama-0.2.1.ebuild deleted file mode 100644 index 5ff88973d7b6..000000000000 --- a/kde-misc/bkodama/bkodama-0.2.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/bkodama/bkodama-0.2.1.ebuild,v 1.1 2010/09/26 12:00:29 dilfridge Exp $ - -EAPI="2" - -inherit kde4-base - -DESCRIPTION="A friendly, yet very simple-minded Kodama (Japanese ghost) wandering on your desktop" -HOMEPAGE="http://kde-look.org/content/show.php/bkodama?content=106528" -SRC_URI="http://kde-look.org/CONTENT/content-files/106528-${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - media-sound/phonon -" -RDEPEND="${DEPEND} - >=kde-base/plasma-workspace-${KDE_MINIMAL} -" diff --git a/kde-misc/bkodama/bkodama-0.3.1.ebuild b/kde-misc/bkodama/bkodama-0.3.1.ebuild index e3a0607543b9..c8c53163b9ce 100644 --- a/kde-misc/bkodama/bkodama-0.3.1.ebuild +++ b/kde-misc/bkodama/bkodama-0.3.1.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/kde-misc/bkodama/bkodama-0.3.1.ebuild,v 1.1 2010/12/14 22:55:40 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/bkodama/bkodama-0.3.1.ebuild,v 1.2 2011/01/31 02:56:06 tampakrap Exp $ -EAPI="2" +EAPI=3 inherit kde4-base @@ -11,13 +11,11 @@ HOMEPAGE="http://kde-look.org/content/show.php/bkodama?content=106528" SRC_URI="http://kde-look.org/CONTENT/content-files/106528-${P}.tar.bz2" LICENSE="GPL-3" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" -DEPEND=" - media-sound/phonon -" RDEPEND="${DEPEND} - >=kde-base/plasma-workspace-${KDE_MINIMAL} + $(add_kdebase_dep plasma-workspace) " +DEPEND="${RDEPEND}" |