diff options
Diffstat (limited to 'kde-base/oxygen-icons')
-rw-r--r-- | kde-base/oxygen-icons/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.9.1.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index e46c6977e3fd..08867f41189c 100644 --- a/kde-base/oxygen-icons/ChangeLog +++ b/kde-base/oxygen-icons/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/oxygen-icons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.118 2012/09/03 13:29:33 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.119 2012/09/04 18:44:54 johu Exp $ + +*oxygen-icons-4.9.1 (04 Sep 2012) + + 04 Sep 2012; Johannes Huber <johu@gentoo.org> +oxygen-icons-4.9.1.ebuild: + Version bump KDE SC 4.9.1 03 Sep 2012; Johannes Huber <johu@gentoo.org> -oxygen-icons-4.7.4.ebuild: Remove KDE SC 4.7.4 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.9.1.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.9.1.ebuild new file mode 100644 index 000000000000..9b623fe78f3b --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.9.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/oxygen-icons-4.9.1.ebuild,v 1.1 2012/09/04 18:44:54 johu Exp $ + +EAPI=4 + +if [[ ${PV} == *9999 ]]; then + KMNAME="kdesupport" +else + # Upstream does not ship releases properly so we dont want all versions + MY_PV="4.9.0" + MY_P="${PN}-${MY_PV}" +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=" + !bindist? ( http://dev.gentoo.org/~johu/distfiles/${MY_P}.repacked.tar.xz ) + bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) +" + +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="aqua bindist" + +DEPEND="" +RDEPEND="${DEPEND}" + +[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P} |