* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2016-01-14 22:11 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-01-14 22:11 UTC (permalink / raw
To: gentoo-commits
commit: 07da1383cf65ca3d60366580677c08c89bafa124
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 20:18:07 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 22:10:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07da1383
net-mail/libpst: version bump to 0.6.66
net-mail/libpst/Manifest | 1 +
net-mail/libpst/libpst-0.6.66.ebuild | 63 ++++++++++++++++++++++++++++++++++++
net-mail/libpst/metadata.xml | 2 +-
3 files changed, 65 insertions(+), 1 deletion(-)
diff --git a/net-mail/libpst/Manifest b/net-mail/libpst/Manifest
index cb48fe2..80fe50c 100644
--- a/net-mail/libpst/Manifest
+++ b/net-mail/libpst/Manifest
@@ -5,3 +5,4 @@ DIST libpst-0.6.60.tar.gz 13851530 SHA256 dc31bb66020ce5f4cfee9d195b37172423614c
DIST libpst-0.6.61.tar.gz 13852925 SHA256 aad27d0097aa7359b7a839894345fb77f0e22fbac8d5ec0e96fc8ed2f738806e SHA512 46c9a685ba87bd3057754c8dd427230e747d01f42f076b9851cd2ff06e48defb98adaa44c7a905aa6e803daa22057f7f78ca0bc47375a7a5999281ea2365af03 WHIRLPOOL e05a6774ec1a3bf94e1b7fe80b061f4e9cc6a96a1d2a5a216f8a1413b9f4b667ce9c6bef5d5830f98d9132ce3eee7c02d96585491e0717d95c9cbb3ef0d8256a
DIST libpst-0.6.63.tar.gz 13853290 SHA256 5f522606fb7b97d6e31bc2490dcce77b89ec77e12ade4af4551290f953483062 SHA512 1d45f3a19851e25b8af495c3ceeee34b74c4d14d4a9a723dcf63c009b38e5bcbc4cdb3219d136c234a85992f2d96a74b6069ad5b6cc8eed1963dfd6f7c46e836 WHIRLPOOL 19cac49b72d0fdd787105ffdadf6d8503735b21d1d6f615de4ffa0cdc4d8cb6f50010399a05bc2a101d08268ff25928eb11ece69d774dd2acc2625bf18ad4295
DIST libpst-0.6.64.tar.gz 13861215 SHA256 13c4f26f422b571c08ec5f602d878527606a435408724b1bf90a11e31dc17fe3 SHA512 28f5ca83c4ede616b2d4d8dfd074a6866932a08594419aa7bb2af49f7871b4c92d97e0a583d8e2ef3be88a26c1a98c10ce9b1c0498073b528b6810d75988ee4a WHIRLPOOL 3f8c264cb1e9cf36992d453d5568af3fe195aef9f67fea529c50f8de71ba6b49e37b9bb95b817e34210f680b87682daaef121540bf5bd2d4388304f37c9dad46
+DIST libpst-0.6.66.tar.gz 13836942 SHA256 92b49939d821091d9d25e27e17c78dbb867f3f9ab5b8f43e2b01ace0677e1f72 SHA512 0d07b13554b9e009787ce651714281d21a4d38afae997bd87244690538bd18176ab74655c0a0646b1c475c916052d4295ffe749e6a03765450af7e9c8443dd86 WHIRLPOOL 32c59f618013a2f1799b880eb3231d668412e22b1292cd5d4c026ca12e23c2133304f6ec3bd67ea22ec3622b5f32028d54fbaebd6e1d1d788284eecc1a29252f
diff --git a/net-mail/libpst/libpst-0.6.66.ebuild b/net-mail/libpst/libpst-0.6.66.ebuild
new file mode 100644
index 0000000..d74c815
--- /dev/null
+++ b/net-mail/libpst/libpst-0.6.66.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+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
+}
diff --git a/net-mail/libpst/metadata.xml b/net-mail/libpst/metadata.xml
index 896f994..f2dd617 100644
--- a/net-mail/libpst/metadata.xml
+++ b/net-mail/libpst/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>forensics</herd>
+ <herd>forensics</herd>
<use>
<flag name="dii">enable dii support</flag>
</use>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2016-01-14 22:11 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-01-14 22:11 UTC (permalink / raw
To: gentoo-commits
commit: d7af2101e6896f8e4166142a0f15ae29e2b2c94f
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 20:19:41 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 22:10:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7af2101
net-mail/libpst: stabilize 0.6.64
net-mail/libpst/libpst-0.6.64.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/libpst/libpst-0.6.64.ebuild b/net-mail/libpst/libpst-0.6.64.ebuild
index 6a70f88..3ea5b8f 100644
--- a/net-mail/libpst/libpst-0.6.64.ebuild
+++ b/net-mail/libpst/libpst-0.6.64.ebuild
@@ -13,7 +13,7 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick[png] )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2016-01-14 22:11 Tim Harder
0 siblings, 0 replies; 12+ messages in thread
From: Tim Harder @ 2016-01-14 22:11 UTC (permalink / raw
To: gentoo-commits
commit: acdf1163c9a73b023a7ca72ae4e66b2b45e43f6d
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 20:20:22 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 22:10:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acdf1163
net-mail/libpst: remove old
net-mail/libpst/Manifest | 6 ----
net-mail/libpst/libpst-0.6.55.ebuild | 62 -----------------------------------
net-mail/libpst/libpst-0.6.58.ebuild | 63 ------------------------------------
net-mail/libpst/libpst-0.6.59.ebuild | 63 ------------------------------------
net-mail/libpst/libpst-0.6.60.ebuild | 63 ------------------------------------
net-mail/libpst/libpst-0.6.61.ebuild | 63 ------------------------------------
net-mail/libpst/libpst-0.6.63.ebuild | 63 ------------------------------------
7 files changed, 383 deletions(-)
diff --git a/net-mail/libpst/Manifest b/net-mail/libpst/Manifest
index 80fe50c..6b5466c 100644
--- a/net-mail/libpst/Manifest
+++ b/net-mail/libpst/Manifest
@@ -1,8 +1,2 @@
-DIST libpst-0.6.55.tar.gz 13444072 SHA256 ef69d87ae5e28175c2abeb8ae5e714eae218a0c950a5071a16fefb851e2912c5 SHA512 5f797484d70c8a00be1049722809bfa1f879fdda3620c8b01ce1888988aa206ff5a2b71e5d53b5546cef24b8aa10c44b722b1998f9e187493a564318e6c22758 WHIRLPOOL c8dd98ec4904a290d7b42f3d9dc092a6d7d7f48473608f389fa78e8da2f142104a20646feb23c0709740fbcb5b9d0f0eba85fdef3a7e763a9b9950b315fd53a2
-DIST libpst-0.6.58.tar.gz 13903372 SHA256 585222d78ce288b390bea4e03b0a8d394f66a944db5a85d9eaa34a50cecd5cd4 SHA512 aed748dc5d4e126fa712f756afd985ac26ea3e934b5fbd99352bf0c3d7486bd560249ab44b6daf91535d6fa82c942598fa528bfea872c2aca1b079d54a2c8d0d WHIRLPOOL caede778ae62a8a9aaf469753c1444de4be5ae4e5fe1d1bc6721bc9838f538dca074c9d36585e07b752707aef0f584bdb9c0a7907d3bf1f2743cfdfa655386aa
-DIST libpst-0.6.59.tar.gz 13904462 SHA256 b02733c95196b81635d088dab2a7e1e1321ef357bb27d5d0996ea82b16bc15f8 SHA512 5d69660f7490f0acdda9519f20f6853769feaca4c033adb37dc2662f8edcb0c3fb0067fe8941ad728832ad16dcaefb3f406fffcc81a9aebaa67fc2d4138ed83b WHIRLPOOL 498022ac84f127fcf85ac8002726dd147212b1f2e9103f74453f26bb69223d34398aa7fd8f7bc5670362e1015c62680de6bbe79f9b975fa20ea3dc86193294ea
-DIST libpst-0.6.60.tar.gz 13851530 SHA256 dc31bb66020ce5f4cfee9d195b37172423614c281b751cd76b8e033c53cfa62f SHA512 b5e4b00d6653c3fecd0127746d64174ec69236b13ab3e9e57964fe4b283aa72ac3d62d6dd4554cdf91e3c0e42a57c6e1947baa4e358804118b763c7daa77d3dc WHIRLPOOL c7948ba6442af236867cd4933b31e6382636f4c19828cec5375b3b9cdf5b504c88ef3efc0be30eb12021abe87dd566fa7dbc72020cd19633b44ac9917bd004c9
-DIST libpst-0.6.61.tar.gz 13852925 SHA256 aad27d0097aa7359b7a839894345fb77f0e22fbac8d5ec0e96fc8ed2f738806e SHA512 46c9a685ba87bd3057754c8dd427230e747d01f42f076b9851cd2ff06e48defb98adaa44c7a905aa6e803daa22057f7f78ca0bc47375a7a5999281ea2365af03 WHIRLPOOL e05a6774ec1a3bf94e1b7fe80b061f4e9cc6a96a1d2a5a216f8a1413b9f4b667ce9c6bef5d5830f98d9132ce3eee7c02d96585491e0717d95c9cbb3ef0d8256a
-DIST libpst-0.6.63.tar.gz 13853290 SHA256 5f522606fb7b97d6e31bc2490dcce77b89ec77e12ade4af4551290f953483062 SHA512 1d45f3a19851e25b8af495c3ceeee34b74c4d14d4a9a723dcf63c009b38e5bcbc4cdb3219d136c234a85992f2d96a74b6069ad5b6cc8eed1963dfd6f7c46e836 WHIRLPOOL 19cac49b72d0fdd787105ffdadf6d8503735b21d1d6f615de4ffa0cdc4d8cb6f50010399a05bc2a101d08268ff25928eb11ece69d774dd2acc2625bf18ad4295
DIST libpst-0.6.64.tar.gz 13861215 SHA256 13c4f26f422b571c08ec5f602d878527606a435408724b1bf90a11e31dc17fe3 SHA512 28f5ca83c4ede616b2d4d8dfd074a6866932a08594419aa7bb2af49f7871b4c92d97e0a583d8e2ef3be88a26c1a98c10ce9b1c0498073b528b6810d75988ee4a WHIRLPOOL 3f8c264cb1e9cf36992d453d5568af3fe195aef9f67fea529c50f8de71ba6b49e37b9bb95b817e34210f680b87682daaef121540bf5bd2d4388304f37c9dad46
DIST libpst-0.6.66.tar.gz 13836942 SHA256 92b49939d821091d9d25e27e17c78dbb867f3f9ab5b8f43e2b01ace0677e1f72 SHA512 0d07b13554b9e009787ce651714281d21a4d38afae997bd87244690538bd18176ab74655c0a0646b1c475c916052d4295ffe749e6a03765450af7e9c8443dd86 WHIRLPOOL 32c59f618013a2f1799b880eb3231d668412e22b1292cd5d4c026ca12e23c2133304f6ec3bd67ea22ec3622b5f32028d54fbaebd6e1d1d788284eecc1a29252f
diff --git a/net-mail/libpst/libpst-0.6.55.ebuild b/net-mail/libpst/libpst-0.6.55.ebuild
deleted file mode 100644
index e86b407..0000000
--- a/net-mail/libpst/libpst-0.6.55.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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] )"
-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
-}
diff --git a/net-mail/libpst/libpst-0.6.58.ebuild b/net-mail/libpst/libpst-0.6.58.ebuild
deleted file mode 100644
index 25914c5..0000000
--- a/net-mail/libpst/libpst-0.6.58.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
diff --git a/net-mail/libpst/libpst-0.6.59.ebuild b/net-mail/libpst/libpst-0.6.59.ebuild
deleted file mode 100644
index 79a4353..0000000
--- a/net-mail/libpst/libpst-0.6.59.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
diff --git a/net-mail/libpst/libpst-0.6.60.ebuild b/net-mail/libpst/libpst-0.6.60.ebuild
deleted file mode 100644
index 79a4353..0000000
--- a/net-mail/libpst/libpst-0.6.60.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
diff --git a/net-mail/libpst/libpst-0.6.61.ebuild b/net-mail/libpst/libpst-0.6.61.ebuild
deleted file mode 100644
index 354401e..0000000
--- a/net-mail/libpst/libpst-0.6.61.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
diff --git a/net-mail/libpst/libpst-0.6.63.ebuild b/net-mail/libpst/libpst-0.6.63.ebuild
deleted file mode 100644
index 354401e..0000000
--- a/net-mail/libpst/libpst-0.6.63.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2017-02-20 20:11 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2017-02-20 20:11 UTC (permalink / raw
To: gentoo-commits
commit: 4745894e8b1dabdd0f34b2e7b0f247f832ef33d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:04:01 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:11:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4745894e
net-mail/libpst: python-single-r1, EAPI=6
...ibpst-0.6.64.ebuild => libpst-0.6.64-r1.ebuild} | 33 +++++++++++-----------
...ibpst-0.6.66.ebuild => libpst-0.6.66-r1.ebuild} | 33 +++++++++++-----------
2 files changed, 34 insertions(+), 32 deletions(-)
diff --git a/net-mail/libpst/libpst-0.6.64.ebuild b/net-mail/libpst/libpst-0.6.64-r1.ebuild
similarity index 61%
rename from net-mail/libpst/libpst-0.6.64.ebuild
rename to net-mail/libpst/libpst-0.6.64-r1.ebuild
index 3ea5b8fc21..e692403063 100644
--- a/net-mail/libpst/libpst-0.6.64.ebuild
+++ b/net-mail/libpst/libpst-0.6.64-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
-PYTHON_DEPEND="python? 2"
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils python
+inherit autotools python-single-r1
DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
HOMEPAGE="http://www.five-ten-sg.com/libpst/"
@@ -16,27 +16,27 @@ 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"
+RDEPEND="dii? ( media-gfx/imagemagick:=[png] )
+ python? ( >=dev-libs/boost-1.48:=[python]
+ ${PYTHON_DEPS} )
+ gnome-extra/libgsf:="
DEPEND="${RDEPEND}
virtual/libiconv
virtual/pkgconfig
- dii? ( media-libs/gd[png] )
- python? ( >=dev-libs/boost-1.48[python] )"
+ dii? ( media-libs/gd[png] )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
+ use python && python-single-r1_pkg_setup
}
src_prepare() {
# don't build the static python library
- epatch "${FILESDIR}"/${PN}-0.6.52-no-static-python-lib.patch
+ eapply "${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
+ eapply "${FILESDIR}"/${PN}-0.6.53-pkgconfig-static.patch
# conditionally install the extra documentation
use doc || { sed -i -e "/SUBDIRS/s: html::" Makefile.am || die; }
@@ -44,6 +44,7 @@ src_prepare() {
# don't install duplicate docs
sed -i -e "/^html_DATA =/d" Makefile.am || die
+ eapply_user
eautoreconf
}
@@ -54,10 +55,10 @@ src_configure() {
$(use_enable dii) \
$(use_enable python) \
$(use_enable static-libs static) \
- $(use python && echo --with-boost-python=boost_python-${PYTHON_ABI})
+ $(use python && echo --with-boost-python=boost_python-${EPYTHON#python})
}
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}
diff --git a/net-mail/libpst/libpst-0.6.66.ebuild b/net-mail/libpst/libpst-0.6.66-r1.ebuild
similarity index 61%
rename from net-mail/libpst/libpst-0.6.66.ebuild
rename to net-mail/libpst/libpst-0.6.66-r1.ebuild
index d74c815c7d..b4881a7abb 100644
--- a/net-mail/libpst/libpst-0.6.66.ebuild
+++ b/net-mail/libpst/libpst-0.6.66-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
-PYTHON_DEPEND="python? 2"
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
-inherit autotools eutils python
+inherit autotools python-single-r1
DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
HOMEPAGE="http://www.five-ten-sg.com/libpst/"
@@ -16,27 +16,27 @@ 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"
+RDEPEND="dii? ( media-gfx/imagemagick:=[png] )
+ python? ( >=dev-libs/boost-1.48:=[python]
+ ${PYTHON_DEPS} )
+ gnome-extra/libgsf:="
DEPEND="${RDEPEND}
virtual/libiconv
virtual/pkgconfig
- dii? ( media-libs/gd[png] )
- python? ( >=dev-libs/boost-1.48[python] )"
+ dii? ( media-libs/gd[png] )"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
pkg_setup() {
- if use python; then
- python_set_active_version 2
- python_pkg_setup
- fi
+ use python && python-single-r1_pkg_setup
}
src_prepare() {
# don't build the static python library
- epatch "${FILESDIR}"/${PN}-0.6.52-no-static-python-lib.patch
+ eapply "${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
+ eapply "${FILESDIR}"/${PN}-0.6.53-pkgconfig-static.patch
# conditionally install the extra documentation
use doc || { sed -i -e "/SUBDIRS/s: html::" Makefile.am || die; }
@@ -44,6 +44,7 @@ src_prepare() {
# don't install duplicate docs
sed -i -e "/^html_DATA =/d" Makefile.am || die
+ eapply_user
eautoreconf
}
@@ -54,10 +55,10 @@ src_configure() {
$(use_enable dii) \
$(use_enable python) \
$(use_enable static-libs static) \
- $(use python && echo --with-boost-python=boost_python-${PYTHON_ABI})
+ $(use python && echo --with-boost-python=boost_python-${EPYTHON#python})
}
src_install() {
default
- prune_libtool_files --all
+ find "${D}" -name '*.la' -delete || die
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2017-08-11 17:38 Michał Górny
0 siblings, 0 replies; 12+ messages in thread
From: Michał Górny @ 2017-08-11 17:38 UTC (permalink / raw
To: gentoo-commits
commit: d71d51eca4a7fd9e0229aac9aef48f84e8e74c2c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 17:31:08 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 17:38:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71d51ec
net-mail/libpst: Remove forensics@ project, #626500
net-mail/libpst/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/net-mail/libpst/metadata.xml b/net-mail/libpst/metadata.xml
index 9563f7c3050..1ec1cdf5e94 100644
--- a/net-mail/libpst/metadata.xml
+++ b/net-mail/libpst/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>forensics@gentoo.org</email>
- <name>Gentoo Forensics Project</name>
- </maintainer>
+ <!-- maintainer-needed -->
<use>
<flag name="dii">enable dii support</flag>
</use>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-02-18 6:29 Mikle Kolyada
0 siblings, 0 replies; 12+ messages in thread
From: Mikle Kolyada @ 2019-02-18 6:29 UTC (permalink / raw
To: gentoo-commits
commit: 4c70b8a46008c957037a10f13368eedd245fe9bb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 06:28:45 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 06:28:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c70b8a4
net-mail/libpst: amd64 stable wrt bug #676738
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
net-mail/libpst/libpst-0.6.66-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/libpst/libpst-0.6.66-r1.ebuild b/net-mail/libpst/libpst-0.6.66-r1.ebuild
index 0142fdbfc51..5f2f39862ea 100644
--- a/net-mail/libpst/libpst-0.6.66-r1.ebuild
+++ b/net-mail/libpst/libpst-0.6.66-r1.ebuild
@@ -12,7 +12,7 @@ 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"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick:=[png] )
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-02-18 21:24 Pacho Ramos
0 siblings, 0 replies; 12+ messages in thread
From: Pacho Ramos @ 2019-02-18 21:24 UTC (permalink / raw
To: gentoo-commits
commit: b16ad63be5631e3ab643c4ca51e6108710202724
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 21:18:42 2019 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 21:23:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b16ad63b
net-mail/libpst: Drop old
Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
net-mail/libpst/Manifest | 1 -
net-mail/libpst/libpst-0.6.64-r1.ebuild | 63 ---------------------------------
2 files changed, 64 deletions(-)
diff --git a/net-mail/libpst/Manifest b/net-mail/libpst/Manifest
index a0a1efa8f94..742a208b293 100644
--- a/net-mail/libpst/Manifest
+++ b/net-mail/libpst/Manifest
@@ -1,2 +1 @@
-DIST libpst-0.6.64.tar.gz 13861215 BLAKE2B b3f8f7188a93ef2573053aa1b303ed1b3951e676bcf6472aa3983a5a911ba02c203168cd6230af6709decd2455374d08a61b0b09af2ba97a52e239809124971f SHA512 28f5ca83c4ede616b2d4d8dfd074a6866932a08594419aa7bb2af49f7871b4c92d97e0a583d8e2ef3be88a26c1a98c10ce9b1c0498073b528b6810d75988ee4a
DIST libpst-0.6.66.tar.gz 13836942 BLAKE2B f8ac86a2924576fc41aa7bb92a824748d858e9b6b42d3cc7e59959ca6377f458d7bcd738081a9547432f9153b839861f8c0fc5aa0a0c74b0447c2ab126b5bb64 SHA512 0d07b13554b9e009787ce651714281d21a4d38afae997bd87244690538bd18176ab74655c0a0646b1c475c916052d4295ffe749e6a03765450af7e9c8443dd86
diff --git a/net-mail/libpst/libpst-0.6.64-r1.ebuild b/net-mail/libpst/libpst-0.6.64-r1.ebuild
deleted file mode 100644
index 88ab640dc3c..00000000000
--- a/net-mail/libpst/libpst-0.6.64-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1
-
-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] )
- python? ( >=dev-libs/boost-1.48:=[python]
- ${PYTHON_DEPS} )
- gnome-extra/libgsf:="
-DEPEND="${RDEPEND}
- virtual/libiconv
- virtual/pkgconfig
- dii? ( media-libs/gd[png] )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
- # don't build the static python library
- eapply "${FILESDIR}"/${PN}-0.6.52-no-static-python-lib.patch
-
- # fix pkgconfig file for static linking
- eapply "${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
-
- eapply_user
- 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-${EPYTHON#python})
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-04-06 22:23 Patrice Clement
0 siblings, 0 replies; 12+ messages in thread
From: Patrice Clement @ 2019-04-06 22:23 UTC (permalink / raw
To: gentoo-commits
commit: 0ddfa893941e0c25867f88811be74b1a2778a980
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Apr 5 09:41:39 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Apr 6 22:22:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddfa893
net-mail/libpst: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
net-mail/libpst/libpst-0.6.66-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-mail/libpst/libpst-0.6.66-r1.ebuild b/net-mail/libpst/libpst-0.6.66-r1.ebuild
index 5f2f39862ea..2a7d39baf21 100644
--- a/net-mail/libpst/libpst-0.6.66-r1.ebuild
+++ b/net-mail/libpst/libpst-0.6.66-r1.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools python-single-r1
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"
+HOMEPAGE="https://www.five-ten-sg.com/libpst/"
+SRC_URI="https://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-04-16 9:50 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2019-04-16 9:50 UTC (permalink / raw
To: gentoo-commits
commit: 7183267f3c67b44a47a2effc8dbeb7815004d87c
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 16 09:50:22 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 09:50:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7183267f
net-mail/libpst: Upper bound on boost for -r1
Bug: https://bugs.gentoo.org/683378
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-mail/libpst/libpst-0.6.66-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/libpst/libpst-0.6.66-r1.ebuild b/net-mail/libpst/libpst-0.6.66-r1.ebuild
index 2a7d39baf21..c1b99ee4ce9 100644
--- a/net-mail/libpst/libpst-0.6.66-r1.ebuild
+++ b/net-mail/libpst/libpst-0.6.66-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="debug dii doc python static-libs"
RDEPEND="dii? ( media-gfx/imagemagick:=[png] )
- python? ( >=dev-libs/boost-1.48:=[python]
+ python? ( <dev-libs/boost-1.70:=[python]
${PYTHON_DEPS} )
gnome-extra/libgsf:="
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-10-31 23:50 Thomas Deutschmann
0 siblings, 0 replies; 12+ messages in thread
From: Thomas Deutschmann @ 2019-10-31 23:50 UTC (permalink / raw
To: gentoo-commits
commit: ec117675f03e5e38b91868afad62c66d2dd0ce01
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 23:18:20 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 23:18:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec117675
net-mail/libpst: x86 stable (bug #689014)
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-mail/libpst/libpst-0.6.66-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/libpst/libpst-0.6.66-r2.ebuild b/net-mail/libpst/libpst-0.6.66-r2.ebuild
index bb12628b7a3..70472f8ad27 100644
--- a/net-mail/libpst/libpst-0.6.66-r2.ebuild
+++ b/net-mail/libpst/libpst-0.6.66-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
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"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-11-02 8:42 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2019-11-02 8:42 UTC (permalink / raw
To: gentoo-commits
commit: 2681cad3637a40430275c47810167dce6365e27d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 2 08:40:13 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Nov 2 08:40:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2681cad3
net-mail/libpst: amd64 stable wrt bug #689014
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
net-mail/libpst/libpst-0.6.66-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mail/libpst/libpst-0.6.66-r2.ebuild b/net-mail/libpst/libpst-0.6.66-r2.ebuild
index 70472f8ad27..e868dd0afe3 100644
--- a/net-mail/libpst/libpst-0.6.66-r2.ebuild
+++ b/net-mail/libpst/libpst-0.6.66-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://www.five-ten-sg.com/${PN}/packages/${P}.tar.gz"
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"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/
@ 2019-12-07 12:31 David Seifert
0 siblings, 0 replies; 12+ messages in thread
From: David Seifert @ 2019-12-07 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 3d3b8586876016086465335bc311ebea169e9a96
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 7 12:30:47 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Dec 7 12:30:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3b8586
net-mail/libpst: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
net-mail/libpst/libpst-0.6.66-r1.ebuild | 63 ---------------------------------
1 file changed, 63 deletions(-)
diff --git a/net-mail/libpst/libpst-0.6.66-r1.ebuild b/net-mail/libpst/libpst-0.6.66-r1.ebuild
deleted file mode 100644
index c1b99ee4ce9..00000000000
--- a/net-mail/libpst/libpst-0.6.66-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools python-single-r1
-
-DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
-HOMEPAGE="https://www.five-ten-sg.com/libpst/"
-SRC_URI="https://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] )
- python? ( <dev-libs/boost-1.70:=[python]
- ${PYTHON_DEPS} )
- gnome-extra/libgsf:="
-DEPEND="${RDEPEND}
- virtual/libiconv
- virtual/pkgconfig
- dii? ( media-libs/gd[png] )"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
- use python && python-single-r1_pkg_setup
-}
-
-src_prepare() {
- # don't build the static python library
- eapply "${FILESDIR}"/${PN}-0.6.52-no-static-python-lib.patch
-
- # fix pkgconfig file for static linking
- eapply "${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
-
- eapply_user
- 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-${EPYTHON#python})
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2019-12-07 12:31 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 21:24 [gentoo-commits] repo/gentoo:master commit in: net-mail/libpst/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2019-12-07 12:31 David Seifert
2019-11-02 8:42 Agostino Sarubbo
2019-10-31 23:50 Thomas Deutschmann
2019-04-16 9:50 David Seifert
2019-04-06 22:23 Patrice Clement
2019-02-18 6:29 Mikle Kolyada
2017-08-11 17:38 Michał Górny
2017-02-20 20:11 Michał Górny
2016-01-14 22:11 Tim Harder
2016-01-14 22:11 Tim Harder
2016-01-14 22:11 Tim Harder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox