summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-15 20:06:07 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-15 20:33:21 +0100
commit3e2b225efb79d38613db8cde124c7efb76235bdb (patch)
tree42b749a6f4c2608e9bbb3a5e1e48309dd80e7190 /xfce-base/libxfce4ui
parentmedia-tv/kodi: Do not use media-fonts/noto (diff)
downloadgentoo-3e2b225efb79d38613db8cde124c7efb76235bdb.tar.gz
gentoo-3e2b225efb79d38613db8cde124c7efb76235bdb.tar.bz2
gentoo-3e2b225efb79d38613db8cde124c7efb76235bdb.zip
xfce-base/libxfce4ui: Drop old
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r--xfce-base/libxfce4ui/Manifest1
-rw-r--r--xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild63
2 files changed, 0 insertions, 64 deletions
diff --git a/xfce-base/libxfce4ui/Manifest b/xfce-base/libxfce4ui/Manifest
index c6f4dbfc1ea7..c13e86d94518 100644
--- a/xfce-base/libxfce4ui/Manifest
+++ b/xfce-base/libxfce4ui/Manifest
@@ -1,3 +1,2 @@
DIST libxfce4ui-4.13.0.tar.bz2 688646 BLAKE2B 72f9bb12e31f8015ca78c83ae7eeab7a81961e279f81c039e83f8dacf149cacd64c9262c1d925d1620c7993184ed65006e5acbe642fc3cbd949712fcdc360cdc SHA512 342c4fb09b3f13e066b994c54cd557a65c116566b8201217cb663851ba387932cdd4ebf2274f32bdc97a98b3a2bd1b59de75ef6cc4c6f5d0e5f1910b7eca591e
-DIST libxfce4ui-4.13.2.tar.bz2 705425 BLAKE2B 0f7668738f871823e4c84db02f682f75de9defb540b6702f4c18d6650c087a32451b89cfaf50d02202b9ff67cf136a62d3a9ffb13a61754e4c15ce2ba24d599c SHA512 fbf823283f46b1cd73e830c70d848a2e15ecef2037e2249390ecf580f66f23f8ea766f5f19e46e1513b2ce3a692c2bff53f1c54ef00eaede065ac0c7a85c1908
DIST libxfce4ui-4.13.3.tar.bz2 705465 BLAKE2B 47879b7dc952c351eb7a6266346c784a902f724b2e8bfc0b66860b12c15885e569a112a67c3087eceaa019256760f11c29f0c05d7b59b746bf6740fe3db81f93 SHA512 eef93a71fe41102eb402878e908b1e2e24060869235e1fff93e65bd480fa3ac53f1beba3b26d061b1962b3c3eefa77cb122e796609ab4b5f6fead353167cc396
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild
deleted file mode 100644
index 90846401101d..000000000000
--- a/xfce-base/libxfce4ui/libxfce4ui-4.13.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-utils
-
-DESCRIPTION="Unified widget and session management libs for Xfce"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="debug glade introspection startup-notification"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
- >=x11-libs/gtk+-2.24:2=
- >=x11-libs/gtk+-3.18:3=[introspection?]
- x11-libs/libX11:=
- x11-libs/libICE:=
- x11-libs/libSM:=
- >=xfce-base/libxfce4util-4.12:=[introspection?]
- >=xfce-base/xfconf-4.12:=
- glade? ( dev-util/glade:3.10= )
- introspection? ( dev-libs/gobject-introspection:= )
- startup-notification? ( x11-libs/startup-notification:= )
- !xfce-base/xfce-utils"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable introspection)
- $(use_enable startup-notification)
- # TODO: check revdeps and make it optional one day
- --enable-gtk2
- # requires deprecated glade:3 (gladeui-1.0), bug #551296
- --disable-gladeui
- # this one's for :3.10
- $(use_enable glade gladeui2)
- --with-vendor-info=Gentoo
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
-
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}