public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-02-04 16:32 Akinori Hattori (hattya)
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori (hattya) @ 2008-02-04 16:32 UTC (permalink / raw
  To: gentoo-commits

hattya      08/02/04 16:32:03

  Modified:             ChangeLog
  Added:                sylpheed-2.4.8.ebuild
  Log:
  new upstream release.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.256                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.256&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.256&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.255&r2=1.256

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -r1.255 -r1.256
--- ChangeLog	4 Feb 2008 16:26:43 -0000	1.255
+++ ChangeLog	4 Feb 2008 16:32:02 -0000	1.256
@@ -1,6 +1,11 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.255 2008/02/04 16:26:43 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.256 2008/02/04 16:32:02 hattya Exp $
+
+*sylpheed-2.4.8 (04 Feb 2008)
+
+  04 Feb 2008; Akinori Hattori <hattya@gentoo.org> +sylpheed-2.4.8.ebuild:
+  new upstream release.
 
   04 Feb 2008; Akinori Hattori <hattya@gentoo.org> sylpheed-2.4.7.ebuild:
   fixes bug #205863.



1.1                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.1&content-type=text/plain

Index: sylpheed-2.4.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.1 2008/02/04 16:32:02 hattya Exp $

inherit autotools eutils

IUSE="crypt ipv6 ldap nls pda spell ssl xface"

DESCRIPTION="A lightweight email client and newsreader"
HOMEPAGE="http://sylpheed.sraoss.jp/"
SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"

LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"

COMMON_DEPEND=">=x11-libs/gtk+-2.4
	nls? ( >=sys-devel/gettext-0.12.1 )
	crypt? ( >=app-crypt/gpgme-0.4.5 )
	ldap? ( >=net-nds/openldap-2.0.11 )
	pda? ( app-pda/jpilot )
	spell? ( app-text/gtkspell )
	ssl? ( dev-libs/openssl )"
DEPEND="${COMMON_DEPEND}
	dev-util/pkgconfig
	xface? ( >=media-libs/compface-1.4 )"
RDEPEND="${COMMON_DEPEND}
	app-misc/mime-types
	x11-misc/shared-mime-info"

AT_M4DIR="ac"

src_unpack() {

	unpack ${A}
	cd "${S}"

	epatch "${FILESDIR}"/${PN}-2.*.diff

	use crypt || cp ac/missing/gpgme.m4 ac

	eautomake

}

src_compile() {

	local htmldir=/usr/share/doc/${PF}/html

	econf \
		$(use_enable crypt gpgme) \
		$(use_enable ipv6) \
		$(use_enable ldap) \
		$(use_enable nls) \
		$(use_enable pda jpilot) \
		$(use_enable spell gtkspell) \
		$(use_enable ssl) \
		$(use_enable xface compface) \
		--with-manualdir=${htmldir}/manual \
		--with-faqdir=${htmldir}/faq \
		|| die
	emake || die

}

src_install() {

	emake DESTDIR="${D}" install || die

	dodoc AUTHORS ChangeLog* NEWS* README* TODO*
	doicon *.png
	domenu *.desktop

}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-17 15:59 Samuli Suominen (drac)
  0 siblings, 0 replies; 10+ messages in thread
From: Samuli Suominen (drac) @ 2008-06-17 15:59 UTC (permalink / raw
  To: gentoo-commits

drac        08/06/17 15:59:24

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  Fix autotools handling so that aclocal doesn't die when ./m4 is missing wrt #219341, thanks to Marcin Nowicki and Alex Buell.
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.258                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.258&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.258&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.257&r2=1.258

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog	5 Feb 2008 10:43:44 -0000	1.257
+++ ChangeLog	17 Jun 2008 15:59:24 -0000	1.258
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.257 2008/02/05 10:43:44 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.258 2008/06/17 15:59:24 drac Exp $
+
+  17 Jun 2008; Samuli Suominen <drac@gentoo.org> sylpheed-2.4.8.ebuild:
+  Fix autotools handling so that aclocal doesn't die when ./m4 is missing
+  wrt #219341, thanks to Marcin Nowicki and Alex Buell.
 
   05 Feb 2008; Markus Rothe <corsair@gentoo.org> sylpheed-2.4.7.ebuild:
   Stable on ppc64



1.2                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.1&r2=1.2

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sylpheed-2.4.8.ebuild	4 Feb 2008 16:32:02 -0000	1.1
+++ sylpheed-2.4.8.ebuild	17 Jun 2008 15:59:24 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.1 2008/02/04 16:32:02 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.2 2008/06/17 15:59:24 drac Exp $
 
 inherit autotools eutils
 
@@ -28,19 +28,16 @@
 	app-misc/mime-types
 	x11-misc/shared-mime-info"
 
-AT_M4DIR="ac"
-
 src_unpack() {
-
 	unpack ${A}
 	cd "${S}"
-
 	epatch "${FILESDIR}"/${PN}-2.*.diff
 
-	use crypt || cp ac/missing/gpgme.m4 ac
+	mkdir m4 # bug 219341
 
-	eautomake
+	use crypt || cp ac/missing/gpgme.m4 ac
 
+	AT_M4DIR="ac" eautoreconf
 }
 
 src_compile() {



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-17 16:30 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2008-06-17 16:30 UTC (permalink / raw
  To: gentoo-commits

jer         08/06/17 16:30:49

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  Stable for HPPA (bug #212606).
  (Portage version: 2.1.5.4)

Revision  Changes    Path
1.259                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.259&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.259&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.258&r2=1.259

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog	17 Jun 2008 15:59:24 -0000	1.258
+++ ChangeLog	17 Jun 2008 16:30:49 -0000	1.259
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.258 2008/06/17 15:59:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.259 2008/06/17 16:30:49 jer Exp $
+
+  17 Jun 2008; Jeroen Roovers <jer@gentoo.org> sylpheed-2.4.8.ebuild:
+  Stable for HPPA (bug #212606).
 
   17 Jun 2008; Samuli Suominen <drac@gentoo.org> sylpheed-2.4.8.ebuild:
   Fix autotools handling so that aclocal doesn't die when ./m4 is missing



1.3                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.2&r2=1.3

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sylpheed-2.4.8.ebuild	17 Jun 2008 15:59:24 -0000	1.2
+++ sylpheed-2.4.8.ebuild	17 Jun 2008 16:30:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.2 2008/06/17 15:59:24 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.3 2008/06/17 16:30:49 jer Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-18  7:54 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-06-18  7:54 UTC (permalink / raw
  To: gentoo-commits

opfer       08/06/18 07:54:18

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  stable x86, bug 212606
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.260                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.260&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.260&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.259&r2=1.260

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog	17 Jun 2008 16:30:49 -0000	1.259
+++ ChangeLog	18 Jun 2008 07:54:18 -0000	1.260
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.259 2008/06/17 16:30:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.260 2008/06/18 07:54:18 opfer Exp $
+
+  18 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
+  sylpheed-2.4.8.ebuild:
+  stable x86, bug 212606
 
   17 Jun 2008; Jeroen Roovers <jer@gentoo.org> sylpheed-2.4.8.ebuild:
   Stable for HPPA (bug #212606).



1.4                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.3&r2=1.4

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sylpheed-2.4.8.ebuild	17 Jun 2008 16:30:49 -0000	1.3
+++ sylpheed-2.4.8.ebuild	18 Jun 2008 07:54:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.3 2008/06/17 16:30:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.4 2008/06/18 07:54:18 opfer Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-19 17:45 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 10+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-06-19 17:45 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/06/19 17:45:58

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  Stable on ppc wrt bug 212606
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.262                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.261&r2=1.262

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog	19 Jun 2008 15:06:12 -0000	1.261
+++ ChangeLog	19 Jun 2008 17:45:57 -0000	1.262
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.261 2008/06/19 15:06:12 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.262 2008/06/19 17:45:57 nixnut Exp $
+
+  19 Jun 2008; nixnut <nixnut@gentoo.org> sylpheed-2.4.8.ebuild:
+  Stable on ppc wrt bug 212606
 
 *sylpheed-2.5.0 (19 Jun 2008)
 



1.5                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.4&r2=1.5

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sylpheed-2.4.8.ebuild	18 Jun 2008 07:54:18 -0000	1.4
+++ sylpheed-2.4.8.ebuild	19 Jun 2008 17:45:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.4 2008/06/18 07:54:18 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.5 2008/06/19 17:45:57 nixnut Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-19 19:01 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 10+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-06-19 19:01 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/06/19 19:01:48

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  stable on sparc, bug #212606
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.263                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.263&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.263&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.262&r2=1.263

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -r1.262 -r1.263
--- ChangeLog	19 Jun 2008 17:45:57 -0000	1.262
+++ ChangeLog	19 Jun 2008 19:01:47 -0000	1.263
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.262 2008/06/19 17:45:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.263 2008/06/19 19:01:47 bluebird Exp $
+
+  19 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> sylpheed-2.4.8.ebuild:
+  stable on sparc, bug #212606
 
   19 Jun 2008; nixnut <nixnut@gentoo.org> sylpheed-2.4.8.ebuild:
   Stable on ppc wrt bug 212606



1.6                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.5&r2=1.6

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sylpheed-2.4.8.ebuild	19 Jun 2008 17:45:57 -0000	1.5
+++ sylpheed-2.4.8.ebuild	19 Jun 2008 19:01:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.5 2008/06/19 17:45:57 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.6 2008/06/19 19:01:47 bluebird Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 sparc x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-19 19:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2008-06-19 19:37 UTC (permalink / raw
  To: gentoo-commits

armin76     08/06/19 19:37:19

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  alpha/ia64 stable wrt #212606
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.264                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.264&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.264&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.263&r2=1.264

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- ChangeLog	19 Jun 2008 19:01:47 -0000	1.263
+++ ChangeLog	19 Jun 2008 19:37:19 -0000	1.264
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.263 2008/06/19 19:01:47 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.264 2008/06/19 19:37:19 armin76 Exp $
+
+  19 Jun 2008; Raúl Porcel <armin76@gentoo.org> sylpheed-2.4.8.ebuild:
+  alpha/ia64 stable wrt #212606
 
   19 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> sylpheed-2.4.8.ebuild:
   stable on sparc, bug #212606



1.7                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.6&r2=1.7

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sylpheed-2.4.8.ebuild	19 Jun 2008 19:01:47 -0000	1.6
+++ sylpheed-2.4.8.ebuild	19 Jun 2008 19:37:19 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.6 2008/06/19 19:01:47 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.7 2008/06/19 19:37:19 armin76 Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 sparc x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-21 19:28 Markus Rothe (corsair)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Rothe (corsair) @ 2008-06-21 19:28 UTC (permalink / raw
  To: gentoo-commits

corsair     08/06/21 19:28:54

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  Stable on ppc64; bug #212606
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.265                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.264&r2=1.265

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog	19 Jun 2008 19:37:19 -0000	1.264
+++ ChangeLog	21 Jun 2008 19:28:54 -0000	1.265
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.264 2008/06/19 19:37:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.265 2008/06/21 19:28:54 corsair Exp $
+
+  21 Jun 2008; Markus Rothe <corsair@gentoo.org> sylpheed-2.4.8.ebuild:
+  Stable on ppc64; bug #212606
 
   19 Jun 2008; Raúl Porcel <armin76@gentoo.org> sylpheed-2.4.8.ebuild:
   alpha/ia64 stable wrt #212606



1.8                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.7&r2=1.8

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sylpheed-2.4.8.ebuild	19 Jun 2008 19:37:19 -0000	1.7
+++ sylpheed-2.4.8.ebuild	21 Jun 2008 19:28:54 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.7 2008/06/19 19:37:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.8 2008/06/21 19:28:54 corsair Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2008-06-22 19:31 Kenneth Prugh (ken69267)
  0 siblings, 0 replies; 10+ messages in thread
From: Kenneth Prugh (ken69267) @ 2008-06-22 19:31 UTC (permalink / raw
  To: gentoo-commits

ken69267    08/06/22 19:31:13

  Modified:             ChangeLog sylpheed-2.4.8.ebuild
  Log:
  amd64 stable, bug #212606
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)

Revision  Changes    Path
1.266                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.266&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.266&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.265&r2=1.266

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.265
retrieving revision 1.266
diff -u -r1.265 -r1.266
--- ChangeLog	21 Jun 2008 19:28:54 -0000	1.265
+++ ChangeLog	22 Jun 2008 19:31:13 -0000	1.266
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.265 2008/06/21 19:28:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.266 2008/06/22 19:31:13 ken69267 Exp $
+
+  22 Jun 2008; Kenneth Prugh <ken69267@gentoo.org> sylpheed-2.4.8.ebuild:
+  amd64 stable, bug #212606
 
   21 Jun 2008; Markus Rothe <corsair@gentoo.org> sylpheed-2.4.8.ebuild:
   Stable on ppc64; bug #212606



1.9                  mail-client/sylpheed/sylpheed-2.4.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild?r1=1.8&r2=1.9

Index: sylpheed-2.4.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sylpheed-2.4.8.ebuild	21 Jun 2008 19:28:54 -0000	1.8
+++ sylpheed-2.4.8.ebuild	22 Jun 2008 19:31:13 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.8 2008/06/21 19:28:54 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.8.ebuild,v 1.9 2008/06/22 19:31:13 ken69267 Exp $
 
 inherit autotools eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 SLOT="0"
 
 COMMON_DEPEND=">=x11-libs/gtk+-2.4



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild
@ 2010-04-11  8:32 Akinori Hattori (hattya)
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori (hattya) @ 2010-04-11  8:32 UTC (permalink / raw
  To: gentoo-commits

hattya      10/04/11 08:32:23

  Modified:             ChangeLog
  Removed:              sylpheed-2.4.8.ebuild
  Log:
  cleaned out old ebuild(s).
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.283                mail-client/sylpheed/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.283&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?rev=1.283&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/sylpheed/ChangeLog?r1=1.282&r2=1.283

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog	13 Mar 2010 16:03:24 -0000	1.282
+++ ChangeLog	11 Apr 2010 08:32:23 -0000	1.283
@@ -1,6 +1,11 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.282 2010/03/13 16:03:24 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.283 2010/04/11 08:32:23 hattya Exp $
+
+  11 Apr 2010; Akinori Hattori <hattya@gentoo.org>
+  -files/sylpheed-2.2-replace-aspell-with-enchant.diff,
+  -sylpheed-2.4.8.ebuild:
+  cleaned out old ebuild(s).
 
   13 Mar 2010; Akinori Hattori <hattya@gentoo.org> -sylpheed-2.7.0.ebuild,
   sylpheed-2.7.1.ebuild:






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-04-11  8:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-11  8:32 [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.8.ebuild Akinori Hattori (hattya)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-22 19:31 Kenneth Prugh (ken69267)
2008-06-21 19:28 Markus Rothe (corsair)
2008-06-19 19:37 Raul Porcel (armin76)
2008-06-19 19:01 Friedrich Oslage (bluebird)
2008-06-19 17:45 Gysbert Wassenaar (nixnut)
2008-06-18  7:54 Christian Faulhammer (opfer)
2008-06-17 16:30 Jeroen Roovers (jer)
2008-06-17 15:59 Samuli Suominen (drac)
2008-02-04 16:32 Akinori Hattori (hattya)

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