diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-03 15:51:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-03 15:51:03 +0000 |
commit | 1ac7c0e497ddc4fd351e3a996e3cf01d2ec0de8c (patch) | |
tree | 78b2976db15fd03bc274879bd6c6e638e67628a2 /kde-misc | |
parent | Drop jruby. (diff) | |
download | gentoo-2-1ac7c0e497ddc4fd351e3a996e3cf01d2ec0de8c.tar.gz gentoo-2-1ac7c0e497ddc4fd351e3a996e3cf01d2ec0de8c.tar.bz2 gentoo-2-1ac7c0e497ddc4fd351e3a996e3cf01d2ec0de8c.zip |
Cleanup old.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/redshift-plasmoid/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/redshift-plasmoid/redshift-plasmoid-0.6.2.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/kde-misc/redshift-plasmoid/ChangeLog b/kde-misc/redshift-plasmoid/ChangeLog index fa139e643b04..bef4e8682f90 100644 --- a/kde-misc/redshift-plasmoid/ChangeLog +++ b/kde-misc/redshift-plasmoid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/redshift-plasmoid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/redshift-plasmoid/ChangeLog,v 1.3 2014/08/05 16:31:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/redshift-plasmoid/ChangeLog,v 1.4 2014/11/03 15:51:03 mrueg Exp $ + + 03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> -redshift-plasmoid-0.6.2.ebuild: + Cleanup old. 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> redshift-plasmoid-0.6.2.ebuild, redshift-plasmoid-1.0.ebuild: diff --git a/kde-misc/redshift-plasmoid/redshift-plasmoid-0.6.2.ebuild b/kde-misc/redshift-plasmoid/redshift-plasmoid-0.6.2.ebuild deleted file mode 100644 index 744a62e1ece9..000000000000 --- a/kde-misc/redshift-plasmoid/redshift-plasmoid-0.6.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/redshift-plasmoid/redshift-plasmoid-0.6.2.ebuild,v 1.2 2014/08/05 16:31:43 mrueg Exp $ - -EAPI=5 - -KDE_LINGUAS="de fr it" -inherit kde4-base - -DESCRIPTION="KDE4 plasmoid for redshift" -HOMEPAGE="http://kde-apps.org/content/show.php/Redshift+Plasmoid?content=148737 https://github.com/simgunz/redshift-plasmoid/" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/148737-${P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" -SLOT="4" -IUSE="debug" - -DEPEND="$(add_kdebase_dep plasma-workspace)" -RDEPEND="${DEPEND} - x11-misc/redshift" |