summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:46:58 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-23 00:46:58 +0100
commit6a2749770b62c506cecf7406a5bab74c6139e154 (patch)
tree20b5376fe15e0ca9efbf2cdc80ceefbda8972b8c /gnome-extra
parentgnome-extra/yelp-xsl: moved to gentoo-x86 (diff)
downloadgnome-6a2749770b62c506cecf7406a5bab74c6139e154.tar.gz
gnome-6a2749770b62c506cecf7406a5bab74c6139e154.tar.bz2
gnome-6a2749770b62c506cecf7406a5bab74c6139e154.zip
gnome-extra/yelp: moved to gentoo-x86
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/yelp/Manifest11
-rw-r--r--gnome-extra/yelp/yelp-3.14.1.ebuild54
2 files changed, 0 insertions, 65 deletions
diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
deleted file mode 100644
index 23297ebf..00000000
--- a/gnome-extra/yelp/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST yelp-3.14.1.tar.xz 1401680 SHA256 1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072 SHA512 272992b9635853b9a1031969e6f3bdac6710b3ed07704cf9aeeb9358544356927db428828bbcd9fdcb73ceed0b8407b747847f16c4becb0fef36dcf0c0880fee WHIRLPOOL a35e55b26e382567a8db4d4cfac3e54a5ed1b994cb2ba7f39747a4a505094b4d11f55a59e82898274eec999508ee6bf44da18bb543b93edacb31b0909b80861b
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlQ8RggACgkQ1fmVwcYIWAYwqwCfUQN9P2wkfAUkGzNQfA3Y3x4U
-12wAn1xc37nfsMK9x/ZzccKALiYxtdqb
-=rH1H
------END PGP SIGNATURE-----
diff --git a/gnome-extra/yelp/yelp-3.14.1.ebuild b/gnome-extra/yelp/yelp-3.14.1.ebuild
deleted file mode 100644
index 7e9572de..00000000
--- a/gnome-extra/yelp/yelp-3.14.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="yes"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Help browser for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Yelp"
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
-
-RDEPEND="
- app-arch/bzip2:=
- >=app-arch/xz-utils-4.9:=
- dev-db/sqlite:3=
- >=dev-libs/glib-2.38:2
- >=dev-libs/libxml2-2.6.5:2
- >=dev-libs/libxslt-1.1.4
- >=gnome-extra/yelp-xsl-3.12
- >=net-libs/webkit-gtk-1.3.10:3
- >=x11-libs/gtk+-3.13.3:3
- x11-themes/gnome-icon-theme-symbolic
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.41.0
- >=sys-devel/gettext-0.17
- virtual/pkgconfig
- gnome-base/gnome-common
-"
-# If eautoreconf:
-# gnome-base/gnome-common
-
-src_prepare() {
- # Fix compatibility with Gentoo's sys-apps/man
- # https://bugzilla.gnome.org/show_bug.cgi?id=648854
- epatch "${FILESDIR}/${PN}-3.0.3-man-compatibility.patch"
- eautoreconf
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --enable-bz2 \
- --enable-lzma \
- ITSTOOL=$(type -P true)
-}