summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-09-21 20:37:04 +0200
committerPacho Ramos <pacho@gentoo.org>2015-09-21 20:37:04 +0200
commitb55939beb95922fec639178471b32996ef942608 (patch)
tree52a257f1f39e8b8b92dcb8107b5ac99edb7a73d6 /gnome-extra/yelp
parentgnome-extra/yelp: libgcrypt wasn't really needed, it was caused by a libtool ... (diff)
downloadgentoo-b55939beb95922fec639178471b32996ef942608.tar.gz
gentoo-b55939beb95922fec639178471b32996ef942608.tar.bz2
gentoo-b55939beb95922fec639178471b32996ef942608.zip
gnome-extra/yelp: Drop old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'gnome-extra/yelp')
-rw-r--r--gnome-extra/yelp/Manifest2
-rw-r--r--gnome-extra/yelp/yelp-3.14.1.ebuild54
-rw-r--r--gnome-extra/yelp/yelp-3.14.2.ebuild53
3 files changed, 0 insertions, 109 deletions
diff --git a/gnome-extra/yelp/Manifest b/gnome-extra/yelp/Manifest
index ee7ecf770132..098b6172d5cf 100644
--- a/gnome-extra/yelp/Manifest
+++ b/gnome-extra/yelp/Manifest
@@ -1,3 +1 @@
-DIST yelp-3.14.1.tar.xz 1401680 SHA256 1df24b0afa000fd7b003b43448be5227d72757e95e678a7be1832ebea685f072 SHA512 272992b9635853b9a1031969e6f3bdac6710b3ed07704cf9aeeb9358544356927db428828bbcd9fdcb73ceed0b8407b747847f16c4becb0fef36dcf0c0880fee WHIRLPOOL a35e55b26e382567a8db4d4cfac3e54a5ed1b994cb2ba7f39747a4a505094b4d11f55a59e82898274eec999508ee6bf44da18bb543b93edacb31b0909b80861b
-DIST yelp-3.14.2.tar.xz 1413432 SHA256 6c39d323ad26b9d44de54d6c7b79b8f3a983f4cb272bc79b05cb92922aa37dc6 SHA512 d6ba613340c16380ca8853b78cadb8f903b69206e206935535152be5658d8b0ee7cb610cb3c05ac0ac8da33f09ab973b5a4d39d28f3398deff4399112f760749 WHIRLPOOL 033a7a1d446c5cbd1af0c25ce833da181c88e8059063da74038dbc953b346cdc6c7b41d5074253393f285dc417c73763a8b4d801043d79e645939e32fbed6241
DIST yelp-3.16.1.tar.xz 1416752 SHA256 60810b8ddf5d2bf525a70a80a982af5053db061e0d823ed883d3671d9a5267ca SHA512 bfbce5c86dd6ee6d95cd4fc14acf8285616f4aef52b14d0b68f6844fbdad17631c84c2bc029e7ee0599055c00dd8599bf20341686290060b8c27ffddc2265103 WHIRLPOOL bab7e1f4297bcef0896a497c3d2a8d016405a77f77ae9810c80425dfb7234f018e6eb4688f2c408e9a71408684d107fef4de113bb007a0fe7f0850ba4d6a6e87
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 e8c441724d81..000000000000
--- a/gnome-extra/yelp/yelp-3.14.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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)
-}
diff --git a/gnome-extra/yelp/yelp-3.14.2.ebuild b/gnome-extra/yelp/yelp-3.14.2.ebuild
deleted file mode 100644
index 872eb9091bb8..000000000000
--- a/gnome-extra/yelp/yelp-3.14.2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}