From 04a1113fe9faaa93d62b4bcc6035303de7fee6e8 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 2 Aug 2016 17:05:07 +0200 Subject: xfce-base/libxfce4util: Prune old --- xfce-base/libxfce4util/Manifest | 1 - xfce-base/libxfce4util/libxfce4util-4.10.1.ebuild | 32 ----------------------- 2 files changed, 33 deletions(-) delete mode 100644 xfce-base/libxfce4util/libxfce4util-4.10.1.ebuild (limited to 'xfce-base/libxfce4util') diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index 4a154450816b..efbc6eb83b95 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,2 +1 @@ -DIST libxfce4util-4.10.1.tar.bz2 453499 SHA256 e82cd1ad715c02a385b3cf6646cb89aa3c4724446dac1d7e424971df12f6cfbb SHA512 5b8f1ddcd1cb84fc298ab1088644109aa720b04adfec4cf31c1bc2815baaf3e4771b6481f1cf2630f3b27a4d7a7178a9b6c464076c23ad8b514172c20852e770 WHIRLPOOL b3a5215cd12fd70fa0dbc4515ffd20a0355e48baeaa2bebb8d70349cf4d43e63d5fef30aa8a4266269b3e9980e298599709eed5e4c31c0e935764d6c71d2a3ec DIST libxfce4util-4.12.1.tar.bz2 455329 SHA256 876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d SHA512 0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9 WHIRLPOOL ad08469f8246a439df7474d58cb41b1d2c278b7c2097e7a60dbc14a8dae10f63ea2e4c3ba910dbb57716bfb40c3d757fe2084efcf416cd32b524d391bfa313af diff --git a/xfce-base/libxfce4util/libxfce4util-4.10.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.10.1.ebuild deleted file mode 100644 index bd9edf78d199..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.10.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit xfconf - -DESCRIPTION="A basic utility library for the Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/" -SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.24" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 - - DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) -} -- cgit v1.2.3-65-gdbad