diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-02-03 21:26:08 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-02-03 21:39:04 +0200 |
commit | 700722430ddfc822498122800cc5dfc21585fa93 (patch) | |
tree | 365a94cee20f960f58832fcd15e571375300c8db /dev-util/devhelp | |
parent | dev-python/pyatspi: remove old (diff) | |
download | gentoo-700722430ddfc822498122800cc5dfc21585fa93.tar.gz gentoo-700722430ddfc822498122800cc5dfc21585fa93.tar.bz2 gentoo-700722430ddfc822498122800cc5dfc21585fa93.zip |
dev-util/devhelp: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/Manifest | 1 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-3.22.0.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-util/devhelp/Manifest b/dev-util/devhelp/Manifest index 6cd0bf4b3c7a..a1504bea2f0c 100644 --- a/dev-util/devhelp/Manifest +++ b/dev-util/devhelp/Manifest @@ -1,2 +1 @@ -DIST devhelp-3.22.0.tar.xz 491908 BLAKE2B ef10aa5030aeac01458e4762694bb7e9d51d2ca1b086de52a4c62b604a437c67eafab63f3b336fc8f0102b4eb0806a31f0bc0a48a4e70f06b15eb95576e881e5 SHA512 16d9853c4514d7b28381e3755e34682a2e9d64d666bb7d39094289d4990eb981efac041b7bf7f8beef5a018cab71c461ecd4e7b7a099fbc132f5b8f7b79749dc DIST devhelp-3.24.0.tar.xz 615460 BLAKE2B b81ac9b1453c0edff45fa746a556343345a150c6436d68db4d51f716704eca70e7aa1af4f3deb5b5c2747db65de619be119f36af807490aa8f95fd070c68cc39 SHA512 56b1eeaf9d3c3357d3140002bed5c29bf7b21953d964405190a1c9cad69d08000efa0220bbc36c67db4151b15ee37c37e061e6fa63c8a79f626e1ec0ce386062 diff --git a/dev-util/devhelp/devhelp-3.22.0.ebuild b/dev-util/devhelp/devhelp-3.22.0.ebuild deleted file mode 100644 index 4630ddc6af96..000000000000 --- a/dev-util/devhelp/devhelp-3.22.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -# gedit-3.8 is python3 only, this also per: -# https://bugzilla.redhat.com/show_bug.cgi?id=979450 -PYTHON_COMPAT=( python{3_4,3_5} ) - -inherit gnome2 python-single-r1 toolchain-funcs - -DESCRIPTION="An API documentation browser for GNOME" -HOMEPAGE="https://wiki.gnome.org/Apps/Devhelp" - -LICENSE="GPL-2+" -SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version) -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="gedit" -REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )" - -COMMON_DEPEND=" - >=dev-libs/glib-2.37.3:2[dbus] - >=x11-libs/gtk+-3.19.3:3 - >=net-libs/webkit-gtk-2.6.0:4 -" -RDEPEND="${COMMON_DEPEND} - gedit? ( - ${PYTHON_DEPS} - app-editors/gedit[introspection,python,${PYTHON_USEDEP}] - dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+[introspection] ) - gnome-base/gsettings-desktop-schemas -" -DEPEND="${COMMON_DEPEND} - ${PYTHON_DEPS} - >=dev-util/intltool-0.40 - gnome-base/gnome-common - virtual/pkgconfig -" - -pkg_setup() { - use gedit && python-single-r1_pkg_setup -} - -src_prepare() { - if ! use gedit ; then - sed -e '/SUBDIRS/ s/gedit-plugin//' -i misc/Makefile.{am,in} || die - fi - - gnome2_src_prepare -} - -src_configure() { - local myconf="" - # ICC is crazy, silence warnings (bug #154010) - if [[ $(tc-getCC) == "icc" ]] ; then - myconf="--with-compile-warnings=no" - fi - gnome2_src_configure ${myconf} -} |