xfce-base/libxfce4util: Drop old
authorMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 15:59:49 +0000 (17:59 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 25 Mar 2018 17:27:05 +0000 (19:27 +0200)
xfce-base/libxfce4util/Manifest
xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild [deleted file]

index cf8c8c5705a06d47a494e488f2fcb7a9bc209720..43f9c49380eb90e00354f1c5b3d706ba9060b47e 100644 (file)
@@ -1,2 +1 @@
-DIST libxfce4util-4.12.1.tar.bz2 455329 BLAKE2B 5bf684805f22db977d776b2354cdfdb7485a887a45806c32870e4f80e22c78b3e76006236e96109de5e3136c4d323bcc77482069607a5793c506f4406166aa95 SHA512 0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9
 DIST libxfce4util-4.13.1.tar.bz2 497192 BLAKE2B 56ec5929df43e2c430c45298a2f7634a539ef1f32598ce4cd038659c93ed5de4f28472f744ab03e3cefd040266c1e1bd415c8b4e9489be8f3930bd6df8d1c5c0 SHA512 1667cc22ff72920d3280725cb40c41f5fba9dcfcba8e357ba85548c7f254a67a3ef942c1b71f0ac5c3a7fe46c8c4cb559a06a8111aa71ce1f6824d1a1c2b5063
diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
deleted file mode 100644 (file)
index 15a7783..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A basic utility library for the Xfce desktop environment"
-HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0/7"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.24"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       dev-util/gtk-doc-am
-       sys-devel/gettext
-       virtual/pkgconfig"
-
-pkg_setup() {
-       XFCONF=(
-               $(xfconf_use_debug)
-               )
-
-       [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857
-
-       DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-}