x11-libs/libwnck: remove old
authorMart Raudsepp <leio@gentoo.org>
Thu, 15 Mar 2018 01:35:42 +0000 (03:35 +0200)
committerMart Raudsepp <leio@gentoo.org>
Thu, 15 Mar 2018 01:35:42 +0000 (03:35 +0200)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

x11-libs/libwnck/Manifest
x11-libs/libwnck/libwnck-3.20.1.ebuild [deleted file]

index 03c5d380ec08649c458fc987b854eb555119525c..95a64fdd73075e72b7a6983b60368ee650df92ec 100644 (file)
@@ -1,3 +1,2 @@
 DIST libwnck-2.31.0.tar.xz 630792 BLAKE2B 8201537d3c9a8a0a8668fc16d33a8eaa05c14312401f1c763c922402df04ef03260dd259f5c46508f85390f7aefd551e83143e654b24b412272dddb7c7c4bd62 SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9
-DIST libwnck-3.20.1.tar.xz 693932 BLAKE2B 6a411ce9aa721ad158ba4c6cde6ca33892f8346b8bbcfa769f1cfe34e8de8cab434691d8dfdc1cd7b35a015d7b39db952bf882554db0b85ee3ff641f49dbda67 SHA512 68e9ec8795a0c54edfb31299f48daed5b8c8aab9462a38fd6336f88c29cb96cff66bf852a6049fc34c28bd6cab2e5e6863a711b0ce726999ca7f8e9b07f0eaf0
 DIST libwnck-3.24.1.tar.xz 821508 BLAKE2B 18bc01a08107e0b2b040cb6036a80cb289955aa9365b7568292aa1c29dc77758bc9b11caa57b8cff6bebb75dd1d0bf7135b0cebed1e42c6ccc1c1372c6a224b5 SHA512 e8a31ab2dc0c282f1e0994ce6a2ccd18678dc5c140943399262e795052b7f5da2d6a5d388a74f4b10f8fac66ab138983a9caaee4e72c92a17c01ca5c39b731e1
diff --git a/x11-libs/libwnck/libwnck-3.20.1.ebuild b/x11-libs/libwnck/libwnck-3.20.1.ebuild
deleted file mode 100644 (file)
index 8cca046..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2
-
-DESCRIPTION="A window navigation construction kit"
-HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
-
-LICENSE="LGPL-2+"
-SLOT="3"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
-
-IUSE="+introspection startup-notification tools"
-
-RDEPEND="
-       x11-libs/cairo[X]
-       >=x11-libs/gtk+-3.16:3[introspection?]
-       >=dev-libs/glib-2.32:2
-       x11-libs/libX11
-       x11-libs/libXres
-       x11-libs/libXext
-       introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
-       startup-notification? ( >=x11-libs/startup-notification-0.4 )
-"
-DEPEND="${RDEPEND}
-       dev-util/gtk-doc-am
-       >=dev-util/intltool-0.40.6
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-# eautoreconf needs
-#      gnome-base/gnome-common
-
-src_configure() {
-       # Don't collide with SLOT=1
-       gnome2_src_configure \
-               --disable-static \
-               $(use_enable introspection) \
-               $(use_enable startup-notification) \
-               $(use_enable tools) \
-               --program-suffix=-${SLOT}
-}