diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 11:07:01 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 11:07:01 +0000 |
commit | eb5c62333ee10c68754ef52d3ab8b0f265b1c7fd (patch) | |
tree | 378971be35ba55e5579c5f4e1e5818513fdb9ee7 /kde-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-eb5c62333ee10c68754ef52d3ab8b0f265b1c7fd.tar.gz gentoo-2-eb5c62333ee10c68754ef52d3ab8b0f265b1c7fd.tar.bz2 gentoo-2-eb5c62333ee10c68754ef52d3ab8b0f265b1c7fd.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/customizable-weather/ChangeLog | 6 | ||||
-rw-r--r-- | kde-misc/customizable-weather/customizable-weather-1.11.1.ebuild | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog index dbd72bae73cb..611273a38a86 100644 --- a/kde-misc/customizable-weather/ChangeLog +++ b/kde-misc/customizable-weather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-misc/customizable-weather # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.74 2015/01/26 10:02:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/customizable-weather/ChangeLog,v 1.75 2015/01/26 11:07:01 mrueg Exp $ + + 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> + -customizable-weather-1.11.1.ebuild: + Remove old. 26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> customizable-weather-1.12.0.ebuild: diff --git a/kde-misc/customizable-weather/customizable-weather-1.11.1.ebuild b/kde-misc/customizable-weather/customizable-weather-1.11.1.ebuild deleted file mode 100644 index ac3512709d2e..000000000000 --- a/kde-misc/customizable-weather/customizable-weather-1.11.1.ebuild +++ /dev/null @@ -1,26 +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/customizable-weather/customizable-weather-1.11.1.ebuild,v 1.3 2014/10/30 10:05:21 ago Exp $ - -EAPI=5 - -KDE_LINGUAS="br de el es fr hu it nb nl pl ro ru sr sr@Latn tr zh_CN" -inherit kde4-base - -MY_P="cwp-${PV}" - -DESCRIPTION="KDE4 weather plasmoid. It aims to be highly customizable, but is a little harder to setup" -HOMEPAGE="http://www.kde-look.org/content/show.php/Customizable+Weather+Plasmoid?content=98925" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/98925-${MY_P}.tar.bz2" - -LICENSE="GPL-3" -KEYWORDS="amd64 x86" -SLOT="4" -IUSE="debug" - -RDEPEND=" - $(add_kdebase_dep plasma-workspace) -" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} |