commit:     63ea5e0d0f2916b6293c691b372d3561a26f4a79
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  9 06:59:26 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 07:38:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63ea5e0d

xfce-base/exo: Clean old up

 profiles/package.mask           |  5 -----
 xfce-base/exo/Manifest          |  2 --
 xfce-base/exo/exo-0.10.6.ebuild | 37 ------------------------------------
 xfce-base/exo/exo-0.11.1.ebuild | 42 -----------------------------------------
 4 files changed, 86 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index c1caa45c7c0..bb4344cd963 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -771,11 +771,6 @@ sci-geosciences/googleearth
 # https://bugs.gentoo.org/590780
 ~sys-power/cpupower-4.7.0
 
-# Michał Górny <[email protected]> (7 Aug 2016)
-# Issue with thunar detailed view
-# Masked for more restrictive testing.
-=xfce-base/exo-0.11.1
-
 # Michał Górny <[email protected]> (18 Jul 2016)
 # Pre-release of a complete rewrite, provided for early testing. Not all
 # functionality is provided yet. Use --pretend to make sure correct

diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
index b2224cd8c76..51fb66eb905 100644
--- a/xfce-base/exo/Manifest
+++ b/xfce-base/exo/Manifest
@@ -1,4 +1,2 @@
-DIST exo-0.10.6.tar.bz2 1276178 SHA256 
1cc0e5a432e050a5e5aa64d126b988f4440da4f27474aaf42a4d8e13651d0752 SHA512 
be537145ea0f0ea87566908f3ed4850ee3b20caf292d27dd752a9eaba7047598b585b398c2a6e4c925d832b5b2f76e0b9cc763ee3c955f08d47c6ac8bf3a2805
 WHIRLPOOL 
8daa7a8021faea4b87a5204d2a6604fde732efd183aa3d7404b6b0b52444edbceab28ac636a254f145c705689baa3996a4ccd39256edd4a3ae148b7b40dc9034
 DIST exo-0.10.7.tar.bz2 1262301 SHA256 
521581481128af93e815f9690020998181f947ac9e9c2b232b1f144d76b1b35c SHA512 
5a872e6895595da027f403fb7951922c40481d53242cb4d9c3da2d36690c61dce2fdb34ba0eb39367558a5e3055733af25432d1f3a8f60984b7e2ed997408b60
 WHIRLPOOL 
4c8a71b70e67f0db0bfaa752b0b1f01a80a83cbe84d754b44b3d45811743cf4276abe5d9cde40cef13f87f6013666255ccc5a1cc64afe129a55fe813b4dbcb1e
-DIST exo-0.11.1.tar.bz2 1231288 SHA256 
c70c47f690284a5cb4f507dd89088efbdd8123506f924e33a5f97aab74eb97d4 SHA512 
626640c135f316ceb9e9cdff7c1ae4f537737ac71a2e0b242dd723e35cc7a3119ba198c894d22f373b58c49c4b1640eaf64658a27c3341a6efbb0c52807c67cf
 WHIRLPOOL 
ae0c0b3f8993fdf463bc0936a9565e12cb11e815c6202ad2234fecb63498fbf3e5a7b8a848516bb38bba2a78453e2bda4e10c8ba9ecc8032fb8f94ae81908c64
 DIST exo-0.11.2.tar.bz2 1313336 SHA256 
76bd1c4229503ff3c301485de3a41c55dec93e98de1a9eef1be77fe502ca4f77 SHA512 
72aef7e44168224b810c0c3aead44011e4e810f631d908a82712f0b717e90b5ac38df9f849845bd55cc63f22199f68178387c8096c0b13923c7247b26b7b0162
 WHIRLPOOL 
696a72dcd79b7a80be8f28d49de2641550448d856616cb18a4af762ef7bd2ef6c15fb3106d7c6a48941d0c86f7ad5ee14174c6e0959412a2535959bc646e4146

diff --git a/xfce-base/exo/exo-0.10.6.ebuild b/xfce-base/exo/exo-0.10.6.ebuild
deleted file mode 100644
index 7ff688c3fc5..00000000000
--- a/xfce-base/exo/exo-0.10.6.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Extensions, widgets and framework library with session support 
for the Xfce desktop environment"
-HOMEPAGE="https://docs.xfce.org/xfce/exo/start";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/perl-5.6
-       >=dev-libs/glib-2.30:=
-       dev-perl/URI
-       >=x11-libs/gtk+-2.24:2=
-       >=xfce-base/libxfce4ui-4.10:=
-       >=xfce-base/libxfce4util-4.10:="
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-pkg_setup() {
-       XFCONF=(
-               --docdir="${EPREFIX}"/usr/share/doc/${PF}
-               $(xfconf_use_debug)
-               --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
-               )
-
-       [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
-       DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
-}

diff --git a/xfce-base/exo/exo-0.11.1.ebuild b/xfce-base/exo/exo-0.11.1.ebuild
deleted file mode 100644
index 4ae063f0e54..00000000000
--- a/xfce-base/exo/exo-0.11.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Extensions, widgets and framework library with session support 
for Xfce"
-HOMEPAGE="https://www.xfce.org/projects/";
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-lang/perl-5.6
-       >=dev-libs/glib-2.30:=
-       dev-perl/URI
-       >=x11-libs/gtk+-2.24:2=
-       >=x11-libs/gtk+-3.6.0:3=
-       >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-       >=xfce-base/libxfce4util-4.10:="
-DEPEND="${RDEPEND}
-       dev-util/gtk-doc-am
-       dev-util/intltool
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-pkg_setup() {
-       XFCONF=(
-               --docdir="${EPREFIX}"/usr/share/doc/${PF}
-               $(xfconf_use_debug)
-               # both required for GTK+3 support
-               # (non-GTK+3 variant fails to build, as predicted)
-               --enable-gtk3
-               --enable-libxfce4ui2
-               )
-
-       [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
-       DOCS=( AUTHORS ChangeLog HACKING NEWS README THANKS TODO )
-}

Reply via email to