* [gentoo-commits] gentoo-x86 commit in net-mail/libpst: libpst-0.6.58.ebuild ChangeLog
@ 2013-01-29 7:56 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2013-01-29 7:56 UTC (permalink / raw
To: gentoo-commits
patrick 13/01/29 07:56:28
Modified: ChangeLog
Added: libpst-0.6.58.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.39 net-mail/libpst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 25 Nov 2012 09:44:26 -0000 1.38
+++ ChangeLog 29 Jan 2013 07:56:28 -0000 1.39
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/libpst
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.38 2012/11/25 09:44:26 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.39 2013/01/29 07:56:28 patrick Exp $
+
+*libpst-0.6.58 (29 Jan 2013)
+
+ 29 Jan 2013; Patrick Lauer <patrick@gentoo.org> +libpst-0.6.58.ebuild:
+ Bump
25 Nov 2012; Tim Harder <radhermit@gentoo.org> -libpst-0.6.54-r1.ebuild:
Remove old.
1.1 net-mail/libpst/libpst-0.6.58.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?rev=1.1&content-type=text/plain
Index: libpst-0.6.58.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v 1.1 2013/01/29 07:56:28 patrick Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
inherit autotools eutils python
DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
HOMEPAGE="http://www.five-ten-sg.com/libpst/"
SRC_URI="http://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick[png] )
gnome-extra/libgsf"
DEPEND="${RDEPEND}
virtual/libiconv
virtual/pkgconfig
dii? ( media-libs/gd[png] )
python? ( >=dev-libs/boost-1.48[python] )"
pkg_setup() {
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
# don't build the static python library
epatch "${FILESDIR}"/${PN}-0.6.52-no-static-python-lib.patch
# fix pkgconfig file for static linking
epatch "${FILESDIR}"/${PN}-0.6.53-pkgconfig-static.patch
# conditionally install the extra documentation
use doc || { sed -i -e "/SUBDIRS/s: html::" Makefile.am || die; }
# don't install duplicate docs
sed -i -e "/^html_DATA =/d" Makefile.am || die
eautoreconf
}
src_configure() {
econf \
--enable-libpst-shared \
$(use_enable debug pst-debug) \
$(use_enable dii) \
$(use_enable python) \
$(use_enable static-libs static) \
$(use python && echo --with-boost-python=boost_python-${PYTHON_ABI})
}
src_install() {
default
prune_libtool_files --all
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/libpst: libpst-0.6.58.ebuild ChangeLog
@ 2013-03-26 11:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 11:34 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 11:34:43
Modified: libpst-0.6.58.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #463120
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 net-mail/libpst/libpst-0.6.58.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?r1=1.1&r2=1.2
Index: libpst-0.6.58.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libpst-0.6.58.ebuild 29 Jan 2013 07:56:28 -0000 1.1
+++ libpst-0.6.58.ebuild 26 Mar 2013 11:34:43 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v 1.1 2013/01/29 07:56:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v 1.2 2013/03/26 11:34:43 ago Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick[png] )
1.40 net-mail/libpst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 29 Jan 2013 07:56:28 -0000 1.39
+++ ChangeLog 26 Mar 2013 11:34:43 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/libpst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.39 2013/01/29 07:56:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.40 2013/03/26 11:34:43 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libpst-0.6.58.ebuild:
+ Stable for amd64, wrt bug #463120
*libpst-0.6.58 (29 Jan 2013)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-mail/libpst: libpst-0.6.58.ebuild ChangeLog
@ 2013-03-26 11:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 11:41 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 11:41:30
Modified: libpst-0.6.58.ebuild ChangeLog
Log:
Stable for x86, wrt bug #463120
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 net-mail/libpst/libpst-0.6.58.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild?r1=1.2&r2=1.3
Index: libpst-0.6.58.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libpst-0.6.58.ebuild 26 Mar 2013 11:34:43 -0000 1.2
+++ libpst-0.6.58.ebuild 26 Mar 2013 11:41:30 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v 1.2 2013/03/26 11:34:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.58.ebuild,v 1.3 2013/03/26 11:41:30 ago Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
@@ -13,7 +13,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick[png] )
1.41 net-mail/libpst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/libpst/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 26 Mar 2013 11:34:43 -0000 1.40
+++ ChangeLog 26 Mar 2013 11:41:30 -0000 1.41
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/libpst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.40 2013/03/26 11:34:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.41 2013/03/26 11:41:30 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libpst-0.6.58.ebuild:
+ Stable for x86, wrt bug #463120
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libpst-0.6.58.ebuild:
Stable for amd64, wrt bug #463120
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-26 11:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 11:34 [gentoo-commits] gentoo-x86 commit in net-mail/libpst: libpst-0.6.58.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-03-26 11:41 Agostino Sarubbo (ago)
2013-01-29 7:56 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox