diff options
author | 2010-01-25 17:45:10 +0000 | |
---|---|---|
committer | 2010-01-25 17:45:10 +0000 | |
commit | c552594ca5cc5e4e460e3b5ca86e57f1d8bef656 (patch) | |
tree | 54a346c20039e1ea40108fab92ae3e438743c4e5 /kde-base/oxygen-icons | |
parent | Version bump. Drop older. (diff) | |
download | historical-c552594ca5cc5e4e460e3b5ca86e57f1d8bef656.tar.gz historical-c552594ca5cc5e4e460e3b5ca86e57f1d8bef656.tar.bz2 historical-c552594ca5cc5e4e460e3b5ca86e57f1d8bef656.zip |
Version bump KDE 4.3.5
Package-Manager: portage-2.2_rc61/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.3.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 b3ec6499d429..79ba64c6c103 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.27 2010/01/23 17:45:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.28 2010/01/25 17:30:24 scarabeus Exp $ + +*oxygen-icons-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +oxygen-icons-4.3.5.ebuild: + Version bump 23 Jan 2010; Raúl Porcel <armin76@gentoo.org> oxygen-icons-4.3.4.ebuild: Add ~arm diff --git a/kde-base/oxygen-icons/oxygen-icons-4.3.5.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.3.5.ebuild new file mode 100644 index 000000000000..ce2254024d94 --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.3.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.3.5.ebuild,v 1.1 2010/01/25 17:30:24 scarabeus 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 kmail '<4.3.2' +add_blocker step 4.2.98 |