Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glade/
Date: Tue, 08 Jan 2019 22:40:24
Message-Id: 1546987164.060b3c0ab3da37e193abfd1237be138d25749126.leio@gentoo
1 commit: 060b3c0ab3da37e193abfd1237be138d25749126
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 8 22:17:03 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 8 22:39:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=060b3c0a
7
8 dev-util/glade: remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 dev-util/glade/Manifest | 1 -
14 dev-util/glade/glade-3.20.2.ebuild | 89 --------------------------------------
15 2 files changed, 90 deletions(-)
16
17 diff --git a/dev-util/glade/Manifest b/dev-util/glade/Manifest
18 index 4a26e8fc1aa..9a5ce83c170 100644
19 --- a/dev-util/glade/Manifest
20 +++ b/dev-util/glade/Manifest
21 @@ -1,2 +1 @@
22 -DIST glade-3.20.2.tar.xz 3535064 BLAKE2B 33e5e9477556ac5f645cf13658ff1eebdaf046c1bbbcf5ac528c00f9b5f76943ede8140cc6a3b73dc27ed96c363208700031306f19478ba0e9e2fbae8319f500 SHA512 45f850ed4d409aaf11153da45398e7974d7b85235bf5d5043bc11755c3e4d1201f59ed854786162a7414f0521c818982560d4e226f93625b9253dc598793118a
23 DIST glade-3.20.4.tar.xz 3534860 BLAKE2B f502e863f9acbd6580c043ff82dffb84ea8fdb833c0b6fdb8bbeeb7a7056a79416f1140472d23e0cdb14ed3bd06e17fca93ea663af690451001909aa4abfe478 SHA512 3da7781f74fa80e21336e49b9b36cf73b88ec9cf6f66a5c0e5d48ebc3382d87f5eb981b924704f04dfa4931e5691928a20c7cc73cca5b5f3a32e2348d6b87802
24
25 diff --git a/dev-util/glade/glade-3.20.2.ebuild b/dev-util/glade/glade-3.20.2.ebuild
26 deleted file mode 100644
27 index fcb9aec14d7..00000000000
28 --- a/dev-util/glade/glade-3.20.2.ebuild
29 +++ /dev/null
30 @@ -1,89 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -GNOME2_LA_PUNT="yes"
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit gnome2 python-single-r1 versionator virtualx
39 -
40 -DESCRIPTION="A user interface designer for GTK+ and GNOME"
41 -HOMEPAGE="https://glade.gnome.org/"
42 -
43 -LICENSE="GPL-2+ FDL-1.1+"
44 -SLOT="3.10/6" # subslot = suffix of libgladeui-2.so
45 -KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
46 -
47 -IUSE="debug +introspection python"
48 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
49 -
50 -RDEPEND="
51 - dev-libs/atk[introspection?]
52 - >=dev-libs/glib-2.32:2
53 - >=dev-libs/libxml2-2.4.0:2
54 - x11-libs/cairo:=
55 - x11-libs/gdk-pixbuf:2[introspection?]
56 - >=x11-libs/gtk+-3.20.0:3[introspection?]
57 - x11-libs/pango[introspection?]
58 - introspection? ( >=dev-libs/gobject-introspection-1.32:= )
59 - python? (
60 - ${PYTHON_DEPS}
61 - >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] )
62 -"
63 -DEPEND="${RDEPEND}
64 - app-text/docbook-xml-dtd:4.1.2
65 - app-text/yelp-tools
66 - dev-libs/libxslt
67 - >=dev-util/gtk-doc-am-1.13
68 - >=dev-util/intltool-0.41.0
69 - dev-util/itstool
70 - virtual/pkgconfig
71 -
72 - dev-libs/gobject-introspection-common
73 - gnome-base/gnome-common
74 -"
75 -# eautoreconf requires:
76 -# dev-libs/gobject-introspection-common
77 -# gnome-base/gnome-common
78 -
79 -PATCHES=(
80 - # To avoid file collison with other slots, rename help module.
81 - # Prevent the UI from loading glade:3's gladeui devhelp documentation.
82 - "${FILESDIR}"/${PN}-3.14.1-doc-version.patch
83 -)
84 -
85 -pkg_setup() {
86 - use python && python-single-r1_pkg_setup
87 -}
88 -
89 -src_configure() {
90 - gnome2_src_configure \
91 - --disable-static \
92 - --enable-gladeui \
93 - --enable-libtool-lock \
94 - $(usex debug --enable-debug ' ') \
95 - $(use_enable introspection) \
96 - $(use_enable python)
97 -}
98 -
99 -src_test() {
100 - virtx emake check
101 -}
102 -
103 -src_install() {
104 - # modify Name in .desktop file to avoid confusion with other slots
105 - sed -e 's:^\(Name.*=Glade\):\1 '$(get_version_component_range 1-2): \
106 - -i data/glade.desktop || die "sed of data/glade.desktop failed"
107 - # modify name in .devhelp2 file to avoid shadowing with glade:3 docs
108 - sed -e 's:name="gladeui":name="gladeui-2":' \
109 - -i doc/html/gladeui.devhelp2 || die "sed of gladeui.devhelp2 failed"
110 - gnome2_src_install
111 -}
112 -
113 -pkg_postinst() {
114 - gnome2_pkg_postinst
115 - if ! has_version dev-util/devhelp ; then
116 - elog "You may want to install dev-util/devhelp for integration API"
117 - elog "documentation support."
118 - fi
119 -}