summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2008-10-14 02:04:04 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2008-10-14 02:04:04 +0000
commitbdc766401c9343290f52a01cfd97b9df3f7d1b0f (patch)
tree59e99f050625e844bb058e698e987b0dfd69bdd1 /net-news
parent(non maintainer commit) remove old. QA cleanup. move autoconf out of RDEPEND ... (diff)
downloadgentoo-2-bdc766401c9343290f52a01cfd97b9df3f7d1b0f.tar.gz
gentoo-2-bdc766401c9343290f52a01cfd97b9df3f7d1b0f.tar.bz2
gentoo-2-bdc766401c9343290f52a01cfd97b9df3f7d1b0f.zip
Bump to liferea-1.4.20
* Fixes SF #2042420: "Toggle Read Status" item list popup menu option (reported by Jeff Fortin) * Fixes SF #2027445: Incorrect invalid encoding errors. (reported by Roman Beslik) * Fixes "lost" views. View in the cache database that are not used anymore will be dropped on startup. * Added new Slovakian translation (Pavol Klacansky) * Fixes a cache limit bug when merging items of feeds with more items than the cache allows. (reported by Dennis Nezic) * Fixes po/LINGUAS which missed "hu". * Fixes a bug introduced with 1.4.18 which caused news bins to drop everything on startup. (reported by tsukasa) * Workaround for SF #1995329: Next-Unread item selection doesn't always work (reported by several users). * Removing broken 'updated' state handling. Manually resetting update states didn't work persistently. Also many users confused the 'updated' flag with the read status. * Added pownce.com social bookmarking support. (patch by zodmaner, SF #2090554) (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/liferea/ChangeLog53
-rw-r--r--net-news/liferea/liferea-1.4.20.ebuild98
2 files changed, 150 insertions, 1 deletions
diff --git a/net-news/liferea/ChangeLog b/net-news/liferea/ChangeLog
index 5fd1a7d661ce..4c527015516e 100644
--- a/net-news/liferea/ChangeLog
+++ b/net-news/liferea/ChangeLog
@@ -1,6 +1,57 @@
# ChangeLog for net-news/liferea
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.161 2008/08/04 14:52:15 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.162 2008/10/14 02:04:04 dang Exp $
+
+*liferea-1.4.20 (14 Oct 2008)
+
+ 14 Oct 2008; Daniel Gryniewicz <dang@gentoo.org> +liferea-1.4.20.ebuild:
+ Bump to liferea-1.4.20
+
+ * Fixes SF #2042420: "Toggle Read Status" item list
+
+ popup menu option (reported by Jeff Fortin)
+
+ * Fixes SF #2027445: Incorrect invalid encoding errors.
+
+ (reported by Roman Beslik)
+
+ * Fixes "lost" views. View in the cache database that
+
+ are not used anymore will be dropped on startup.
+
+ * Added new Slovakian translation (Pavol Klacansky)
+
+ * Fixes a cache limit bug when merging items of
+
+ feeds with more items than the cache allows.
+
+ (reported by Dennis Nezic)
+
+ * Fixes po/LINGUAS which missed "hu".
+
+ * Fixes a bug introduced with 1.4.18 which caused
+
+ news bins to drop everything on startup.
+
+ (reported by tsukasa)
+
+ * Workaround for SF #1995329: Next-Unread item
+
+ selection doesn't always work (reported by
+
+ several users).
+
+ * Removing broken 'updated' state handling.
+
+ Manually resetting update states didn't work
+
+ persistently. Also many users confused the
+
+ 'updated' flag with the read status.
+
+ * Added pownce.com social bookmarking support.
+
+ (patch by zodmaner, SF #2090554)
*liferea-1.4.18 (04 Aug 2008)
diff --git a/net-news/liferea/liferea-1.4.20.ebuild b/net-news/liferea/liferea-1.4.20.ebuild
new file mode 100644
index 000000000000..98b38161c036
--- /dev/null
+++ b/net-news/liferea/liferea-1.4.20.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/liferea-1.4.20.ebuild,v 1.1 2008/10/14 02:04:04 dang Exp $
+
+WANT_AUTOMAKE=1.9
+inherit gnome2 eutils autotools
+
+DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo/etc feeds"
+HOMEPAGE="http://liferea.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-2"
+
+EAPI="1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+# Can't add webkit until there's a masked use flag for it's keyworded
+# webkit
+IUSE="dbus gtkhtml gnutls libnotify lua networkmanager webkit xulrunner"
+
+RDEPEND="
+ libnotify? ( >=x11-libs/libnotify-0.3.2 )
+ lua? ( >=dev-lang/lua-5.1 )
+ xulrunner? ( net-libs/xulrunner:1.9 )
+ !xulrunner? ( webkit? ( net-libs/webkit-gtk ) )
+ !amd64? ( !xulrunner? ( !webkit? ( gtkhtml? ( gnome-extra/gtkhtml:2 ) ) ) )
+ >=x11-libs/gtk+-2.8
+ x11-libs/pango
+ >=gnome-base/gconf-2
+ >=dev-libs/libxml2-2.6.27
+ >=dev-libs/libxslt-1.1.19
+ >=dev-db/sqlite-3.3
+ >=dev-libs/glib-2
+ >=gnome-base/libglade-2
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
+ networkmanager? ( net-misc/networkmanager )
+ gnutls? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+pkg_setup() {
+ # Backends are now mutually exclusive.
+ # we prefer xulrunner over webkit over seamonkey over gtkhtml
+ if use xulrunner ; then
+ G2CONF="${G2CONF} --enable-xulrunner"
+ G2CONF="${G2CONF} --disable-webkit"
+ G2CONF="${G2CONF} --disable-gecko"
+ G2CONF="${G2CONF} --disable-gtkhtml2"
+ elif use webkit ; then
+ G2CONF="${G2CONF} --enable-webkit"
+ G2CONF="${G2CONF} --disable-gecko"
+ G2CONF="${G2CONF} --disable-xulrunner"
+ G2CONF="${G2CONF} --disable-gtkhtml2"
+ elif use gtkhtml ; then
+ if ! use amd64 ; then
+ G2CONF="${G2CONF} --enable-gtkhtml2"
+ G2CONF="${G2CONF} --disable-gecko"
+ G2CONF="${G2CONF} --disable-xulrunner"
+ G2CONF="${G2CONF} --disable-webkit"
+ else
+ elog ""
+ elog "gtkhtml is no longer supported on amd64; you will need to "
+ elog "select either xulrunner or webkit to use liferea."
+ elog "Preference is: xulrunner, then webkit."
+ die "You must enable xulrunner or webkit on amd64"
+ fi
+ else
+ elog ""
+ elog "You must choose one backend for liferea to work. Preference is:"
+ elog "xulrunner, webkit, then gtkhtml."
+ die "You must enable on of the backends"
+ fi
+
+ G2CONF="${G2CONF}
+ $(use_enable dbus)
+ $(use_enable gnutls)
+ $(use_enable libnotify)
+ $(use_enable lua)
+ $(use_enable networkmanager nm)"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+
+ epatch "${FILESDIR}"/${PN}-1.4.17-xulrunner-1.9.patch
+
+ intltoolize --force || die "intltoolize failed"
+ eautoreconf
+}
+
+src_install() {
+ gnome2_src_install
+ rm -f "${D}/usr/bin/${PN}"
+ mv "${D}/usr/bin/${PN}-bin" "${D}/usr/bin/${PN}"
+}