summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-09-01 01:49:35 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-09-01 01:49:35 +0000
commit6bd201fb618ba29a35c1b722451b4194706bd61f (patch)
treea5f544afc6e40818b132168f30acb9aa86322e73 /net-news
parentMarked ppc and ppc64 (diff)
downloadgentoo-2-6bd201fb618ba29a35c1b722451b4194706bd61f.tar.gz
gentoo-2-6bd201fb618ba29a35c1b722451b4194706bd61f.tar.bz2
gentoo-2-6bd201fb618ba29a35c1b722451b4194706bd61f.zip
Bump to 1.2.23
* Fix for ISO8601 date format second fraction parsing that caused missing * timezone information for item dates. (patch from Alexander Hess) * Fix for incorrect double UTF-8 conversion in the date format handling. (patch from Vincent Lefevre) * - GNOME proxy settings not handled correctly (reported by Luca Di * Stefano) * - Ctrl-N hotkey assigned twice * - no labels in toolbar when text and icons configured (reported by * Jérôme Guelfucci) (Portage version: 2.1.3.7)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/liferea/ChangeLog16
-rw-r--r--net-news/liferea/files/digest-liferea-1.2.233
-rw-r--r--net-news/liferea/liferea-1.2.23.ebuild90
3 files changed, 108 insertions, 1 deletions
diff --git a/net-news/liferea/ChangeLog b/net-news/liferea/ChangeLog
index cb28bf9c5110..d6b7085f4de7 100644
--- a/net-news/liferea/ChangeLog
+++ b/net-news/liferea/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for net-news/liferea
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.114 2007/08/20 14:32:41 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.115 2007/09/01 01:49:35 dang Exp $
+
+*liferea-1.2.23 (01 Sep 2007)
+
+ 01 Sep 2007; Daniel Gryniewicz <dang@gentoo.org> +liferea-1.2.23.ebuild:
+ Bump to 1.2.23
+ * Fix for ISO8601 date format second fraction parsing that caused missing
+ * timezone information for item dates. (patch from Alexander Hess)
+ * Fix for incorrect double UTF-8 conversion in the date format handling.
+ (patch from Vincent Lefevre)
+ * - GNOME proxy settings not handled correctly (reported by Luca Di
+ * Stefano)
+ * - Ctrl-N hotkey assigned twice
+ * - no labels in toolbar when text and icons configured (reported by
+ * Jérôme Guelfucci)
*liferea-1.2.22 (20 Aug 2007)
diff --git a/net-news/liferea/files/digest-liferea-1.2.23 b/net-news/liferea/files/digest-liferea-1.2.23
new file mode 100644
index 000000000000..222c507c7e2c
--- /dev/null
+++ b/net-news/liferea/files/digest-liferea-1.2.23
@@ -0,0 +1,3 @@
+MD5 2d910c60f063a7d274d69815ca55d002 liferea-1.2.23.tar.gz 1517098
+RMD160 26a9eee1bd760c1e7f7a3fbdebb98880417b26eb liferea-1.2.23.tar.gz 1517098
+SHA256 136dee87c7156d7fb20233b6ba597e194bcaafbce4f132bd3b002148b2982a67 liferea-1.2.23.tar.gz 1517098
diff --git a/net-news/liferea/liferea-1.2.23.ebuild b/net-news/liferea/liferea-1.2.23.ebuild
new file mode 100644
index 000000000000..ee8346a4d0fb
--- /dev/null
+++ b/net-news/liferea/liferea-1.2.23.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/liferea-1.2.23.ebuild,v 1.1 2007/09/01 01:49:35 dang Exp $
+
+WANT_AUTOMAKE=1.7
+WANT_AUTOCONF=latest
+inherit gnome2 flag-o-matic 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"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="dbus firefox gtkhtml gnutls libnotify lua networkmanager seamonkey xulrunner"
+
+RDEPEND=">=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-libs/glib-2
+ xulrunner? ( net-libs/xulrunner )
+ !xulrunner? ( firefox? ( www-client/mozilla-firefox ) )
+ !xulrunner? ( !firefox? ( seamonkey? ( www-client/seamonkey ) ) )
+ !amd64? ( !xulrunner? ( !firefox? ( !seamonkey? ( =gnome-extra/gtkhtml-2* ) ) ) )
+ !amd64? ( gtkhtml? ( =gnome-extra/gtkhtml-2* ) )
+ dbus? ( >=dev-libs/dbus-glib-0.71 )
+ libnotify? ( >=x11-libs/libnotify-0.3.2 )
+ networkmanager? ( net-misc/networkmanager )
+ lua? ( >=dev-lang/lua-5.1 )
+ gnutls? ( net-libs/gnutls )"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ >=dev-util/intltool-0.35"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_unpack() {
+ gnome2_src_unpack
+
+ epatch "${FILESDIR}/${PN}-1.1.0-libnotify.patch"
+
+ eautoreconf || die "Autoreconf failed"
+}
+
+pkg_setup() {
+ # On amd64, gtkhtml isn't supported. You need one of the gecko use flags
+ if use amd64 && ! use firefox && ! use seamonkey && ! use xulrunner; then
+ elog "gtkhtml is no longer supported on amd64; you will need to select"
+ elog "one of the gecko backends to use liferea"
+ die "You must enable on of the gecko backends on amd64"
+ fi
+
+ # if you don't choose a gecko to use, we will automatically
+ # use gtkhtml2 as the backend except on amd64 (where we failed above)
+ if ! use seamonkey && ! use firefox && ! use xulrunner && ! use amd64 ; then
+ G2CONF="${G2CONF} --enable-gtkhtml2"
+ elif ! use amd64 && use gtkhtml ; then
+ G2CONF="${G2CONF} --enable-gtkhtml2"
+ else
+ G2CONF="${G2CONF} --disable-gtkhtml2"
+ fi
+
+ # we prefer xulrunner over firefox over seamonkey
+ if use xulrunner ; then
+ G2CONF="${G2CONF} --enable-xulrunner"
+ elif use firefox ; then
+ G2CONF="${G2CONF} --enable-gecko=firefox"
+ elif use seamonkey ; then
+ G2CONF="${G2CONF} --enable-gecko=seamonkey"
+ else
+ G2CONF="${G2CONF} --disable-gecko"
+ fi
+
+ G2CONF="${G2CONF} \
+ $(use_enable dbus) \
+ $(use_enable gnutls) \
+ $(use_enable libnotify) \
+ $(use_enable lua) \
+ $(use_enable networkmanager nm)"
+}
+
+src_install() {
+ gnome2_src_install
+ rm -f ${D}/usr/bin/${PN}
+ mv ${D}/usr/bin/${PN}-bin ${D}/usr/bin/${PN}
+}