public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme/
Date: Sat,  6 Oct 2018 20:25:01 +0000 (UTC)	[thread overview]
Message-ID: <1538857349.cab6e172a9c334d3b1931e44081fbf74a9cbaabe.leio@gentoo> (raw)

commit:     cab6e172a9c334d3b1931e44081fbf74a9cbaabe
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 20:17:01 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 20:22:29 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab6e172

x11-themes/mate-icon-theme: remove old

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 x11-themes/mate-icon-theme/Manifest                |  3 ---
 .../mate-icon-theme/mate-icon-theme-1.12.0.ebuild  | 28 --------------------
 .../mate-icon-theme/mate-icon-theme-1.14.0.ebuild  | 30 ----------------------
 .../mate-icon-theme/mate-icon-theme-1.16.2.ebuild  | 30 ----------------------
 4 files changed, 91 deletions(-)

diff --git a/x11-themes/mate-icon-theme/Manifest b/x11-themes/mate-icon-theme/Manifest
index 08860c0d1b0..fee363f7080 100644
--- a/x11-themes/mate-icon-theme/Manifest
+++ b/x11-themes/mate-icon-theme/Manifest
@@ -1,4 +1 @@
-DIST mate-icon-theme-1.12.0.tar.xz 19330108 BLAKE2B 55c4aa0d228ce3e6d8d128959556f862f99b2a39dcacf7182b2376a8cda1a30cd5c04c122295e83137d3bc99728f40de623c37643ced931faf61c517016e76cd SHA512 b108a677ead07eec8811c4e97d478c1d0ee319a684e48076cffca893120537564748e9ecba02b44feabf3e255610e2d596c1490fdb2fc9fed5b04f1908c5726f
-DIST mate-icon-theme-1.14.0.tar.xz 19054508 BLAKE2B b9596a60e950b1429426cb7efbb472c0a53a333c6dbd1f281704441a6e8f3d2ee2b121994fa361c344280b13dd52616451c31e4ccfff9cc365851d710efaa6db SHA512 e75c1d6ad0781050a359fe1b54f836e9bc4e099f465a5bc4dc3e235432558304561c047f7f1e4d1764522073f04aa65ca9ae4dbde44627de8b3a9de1e7178490
-DIST mate-icon-theme-1.16.2.tar.xz 20071516 BLAKE2B b7f47ab4d35a1d24fbcb790f868f18f54fac6c68c1b4227a49dca5e82dc4aed41574d085cbc7921882cb7d617249d59c8f2e21930d77f8f2134882c7a950ed87 SHA512 cb863e4230eeca069e961fd363a72554ef79a53fb051b8a7d962851f5e594b3ef7f1416aa2da91561345787dabfd1a1eab899bc0b29ff15c02a08f22f4631e51
 DIST mate-icon-theme-1.18.2.tar.xz 20071792 BLAKE2B b9e14479b2fbf34a8c1ca9cd889099fc547924c3b9ebdf3035a730f946d9462ee8d44774fef2d66a7d1395051b85b9aac84d17be344c876c9767c601e97073fa SHA512 6e6d60b7eeba474d4d9d4d069f9fa4f8098cf54aa8367c02b05c5ec556ccd5310d791183ec961e9227867b37ec7e27b8ac8aadfee1f1446b34cee1985b4ef1fb

diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.12.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.12.0.ebuild
deleted file mode 100644
index b1c3ff2ba32..00000000000
--- a/x11-themes/mate-icon-theme/mate-icon-theme-1.12.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="MATE default icon themes"
-LICENSE="GPL-2"
-SLOT="0"
-
-RDEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-
-DEPEND="${RDEPEND}
-	>=dev-util/intltool-0.40:*
-	>=x11-misc/icon-naming-utils-0.8.7:0
-	sys-devel/gettext:*
-	virtual/pkgconfig:*"
-
-RESTRICT="binchecks strip"
-
-src_configure() {
-	mate_src_configure --enable-icon-mapping
-}

diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.14.0.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.14.0.ebuild
deleted file mode 100644
index eff34f68d1c..00000000000
--- a/x11-themes/mate-icon-theme/mate-icon-theme-1.14.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE default icon themes"
-LICENSE="GPL-2"
-SLOT="0"
-
-COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40:*
-	>=x11-misc/icon-naming-utils-0.8.7:0
-	sys-devel/gettext:*
-	virtual/pkgconfig:*"
-
-RESTRICT="binchecks strip"
-
-src_configure() {
-	mate_src_configure --enable-icon-mapping
-}

diff --git a/x11-themes/mate-icon-theme/mate-icon-theme-1.16.2.ebuild b/x11-themes/mate-icon-theme/mate-icon-theme-1.16.2.ebuild
deleted file mode 100644
index 1e10653efdf..00000000000
--- a/x11-themes/mate-icon-theme/mate-icon-theme-1.16.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit mate
-
-if [[ ${PV} != 9999 ]]; then
-	KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="MATE default icon themes"
-LICENSE="GPL-2"
-SLOT="0"
-
-COMMON_DEPEND=">=x11-themes/hicolor-icon-theme-0.10"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-	>=dev-util/intltool-0.40:*
-	>=x11-misc/icon-naming-utils-0.8.7:0
-	sys-devel/gettext:*
-	virtual/pkgconfig:*"
-
-RESTRICT="binchecks strip"
-
-src_configure() {
-	mate_src_configure --enable-icon-mapping
-}


             reply	other threads:[~2018-10-06 20:25 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-06 20:25 Mart Raudsepp [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 17:50 [gentoo-commits] repo/gentoo:master commit in: x11-themes/mate-icon-theme/ Andreas Sturmlechner
2024-04-09 17:28 Arthur Zamarin
2024-04-09 17:28 Arthur Zamarin
2024-01-19 10:53 Sam James
2023-12-21 11:55 Sam James
2022-12-21 10:00 Andreas Sturmlechner
2022-07-27  5:22 Sam James
2022-05-14  3:00 Sam James
2021-06-30 22:43 Adam Feldman
2020-09-02  6:02 Adam Feldman
2019-05-12 21:04 Göktürk Yüksek
2019-04-14 21:25 Mikle Kolyada
2019-04-14 16:24 Mikle Kolyada
2019-04-14 15:27 Mikle Kolyada
2018-09-09 23:53 Thomas Deutschmann
2018-01-14 17:18 Ettore Di Giacinto
2017-12-21 21:16 Patrice Clement
2017-09-27  3:23 NP Hardass
2016-08-06  2:12 NP Hardass

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=1538857349.cab6e172a9c334d3b1931e44081fbf74a9cbaabe.leio@gentoo \
    --to=leio@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