diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-04-07 09:29:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-04-07 10:28:13 +0200 |
commit | c43cb312a54bb56abc5d0a6d237819a3be56eb1b (patch) | |
tree | 0075fba7e30dd1bc548ce26e897efa69dff8c8fa /xfce-base | |
parent | x11-themes/gtk-engines-xfce: Drop old (diff) | |
download | gentoo-c43cb312a54bb56abc5d0a6d237819a3be56eb1b.tar.gz gentoo-c43cb312a54bb56abc5d0a6d237819a3be56eb1b.tar.bz2 gentoo-c43cb312a54bb56abc5d0a6d237819a3be56eb1b.zip |
xfce-base/libxfce4util: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/Manifest | 1 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest index d37cb29030d3..a40d65c776fa 100644 --- a/xfce-base/libxfce4util/Manifest +++ b/xfce-base/libxfce4util/Manifest @@ -1,2 +1 @@ -DIST libxfce4util-4.13.1.tar.bz2 497192 BLAKE2B 56ec5929df43e2c430c45298a2f7634a539ef1f32598ce4cd038659c93ed5de4f28472f744ab03e3cefd040266c1e1bd415c8b4e9489be8f3930bd6df8d1c5c0 SHA512 1667cc22ff72920d3280725cb40c41f5fba9dcfcba8e357ba85548c7f254a67a3ef942c1b71f0ac5c3a7fe46c8c4cb559a06a8111aa71ce1f6824d1a1c2b5063 DIST libxfce4util-4.13.2.tar.bz2 509280 BLAKE2B 40f1fb95abff4857e976dd5f3ae8c8ad5e66e2c1c49723735e85124db71d30f204525cd74baf22e31bf405718f378b0c9ac37ec4189e1f4b9941d0eb6fc141ce SHA512 3bbb718f3a6d2213c86695b3f99d1e67c859ce635e5d066b18745d2ee57c0b2eea468b61079d8e2514c2d8f5fa847539d236ec0ed3fd17fecd9d1b36dc3595c4 diff --git a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild deleted file mode 100644 index 0c4f2b0bc59b..000000000000 --- a/xfce-base/libxfce4util/libxfce4util-4.13.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A basic utility library for the Xfce desktop environment" -HOMEPAGE="https://git.xfce.org/xfce/libxfce4util/" -SRC_URI="https://archive.xfce.org/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="introspection" - -RDEPEND=">=dev-libs/glib-2.30:= - introspection? ( dev-libs/gobject-introspection:= )" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/gtk-doc-am - sys-devel/gettext - virtual/pkgconfig" - -src_configure() { - local myconf=( - $(use_enable introspection) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - - find "${D}" -name '*.la' -delete || die -} |