summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-09-03 13:30:02 +0000
committerJohannes Huber <johu@gentoo.org>2012-09-03 13:30:02 +0000
commit29301dc16f9f68cdcec73953feff1a61457a9753 (patch)
tree544b301c6d7f53472b84747949bb8aed80e134ac /kde-base/oxygen-icons
parentAdd missing slot dependencies on Qt. (diff)
downloadgentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.tar.gz
gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.tar.bz2
gentoo-2-29301dc16f9f68cdcec73953feff1a61457a9753.zip
Remove KDE SC 4.7.4
(Portage version: 2.2.0_alpha124/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/oxygen-icons')
-rw-r--r--kde-base/oxygen-icons/ChangeLog5
-rw-r--r--kde-base/oxygen-icons/oxygen-icons-4.7.4.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog
index b2130239270a..e46c6977e3fd 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.117 2012/09/03 13:00:40 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.118 2012/09/03 13:29:33 johu Exp $
+
+ 03 Sep 2012; Johannes Huber <johu@gentoo.org> -oxygen-icons-4.7.4.ebuild:
+ Remove KDE SC 4.7.4
03 Sep 2012; Johannes Huber <johu@gentoo.org> -oxygen-icons-4.8.3.ebuild:
Remove KDE SC 4.8.3
diff --git a/kde-base/oxygen-icons/oxygen-icons-4.7.4.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.7.4.ebuild
deleted file mode 100644
index 5fa082013259..000000000000
--- a/kde-base/oxygen-icons/oxygen-icons-4.7.4.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 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.7.4.ebuild,v 1.4 2012/02/18 16:19:54 nixnut 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.7.4"
- 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/~alexxy/distfiles/${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}