Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-util/devhelp/
Date: Thu, 13 Sep 2018 08:00:31
Message-Id: 1536825558.7329305c6b7859a4b35ece7babdc9060997aafd6.leio@gentoo
1 commit: 7329305c6b7859a4b35ece7babdc9060997aafd6
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 07:59:18 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 07:59:18 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7329305c
7
8 dev-util/devhelp-3.26.1: remove, available in ::gentoo
9
10 ::gentoo version doesn't wrongly build depend on gdk-pixbuf (pixdata
11 gresource attribute is not used)
12
13 dev-util/devhelp/devhelp-3.26.1.ebuild | 68 ----------------------------------
14 dev-util/devhelp/metadata.xml | 11 ------
15 2 files changed, 79 deletions(-)
16
17 diff --git a/dev-util/devhelp/devhelp-3.26.1.ebuild b/dev-util/devhelp/devhelp-3.26.1.ebuild
18 deleted file mode 100644
19 index 092f711b..00000000
20 --- a/dev-util/devhelp/devhelp-3.26.1.ebuild
21 +++ /dev/null
22 @@ -1,68 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -# gedit-3.8 is python3 only, this also per:
28 -# https://bugzilla.redhat.com/show_bug.cgi?id=979450
29 -PYTHON_COMPAT=( python{3_4,3_5,3_6} )
30 -
31 -inherit gnome2 python-single-r1 toolchain-funcs
32 -
33 -DESCRIPTION="An API documentation browser for GNOME"
34 -HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp"
35 -
36 -LICENSE="GPL-2+"
37 -SLOT="0/3-4" # subslot = 3-(libdevhelp-3 soname version)
38 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
39 -IUSE="gedit +introspection"
40 -REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )"
41 -
42 -COMMON_DEPEND="
43 - >=dev-libs/glib-2.38:2[dbus]
44 - >=x11-libs/gtk+-3.22:3
45 - >=net-libs/webkit-gtk-2.6.0:4
46 - gnome-base/gsettings-desktop-schemas
47 - introspection? ( >=dev-libs/gobject-introspection-1.30:= )
48 -"
49 -RDEPEND="${COMMON_DEPEND}
50 - gedit? (
51 - ${PYTHON_DEPS}
52 - app-editors/gedit[introspection,python,${PYTHON_USEDEP}]
53 - dev-python/pygobject:3[${PYTHON_USEDEP}]
54 - x11-libs/gtk+[introspection] )
55 -"
56 -# libxml2+gdk-pixbuf required for glib-compile-resources
57 -DEPEND="${COMMON_DEPEND}
58 - ${PYTHON_DEPS}
59 - dev-libs/libxml2
60 - >=dev-util/gtk-doc-am-1.25
61 - >=sys-devel/gettext-0.19.7
62 - virtual/pkgconfig
63 - x11-libs/gdk-pixbuf:2
64 -"
65 -# eautoreconf requires:
66 -# dev-libs/appstream-glib
67 -# sys-devel/autoconf-archive
68 -
69 -pkg_setup() {
70 - use gedit && python-single-r1_pkg_setup
71 -}
72 -
73 -src_prepare() {
74 - if ! use gedit ; then
75 - sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die
76 - fi
77 -
78 - gnome2_src_prepare
79 -}
80 -
81 -src_configure() {
82 - local myconf=""
83 - # ICC is crazy, silence warnings (bug #154010)
84 - if [[ $(tc-getCC) == "icc" ]] ; then
85 - myconf="--with-compile-warnings=no"
86 - fi
87 - gnome2_src_configure \
88 - $(use_enable introspection) \
89 - ${myconf}
90 -}
91
92 diff --git a/dev-util/devhelp/metadata.xml b/dev-util/devhelp/metadata.xml
93 deleted file mode 100644
94 index 04f1a3c9..00000000
95 --- a/dev-util/devhelp/metadata.xml
96 +++ /dev/null
97 @@ -1,11 +0,0 @@
98 -<?xml version="1.0" encoding="UTF-8"?>
99 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 -<pkgmetadata>
101 -<maintainer type="project">
102 - <email>gnome@g.o</email>
103 - <name>Gentoo GNOME Desktop</name>
104 -</maintainer>
105 -<use>
106 - <flag name="gedit">Install plugin for <pkg>app-editors/gedit</pkg></flag>
107 -</use>
108 -</pkgmetadata>