Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
Date: Thu, 15 Apr 2021 15:36:56
Message-Id: 1618500942.bf987a8131bda72700515e3ca09e06ac182c10a3.mattst88@gentoo
1 commit: bf987a8131bda72700515e3ca09e06ac182c10a3
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:35:42 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:35:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf987a81
7
8 x11-libs/libwnck: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-libs/libwnck/libwnck-2.31.0.ebuild | 52 ----------------------------------
13 1 file changed, 52 deletions(-)
14
15 diff --git a/x11-libs/libwnck/libwnck-2.31.0.ebuild b/x11-libs/libwnck/libwnck-2.31.0.ebuild
16 deleted file mode 100644
17 index ab2c6fe9871..00000000000
18 --- a/x11-libs/libwnck/libwnck-2.31.0.ebuild
19 +++ /dev/null
20 @@ -1,52 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -GNOME2_LA_PUNT="yes"
26 -GCONF_DEBUG="no"
27 -
28 -inherit flag-o-matic gnome2
29 -
30 -DESCRIPTION="A window navigation construction kit"
31 -HOMEPAGE="https://www.gnome.org/"
32 -
33 -LICENSE="LGPL-2+"
34 -SLOT="1"
35 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
36 -
37 -IUSE="+introspection startup-notification"
38 -
39 -RDEPEND="
40 - >=x11-libs/gtk+-2.19.7:2[introspection?]
41 - >=dev-libs/glib-2.16:2
42 - x11-libs/libX11
43 - x11-libs/libXres
44 - x11-libs/libXext
45 - introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
46 - startup-notification? ( >=x11-libs/startup-notification-0.4 )
47 -"
48 -DEPEND="${RDEPEND}
49 - dev-util/glib-utils
50 - dev-util/gtk-doc-am
51 - >=dev-util/intltool-0.40
52 - sys-devel/gettext
53 - virtual/pkgconfig
54 -"
55 -# eautoreconf needs
56 -# gnome-base/gnome-common
57 -
58 -src_prepare() {
59 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
60 -
61 - # Regenerate pregenerated marshalers for <glib-2.31 compatibility
62 - rm -v libwnck/wnck-marshal.{c,h} || die "rm failed"
63 -
64 - gnome2_src_prepare
65 -}
66 -
67 -src_configure() {
68 - gnome2_src_configure \
69 - --disable-static \
70 - $(use_enable introspection) \
71 - $(use_enable startup-notification)
72 -}