diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-03-28 17:32:16 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-03-28 17:32:16 +0000 |
commit | 6e09b1919b3fa78846d6cdc89b156be12ae38407 (patch) | |
tree | 97194a51ccb13524ffd73d40416b45adcd60ecd8 /gnome-extra/yelp | |
parent | Version bump for Gnome 3.8 (diff) | |
download | gentoo-2-6e09b1919b3fa78846d6cdc89b156be12ae38407.tar.gz gentoo-2-6e09b1919b3fa78846d6cdc89b156be12ae38407.tar.bz2 gentoo-2-6e09b1919b3fa78846d6cdc89b156be12ae38407.zip |
Version bump for Gnome 3.8
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/yelp')
-rw-r--r-- | gnome-extra/yelp/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-extra/yelp/yelp-3.8.0.ebuild | 52 |
2 files changed, 58 insertions, 1 deletions
diff --git a/gnome-extra/yelp/ChangeLog b/gnome-extra/yelp/ChangeLog index 9b2f8384bff2..5a626b13c853 100644 --- a/gnome-extra/yelp/ChangeLog +++ b/gnome-extra/yelp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/yelp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.300 2013/02/02 22:41:58 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.301 2013/03/28 17:32:16 pacho Exp $ + +*yelp-3.8.0 (28 Mar 2013) + + 28 Mar 2013; Pacho Ramos <pacho@gentoo.org> +yelp-3.8.0.ebuild: + Version bump for Gnome 3.8 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> yelp-3.6.2.ebuild: Add ~arm, wrt bug #449220 diff --git a/gnome-extra/yelp/yelp-3.8.0.ebuild b/gnome-extra/yelp/yelp-3.8.0.ebuild new file mode 100644 index 000000000000..efae7449f18c --- /dev/null +++ b/gnome-extra/yelp/yelp-3.8.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-3.8.0.ebuild,v 1.1 2013/03/28 17:32:16 pacho Exp $ + +EAPI="5" +GCONF_DEBUG="yes" + +inherit autotools eutils gnome2 + +DESCRIPTION="Help browser for GNOME" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="" + +RDEPEND=" + app-arch/bzip2:= + >=app-arch/xz-utils-4.9:= + dev-db/sqlite:3= + >=dev-libs/glib-2.25.11:2 + >=dev-libs/libxml2-2.6.5:2 + >=dev-libs/libxslt-1.1.4 + >=gnome-extra/yelp-xsl-3.6.1 + >=net-libs/webkit-gtk-1.3.10:3 + >=x11-libs/gtk+-2.91.8: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() { + G2CONF="${G2CONF} + --disable-static + --enable-bz2 + --enable-lzma + ITSTOOL=$(type -P true)" + + # 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 +} |