gnome-extra/yelp: remove old
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Apr 2017 12:07:50 +0000 (15:07 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Apr 2017 13:00:20 +0000 (16:00 +0300)
Package-Manager: Portage-2.3.5, Repoman-2.3.1

gnome-extra/yelp/Manifest
gnome-extra/yelp/yelp-3.20.1.ebuild [deleted file]

index fe88e34cce311053a97218b620d97cccd4c009b1..4b76f12cced39705127706fd8b847d6079af97b8 100644 (file)
@@ -1,2 +1 @@
-DIST yelp-3.20.1.tar.xz 1377544 SHA256 dda0b051ad32908cb9d894d1db3ffdac69b21849b8a6a9a74d9669b017f608c2 SHA512 a1b5d086e8850583ce3e8baee476f051f2d3d07e4457e2c3f7c197eb79a0fbf9f7ff48e40b47adf2f1008fb8113fd4377895128a5b2ede3de5be597a66ebfce6 WHIRLPOOL bbb8c034814919dea53f8c7a4f9a0ce014c7b56b07cf4d676161659eaf380e47b9edb52071b3a0879aa55637961f3fb5affd719b6d89f58e22a282b4e6e8a8eb
 DIST yelp-3.22.0.tar.xz 1383500 SHA256 8616b77c239aaa731312609f192c9b2c71d54b2cae42ff23efa23b5b3188778e SHA512 ba31c7801fc4642d9c4dcf34d4b8c02005f2ebfab4ecfe4e726685c5fb95f05311fc3a481f9b2d2e8b211395e4c932adba0e68b57d264cd1f6065402d9143d32 WHIRLPOOL 40227288b1f3788bb8740872f9e960f97765caf595d56ecb02cac451e08c155f15c47d086e00fc8f32c4e665ed8fb67da76312b7ef4d4c6f1c047d83687c2e86
diff --git a/gnome-extra/yelp/yelp-3.20.1.ebuild b/gnome-extra/yelp/yelp-3.20.1.ebuild
deleted file mode 100644 (file)
index 1869034..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit autotools 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 ~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-2.7.2:4
-       >=x11-libs/gtk+-3.13.3:3
-       x11-themes/adwaita-icon-theme
-"
-DEPEND="${RDEPEND}
-       >=dev-util/gtk-doc-am-1.13
-       >=dev-util/intltool-0.41.0
-       dev-util/itstool
-       >=sys-devel/gettext-0.17
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       # Fix compatibility with Gentoo's sys-apps/man
-       # https://bugzilla.gnome.org/show_bug.cgi?id=648854
-       eapply "${FILESDIR}"/${PN}-3.20.0-man-compatibility.patch
-       eautoreconf
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               --enable-bz2 \
-               --enable-lzma
-}
-
-src_install() {
-       gnome2_src_install
-       exeinto /usr/libexec/
-       doexe "${S}"/libyelp/yelp-groff
-}