diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:28:27 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 11:28:27 +0000 |
commit | 5455cf88053ef6308290c34a6be154f626639785 (patch) | |
tree | b6991114118289b5f5137b8529bdcb52db570f3e /kde-base/oxygen-icons | |
parent | Version bump KDE 4.3.4 (diff) | |
download | gentoo-2-5455cf88053ef6308290c34a6be154f626639785.tar.gz gentoo-2-5455cf88053ef6308290c34a6be154f626639785.tar.bz2 gentoo-2-5455cf88053ef6308290c34a6be154f626639785.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/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.4.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 0d7952b953c9..e95638656a1a 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.18 2009/11/30 05:04:06 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.19 2009/12/01 11:28:27 wired Exp $ + +*oxygen-icons-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +oxygen-icons-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> oxygen-icons-4.3.3.ebuild: Marked ppc/ppc64 for bug #292455. diff --git a/kde-base/oxygen-icons/oxygen-icons-4.3.4.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.3.4.ebuild new file mode 100644 index 000000000000..a58cdb2a14aa --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.3.4.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.4.ebuild,v 1.1 2009/12/01 11:28:27 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 ~sparc ~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 |