diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:41:13 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:41:13 +0000 |
commit | 013e0589493527ba2cba3a8f742f5ca809253587 (patch) | |
tree | 2740a95c68f899eed5f48574d6b6c8d92f2773db /kde-base/oxygen-icons | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-013e0589493527ba2cba3a8f742f5ca809253587.tar.gz gentoo-2-013e0589493527ba2cba3a8f742f5ca809253587.tar.bz2 gentoo-2-013e0589493527ba2cba3a8f742f5ca809253587.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/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.3.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index e62ac40a77ec..342b0bcc2daa 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.36 2010/05/03 04:38:49 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.37 2010/05/03 21:41:13 alexxy Exp $ + +*oxygen-icons-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> + +oxygen-icons-4.4.3.ebuild: + Version bump 03 May 2010; Alexis Ballier <aballier@gentoo.org> oxygen-icons-4.4.2.ebuild: diff --git a/kde-base/oxygen-icons/oxygen-icons-4.4.3.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.4.3.ebuild new file mode 100644 index 000000000000..0cf13dc6442d --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.4.3.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.3.ebuild,v 1.1 2010/05/03 21:41:13 alexxy Exp $ + +EAPI="3" + +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' |