summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-11-15 02:14:17 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2013-11-15 02:17:12 +0100
commitbfe417e47cecb9cf26ae179c905c127d0aea16e9 (patch)
treef3d0ac0d8a539aca3f529158ea3ae7335b0e406a /dev-util
parentx11-themes/gnome-backgrounds: 3.10.0 → 3.10.1 (diff)
downloadgnome-bfe417e47cecb9cf26ae179c905c127d0aea16e9.tar.gz
gnome-bfe417e47cecb9cf26ae179c905c127d0aea16e9.tar.bz2
gnome-bfe417e47cecb9cf26ae179c905c127d0aea16e9.zip
Revert commit 255f0218..92e8d28f
Those commits are improperly tested and were not meant to be pushed yet.
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/devhelp/Manifest11
-rw-r--r--dev-util/devhelp/devhelp-3.10.0.ebuild61
2 files changed, 0 insertions, 72 deletions
diff --git a/dev-util/devhelp/Manifest b/dev-util/devhelp/Manifest
deleted file mode 100644
index 0b5ef93b..00000000
--- a/dev-util/devhelp/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST devhelp-3.10.0.tar.xz 469736 SHA256 4d28d21a0331c67086607b737147947b288416ab38c8a0b0264f7a63bd4fce9b SHA512 42b6e28110aebefa0fe7c169bb0fcc2e95cbde77aa83bfc4c757f244a9072ad848d00dde6b7ddbf41e7b7f09ec69c57524171f4bd6c2581018017de9a4290940 WHIRLPOOL c38af61e4097f92092b0038563d830b36692755c27202f31a3b0c1286f4ea15e5af70d528e19bef9c0dcc325b5e7b600408469bc55593447b7ac44a1ca4b69f4
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.21 (GNU/Linux)
-
-iEYEAREKAAYFAlJayYUACgkQ1fmVwcYIWAaUxgCgmLBic5EInKF/BJEm/+T5AKxL
-Zj4AnAncmxdYRmdVIeMKOYeykxkxola1
-=V+EN
------END PGP SIGNATURE-----
diff --git a/dev-util/devhelp/devhelp-3.10.0.ebuild b/dev-util/devhelp/devhelp-3.10.0.ebuild
deleted file mode 100644
index 12a10bca..00000000
--- a/dev-util/devhelp/devhelp-3.10.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-# gedit-3.8 is python3 only, this also per:
-# https://bugzilla.redhat.com/show_bug.cgi?id=979450
-PYTHON_COMPAT=( python{3_2,3_3} )
-
-inherit gnome2 python-single-r1 toolchain-funcs
-
-DESCRIPTION="An API documentation browser for GNOME"
-HOMEPAGE="http://live.gnome.org/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} )"
-
-# FIXME: automagic python dependency
-COMMON_DEPEND="
- >=dev-libs/glib-2.37.3:2
- >=x11-libs/gtk+-3.9.8:3
- >=net-libs/webkit-gtk-2:3
-"
-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}
- >=sys-devel/gettext-0.17
- >=dev-util/intltool-0.40
- 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}
-}