diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-23 07:37:28 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-23 07:37:28 +0000 |
commit | 178018faa19cd1b2ff5e6b9e497a19d90277223f (patch) | |
tree | 5e8d3e5051377fbf91947b0a1ec7ea2b60128910 /kde-base/oxygen-icons | |
parent | Convert SGML_TOINSTALL to a bash array. Add some documentation. (diff) | |
download | gentoo-2-178018faa19cd1b2ff5e6b9e497a19d90277223f.tar.gz gentoo-2-178018faa19cd1b2ff5e6b9e497a19d90277223f.tar.bz2 gentoo-2-178018faa19cd1b2ff5e6b9e497a19d90277223f.zip |
Remove KDE SC 4.8.0
(Portage version: 2.2.0_alpha93/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.8.0.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 3b4f17e92707..898faa77873e 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.96 2012/03/07 01:22:42 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.97 2012/03/23 07:37:12 johu Exp $ + + 23 Mar 2012; Johannes Huber <johu@gentoo.org> -oxygen-icons-4.8.0.ebuild: + Remove KDE SC 4.8.0 07 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> oxygen-icons-4.8.1.ebuild: diff --git a/kde-base/oxygen-icons/oxygen-icons-4.8.0.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.8.0.ebuild deleted file mode 100644 index 1b7a191661c1..000000000000 --- a/kde-base/oxygen-icons/oxygen-icons-4.8.0.ebuild +++ /dev/null @@ -1,35 +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.8.0.ebuild,v 1.1 2012/01/25 18:16:56 johu 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.8.0" - 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/~dilfridge/distfiles/${MY_P}.tar.xz ) - bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) -" - -LICENSE="LGPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="aqua bindist" - -DEPEND="" -RDEPEND="${DEPEND}" - -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P} |