summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-25 17:59:49 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-25 19:27:05 +0200
commit45a69524a8cff300fdfd4686cc7bc07cd7abeea1 (patch)
treee879d5ab7bd44f42e6907b9366bd701247b356f2 /xfce-base/libxfce4util
parentxfce-base/libxfce4ui: Drop old (diff)
downloadgentoo-45a69524a8cff300fdfd4686cc7bc07cd7abeea1.tar.gz
gentoo-45a69524a8cff300fdfd4686cc7bc07cd7abeea1.tar.bz2
gentoo-45a69524a8cff300fdfd4686cc7bc07cd7abeea1.zip
xfce-base/libxfce4util: Drop old
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/Manifest1
-rw-r--r--xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index cf8c8c5705a0..43f9c49380eb 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -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
index 15a77831bfb6..000000000000
--- a/xfce-base/libxfce4util/libxfce4util-4.12.1-r1.ebuild
+++ /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 )
-}