summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2007-07-28 15:30:07 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2007-07-28 15:30:07 +0000
commit5d11ef1373c65ec1fbf3054663dfd14f297ca2c1 (patch)
tree51b75b07b64fe6a39de9004cd9953c9f266e32f3 /net-news
parentClean up (diff)
downloadgentoo-2-5d11ef1373c65ec1fbf3054663dfd14f297ca2c1.tar.gz
gentoo-2-5d11ef1373c65ec1fbf3054663dfd14f297ca2c1.tar.bz2
gentoo-2-5d11ef1373c65ec1fbf3054663dfd14f297ca2c1.zip
Bump to 1.2.20
* Fixes SF #1741243 which caused endless loops on LiveJournal authentication. * Added Brazilian-Portugese localized feed list. (Og Maciel) * Update of Spanish translation by Luis Rodrigo Gallardo Cruz * Fixes a compilation problem on systems without getaddrinfo (reported by Gilles Gravier) * Fixes a bug in the networking code (Hubert Figuiere) (Portage version: 2.1.3_rc9)
Diffstat (limited to 'net-news')
-rw-r--r--net-news/liferea/ChangeLog16
-rw-r--r--net-news/liferea/files/digest-liferea-1.2.203
-rw-r--r--net-news/liferea/liferea-1.2.20.ebuild90
3 files changed, 108 insertions, 1 deletions
diff --git a/net-news/liferea/ChangeLog b/net-news/liferea/ChangeLog
index 35e7b346ea9d..6d6e73cc5fd1 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.110 2007/07/08 05:51:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-news/liferea/ChangeLog,v 1.111 2007/07/28 15:30:07 dang Exp $
+
+*liferea-1.2.20 (28 Jul 2007)
+
+ 28 Jul 2007; Daniel Gryniewicz <dang@gentoo.org> +liferea-1.2.20.ebuild:
+ Bump to 1.2.20
+ * Fixes SF #1741243 which caused endless loops on
+ LiveJournal authentication.
+ * Added Brazilian-Portugese localized feed list.
+ (Og Maciel)
+ * Update of Spanish translation by Luis Rodrigo
+ Gallardo Cruz
+ * Fixes a compilation problem on systems without
+ getaddrinfo (reported by Gilles Gravier)
+ * Fixes a bug in the networking code (Hubert Figuiere)
08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org>
liferea-1.0.16.ebuild, liferea-1.0.24.ebuild:
diff --git a/net-news/liferea/files/digest-liferea-1.2.20 b/net-news/liferea/files/digest-liferea-1.2.20
new file mode 100644
index 000000000000..472e3b8369fa
--- /dev/null
+++ b/net-news/liferea/files/digest-liferea-1.2.20
@@ -0,0 +1,3 @@
+MD5 5dac90821ee2091642b8da95cf886774 liferea-1.2.20.tar.gz 1496651
+RMD160 6262626de5aef821cd74b3ab62d9a9f967961e54 liferea-1.2.20.tar.gz 1496651
+SHA256 708270e8c7b20ee32715028446b1f726d6eec79a02a50f7423bd7974cfd5d92c liferea-1.2.20.tar.gz 1496651
diff --git a/net-news/liferea/liferea-1.2.20.ebuild b/net-news/liferea/liferea-1.2.20.ebuild
new file mode 100644
index 000000000000..798c84ef17f8
--- /dev/null
+++ b/net-news/liferea/liferea-1.2.20.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.20.ebuild,v 1.1 2007/07/28 15:30:07 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}
+}