Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdg-user-dirs-gtk/
Date: Wed, 13 Jun 2018 17:25:28
Message-Id: 1528910706.cecf33d9a74338f09a51265e93d57c13cf5797a3.johu@gentoo
1 commit: cecf33d9a74338f09a51265e93d57c13cf5797a3
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 17:25:06 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 17:25:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cecf33d9
7
8 x11-misc/xdg-user-dirs-gtk: Remove 0.10 (r0)
9
10 Uses deprecated EAPI 5 and overshadowed by 0.10-r1.
11
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 .../xdg-user-dirs-gtk-0.10.ebuild | 36 ----------------------
15 1 file changed, 36 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 7e92c01704f..00000000000
20 --- a/x11-misc/xdg-user-dirs-gtk/xdg-user-dirs-gtk-0.10.ebuild
21 +++ /dev/null
22 @@ -1,36 +0,0 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -inherit gnome.org readme.gentoo
28 -
29 -DESCRIPTION="Integrates xdg-user-dirs into the Gnome desktop and Gtk+ applications"
30 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xdg-user-dirs"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - >=x11-misc/xdg-user-dirs-0.14
39 - >=x11-libs/gtk+-3.5.1:3
40 -"
41 -DEPEND="${RDEPEND}
42 - dev-util/intltool
43 - virtual/pkgconfig
44 -"
45 -
46 -DOC_CONTENTS="
47 - This package tries to automatically use some sensible default
48 - directories for your documents, music, video and other stuff.
49 - If you want to change those directories to your needs, see
50 - the settings in ~/.config/user-dirs.dirs
51 -"
52 -
53 -src_prepare() {
54 - sed -i \
55 - -e '/Encoding/d' \
56 - -e 's:OnlyShowIn=GNOME;LXDE;Unity;:NotShowIn=KDE;:' \
57 - user-dirs-update-gtk.desktop.in || die
58 -}