Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/libxfcegui4/
Date: Fri, 19 Feb 2016 18:25:47
Message-Id: 1455906334.468daeb6de9137e9b9c61b07ca5c85418f030e8a.mgorny@gentoo
1 commit: 468daeb6de9137e9b9c61b07ca5c85418f030e8a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 19 18:22:32 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 18:25:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468daeb6
7
8 xfce-base/libxfcegui4: Remove old
9
10 xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild | 42 -------------------------
11 1 file changed, 42 deletions(-)
12
13 diff --git a/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild b/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild
14 deleted file mode 100644
15 index 930f129..0000000
16 --- a/xfce-base/libxfcegui4/libxfcegui4-4.10.0.ebuild
17 +++ /dev/null
18 @@ -1,42 +0,0 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -inherit xfconf
25 -
26 -DESCRIPTION="A compability library for unported Xfce 4.6 plugins (DEPRECATED)"
27 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage http://git.xfce.org/archive/libxfcegui4/"
28 -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
29 -
30 -LICENSE="GPL-2 LGPL-2.1"
31 -SLOT="0"
32 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-solaris"
33 -IUSE="glade startup-notification"
34 -
35 -RDEPEND="gnome-base/libglade
36 - x11-libs/libSM
37 - x11-libs/libX11
38 - >=x11-libs/gtk+-2.10:2
39 - >=xfce-base/libxfce4util-4.10
40 - <xfce-base/libxfce4util-4.11
41 - glade? ( dev-util/glade:3 )
42 - startup-notification? ( x11-libs/startup-notification )"
43 -DEPEND="${RDEPEND}
44 - dev-util/intltool
45 - sys-devel/gettext
46 - virtual/pkgconfig"
47 -
48 -pkg_setup() {
49 - XFCONF=(
50 - --disable-static
51 - $(use_enable startup-notification)
52 - $(use_enable glade gladeui)
53 - --with-html-dir="${EPREFIX}"/deprecated
54 - )
55 -}
56 -
57 -src_install() {
58 - xfconf_src_install
59 - rm -rf "${ED}"/deprecated
60 -}