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"