public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/hicolor-icon-theme/
Date: Sat, 17 Mar 2018 00:22:07 +0000 (UTC)	[thread overview]
Message-ID: <1521246118.d5b5f12f4ca6e3cb8d321f9e8ddd9f268042a657.kensington@gentoo> (raw)

commit:     d5b5f12f4ca6e3cb8d321f9e8ddd9f268042a657
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 00:20:33 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 00:21:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b5f12f

x11-themes/hicolor-icon-theme: remove 0.15 and 0.16

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 x11-themes/hicolor-icon-theme/Manifest             |  2 --
 .../hicolor-icon-theme-0.15.ebuild                 | 23 ----------------------
 .../hicolor-icon-theme-0.16.ebuild                 | 23 ----------------------
 3 files changed, 48 deletions(-)

diff --git a/x11-themes/hicolor-icon-theme/Manifest b/x11-themes/hicolor-icon-theme/Manifest
index eb410c77972..e51465d865d 100644
--- a/x11-themes/hicolor-icon-theme/Manifest
+++ b/x11-themes/hicolor-icon-theme/Manifest
@@ -1,3 +1 @@
-DIST hicolor-icon-theme-0.15.tar.xz 51056 BLAKE2B a72894ac3094bbacc807b8bd67e18620b35ff7cc6536d7a782fe0c490e9ca1b34d0f79fc99828461bccd0993c1dabed32b39c95d203968350b94ae399ae5bcba SHA512 4ae3cb1d2d1dfc219424d41ffd72323a44e5320117e5e88f81c1629964dd42ab2055c999d0c846f9d8834e7b922b5cec36481e8c82fede6a4e73faf3ac09bd20
-DIST hicolor-icon-theme-0.16.tar.xz 52976 BLAKE2B 61cff7a6c907284618b3a1d5e204adb1c16f8130b8e63fad86dbec7a9d38183a6be33bb519e7b2ee5be6decfe7e14ff15f883c4b6b6dad5e038827dce239a8cf SHA512 db883032c3c0375575e20127f100cda3fbd4ab7c90952bd555ce99318a5c233695bf8799ac08ef2617efeac3fcdee227e2ecdd3d8361db8240d68f088446877f
 DIST hicolor-icon-theme-0.17.tar.xz 53016 BLAKE2B c20c6e23eae799468d9f4aac038d823611cabdbcc8237d9fdb4f3d7ee5c8031223b0e9e0cf7c2b3fdf975291489223445775f340024cb6d4bdbdd29a4cf5548e SHA512 eca8655930aa7e234f42630041c0053fde067b970fad1f81c55fcd4c5046c03edfdf2ede72a3e78fba2908e7da53e9463d3c5ae12ab9f5ef261e29a49f9c7a8d

diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild
deleted file mode 100644
index 70208b72125..00000000000
--- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.15.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit gnome2-utils
-
-DESCRIPTION="Fallback theme for the freedesktop icon theme specification"
-HOMEPAGE="https://freedesktop.org/wiki/Software/icon-theme"
-SRC_URI="https://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 ~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; }

diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.16.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.16.ebuild
deleted file mode 100644
index cd94aeb6176..00000000000
--- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.16.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2-utils
-
-DESCRIPTION="Fallback theme for the freedesktop icon theme specification"
-HOMEPAGE="https://freedesktop.org/wiki/Software/icon-theme"
-SRC_URI="https://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 ~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; }


             reply	other threads:[~2018-03-17  0:22 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-17  0:22 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-17  7:56 [gentoo-commits] repo/gentoo:master commit in: x11-themes/hicolor-icon-theme/ WANG Xuerui
2021-05-19  9:23 Yixun Lan
2021-04-05 22:19 Sam James
2021-01-06 12:07 Fabian Groffen
2020-12-09 15:35 Mike Gilbert
2018-12-12 13:08 Mikle Kolyada
2018-03-29 19:03 Sergei Trofimovich
2018-03-15 13:45 Mikle Kolyada
2018-01-29 15:51 Tobias Klausmann
2017-12-24 13:38 Sergei Trofimovich
2017-12-24 11:11 Sergei Trofimovich
2017-12-21 11:05 Sergei Trofimovich
2017-12-19 12:08 Jason Zaman
2017-09-06  8:24 Lars Wendler
2017-08-22 14:22 Lars Wendler
2015-12-24  1:26 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1521246118.d5b5f12f4ca6e3cb8d321f9e8ddd9f268042a657.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox