* [gentoo-commits] gentoo-x86 commit in mail-client/balsa: ChangeLog balsa-2.4.1.ebuild
@ 2009-08-11 22:33 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 3+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-08-11 22:33 UTC (permalink / raw
To: gentoo-commits
eva 09/08/11 22:33:22
Modified: ChangeLog
Added: balsa-2.4.1.ebuild
Log:
Version bump. Build fixes.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Revision Changes Path
1.85 mail-client/balsa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 31 May 2009 18:30:28 -0000 1.84
+++ ChangeLog 11 Aug 2009 22:33:22 -0000 1.85
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/balsa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.84 2009/05/31 18:30:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.85 2009/08/11 22:33:22 eva Exp $
+
+*balsa-2.4.1 (11 Aug 2009)
+
+ 11 Aug 2009; Gilles Dartiguelongue <eva@gentoo.org> +balsa-2.4.1.ebuild:
+ Version bump. Build fixes.
31 May 2009; Gilles Dartiguelongue <eva@gentoo.org> balsa-2.4.0.ebuild:
Add libunique to RDEPEND, bug #271816.
1.1 mail-client/balsa/balsa-2.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?rev=1.1&content-type=text/plain
Index: balsa-2.4.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v 1.1 2009/08/11 22:33:22 eva Exp $
EAPI="2"
inherit gnome2
DESCRIPTION="Email client for GNOME"
HOMEPAGE="http://pawsa.fedorapeople.org/balsa/"
SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
# Doesn't currently build with -gnome
IUSE="crypt doc gnome gtkhtml +gtkspell kerberos ldap libnotify rubrica sqlite ssl xface"
RDEPEND=">=dev-libs/glib-2.16
>=x11-libs/gtk+-2.14
dev-libs/gmime:2.4
>=net-libs/libesmtp-1.0.3
x11-themes/hicolor-icon-theme
net-mail/mailbase
dev-libs/libunique
crypt? ( >=app-crypt/gpgme-1.0 )
gnome? (
>=gnome-base/orbit-2
>=gnome-base/libbonobo-2.0
>=gnome-base/libgnome-2.0
>=gnome-base/libgnomeui-2.0
>=gnome-base/gconf-2.0
>=gnome-base/gnome-keyring-2.20
>=x11-libs/gtksourceview-2 )
gtkhtml? ( >=gnome-extra/gtkhtml-3.14 )
sqlite? ( >=dev-db/sqlite-2.8 )
libnotify? ( x11-libs/libnotify )
gtkspell? ( =app-text/gtkspell-2* )
!gtkspell? ( virtual/aspell-dict )
kerberos? ( app-crypt/mit-krb5 )
ldap? ( net-nds/openldap )
rubrica? ( dev-libs/libxml2 )
ssl? ( dev-libs/openssl )
xface? ( >=media-libs/compface-1.5.1 )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
sys-devel/gettext
>=app-text/scrollkeeper-0.1.4
app-text/gnome-doc-utils
doc? ( dev-util/gtk-doc )"
DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
pkg_setup() {
if use crypt ; then
G2CONF="${G2CONF} --with-gpgme=gpgme-config"
else
G2CONF="${G2CONF} --without-gpgme"
fi
if use gtkhtml ; then
G2CONF="${G2CONF} --with-gtkhtml=3"
else
G2CONF="${G2CONF} --without-gtkhtml"
fi
# canberra support is considered experimental
G2CONF="${G2CONF}
--disable-pcre
--enable-gregex
--enable-threads
--with-unique
--without-canberra
$(use_with gnome)
$(use_with gnome gtksourceview)
$(use_with gtkspell)
$(use_with kerberos gss)
$(use_with ldap)
$(use_with libnotify)
$(use_with rubrica)
$(use_with sqlite)
$(use_with ssl)
$(use_with xface compface)"
}
src_prepare() {
gnome2_src_prepare
# Remove disable deprecated statement
sed -i -e '/DISABLE_DEPRECATED/d' \
libinit_balsa/Makefile.am libinit_balsa/Makefile.in \
libbalsa/Makefile.am libbalsa/Makefile.in \
src/Makefile.am src/Makefile.in || die "sed failed"
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/balsa: ChangeLog balsa-2.4.1.ebuild
@ 2009-08-28 12:25 Tobias Klausmann (klausman)
0 siblings, 0 replies; 3+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-08-28 12:25 UTC (permalink / raw
To: gentoo-commits
klausman 09/08/28 12:25:44
Modified: ChangeLog balsa-2.4.1.ebuild
Log:
Stable on alpha, bug #278718
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.86 mail-client/balsa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.85&r2=1.86
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog 11 Aug 2009 22:33:22 -0000 1.85
+++ ChangeLog 28 Aug 2009 12:25:44 -0000 1.86
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/balsa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.85 2009/08/11 22:33:22 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.86 2009/08/28 12:25:44 klausman Exp $
+
+ 26 Aug 2009; Tobias Klausmann <klausman@gentoo.org> balsa-2.4.1.ebuild:
+ Stable on alpha, bug #278718
*balsa-2.4.1 (11 Aug 2009)
1.2 mail-client/balsa/balsa-2.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?r1=1.1&r2=1.2
Index: balsa-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- balsa-2.4.1.ebuild 11 Aug 2009 22:33:22 -0000 1.1
+++ balsa-2.4.1.ebuild 28 Aug 2009 12:25:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v 1.1 2009/08/11 22:33:22 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v 1.2 2009/08/28 12:25:44 klausman Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
# Doesn't currently build with -gnome
IUSE="crypt doc gnome gtkhtml +gtkspell kerberos ldap libnotify rubrica sqlite ssl xface"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in mail-client/balsa: ChangeLog balsa-2.4.1.ebuild
@ 2010-01-07 19:21 Brent Baude (ranger)
0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2010-01-07 19:21 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/07 19:21:25
Modified: ChangeLog balsa-2.4.1.ebuild
Log:
Marking balsa-2.4.1 ppc for bug 278718
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Revision Changes Path
1.89 mail-client/balsa/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 14 Sep 2009 21:22:50 -0000 1.88
+++ ChangeLog 7 Jan 2010 19:21:24 -0000 1.89
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/balsa
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.88 2009/09/14 21:22:50 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.89 2010/01/07 19:21:24 ranger Exp $
+
+ 07 Jan 2010; Brent Baude <ranger@gentoo.org> balsa-2.4.1.ebuild:
+ Marking balsa-2.4.1 ppc for bug 278718
14 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org> balsa-2.4.1-r1.ebuild:
Add missing eutils inherit.
1.3 mail-client/balsa/balsa-2.4.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild?r1=1.2&r2=1.3
Index: balsa-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- balsa-2.4.1.ebuild 28 Aug 2009 12:25:44 -0000 1.2
+++ balsa-2.4.1.ebuild 7 Jan 2010 19:21:24 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v 1.2 2009/08/28 12:25:44 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.1.ebuild,v 1.3 2010/01/07 19:21:24 ranger Exp $
EAPI="2"
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ppc ~sparc ~x86"
# Doesn't currently build with -gnome
IUSE="crypt doc gnome gtkhtml +gtkspell kerberos ldap libnotify rubrica sqlite ssl xface"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-07 19:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11 22:33 [gentoo-commits] gentoo-x86 commit in mail-client/balsa: ChangeLog balsa-2.4.1.ebuild Gilles Dartiguelongue (eva)
-- strict thread matches above, loose matches on Subject: below --
2009-08-28 12:25 Tobias Klausmann (klausman)
2010-01-07 19:21 Brent Baude (ranger)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox