aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/oxygen-icons/oxygen-icons-9999.ebuild')
-rw-r--r--kde-apps/oxygen-icons/oxygen-icons-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
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 36ca6dac20..0000000000
--- 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"