diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-02 10:56:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-02 10:56:28 +0000 |
commit | 1465f55373280cee52e44da85bc1b043c8776842 (patch) | |
tree | c6e9d01473f9b73bdd09813b1f7a54eb9549c1f1 /xfce-base/xfce-utils | |
parent | Fix automagic dependency on media-libs/prison by Michael (kensington) <gentoo... (diff) | |
download | gentoo-2-1465f55373280cee52e44da85bc1b043c8776842.tar.gz gentoo-2-1465f55373280cee52e44da85bc1b043c8776842.tar.bz2 gentoo-2-1465f55373280cee52e44da85bc1b043c8776842.zip |
punt unused workaround for 4.9 packages
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfce-utils')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild index 6bc50e506840..393323cabdc3 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.9 2012/02/20 21:14:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.10 2012/04/02 10:56:28 ssuominen Exp $ EAPI=4 inherit xfconf @@ -53,14 +53,4 @@ src_install() { echo startxfce4 > "${T}"/Xfce4 exeinto /etc/X11/Sessions doexe "${T}"/Xfce4 - - # NOTE: ONLY FOR DEVELOPMENT REASONS - has_version '>=xfce-extra/xfce4-appfinder-4.9' && rm -f \ - "${ED}"usr/bin/xfrun4 \ - "${ED}"usr/share/applications/xfrun4.desktop - has_version '>=xfce-base/libxfce4ui-4.9' && rm -f \ - "${ED}"usr/bin/xfce4-about \ - "${ED}"usr/share/applications/xfce4-about.desktop \ - "${ED}"usr/share/icons/hicolor/*/apps/xfce4-logo.png - } |