diff options
author | 2012-02-21 12:52:49 +0000 | |
---|---|---|
committer | 2012-02-21 12:52:49 +0000 | |
commit | d1cdf824dcf51c94714cb1c2112d209c58f994a5 (patch) | |
tree | 504b0e336b584bf246ed49b288d561a9ac54fb8f /kde-base/oxygen-icons | |
parent | Cleanup mask to make repoman happy. (diff) | |
download | historical-d1cdf824dcf51c94714cb1c2112d209c58f994a5.tar.gz historical-d1cdf824dcf51c94714cb1c2112d209c58f994a5.tar.bz2 historical-d1cdf824dcf51c94714cb1c2112d209c58f994a5.zip |
Remove KDE SC 4.6.3
Package-Manager: portage-2.2.0_alpha86/cvs/Linux x86_64
Diffstat (limited to 'kde-base/oxygen-icons')
-rw-r--r-- | kde-base/oxygen-icons/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/oxygen-icons/oxygen-icons-4.6.3-r1.ebuild | 43 |
2 files changed, 4 insertions, 44 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 8b2296315b32..2ceed67f4059 100644 --- a/kde-base/oxygen-icons/ChangeLog +++ b/kde-base/oxygen-icons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/oxygen-icons # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.93 2012/02/18 16:19:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.94 2012/02/21 12:52:35 johu Exp $ + + 20 Feb 2012; Johannes Huber <johu@gentoo.org> -oxygen-icons-4.6.3-r1.ebuild: + Remove KDE SC 4.6.3 18 Feb 2012; nixnut <nixnut@gentoo.org> oxygen-icons-4.7.4.ebuild: ppc stable #396359 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.6.3-r1.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.6.3-r1.ebuild deleted file mode 100644 index 25d5c74eeee7..000000000000 --- a/kde-base/oxygen-icons/oxygen-icons-4.6.3-r1.ebuild +++ /dev/null @@ -1,43 +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.3-r1.ebuild,v 1.5 2011/07/13 14:53:50 xarthisius 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.2" - MY_P="${PN}-${MY_PV}" -fi -KDE_REQUIRED="never" -inherit kde4-base - -DESCRIPTION="Oxygen SVG icon theme." -HOMEPAGE="http://www.oxygen-icons.org/" -# Note that the upstream tarball is .bz2, ours is .xz -- if upstream -# changes its compression format to .xz, we will need to change the -# filename of one of the tarballs -[[ ${PV} == *9999 ]] || \ -SRC_URI=" - !bindist? ( http://dev.gentoo.org/~scarabeus/${MY_P}.tar.xz ) - bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) -" - -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' |