diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-15 14:18:08 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-15 14:18:08 +0000 |
commit | d2992511693448a79daca09fbde7cea1098e4b4d (patch) | |
tree | aec60ed65972fc89be141544cc617e758b28aa34 /kde-misc/eventlist | |
parent | Move kde-misc/colibri from SLOT 0 to 4. (diff) | |
download | gentoo-2-d2992511693448a79daca09fbde7cea1098e4b4d.tar.gz gentoo-2-d2992511693448a79daca09fbde7cea1098e4b4d.tar.bz2 gentoo-2-d2992511693448a79daca09fbde7cea1098e4b4d.zip |
Move from SLOT 0 to 4. Remove old.
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc/eventlist')
-rw-r--r-- | kde-misc/eventlist/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/eventlist/eventlist-0.5.96.ebuild | 27 | ||||
-rw-r--r-- | kde-misc/eventlist/eventlist-0.6.ebuild | 4 |
3 files changed, 7 insertions, 31 deletions
diff --git a/kde-misc/eventlist/ChangeLog b/kde-misc/eventlist/ChangeLog index c205f976cffb..41df5ba1fc86 100644 --- a/kde-misc/eventlist/ChangeLog +++ b/kde-misc/eventlist/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/eventlist # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/ChangeLog,v 1.5 2012/05/20 20:03:14 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/ChangeLog,v 1.6 2012/07/15 14:18:08 johu Exp $ + + 15 Jul 2012; Johannes Huber <johu@gentoo.org> -eventlist-0.5.96.ebuild, + eventlist-0.6.ebuild: + Move from SLOT 0 to 4. Remove old. *eventlist-0.6 (20 May 2012) @@ -29,4 +33,3 @@ +eventlist-0.4.95.ebuild, +metadata.xml: New package, bug 377567; thanks to krytzz for the initial ebuild in the kde overlay - diff --git a/kde-misc/eventlist/eventlist-0.5.96.ebuild b/kde-misc/eventlist/eventlist-0.5.96.ebuild deleted file mode 100644 index adea6c149ea8..000000000000 --- a/kde-misc/eventlist/eventlist-0.5.96.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/eventlist-0.5.96.ebuild,v 1.1 2012/04/23 12:02:44 johu Exp $ - -EAPI=4 - -MY_P="plasmoid-${P}" -KDE_LINGUAS="cs da de el es et fr ga it km nds nl pl pt pt_BR ru sk sv uk" -inherit kde4-base - -DESCRIPTION="Plasmoid showing the events from Akonadi resources" -HOMEPAGE="http://kde-look.org/content/show.php/Eventlist?content=107779" -SRC_URI="http://kde-look.org/CONTENT/content-files/107779-${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -RDEPEND=" - $(add_kdebase_dep kdepimlibs) - || ( ( $(add_kdebase_dep akonadi) ) - ( $(add_kdebase_dep kdepim-common-libs) ) ) -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} diff --git a/kde-misc/eventlist/eventlist-0.6.ebuild b/kde-misc/eventlist/eventlist-0.6.ebuild index cdb724701895..9704eaffddac 100644 --- a/kde-misc/eventlist/eventlist-0.6.ebuild +++ b/kde-misc/eventlist/eventlist-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/eventlist-0.6.ebuild,v 1.1 2012/05/20 20:03:14 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/eventlist/eventlist-0.6.ebuild,v 1.2 2012/07/15 14:18:08 johu Exp $ EAPI=4 @@ -13,7 +13,7 @@ HOMEPAGE="http://kde-look.org/content/show.php/Eventlist?content=107779" SRC_URI="http://kde-look.org/CONTENT/content-files/107779-${MY_P}.tar.bz2" LICENSE="GPL-2" -SLOT="0" +SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" |