From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp: ChangeLog yelp-2.30.2-r1.ebuild
Date: Sat, 12 Feb 2011 16:18:27 +0000 (UTC) [thread overview]
Message-ID: <20110212161827.8A3D420054@flycatcher.gentoo.org> (raw)
pacho 11/02/12 16:18:27
Modified: ChangeLog
Added: yelp-2.30.2-r1.ebuild
Log:
Disable lzma support since it's not compatible with xz-utils and it won't be solved until yelp3 (bug #314923), also disable beagle support as it's broken, dead all will be dropped soon (bug #353533).
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.251 gnome-extra/yelp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?rev=1.251&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?rev=1.251&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/ChangeLog?r1=1.250&r2=1.251
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog 30 Jan 2011 18:58:17 -0000 1.250
+++ ChangeLog 12 Feb 2011 16:18:27 -0000 1.251
@@ -1,6 +1,13 @@
# ChangeLog for gnome-extra/yelp
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.250 2011/01/30 18:58:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/ChangeLog,v 1.251 2011/02/12 16:18:27 pacho Exp $
+
+*yelp-2.30.2-r1 (12 Feb 2011)
+
+ 12 Feb 2011; Pacho Ramos <pacho@gentoo.org> +yelp-2.30.2-r1.ebuild:
+ Disable lzma support since it's not compatible with xz-utils and it won't be
+ solved until yelp3 (bug #314923), also disable beagle support as it's broken,
+ dead all will be dropped soon (bug #353533).
30 Jan 2011; Raúl Porcel <armin76@gentoo.org> yelp-2.30.2.ebuild:
alpha/arm/ia64/sparc stable wrt #348987
1.1 gnome-extra/yelp/yelp-2.30.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/yelp-2.30.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/yelp/yelp-2.30.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: yelp-2.30.2-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/yelp/yelp-2.30.2-r1.ebuild,v 1.1 2011/02/12 16:18:27 pacho Exp $
EAPI="3"
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"
# FIXME: lzma/xz support will be fixed in yelp3, bug #314923
IUSE=""
RDEPEND=">=gnome-base/gconf-2
>=app-text/gnome-doc-utils-0.19.1
>=x11-libs/gtk+-2.18:2
>=dev-libs/glib-2.16:2
>=dev-libs/libxml2-2.6.5
>=dev-libs/libxslt-1.1.4
>=x11-libs/startup-notification-0.8
>=dev-libs/dbus-glib-0.71
net-libs/xulrunner:1.9
sys-libs/zlib
app-arch/bzip2
>=app-text/rarian-0.7
>=app-text/scrollkeeper-9999"
DEPEND="${RDEPEND}
sys-devel/gettext
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.9
gnome-base/gnome-common"
# If eautoreconf:
# gnome-base/gnome-common
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README TODO"
G2CONF="${G2CONF}
--with-gecko=libxul-embedding
--with-search=basic
--disable-lzma"
}
src_prepare() {
gnome2_src_prepare
# Fix automagic lzma support, bug #266128
epatch "${FILESDIR}/${PN}-2.26.0-automagic-lzma.patch"
# Fix build with xulrunner-1.9.2
epatch "${FILESDIR}/${PN}-2.28.1-system-nspr.patch"
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
# strip stupid options in configure, see bug #196621
sed -i 's|$AM_CFLAGS -pedantic -ansi|$AM_CFLAGS|' configure || die "sed failed"
}
next reply other threads:[~2011-02-12 16:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-12 16:18 Pacho Ramos (pacho) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-02-23 23:04 [gentoo-commits] gentoo-x86 commit in gnome-extra/yelp: ChangeLog yelp-2.30.2-r1.ebuild Markos Chandras (hwoarang)
2011-02-24 20:31 Thomas Kahle (tomka)
2011-03-12 19:20 Raul Porcel (armin76)
2011-03-21 21:20 Kacper Kowalik (xarthisius)
2011-03-22 19:33 Brent Baude (ranger)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110212161827.8A3D420054@flycatcher.gentoo.org \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox