* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2014-11-24 12:06 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2014-11-24 12:06 UTC (permalink / raw
To: gentoo-commits
commit: 05c4d3552500f0e075241e2160a78b494676b9d1
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 23 16:13:27 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 24 12:06:56 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=05c4d355
[kde-apps/oxygen-icons] Add blocker.
Package-Manager: portage-2.2.14
---
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
index d2824f6..dc0c7a5 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
@@ -24,4 +24,6 @@ KEYWORDS=""
IUSE="bindist"
DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ !kde-base/oxygen-icons
+"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2014-12-02 10:02 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2014-12-02 10:02 UTC (permalink / raw
To: gentoo-commits
commit: 741dbc422877f4df321cfd790e94bcaf9149abe2
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 1 13:36:42 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Dec 2 10:02:10 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=741dbc42
[kde-apps/oxygen-icons] Update for KDE Applications.
Package-Manager: portage-2.2.14
---
kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild | 19 +++++++++----------
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 20 +++++++++-----------
2 files changed, 18 insertions(+), 21 deletions(-)
diff --git a/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild b/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
index 3d1d49c..f829295 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
@@ -7,21 +7,20 @@ EAPI=5
if [[ ${PV} == *9999 ]]; then
KMNAME="kdesupport"
fi
-KDE_REQUIRED="never"
+KDE_AUTODEPS="false"
KDE_SCM="svn"
-inherit kde4-base
+inherit kde5
DESCRIPTION="Oxygen SVG icon theme"
HOMEPAGE="http://www.oxygen-icons.org/"
-[[ ${PV} == *9999 ]] || \
-#SRC_URI="
-# !bindist? ( http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
-# bindist? ( ${SRC_URI} )
-#"
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="
+ bindist? ( ${SRC_URI} )
+ "
+fi
LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS=" ~amd64 ~x86"
IUSE="bindist"
-DEPEND=""
-RDEPEND="${DEPEND}"
+RDEPEND="!kde-base/oxygen-icons:4"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
index dc0c7a5..f8578d6 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
@@ -7,23 +7,21 @@ EAPI=5
if [[ ${PV} == *9999 ]]; then
KMNAME="kdesupport"
fi
-KDE_REQUIRED="never"
+KDE_AUTODEPS="false"
KDE_SCM="svn"
-inherit kde4-base
+inherit kde5
DESCRIPTION="Oxygen SVG icon theme"
HOMEPAGE="http://www.oxygen-icons.org/"
-[[ ${PV} == *9999 ]] || \
-SRC_URI="
- !bindist? ( http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
- bindist? ( ${SRC_URI} )
-"
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="
+ !bindist? ( http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
+ bindist? ( ${SRC_URI} )
+ "
+fi
LICENSE="LGPL-3"
KEYWORDS=""
IUSE="bindist"
-DEPEND=""
-RDEPEND="${DEPEND}
- !kde-base/oxygen-icons
-"
+RDEPEND="!kde-base/oxygen-icons:4"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2014-12-09 17:15 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2014-12-09 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 7311cdd6fbb72834ed845b24fa944a65a83bd4a8
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 9 17:14:01 2014 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Dec 9 17:14:01 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7311cdd6
[kde-apps/oxygen-icons] Fix bindist logic
Package-Manager: portage-2.2.15
---
kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild | 9 ++++++---
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 8 +++++---
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild b/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
index f829295..996f5b5 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-14.11.97.ebuild
@@ -14,13 +14,16 @@ inherit kde5
DESCRIPTION="Oxygen SVG icon theme"
HOMEPAGE="http://www.oxygen-icons.org/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="
- bindist? ( ${SRC_URI} )
+ # This gets repackaged for stable releases
+ SRC_URI_BINDIST="${SRC_URI}"
+
+ SRC_URI=" !bindist? ( ${SRC_URI} )
+ bindist? ( ${SRC_URI_BINDIST} )
"
fi
LICENSE="LGPL-3"
-KEYWORDS=" ~amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
IUSE="bindist"
RDEPEND="!kde-base/oxygen-icons:4"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
index f8578d6..781484a 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
@@ -14,9 +14,11 @@ inherit kde5
DESCRIPTION="Oxygen SVG icon theme"
HOMEPAGE="http://www.oxygen-icons.org/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="
- !bindist? ( http://dev.gentoo.org/~johu/distfiles/${P}.repacked.tar.xz )
- bindist? ( ${SRC_URI} )
+ # This gets repackaged for stable releases
+ SRC_URI_BINDIST="${SRC_URI}"
+
+ SRC_URI=" !bindist? ( ${SRC_URI} )
+ bindist? ( ${SRC_URI_BINDIST} )
"
fi
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2015-03-02 21:17 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2015-03-02 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 38440ec23922fabc838b374d63c1f3d1b61c58fe
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 2 21:17:26 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Mar 2 21:17:26 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38440ec2
[kde-apps/oxygen-icons] Rename use flag, bug #541460
Package-Manager: portage-2.2.17
---
kde-apps/oxygen-icons/metadata.xml | 2 +-
kde-apps/oxygen-icons/oxygen-icons-14.12.2.ebuild | 8 +++-----
kde-apps/oxygen-icons/oxygen-icons-14.12.3.ebuild | 8 +++-----
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 8 +++-----
4 files changed, 10 insertions(+), 16 deletions(-)
diff --git a/kde-apps/oxygen-icons/metadata.xml b/kde-apps/oxygen-icons/metadata.xml
index 14bdc89..e1c2ea1 100644
--- a/kde-apps/oxygen-icons/metadata.xml
+++ b/kde-apps/oxygen-icons/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>kde</herd>
<use>
- <flag name="bindist">Additionally install the svg sources of the bitmap icons (needed for redistribution)</flag>
+ <flag name="sources">Additionally install the svg sources of the bitmap icons (needed for redistribution)</flag>
</use>
</pkgmetadata>
diff --git a/kde-apps/oxygen-icons/oxygen-icons-14.12.2.ebuild b/kde-apps/oxygen-icons/oxygen-icons-14.12.2.ebuild
index cdd807a..b82b52d 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-14.12.2.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-14.12.2.ebuild
@@ -17,13 +17,11 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
# This gets repackaged for stable releases
SRC_URI_BINDIST="${SRC_URI}"
- SRC_URI=" !bindist? ( ${SRC_URI} )
- bindist? ( ${SRC_URI_BINDIST} )
+ SRC_URI=" !sources? ( ${SRC_URI} )
+ sources? ( ${SRC_URI_BINDIST} )
"
fi
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
-IUSE="bindist"
-
-RDEPEND="!kde-base/oxygen-icons:4"
+IUSE="sources"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-14.12.3.ebuild b/kde-apps/oxygen-icons/oxygen-icons-14.12.3.ebuild
index cdd807a..b82b52d 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-14.12.3.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-14.12.3.ebuild
@@ -17,13 +17,11 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
# This gets repackaged for stable releases
SRC_URI_BINDIST="${SRC_URI}"
- SRC_URI=" !bindist? ( ${SRC_URI} )
- bindist? ( ${SRC_URI_BINDIST} )
+ SRC_URI=" !sources? ( ${SRC_URI} )
+ sources? ( ${SRC_URI_BINDIST} )
"
fi
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
-IUSE="bindist"
-
-RDEPEND="!kde-base/oxygen-icons:4"
+IUSE="sources"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
index 51c36a0..7b7d33c 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
@@ -17,13 +17,11 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
# This gets repackaged for stable releases
SRC_URI_BINDIST="${SRC_URI}"
- SRC_URI=" !bindist? ( ${SRC_URI} )
- bindist? ( ${SRC_URI_BINDIST} )
+ SRC_URI=" !sources? ( ${SRC_URI} )
+ sources? ( ${SRC_URI_BINDIST} )
"
fi
LICENSE="LGPL-3"
KEYWORDS=""
-IUSE="bindist"
-
-RDEPEND="!kde-base/oxygen-icons:4"
+IUSE="sources"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2015-06-06 15:35 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2015-06-06 15:35 UTC (permalink / raw
To: gentoo-commits
commit: 8d91e2362a5249668fa94f190042246ef9ee11cf
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 6 15:35:10 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Jun 6 15:35:10 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d91e236
[kde-apps/oxygen-icons] Block SLOT 4 due to file collisions.
Package-Manager: portage-2.2.20
kde-apps/oxygen-icons/oxygen-icons-15.04.1.ebuild | 2 ++
kde-apps/oxygen-icons/oxygen-icons-15.04.2.ebuild | 2 ++
kde-apps/oxygen-icons/oxygen-icons-15.04.49.9999.ebuild | 2 ++
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 2 ++
4 files changed, 8 insertions(+)
diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.04.1.ebuild b/kde-apps/oxygen-icons/oxygen-icons-15.04.1.ebuild
index b82b52d..aaf64f3 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-15.04.1.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-15.04.1.ebuild
@@ -25,3 +25,5 @@ fi
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
IUSE="sources"
+
+RDEPEND="!kde-apps/oxygen-icons:4"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.04.2.ebuild b/kde-apps/oxygen-icons/oxygen-icons-15.04.2.ebuild
index b82b52d..aaf64f3 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-15.04.2.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-15.04.2.ebuild
@@ -25,3 +25,5 @@ fi
LICENSE="LGPL-3"
KEYWORDS="~amd64 ~x86"
IUSE="sources"
+
+RDEPEND="!kde-apps/oxygen-icons:4"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.04.49.9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-15.04.49.9999.ebuild
index 7b7d33c..36ca6da 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-15.04.49.9999.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-15.04.49.9999.ebuild
@@ -25,3 +25,5 @@ fi
LICENSE="LGPL-3"
KEYWORDS=""
IUSE="sources"
+
+RDEPEND="!kde-apps/oxygen-icons:4"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
index 7b7d33c..36ca6da 100644
--- a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
+++ b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
@@ -25,3 +25,5 @@ fi
LICENSE="LGPL-3"
KEYWORDS=""
IUSE="sources"
+
+RDEPEND="!kde-apps/oxygen-icons:4"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2015-07-27 17:50 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2015-07-27 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 0778ac45da8a1423af5f47e87aa2ccd881e7bc26
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jul 26 22:51:22 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 17:50:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0778ac45
[kde-apps/oxygen-icons] Drop live ebuilds, no further release
Package-Manager: portage-2.2.20
.../oxygen-icons/oxygen-icons-15.08.49.9999.ebuild | 29 ----------------------
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 29 ----------------------
2 files changed, 58 deletions(-)
diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.08.49.9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-15.08.49.9999.ebuild
deleted file mode 100644
index 36ca6da..0000000
--- a/kde-apps/oxygen-icons/oxygen-icons-15.08.49.9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${PV} == *9999 ]]; then
- KMNAME="kdesupport"
-fi
-KDE_AUTODEPS="false"
-KDE_SCM="svn"
-inherit kde5
-
-DESCRIPTION="Oxygen SVG icon theme"
-HOMEPAGE="http://www.oxygen-icons.org/"
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- # This gets repackaged for stable releases
- SRC_URI_BINDIST="${SRC_URI}"
-
- SRC_URI=" !sources? ( ${SRC_URI} )
- sources? ( ${SRC_URI_BINDIST} )
- "
-fi
-
-LICENSE="LGPL-3"
-KEYWORDS=""
-IUSE="sources"
-
-RDEPEND="!kde-apps/oxygen-icons:4"
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
deleted file mode 100644
index 36ca6da..0000000
--- a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${PV} == *9999 ]]; then
- KMNAME="kdesupport"
-fi
-KDE_AUTODEPS="false"
-KDE_SCM="svn"
-inherit kde5
-
-DESCRIPTION="Oxygen SVG icon theme"
-HOMEPAGE="http://www.oxygen-icons.org/"
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- # This gets repackaged for stable releases
- SRC_URI_BINDIST="${SRC_URI}"
-
- SRC_URI=" !sources? ( ${SRC_URI} )
- sources? ( ${SRC_URI_BINDIST} )
- "
-fi
-
-LICENSE="LGPL-3"
-KEYWORDS=""
-IUSE="sources"
-
-RDEPEND="!kde-apps/oxygen-icons:4"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2015-08-26 10:22 Johannes Huber
0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber @ 2015-08-26 10:22 UTC (permalink / raw
To: gentoo-commits
commit: 583bb6091d451e7937212206aadb0042650dc6d6
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 10:20:47 2015 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 10:20:47 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=583bb609
kde-apps/oxygen-icons: Remove package
Moved to gentoo main repo with repacked tarball.
kde-apps/oxygen-icons/metadata.xml | 8 -------
kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild | 29 -----------------------
2 files changed, 37 deletions(-)
diff --git a/kde-apps/oxygen-icons/metadata.xml b/kde-apps/oxygen-icons/metadata.xml
deleted file mode 100644
index e1c2ea1..0000000
--- a/kde-apps/oxygen-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>
- <herd>kde</herd>
- <use>
- <flag name="sources">Additionally install the svg sources of the bitmap icons (needed for redistribution)</flag>
- </use>
-</pkgmetadata>
diff --git a/kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild b/kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild
deleted file mode 100644
index 2333c78..0000000
--- a/kde-apps/oxygen-icons/oxygen-icons-15.04.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-if [[ ${PV} == *9999 ]]; then
- KMNAME="kdesupport"
-fi
-KDE_AUTODEPS="false"
-KDE_SCM="svn"
-inherit kde5
-
-DESCRIPTION="Oxygen SVG icon theme"
-HOMEPAGE="http://www.oxygen-icons.org/"
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- # This gets repackaged for stable releases
- SRC_URI_BINDIST="${SRC_URI}"
-
- SRC_URI=" !sources? ( ${SRC_URI} )
- sources? ( ${SRC_URI_BINDIST} )
- "
-fi
-
-LICENSE="LGPL-3"
-KEYWORDS="~amd64 ~x86"
-IUSE="sources"
-
-RDEPEND="!kde-apps/oxygen-icons:4"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/
@ 2015-11-08 12:23 Manuel Rüger
0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2015-11-08 12:23 UTC (permalink / raw
To: gentoo-commits
commit: 09861e487e4bd80505a0b199068a6feb060e6dc2
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 7 23:19:24 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Nov 8 12:23:37 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=09861e48
kde-apps/oxygen-icons: Package returns, in git
Package-Manager: portage-2.2.20.1
kde-apps/oxygen-icons/metadata.xml | 5 +++++
kde-apps/oxygen-icons/oxygen-icons-9999.ebuild | 19 +++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/kde-apps/oxygen-icons/metadata.xml b/kde-apps/oxygen-icons/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-apps/oxygen-icons/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
diff --git a/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
new file mode 100644
index 0000000..ff7387a
--- /dev/null
+++ b/kde-apps/oxygen-icons/oxygen-icons-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KMNAME="oxygen-icons5"
+KDE_AUTODEPS="false"
+inherit kde5
+
+DESCRIPTION="Oxygen SVG icon theme"
+HOMEPAGE="https://kde.org/"
+
+LICENSE="LGPL-3"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="$(add_frameworks_dep extra-cmake-modules)"
+RDEPEND="!kde-apps/oxygen-icons:4"
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-11-08 12:24 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26 10:22 [gentoo-commits] proj/kde:master commit in: kde-apps/oxygen-icons/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2015-11-08 12:23 Manuel Rüger
2015-07-27 17:50 Johannes Huber
2015-06-06 15:35 Michael Palimaka
2015-03-02 21:17 Johannes Huber
2014-12-09 17:15 Manuel Rüger
2014-12-02 10:02 Michael Palimaka
2014-11-24 12: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