public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-02-17 15:06 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-02-17 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     8790b7fcbf8f8e37a1e35dac226f9bf921a1b1c8
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Feb 15 18:40:24 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Feb 17 15:06:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8790b7fc

kde-base/legacy-icons: New package

Package-Manager: portage-2.2.27

 kde-base/legacy-icons/Manifest                    |  1 +
 kde-base/legacy-icons/legacy-icons-4.11.22.ebuild | 39 +++++++++++++++++++++++
 kde-base/legacy-icons/metadata.xml                |  8 +++++
 3 files changed, 48 insertions(+)

diff --git a/kde-base/legacy-icons/Manifest b/kde-base/legacy-icons/Manifest
new file mode 100644
index 0000000..db5163f
--- /dev/null
+++ b/kde-base/legacy-icons/Manifest
@@ -0,0 +1 @@
+DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
new file mode 100644
index 0000000..947f30a
--- /dev/null
+++ b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit kde4-base
+
+DESCRIPTION="KDE legacy icons"
+SRC_URI="mirror://kde/stable/applications/15.08.0/src/kde-workspace-4.11.22.tar.xz"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	!<kde-base/systemsettings-4.11.22-r1:4
+	!>=kde-frameworks/oxygen-icons-5.19.0:5
+"
+
+S="${WORKDIR}"
+
+src_prepare() {
+
+	cat <<-EOF > CMakeLists.txt || die
+project(legacy-icons)
+cmake_minimum_required(VERSION 2.8.12)
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+add_subdirectory(systemsettings)
+EOF
+
+	# bug 574778 (kde-frameworks/oxygen-icons-5.19.0)
+	mv kde-workspace-4.11.22/kcontrol/kfontinst/kio systemsettings || die
+	echo "kde4_install_icons(\${ICON_INSTALL_DIR})" > \
+		systemsettings/CMakeLists.txt || die
+
+	kde4-base_src_prepare
+}

diff --git a/kde-base/legacy-icons/metadata.xml b/kde-base/legacy-icons/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-base/legacy-icons/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>kde@gentoo.org</email>
+		<name>Gentoo KDE Project</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-03-05 12:25 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2016-03-05 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9800305b9a167b2acc5f30e5ce160ae866ec36cf
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 12:21:56 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 12:21:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9800305b

kde-base/legacy-icons: amd64 stable wrt bug #569742

Package-Manager: portage-2.2.26

 kde-base/legacy-icons/legacy-icons-4.11.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
