diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-12 19:19:44 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2011-08-12 19:19:44 +0000 |
commit | 1f1639d02bf545fbaaff4e3f9814e284b9187ba1 (patch) | |
tree | 17e15ab292c96e3cfb81dca64730a69692c8b2b2 /kde-base/oxygen-icons | |
parent | version bump, misc bug fixes. Remove old intermediate versions (diff) | |
download | gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.gz gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.bz2 gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.zip |
Drop KDE 4.6.4
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/oxygen-icons')
-rw-r--r-- | kde-base/oxygen-icons/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild | 36 |
2 files changed, 5 insertions, 37 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 97b14466d3c6..97fb32f803b9 100644 --- a/kde-base/oxygen-icons/ChangeLog +++ b/kde-base/oxygen-icons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/oxygen-icons # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.76 2011/08/09 17:12:36 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.77 2011/08/12 19:19:31 dilfridge Exp $ + + 12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> + -oxygen-icons-4.6.4.ebuild: + Drop KDE 4.6.4 09 Aug 2011; Markos Chandras <hwoarang@gentoo.org> oxygen-icons-4.6.5.ebuild: Stable on amd64 wrt bug #377465 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild deleted file mode 100644 index 9e467141601d..000000000000 --- a/kde-base/oxygen-icons/oxygen-icons-4.6.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2011 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.6.4.ebuild,v 1.1 2011/06/10 18:00:19 dilfridge Exp $ - -EAPI=4 - -if [[ ${PV} == *9999 ]]; then - KMNAME="kdesupport" -else - # Upstream does not ship releases properly so we dont want all versions - MY_PV="4.6.4" - MY_P="${PN}-${MY_PV}" -fi -KDE_REQUIRED="never" -inherit kde4-base - -DESCRIPTION="Oxygen SVG icon theme." -HOMEPAGE="http://www.oxygen-icons.org/" -SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz" - -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="aqua bindist" - -DEPEND=" - !bindist? ( app-arch/xz-utils ) -" -RDEPEND="" - -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P} - -# 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' |