From: Johannes Huber Date: Wed, 13 Jun 2018 17:25:06 +0000 (+0200) Subject: x11-misc/xdg-user-dirs-gtk: Remove 0.10 (r0) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cecf33d9a74338f09a51265e93d57c13cf5797a3;p=gentoo.git x11-misc/xdg-user-dirs-gtk: Remove 0.10 (r0) Uses deprecated EAPI 5 and overshadowed by 0.10-r1. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild b/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild deleted file mode 100644 index 7e92c01704fa..000000000000 --- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit gnome.org readme.gentoo - -DESCRIPTION="Integrates xdg-user-dirs into the Gnome desktop and Gtk+ applications" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="" - -RDEPEND=" - >=x11-misc/xdg-user-dirs-0.14 - >=x11-libs/gtk+-3.5.1:3 -" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig -" - -DOC_CONTENTS=" - This package tries to automatically use some sensible default - directories for your documents, music, video and other stuff. - If you want to change those directories to your needs, see - the settings in ~/.config/user-dirs.dirs -" - -src_prepare() { - sed -i \ - -e '/Encoding/d' \ - -e 's:OnlyShowIn=GNOME;LXDE;Unity;:NotShowIn=KDE;:' \ - user-dirs-update-gtk.desktop.in || die -}