Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
Date: Sat, 20 Feb 2016 13:55:59
Message-Id: 1455976394.c8daaaf5219eb49f7aa2d3ccd2a455d8fd856cf4.pacho@gentoo
1 commit: c8daaaf5219eb49f7aa2d3ccd2a455d8fd856cf4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 20 13:43:01 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 13:53:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8daaaf5
7
8 x11-libs/libwnck: Drop old
9
10 Package-Manager: portage-2.2.27
11
12 x11-libs/libwnck/Manifest | 1 -
13 x11-libs/libwnck/libwnck-3.4.9.ebuild | 55 -----------------------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/x11-libs/libwnck/Manifest b/x11-libs/libwnck/Manifest
17 index d7b0820..4e32195 100644
18 --- a/x11-libs/libwnck/Manifest
19 +++ b/x11-libs/libwnck/Manifest
20 @@ -1,3 +1,2 @@
21 DIST libwnck-2.31.0.tar.xz 630792 SHA256 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e SHA512 54262a08882021f08f3ba7f2ddfa33fc1f02e391a0f61cf999a50a089e0d277dfe13ab133c1a46e9abf0599bd24c21dacff80b51013cbb1375d2cd71ac9abbe9 WHIRLPOOL 369c0ce1f412a0874d2f3a09e387405632726259427fff013adc4d619f4f9f80b57e376252746bdc7fe54f27749e51127ccc0870a80629cb98afb45dc420f941
22 DIST libwnck-3.14.0.tar.xz 675916 SHA256 f5080076346609b4c36394b879f3a86b92ced3b90a37cb54c8e9a14f00e7921c SHA512 bf5953d06697b6f623f82fe3ab3158ad3a794712bf08822fe901023e740afe4b47cc026854707b77c0c63d38614133fbef589d62385a39b99ce7e8c66c8940be WHIRLPOOL 945127110134e3b23f986fb3024b6a77577f42f9067e5760663849351687969398da0e69dca29f2e0950c8f5f364eb9e822c25d719c2f976fbf36f2e13c89d5c
23 -DIST libwnck-3.4.9.tar.xz 674396 SHA256 96e6353f2701a1ea565ece54d791a7bebef1832d96126f7377c54bb3516682c4 SHA512 58397ab9c3ea8517503cbc51c5e72ffadfba882146936855a65756ada28339303408df17517cd6711f26bca6236e66a8755177849af28292fcc4820ce64d28b2 WHIRLPOOL 93366bbcbc45a17aff607c7db9d7d057013671f34762248388b343975c932ca174b0d471fab23b93f1d05e5064f9945a9734dceb88f0cf90cfdeab916e0e0e1f
24
25 diff --git a/x11-libs/libwnck/libwnck-3.4.9.ebuild b/x11-libs/libwnck/libwnck-3.4.9.ebuild
26 deleted file mode 100644
27 index 06e8d95..0000000
28 --- a/x11-libs/libwnck/libwnck-3.4.9.ebuild
29 +++ /dev/null
30 @@ -1,55 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -GNOME2_LA_PUNT="yes"
38 -
39 -inherit flag-o-matic gnome2
40 -
41 -DESCRIPTION="A window navigation construction kit"
42 -HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
43 -
44 -LICENSE="LGPL-2+"
45 -SLOT="3"
46 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
47 -
48 -IUSE="+introspection startup-notification tools"
49 -
50 -RDEPEND="
51 - >=x11-libs/gtk+-3.4:3[introspection?]
52 - >=dev-libs/glib-2.32:2
53 - x11-libs/libX11
54 - x11-libs/libXres
55 - x11-libs/libXext
56 - introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
57 - startup-notification? ( >=x11-libs/startup-notification-0.4 )
58 - x86-interix? ( sys-libs/itx-bind )
59 -"
60 -DEPEND="${RDEPEND}
61 - dev-util/gtk-doc-am
62 - >=dev-util/intltool-0.40.6
63 - sys-devel/gettext
64 - virtual/pkgconfig
65 -"
66 -# eautoreconf needs
67 -# gnome-base/gnome-common
68 -
69 -src_configure() {
70 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
71 -
72 - if use x86-interix; then
73 - # activate the itx-bind package...
74 - append-flags "-I${EPREFIX}/usr/include/bind"
75 - append-ldflags "-L${EPREFIX}/usr/lib/bind"
76 - fi
77 -
78 - # Don't collide with SLOT=1
79 - gnome2_src_configure \
80 - --disable-static \
81 - $(use_enable introspection) \
82 - $(use_enable startup-notification) \
83 - $(use_enable tools) \
84 - --program-suffix=-${SLOT}
85 -}