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.7.ebuild
@ 2007-10-08 16:20 Akinori Hattori (hattya)
  0 siblings, 0 replies; 2+ messages in thread
From: Akinori Hattori (hattya) @ 2007-10-08 16:20 UTC (permalink / raw
  To: gentoo-commits

hattya      07/10/08 16:20:13

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

Revision  Changes    Path
1.250                mail-client/sylpheed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -r1.249 -r1.250
--- ChangeLog	17 Sep 2007 14:47:16 -0000	1.249
+++ ChangeLog	8 Oct 2007 16:20:12 -0000	1.250
@@ -1,6 +1,11 @@
 # ChangeLog for mail-client/sylpheed
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.249 2007/09/17 14:47:16 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.250 2007/10/08 16:20:12 hattya Exp $
+
+*sylpheed-2.4.7 (08 Oct 2007)
+
+  08 Oct 2007; Akinori Hattori <hattya@gentoo.org> +sylpheed-2.4.7.ebuild:
+  new upstream release.
 
   17 Sep 2007; Akinori Hattori <hattya@gentoo.org>
   -files/sylpheed-namespace.diff, -files/sylpheed-procmime.diff,



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

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

Index: sylpheed-2.4.7.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild,v 1.1 2007/10/08 16:20:12 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"

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 )
	xface? ( >=media-libs/compface-1.4 )"
RDEPEND="${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@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.7.ebuild
@ 2008-02-05 10:43 Markus Rothe (corsair)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Rothe (corsair) @ 2008-02-05 10:43 UTC (permalink / raw
  To: gentoo-commits

corsair     08/02/05 10:43:45

  Modified:             ChangeLog sylpheed-2.4.7.ebuild
  Log:
  Stable on ppc64
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.257                mail-client/sylpheed/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog	4 Feb 2008 16:32:02 -0000	1.256
+++ ChangeLog	5 Feb 2008 10:43:44 -0000	1.257
@@ -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.256 2008/02/04 16:32:02 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/ChangeLog,v 1.257 2008/02/05 10:43:44 corsair Exp $
+
+  05 Feb 2008; Markus Rothe <corsair@gentoo.org> sylpheed-2.4.7.ebuild:
+  Stable on ppc64
 
 *sylpheed-2.4.8 (04 Feb 2008)
 



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

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

Index: sylpheed-2.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sylpheed-2.4.7.ebuild	4 Feb 2008 16:26:43 -0000	1.5
+++ sylpheed-2.4.7.ebuild	5 Feb 2008 10:43:44 -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.7.ebuild,v 1.5 2008/02/04 16:26:43 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-2.4.7.ebuild,v 1.6 2008/02/05 10:43:44 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] 2+ messages in thread

end of thread, other threads:[~2008-02-05 10:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-05 10:43 [gentoo-commits] gentoo-x86 commit in mail-client/sylpheed: ChangeLog sylpheed-2.4.7.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-08 16:20 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