diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 23:00:36 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-05-07 23:00:36 +0000 |
commit | f0bcc66a1128aa69e98e2a40b29c1dc4bb0cbd49 (patch) | |
tree | a3918938da07f32de69eb7a5824ed788d69682c2 /x11-themes | |
parent | Remove old. (diff) | |
download | gentoo-2-f0bcc66a1128aa69e98e2a40b29c1dc4bb0cbd49.tar.gz gentoo-2-f0bcc66a1128aa69e98e2a40b29c1dc4bb0cbd49.tar.bz2 gentoo-2-f0bcc66a1128aa69e98e2a40b29c1dc4bb0cbd49.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.12.ebuild | 25 | ||||
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild | 24 |
3 files changed, 5 insertions, 50 deletions
diff --git a/x11-themes/hicolor-icon-theme/ChangeLog b/x11-themes/hicolor-icon-theme/ChangeLog index dbb610d56dc5..75323bdf80fd 100644 --- a/x11-themes/hicolor-icon-theme/ChangeLog +++ b/x11-themes/hicolor-icon-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/hicolor-icon-theme # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.78 2015/04/28 09:27:48 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/ChangeLog,v 1.79 2015/05/07 23:00:36 mrueg Exp $ + + 07 May 2015; Manuel Rüger <mrueg@gentoo.org> -hicolor-icon-theme-0.12.ebuild, + -hicolor-icon-theme-0.14.ebuild: + Remove old. 28 Apr 2015; Mikle Kolyada <zlogene@gentoo.org> hicolor-icon-theme-0.15.ebuild: diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.12.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.12.ebuild deleted file mode 100644 index 3c9b1ab155ac..000000000000 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.12.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.12.ebuild,v 1.5 2013/02/19 04:52:06 zmedico Exp $ - -inherit gnome2-utils - -DESCRIPTION="Fallback theme for the freedesktop icon theme specification" -HOMEPAGE="http://icon-theme.freedesktop.org/wiki/HicolorTheme" -SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RESTRICT="binchecks strip" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog README -} - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild deleted file mode 100644 index d3a254c70d77..000000000000 --- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.14.ebuild,v 1.3 2015/03/03 12:56:54 dlan Exp $ - -EAPI=5 -inherit gnome2-utils - -DESCRIPTION="Fallback theme for the freedesktop icon theme specification" -HOMEPAGE="http://icon-theme.freedesktop.org/wiki/HicolorTheme" -SRC_URI="http://icon-theme.freedesktop.org/releases/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -RDEPEND="" -DEPEND="app-arch/xz-utils" - -RESTRICT="binchecks strip" - -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } |