public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-nntp/pan: ChangeLog pan-9999.ebuild pan-0.139.ebuild pan-0.134.ebuild pan-0.133-r1.ebuild
@ 2012-11-04  9:17 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-11-04  9:17 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/11/04 09:17:06

  Modified:             ChangeLog pan-9999.ebuild
  Added:                pan-0.139.ebuild
  Removed:              pan-0.134.ebuild pan-0.133-r1.ebuild
  Log:
  Version bump with various bugfixes (bug #427650, thanks to Emmanuel Andry and Chris Smith). Drop old.
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.100                net-nntp/pan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	6 May 2012 10:35:14 -0000	1.99
+++ ChangeLog	4 Nov 2012 09:17:06 -0000	1.100
@@ -1,6 +1,14 @@
 # ChangeLog for net-nntp/pan
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.99 2012/05/06 10:35:14 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/ChangeLog,v 1.100 2012/11/04 09:17:06 tetromino Exp $
+
+*pan-0.139 (04 Nov 2012)
+
+  04 Nov 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  -pan-0.133-r1.ebuild, -files/pan-0.133-gcc44.patch, -pan-0.134.ebuild,
+  +pan-0.139.ebuild, +files/pan-0.139-pan.desktop.patch, pan-9999.ebuild:
+  Version bump with various bugfixes (bug #427650, thanks to Emmanuel Andry and
+  Chris Smith). Drop old.
 
 *pan-0.137 (06 May 2012)
 



1.10                 net-nntp/pan/pan-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/pan-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/pan-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/pan-9999.ebuild?r1=1.9&r2=1.10

Index: pan-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pan-9999.ebuild	6 May 2012 10:35:14 -0000	1.9
+++ pan-9999.ebuild	4 Nov 2012 09:17:06 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.9 2012/05/06 10:35:14 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-9999.ebuild,v 1.10 2012/11/04 09:17:06 tetromino Exp $
 
 EAPI="4"
 
@@ -16,7 +16,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="gnome-keyring libnotify spell ssl"
+IUSE="dbus gnome-keyring libnotify spell ssl"
 
 RDEPEND=">=dev-libs/glib-2.26:2
 	>=x11-libs/gtk+-2.16:2
@@ -26,7 +26,7 @@
 	spell? (
 		>=app-text/enchant-1.6
 		>=app-text/gtkspell-2.0.7:2 )
-	ssl? ( >=net-libs/gnutls-2.12.10 )"
+	ssl? ( >=net-libs/gnutls-3 )"
 
 DEPEND="${RDEPEND}
 	app-text/gnome-doc-utils
@@ -35,7 +35,7 @@
 	virtual/pkgconfig"
 
 # The normal version tree ebuild we are based on (for patching)
-Pnorm="${PN}-0.137"
+Pnorm="${PN}-0.139"
 
 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
 
@@ -48,6 +48,7 @@
 src_configure() {
 	econf \
 		--without-gtk3 \
+		$(use_with dbus) \
 		$(use_enable gnome-keyring gkr) \
 		$(use_with spell gtkspell) \
 		$(use_enable libnotify) \



1.1                  net-nntp/pan/pan-0.139.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/pan-0.139.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nntp/pan/pan-0.139.ebuild?rev=1.1&content-type=text/plain

Index: pan-0.139.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-nntp/pan/pan-0.139.ebuild,v 1.1 2012/11/04 09:17:06 tetromino Exp $

EAPI="4"

inherit eutils

DESCRIPTION="A newsreader for GNOME"
HOMEPAGE="http://pan.rebelbase.com/"
SRC_URI="http://pan.rebelbase.com/download/releases/${PV}/source/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="dbus gnome-keyring libnotify spell ssl"

RDEPEND=">=dev-libs/glib-2.26:2
	>=x11-libs/gtk+-2.16:2
	dev-libs/gmime:2.6
	gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 )
	libnotify? ( >=x11-libs/libnotify-0.4.1 )
	spell? (
		>=app-text/enchant-1.6
		>=app-text/gtkspell-2.0.7:2 )
	ssl? ( >=net-libs/gnutls-3 )"

DEPEND="${RDEPEND}
	app-text/gnome-doc-utils
	>=dev-util/intltool-0.35.5
	sys-devel/gettext
	virtual/pkgconfig"

DOCS="AUTHORS ChangeLog NEWS README"

src_prepare() {
	# in next release
	epatch "${FILESDIR}/${P}-pan.desktop.patch"
}

src_configure() {
	econf \
		--without-gtk3 \
		$(use_with dbus) \
		$(use_enable gnome-keyring gkr) \
		$(use_with spell gtkspell) \
		$(use_enable libnotify) \
		$(use_with ssl gnutls)
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-04  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04  9:17 [gentoo-commits] gentoo-x86 commit in net-nntp/pan: ChangeLog pan-9999.ebuild pan-0.139.ebuild pan-0.134.ebuild pan-0.133-r1.ebuild Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox