diff options
author | 2009-11-02 22:06:58 +0000 | |
---|---|---|
committer | 2009-11-02 22:06:58 +0000 | |
commit | 721014f98cf30c08456fc52a586c45165beb90e9 (patch) | |
tree | 70c148921d3d53a7b11e5a23ed4e341b6ebb1174 /kde-base/oxygen-icons | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-721014f98cf30c08456fc52a586c45165beb90e9.tar.gz gentoo-2-721014f98cf30c08456fc52a586c45165beb90e9.tar.bz2 gentoo-2-721014f98cf30c08456fc52a586c45165beb90e9.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
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.3.3.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 9fcfdd8fb988..0dfe593c7c43 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.13 2009/10/24 19:40:56 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.14 2009/11/02 22:06:58 wired Exp $ + +*oxygen-icons-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +oxygen-icons-4.3.3.ebuild: + Version bump 24 Oct 2009; Joseph Jezak <josejx@gentoo.org> oxygen-icons-4.3.1.ebuild, oxygen-icons-4.3.2-r1.ebuild: diff --git a/kde-base/oxygen-icons/oxygen-icons-4.3.3.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.3.3.ebuild new file mode 100644 index 000000000000..2fbb571388cd --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.3.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 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.3.3.ebuild,v 1.1 2009/11/02 22:06:58 wired 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 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +# Block conflicting packages +add_blocker kdebase-data '<4.2.67' +add_blocker kdepim-icons 4.2.89 +add_blocker kmail '<4.3.2' +add_blocker step 4.2.98 |