From 5fa8622fcff7f6ef5fbcf2988d9615dcfe23fa57 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 10 Jun 2015 16:09:38 +0100 Subject: drop xfce, use ebuilds from gentoo portage tree --- xfce-base/libxfce4util/Manifest | 1 - xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild | 31 ----------------------- 2 files changed, 32 deletions(-) delete mode 100644 xfce-base/libxfce4util/Manifest delete mode 100644 xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild (limited to 'xfce-base/libxfce4util') diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest deleted file mode 100644 index efbc6eb8..00000000 --- a/xfce-base/libxfce4util/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libxfce4util-4.12.1.tar.bz2 455329 SHA256 876bdefa2e13cbf68b626b2158892fb93e824e1ef59cf951123a96cefbc8881d SHA512 0bd0fe23e9fa325b08559d2b783242dfc61412a8c7aa4e5a81e5262ebceb57a722aa515db12747c9de9804423f67e50805848e5bed328ba7d17e2737f54c2ef9 WHIRLPOOL ad08469f8246a439df7474d58cb41b1d2c278b7c2097e7a60dbc14a8dae10f63ea2e4c3ba910dbb57716bfb40c3d757fe2084efcf416cd32b524d391bfa313af diff --git a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild deleted file mode 100644 index b12a46fb..00000000 --- a/xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 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="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