diff options
author | 2015-11-10 03:16:40 +0100 | |
---|---|---|
committer | 2015-11-14 03:46:20 +1100 | |
commit | b9db3a043ecd2585f5bbcc9d28362e7fab44fdac (patch) | |
tree | 966c75fdef6009f305484b0bfaa62e0990a34e19 /kde-frameworks/oxygen-icons/oxygen-icons-4.14.3.ebuild | |
parent | kde-apps/oxygen-icons: Drop 15.04.3 in advance of pkgmove (diff) | |
download | gentoo-b9db3a043ecd2585f5bbcc9d28362e7fab44fdac.tar.gz gentoo-b9db3a043ecd2585f5bbcc9d28362e7fab44fdac.tar.bz2 gentoo-b9db3a043ecd2585f5bbcc9d28362e7fab44fdac.zip |
kde-apps/oxygen-icons: pkgmove to kde-frameworks/oxygen-icons
kde4-base.eclass: Recognize KDEBASE in kde-frameworks
kde4-functions.eclass: Change RDEPEND
chromium.eclass: Minor change
Various ebuilds: kde-apps/oxygen-icons -> kde-frameworks/oxygen-icons
Package-Manager: portage-2.2.23
Diffstat (limited to 'kde-frameworks/oxygen-icons/oxygen-icons-4.14.3.ebuild')
-rw-r--r-- | kde-frameworks/oxygen-icons/oxygen-icons-4.14.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-frameworks/oxygen-icons/oxygen-icons-4.14.3.ebuild b/kde-frameworks/oxygen-icons/oxygen-icons-4.14.3.ebuild new file mode 100644 index 00000000000..ce453f2927d --- /dev/null +++ b/kde-frameworks/oxygen-icons/oxygen-icons-4.14.3.ebuild @@ -0,0 +1,27 @@ +# 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_REQUIRED="never" +KDE_SCM="svn" +inherit kde4-base + +DESCRIPTION="Oxygen SVG icon theme" +HOMEPAGE="http://www.oxygen-icons.org/" +[[ ${PV} == *9999 ]] || \ +SRC_URI=" + !sources? ( https://dev.gentoo.org/~kensington/distfiles/${P}.repacked.tar.xz ) + sources? ( ${SRC_URI} ) +" + +LICENSE="LGPL-3" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="sources" + +DEPEND="" +RDEPEND="${DEPEND}" |