diff options
author | 2012-05-24 11:38:12 +0000 | |
---|---|---|
committer | 2012-05-24 11:38:12 +0000 | |
commit | e0f5e65186f3fc9ec726887970dea246abfebf48 (patch) | |
tree | 3824e79eeb509f469eeec724afb59871e7d27ca3 /kde-base/oxygen-icons | |
parent | Typo in comment (diff) | |
download | gentoo-2-e0f5e65186f3fc9ec726887970dea246abfebf48.tar.gz gentoo-2-e0f5e65186f3fc9ec726887970dea246abfebf48.tar.bz2 gentoo-2-e0f5e65186f3fc9ec726887970dea246abfebf48.zip |
Remove KDE SC 4.8.1
(Portage version: 2.2.0_alpha107/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.1.ebuild | 35 |
2 files changed, 4 insertions, 36 deletions
diff --git a/kde-base/oxygen-icons/ChangeLog b/kde-base/oxygen-icons/ChangeLog index 1aef509df372..e5b799540e1a 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.108 2012/05/24 10:07:49 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/oxygen-icons/ChangeLog,v 1.109 2012/05/24 11:37:54 johu Exp $ + + 24 May 2012; Johannes Huber <johu@gentoo.org> -oxygen-icons-4.8.1.ebuild: + Remove KDE SC 4.8.1 24 May 2012; Agostino Sarubbo <ago@gentoo.org> oxygen-icons-4.8.3.ebuild: Stable for x86, wrt bug #414605 diff --git a/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.8.1.ebuild deleted file mode 100644 index f6fabe783c3e..000000000000 --- a/kde-base/oxygen-icons/oxygen-icons-4.8.1.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.1.ebuild,v 1.6 2012/04/18 18:35:48 maekke 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.1" - 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}.repacked.tar.xz ) - bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) -" - -LICENSE="LGPL-3" -KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="aqua bindist" - -DEPEND="" -RDEPEND="${DEPEND}" - -[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P} |