index 947f30a..c841bb1 100644
--- a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
+++ b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
@@ -9,7 +9,7 @@ inherit kde4-base
 DESCRIPTION="KDE legacy icons"
 SRC_URI="mirror://kde/stable/applications/15.08.0/src/kde-workspace-4.11.22.tar.xz"
 
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-05-19 14:17 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2016-05-19 14:17 UTC (permalink / raw
  To: gentoo-commits

commit:     c6552a17c467dbe9e4929216392392c03bddf816
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun May 15 19:18:50 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May 19 14:16:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6552a17

kde-base/legacy-icons: Add icons from kwalletmanager, libkipi, libksane

Also update blocker against oxygen-icons, only 5.{19,20} were colliding.

Package-Manager: portage-2.2.28

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 kde-base/legacy-icons/Manifest                     |  3 ++
 .../legacy-icons/legacy-icons-4.11.22-r1.ebuild    | 58 ++++++++++++++++++++++
 kde-base/legacy-icons/legacy-icons-4.11.22.ebuild  |  3 +-
 3 files changed, 63 insertions(+), 1 deletion(-)

diff --git a/kde-base/legacy-icons/Manifest b/kde-base/legacy-icons/Manifest
index db5163f..93a8856 100644
--- a/kde-base/legacy-icons/Manifest
+++ b/kde-base/legacy-icons/Manifest
@@ -1 +1,4 @@
 DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
+DIST kwalletmanager-15.04.3.tar.xz 457256 SHA256 34c20801d17bb0e16111556539e90776cc33dbed8a53dc814c82ffabe526acc0 SHA512 6763afb19488b211699dc2b35f89ff4d24a8c2dc3d0e505722424fb3c821f9e6d232c9bfc8e406730563d93da432d21b4ad7f488d448d840017bf04e08b9f28b WHIRLPOOL d8a094ff8bf27026aeb448eeb5e93b6356ed0c605c81c4368755bd5a19bab03ea1cc2c7b6d5fe6564d4eecd7240b6190a41ed7c2455268ac9cbf995d5068a4ee
+DIST libkipi-15.08.3.tar.xz 95080 SHA256 33038a646b83b5f98858807ab54ce93a519d20a558a741c6ec406dd47b9ae0ec SHA512 e1dfeef8d71e5e22a361d4adc1e9dd1f4d613ac195cf93ad1851740012199b67cc17afea276a22a7c20c9b599c5ee6eb804c3104606dbeead73e0adc07a42eac WHIRLPOOL 560ba2cf779db213c1b4b3958975b8f9d3bd1d66f298af24bcd7bbaabe5c715efd5a0a0ec5fb90b68d56a095e7f7755e0c1bd06cd7ba57c7358ddaa8394e9773
+DIST libksane-15.08.3.tar.xz 81192 SHA256 0a038fd40f35eaec770c46650ef858f24d0f2f9d5b79cf7f92467630fb23a207 SHA512 18b8f5c3fd58e2e272aff7f7d0d45b639680c7d12dbf8dfa19dfae8d872a73f2230958bc415f431eeab1312c2a19a7e2e617fb9a08a68dca3bfb46ed5b986bdb WHIRLPOOL 40c59f3a8748c9498ccce1b74cca029c085d087239225d2123461cd012ad0bb42e2a5c8e258751444a4fcba216a47913788be52de24f7f65de4a526347dc9210

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
new file mode 100644
index 0000000..f4e35d5
--- /dev/null
+++ b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde4-base
+
+DESCRIPTION="KDE legacy icons"
+SRC_URI="
+	mirror://kde/stable/applications/15.08.0/src/kde-workspace-4.11.22.tar.xz
+	mirror://kde/Attic/applications/15.04.3/src/kwalletmanager-15.04.3.tar.xz
+	mirror://kde/stable/applications/15.08.3/src/libkipi-15.08.3.tar.xz
+	mirror://kde/stable/applications/15.08.3/src/libksane-15.08.3.tar.xz
+"
+
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	!<kde-apps/kwalletmanager-15.04.3-r1:4
+	!<kde-apps/libkipi-15.08.3-r1:4
+	!<kde-apps/libksane-15.08.3-r1:4
+	!<kde-base/systemsettings-4.11.22-r1:4
+	!=kde-frameworks/oxygen-icons-5.19.0:5
+	!=kde-frameworks/oxygen-icons-5.20.0:5
+"
+
+S="${WORKDIR}"
+
+src_prepare() {
+	prepare_icons() {
+		local _source=${1}
+		local _dest=${2}
+		local _dir=${3}
+		echo "add_subdirectory(${_dest})" >> CMakeLists.txt || die
+		mv ${_source}/${_dir} ${_dest} || die
+		echo "kde4_install_icons( \${ICON_INSTALL_DIR} )" > \
+			${_dest}/CMakeLists.txt || die
+		rm -r ${_source} || die
+	}
+
+	cat <<-EOF > CMakeLists.txt || die
+project(legacy-icons)
+cmake_minimum_required(VERSION 2.8.12)
+find_package(KDE4 REQUIRED)
+include(KDE4Defaults)
+EOF
+
+	prepare_icons kwalletmanager-15.04.3 kwalletmanager src/manager
+	prepare_icons libkipi-15.08.3 libkipi pics
+	prepare_icons libksane-15.08.3 libksane libksane
+	# bug 574778 (kde-frameworks/oxygen-icons-5.19.0)
+	prepare_icons kde-workspace-4.11.22 systemsettings kcontrol/kfontinst/kio
+
+	kde4-base_src_prepare
+}

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
index 6b6c109..07bfd61 100644
--- a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
+++ b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
@@ -15,7 +15,8 @@ IUSE=""
 DEPEND=""
 RDEPEND="
 	!<kde-base/systemsettings-4.11.22-r1:4
-	!>=kde-frameworks/oxygen-icons-5.19.0:5
+	!=kde-frameworks/oxygen-icons-5.19.0:5
+	!=kde-frameworks/oxygen-icons-5.20.0:5
 "
 
 S="${WORKDIR}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-07-13 18:19 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-07-13 18:19 UTC (permalink / raw
  To: gentoo-commits

commit:     9a08eb7276d02c431ec8d6ae538e474cce824b82
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Jul 13 17:05:25 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 18:19:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a08eb72

kde-base/legacy-icons: Add missing slot 5 blockers

Gentoo-bug: 588362

Package-Manager: portage-2.2.28

 kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
index 65cfd83..915a13e 100644
--- a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
+++ b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
@@ -20,8 +20,11 @@ IUSE=""
 DEPEND=""
 RDEPEND="
 	!<kde-apps/kwalletmanager-15.04.3-r1:4
+	!kde-apps/kwalletmanager:5
 	!<kde-apps/libkipi-15.08.3-r1:4
+	!kde-apps/libkipi:5
 	!<kde-apps/libksane-15.08.3-r1:4
+	!kde-apps/libksane:5
 	!<kde-base/systemsettings-4.11.22-r1:4
 	!=kde-frameworks/oxygen-icons-5.19.0:5
 	!=kde-frameworks/oxygen-icons-5.20.0:5


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-07-20 16:32 Michael Palimaka
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2016-07-20 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     fc1b08dce5d3c63432dadbd8a616b6e365a88c9f
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 16:29:07 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 16:32:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc1b08dc

kde-base/legacy-icons: amd64/x86 stable

Gentoo-bug: 588362

Package-Manager: portage-2.3.0

 kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
index 915a13e..e9a8cfe 100644
--- a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
+++ b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
 	mirror://kde/stable/applications/15.08.3/src/libksane-15.08.3.tar.xz
 "
 
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-07-21 18:32 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2016-07-21 18:32 UTC (permalink / raw
  To: gentoo-commits

commit:     383f16e7e8545395d4a300d89f3877e579ba4e23
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 18:17:55 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 18:31:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=383f16e7

kde-base/legacy-icons: Remove 4.11.22 (r0)

Package-Manager: portage-2.3.0

 kde-base/legacy-icons/legacy-icons-4.11.22.ebuild | 40 -----------------------
 1 file changed, 40 deletions(-)

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
deleted file mode 100644
index 9582e64..0000000
--- a/kde-base/legacy-icons/legacy-icons-4.11.22.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit kde4-base
-
-DESCRIPTION="KDE legacy icons"
-SRC_URI="mirror://kde/stable/applications/15.08.0/src/kde-workspace-4.11.22.tar.xz"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	!<kde-base/systemsettings-4.11.22-r1:4
-	!=kde-frameworks/oxygen-icons-5.19.0:5
-	!=kde-frameworks/oxygen-icons-5.20.0:5
-"
-
-S="${WORKDIR}"
-
-src_prepare() {
-
-	cat <<-EOF > CMakeLists.txt || die
-project(legacy-icons)
-cmake_minimum_required(VERSION 2.8.12)
-find_package(KDE4 REQUIRED)
-include(KDE4Defaults)
-add_subdirectory(systemsettings)
-EOF
-
-	# bug 574778 (kde-frameworks/oxygen-icons-5.19.0)
-	mv kde-workspace-4.11.22/kcontrol/kfontinst/kio systemsettings || die
-	echo "kde4_install_icons(\${ICON_INSTALL_DIR})" > \
-		systemsettings/CMakeLists.txt || die
-
-	kde4-base_src_prepare
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/
@ 2016-12-13 17:40 Johannes Huber
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2016-12-13 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     73855957954e80b8cdf9c667da6e177f541df776
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 13 17:38:33 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Dec 13 17:38:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73855957

kde-base/legacy-icons: Remove last-rited pkg

 kde-base/legacy-icons/Manifest                     |  4 --
 .../legacy-icons/legacy-icons-4.11.22-r1.ebuild    | 61 ----------------------
 kde-base/legacy-icons/metadata.xml                 |  8 ---
 3 files changed, 73 deletions(-)

diff --git a/kde-base/legacy-icons/Manifest b/kde-base/legacy-icons/Manifest
deleted file mode 100644
index 93a8856..00000000
--- a/kde-base/legacy-icons/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST kde-workspace-4.11.22.tar.xz 13553668 SHA256 f035334e843d67ee88551ae9e6c5f64bf7b1edfe311b12501575fe74be0b03b7 SHA512 9def2cc8d1e597259966cd6cc44e9aad7ebe2c7cde5943e362c6782d1344e7da4fff0dddd0fe0c948bca159dba128d8a36006e1ae409415cd22f74955d0a9b95 WHIRLPOOL 14b0fcef19bda4b92a42612387fb6307a50dbb3620e911e3e0aaf5d764fb263e1959baae2e55cb71d92d064542844ae963b170bb960a9b7dc18a11627b731802
-DIST kwalletmanager-15.04.3.tar.xz 457256 SHA256 34c20801d17bb0e16111556539e90776cc33dbed8a53dc814c82ffabe526acc0 SHA512 6763afb19488b211699dc2b35f89ff4d24a8c2dc3d0e505722424fb3c821f9e6d232c9bfc8e406730563d93da432d21b4ad7f488d448d840017bf04e08b9f28b WHIRLPOOL d8a094ff8bf27026aeb448eeb5e93b6356ed0c605c81c4368755bd5a19bab03ea1cc2c7b6d5fe6564d4eecd7240b6190a41ed7c2455268ac9cbf995d5068a4ee
-DIST libkipi-15.08.3.tar.xz 95080 SHA256 33038a646b83b5f98858807ab54ce93a519d20a558a741c6ec406dd47b9ae0ec SHA512 e1dfeef8d71e5e22a361d4adc1e9dd1f4d613ac195cf93ad1851740012199b67cc17afea276a22a7c20c9b599c5ee6eb804c3104606dbeead73e0adc07a42eac WHIRLPOOL 560ba2cf779db213c1b4b3958975b8f9d3bd1d66f298af24bcd7bbaabe5c715efd5a0a0ec5fb90b68d56a095e7f7755e0c1bd06cd7ba57c7358ddaa8394e9773
-DIST libksane-15.08.3.tar.xz 81192 SHA256 0a038fd40f35eaec770c46650ef858f24d0f2f9d5b79cf7f92467630fb23a207 SHA512 18b8f5c3fd58e2e272aff7f7d0d45b639680c7d12dbf8dfa19dfae8d872a73f2230958bc415f431eeab1312c2a19a7e2e617fb9a08a68dca3bfb46ed5b986bdb WHIRLPOOL 40c59f3a8748c9498ccce1b74cca029c085d087239225d2123461cd012ad0bb42e2a5c8e258751444a4fcba216a47913788be52de24f7f65de4a526347dc9210

diff --git a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild b/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
deleted file mode 100644
index 670eb62..00000000
--- a/kde-base/legacy-icons/legacy-icons-4.11.22-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde4-base
-
-DESCRIPTION="KDE legacy icons"
-SRC_URI="
-	mirror://kde/stable/applications/15.08.0/src/kde-workspace-4.11.22.tar.xz
-	mirror://kde/Attic/applications/15.04.3/src/kwalletmanager-15.04.3.tar.xz
-	mirror://kde/stable/applications/15.08.3/src/libkipi-15.08.3.tar.xz
-	mirror://kde/stable/applications/15.08.3/src/libksane-15.08.3.tar.xz
-"
-
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
-	!<kde-apps/kwalletmanager-15.04.3-r1:4
-	!kde-apps/kwalletmanager:5
-	!<kde-apps/libkipi-15.08.3-r1:4
-	!kde-apps/libkipi:5
-	!<kde-apps/libksane-15.08.3-r1:4
-	!kde-apps/libksane:5
-	!<kde-plasma/systemsettings-4.11.22-r1:4
-	!=kde-frameworks/oxygen-icons-5.19.0:5
-	!=kde-frameworks/oxygen-icons-5.20.0:5
-"
-
-S="${WORKDIR}"
-
-src_prepare() {
-	prepare_icons() {
-		local _source=${1}
-		local _dest=${2}
-		local _dir=${3}
-		echo "add_subdirectory(${_dest})" >> CMakeLists.txt || die
-		mv ${_source}/${_dir} ${_dest} || die
-		echo "kde4_install_icons( \${ICON_INSTALL_DIR} )" > \
-			${_dest}/CMakeLists.txt || die
-		rm -r ${_source} || die
-	}
-
-	cat <<-EOF > CMakeLists.txt || die
-project(legacy-icons)
-cmake_minimum_required(VERSION 2.8.12)
-find_package(KDE4 REQUIRED)
-include(KDE4Defaults)
-EOF
-
-	prepare_icons kwalletmanager-15.04.3 kwalletmanager src/manager
-	prepare_icons libkipi-15.08.3 libkipi pics
-	prepare_icons libksane-15.08.3 libksane libksane
-	# bug 574778 (kde-frameworks/oxygen-icons-5.19.0)
-	prepare_icons kde-workspace-4.11.22 systemsettings kcontrol/kfontinst/kio
-
-	kde4-base_src_prepare
-}

diff --git a/kde-base/legacy-icons/metadata.xml b/kde-base/legacy-icons/metadata.xml
deleted file mode 100644
index 2fdbf33..00000000
--- a/kde-base/legacy-icons/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>kde@gentoo.org</email>
-		<name>Gentoo KDE Project</name>
-	</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-12-13 17:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 14:17 [gentoo-commits] repo/gentoo:master commit in: kde-base/legacy-icons/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2016-12-13 17:40 Johannes Huber
2016-07-21 18:32 Johannes Huber
2016-07-20 16:32 Michael Palimaka
2016-07-13 18:19 Michael Palimaka
2016-03-05 12:25 Mikle Kolyada
2016-02-17 15:06 Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox