diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:30 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:30 +0000 |
commit | f14332cfcbbfcfb7761d7b334285fc946b61de4c (patch) | |
tree | e0fc96ca58e26b8238ed0c02475a89c419381fc8 /kde-base/oxygen-icons | |
parent | [kde-base/kaddressbook] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-f14332cfcbbfcfb7761d7b334285fc946b61de4c.tar.gz gentoo-2-f14332cfcbbfcfb7761d7b334285fc946b61de4c.tar.bz2 gentoo-2-f14332cfcbbfcfb7761d7b334285fc946b61de4c.zip |
[kde-base/oxygen-icons] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/oxygen-icons')
-rw-r--r-- | kde-base/oxygen-icons/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.4.0.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 79ba64c6c103..864c7339b77f 100644 --- a/kde-base/oxygen-icons/ChangeLog +++ b/kde-base/oxygen-icons/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/oxygen-icons # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.28 2010/01/25 17:30:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.29 2010/02/09 00:18:30 alexxy Exp $ + +*oxygen-icons-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +oxygen-icons-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *oxygen-icons-4.3.5 (25 Jan 2010) diff --git a/kde-base/oxygen-icons/oxygen-icons-4.4.0.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.4.0.ebuild new file mode 100644 index 000000000000..4ab923eb2679 --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/02/09 00:18:30 alexxy Exp $ + +EAPI="2" + +if [[ ${PV} = *9999* ]]; then + KMNAME="kdesupport" +else + KMNAME="oxygen-icons" +fi +KDE_REQUIRED="never" +inherit kde4-base + +DESCRIPTION="Oxygen SVG icon theme." +HOMEPAGE="http://www.oxygen-icons.org/" +#SRC_URI="mirror://kde/unstable/${PV}/src/${P}.tar.bz2" + +LICENSE="LGPL-3" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="aqua" + +# Block conflicting packages +add_blocker kdebase-data '<4.2.67' +add_blocker kdepim-icons 4.2.89 +add_blocker step 4.2.98 +add_blocker kmail '<4.3.2' |