diff options
author | 2010-06-30 15:37:09 +0000 | |
---|---|---|
committer | 2010-06-30 15:37:09 +0000 | |
commit | aa66be86a5a6d313a757a8082822195e32ec6d44 (patch) | |
tree | 216e32b289318ecc6cc5c758e202354a9ced5982 /kde-base/oxygen-icons | |
parent | Use --with-optim to respect CFLAGS (bug #261214). (diff) | |
download | historical-aa66be86a5a6d313a757a8082822195e32ec6d44.tar.gz historical-aa66be86a5a6d313a757a8082822195e32ec6d44.tar.bz2 historical-aa66be86a5a6d313a757a8082822195e32ec6d44.zip |
[kde-base] Bump KDE SC 4.4.5 =)
Package-Manager: portage-2.2_rc67_p182/cvs/Linux x86_64
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.5.ebuild | 27 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 50d132fbbd88..a5abb289c203 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.43 2010/06/28 03:28:08 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.44 2010/06/30 15:37:02 alexxy Exp $ + +*oxygen-icons-4.4.5 (30 Jun 2010) + + 30 Jun 2010; Alexey Shvetsov <alexxy@gentoo.org> + +oxygen-icons-4.4.5.ebuild: + Version bump 28 Jun 2010; Christian Faulhammer <fauli@gentoo.org> oxygen-icons-4.4.4.ebuild: diff --git a/kde-base/oxygen-icons/oxygen-icons-4.4.5.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.4.5.ebuild new file mode 100644 index 000000000000..0d8d0dc79427 --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.4.5.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.5.ebuild,v 1.1 2010/06/30 15:37:02 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 ~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' |