Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libwnck/
Date: Mon, 30 Jan 2017 19:12:29
Message-Id: 1485803419.9d3d805cb794551eefa75ad498f34e194d673960.grobian@gentoo
1 commit: 9d3d805cb794551eefa75ad498f34e194d673960
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 19:10:19 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 19:10:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d3d805c
7
8 x11-libs/libwnck: drop Interix mods
9
10 Package-Manager: portage-2.3.3
11
12 x11-libs/libwnck/libwnck-2.31.0.ebuild | 7 -------
13 x11-libs/libwnck/libwnck-3.20.1.ebuild | 7 -------
14 2 files changed, 14 deletions(-)
15
16 diff --git a/x11-libs/libwnck/libwnck-2.31.0.ebuild b/x11-libs/libwnck/libwnck-2.31.0.ebuild
17 index 8c933cf..3799c76 100644
18 --- a/x11-libs/libwnck/libwnck-2.31.0.ebuild
19 +++ b/x11-libs/libwnck/libwnck-2.31.0.ebuild
20 @@ -31,7 +31,6 @@ DEPEND="${RDEPEND}
21 >=dev-util/intltool-0.40
22 sys-devel/gettext
23 virtual/pkgconfig
24 - x86-interix? ( sys-libs/itx-bind )
25 "
26 # eautoreconf needs
27 # gnome-base/gnome-common
28 @@ -43,12 +42,6 @@ src_prepare() {
29 rm -v libwnck/wnck-marshal.{c,h} || die "rm failed"
30
31 gnome2_src_prepare
32 -
33 - if use x86-interix; then
34 - # activate the itx-bind package...
35 - append-flags "-I${EPREFIX}/usr/include/bind"
36 - append-ldflags "-L${EPREFIX}/usr/lib/bind"
37 - fi
38 }
39
40 src_configure () {
41
42 diff --git a/x11-libs/libwnck/libwnck-3.20.1.ebuild b/x11-libs/libwnck/libwnck-3.20.1.ebuild
43 index 0f270b0..4b9cb02 100644
44 --- a/x11-libs/libwnck/libwnck-3.20.1.ebuild
45 +++ b/x11-libs/libwnck/libwnck-3.20.1.ebuild
46 @@ -25,7 +25,6 @@ RDEPEND="
47 x11-libs/libXext
48 introspection? ( >=dev-libs/gobject-introspection-0.6.14:= )
49 startup-notification? ( >=x11-libs/startup-notification-0.4 )
50 - x86-interix? ( sys-libs/itx-bind )
51 "
52 DEPEND="${RDEPEND}
53 dev-util/gtk-doc-am
54 @@ -37,12 +36,6 @@ DEPEND="${RDEPEND}
55 # gnome-base/gnome-common
56
57 src_configure() {
58 - if use x86-interix; then
59 - # activate the itx-bind package...
60 - append-flags "-I${EPREFIX}/usr/include/bind"
61 - append-ldflags "-L${EPREFIX}/usr/lib/bind"
62 - fi
63 -
64 # Don't collide with SLOT=1
65 gnome2_src_configure \
66 --disable-static \