diff options
author | Johannes Huber <johu@gentoo.org> | 2014-05-05 22:50:24 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-05-05 22:50:24 +0000 |
commit | 1bb8700b512308b373eed4061f0e31d8c3a0343c (patch) | |
tree | be71109beab7b35502c4f0dbd7064d2d0e3bbd7e /kde-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-1bb8700b512308b373eed4061f0e31d8c3a0343c.tar.gz gentoo-2-1bb8700b512308b373eed4061f0e31d8c3a0343c.tar.bz2 gentoo-2-1bb8700b512308b373eed4061f0e31d8c3a0343c.zip |
amd64/x86 stable, remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/quickaccess/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | kde-misc/quickaccess/quickaccess-0.8.2.ebuild | 26 |
3 files changed, 7 insertions, 29 deletions
diff --git a/kde-misc/quickaccess/ChangeLog b/kde-misc/quickaccess/ChangeLog index ba1ae4856848..f7816622b081 100644 --- a/kde-misc/quickaccess/ChangeLog +++ b/kde-misc/quickaccess/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/quickaccess # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/ChangeLog,v 1.11 2014/03/21 19:02:28 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/ChangeLog,v 1.12 2014/05/05 22:50:24 johu Exp $ + + 05 May 2014; Johannes Huber <johu@gentoo.org> -quickaccess-0.8.2.ebuild, + quickaccess-0.8.2-r1.ebuild: + amd64/x86 stable, remove old. *quickaccess-0.8.2-r1 (21 Mar 2014) diff --git a/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild b/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild index 659953714ba1..5ba731dbda28 100644 --- a/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild +++ b/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild,v 1.1 2014/03/21 19:02:28 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.2-r1.ebuild,v 1.2 2014/05/05 22:50:24 johu Exp $ EAPI=5 @@ -15,7 +15,7 @@ HOMEPAGE="http://kde-look.org/content/show.php?content=134442" SRC_URI="http://kde-look.org/CONTENT/content-files/134442-${MY_P}.zip" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="4" IUSE="debug" diff --git a/kde-misc/quickaccess/quickaccess-0.8.2.ebuild b/kde-misc/quickaccess/quickaccess-0.8.2.ebuild deleted file mode 100644 index fab6b906dac8..000000000000 --- a/kde-misc/quickaccess/quickaccess-0.8.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/quickaccess/quickaccess-0.8.2.ebuild,v 1.3 2013/06/11 15:52:38 ago Exp $ - -EAPI=4 - -KDE_LINGUAS="de es fr gl nl pt_BR sv tr zh_CN" -inherit kde4-base - -MY_PN="plasma-widget-${PN}" -MY_P="${MY_PN}-${PV}-2" - -DESCRIPTION="KDE4 plasmoid. Designed for the panel, provides quick access to the most used folders" -HOMEPAGE="http://kde-look.org/content/show.php?content=134442" -SRC_URI="http://kde-look.org/CONTENT/content-files/134442-${MY_P}.zip" - -LICENSE="GPL-3" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="debug" - -RDEPEND=" - $(add_kdebase_dep plasma-workspace) -" - -S="${WORKDIR}/${MY_P}" |