diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-10 16:09:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-10 16:09:38 +0100 |
commit | 5fa8622fcff7f6ef5fbcf2988d9615dcfe23fa57 (patch) | |
tree | ca10942b3d76beb684cb8b6036b268e3fdb13b22 /xfce-base/libxfce4util | |
parent | 363c2e2e480fb821dc6c063205610b5cad3b362a (diff) |
drop xfce, use ebuilds from gentoo portage tree
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.12.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
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 ) -} |