diff options
Diffstat (limited to 'net-mail/libpst')
-rw-r--r-- | net-mail/libpst/Manifest | 5 | ||||
-rw-r--r-- | net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch | 11 | ||||
-rw-r--r-- | net-mail/libpst/files/libpst-0.6.53-pkgconfig-static.patch | 8 | ||||
-rw-r--r-- | net-mail/libpst/libpst-0.6.66-r3.ebuild | 72 | ||||
-rw-r--r-- | net-mail/libpst/metadata.xml | 8 |
5 files changed, 0 insertions, 104 deletions
diff --git a/net-mail/libpst/Manifest b/net-mail/libpst/Manifest deleted file mode 100644 index f940fdf66970..000000000000 --- a/net-mail/libpst/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX libpst-0.6.52-no-static-python-lib.patch 449 BLAKE2B c9d93e38a36485e23b8deaf3a91c8b6806db1526722a704ac3cf1eabd623ae3bf25aaf3a815d63b4b7873dd9a23f7399afe59dade5fa111db0e7ac3ba58f00fd SHA512 9cd44493406a58c522fdfe9423a7b15548af7e06332289c98fc1054822d209aa112d497622b3578531147934fd82335bf8c68cc8e371e31ef4716fb51cb26273 -AUX libpst-0.6.53-pkgconfig-static.patch 211 BLAKE2B 97d8939c3c81365a9100be4ceeacc8303fd2f07c4ece0af40af1bb8750174f6b994ce93089599956aa50b6ff3b17102e37cc16d5426a9b98675d910a7f0f80ff SHA512 eb8d95b07dc96435b7d753c1ea68dfb419867b7b092c3f243de9b5983af29ae368e7e5f3a4ea5a802c82c41a2096bd01564f7f74cd733ac038abb263b6ca4d1b -DIST libpst-0.6.66.tar.gz 13836942 BLAKE2B f8ac86a2924576fc41aa7bb92a824748d858e9b6b42d3cc7e59959ca6377f458d7bcd738081a9547432f9153b839861f8c0fc5aa0a0c74b0447c2ab126b5bb64 SHA512 0d07b13554b9e009787ce651714281d21a4d38afae997bd87244690538bd18176ab74655c0a0646b1c475c916052d4295ffe749e6a03765450af7e9c8443dd86 -EBUILD libpst-0.6.66-r3.ebuild 1661 BLAKE2B 18ff6fa687d9e48307fa92000f26c21284c46bdeb1345f383775576ed3c6a6637506e66deea4cc9da8d8cd4a9640e12946959bdc7e2419a08e5acbf338b20be6 SHA512 33ce03c37eb3dc82262d3a729a1f01948bf0a6fe5286cfa0e862f0a2416c44fb89e27e5e2e1e6a07376852d0c9eeb4db03ccb91de71b51c1442c18326c81e804 -MISC metadata.xml 232 BLAKE2B 63277f4f8d2b807cb55686cc487bf534330a954fcb2e43dc24fe5cad241229545305bfd7517ab2b8a652f0ef89c93774f7636fe848145f29695575bd15100418 SHA512 bc3293101ebc8838fe7c3a9ba19bb540a8c5357d9181545dd460bc404637e469866428445b8340833b20cdd44b55ccf88ff97433bd88ba8ee8b7353ceb140b8a diff --git a/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch b/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch deleted file mode 100644 index 5bf53c6dd81c..000000000000 --- a/net-mail/libpst/files/libpst-0.6.52-no-static-python-lib.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libpst-0.6.52/python/Makefile.am.orig -+++ libpst-0.6.52/python/Makefile.am -@@ -8,7 +8,7 @@ - - pythonlibdir = $(libdir)/@PYTHON_VERSION@/site-packages - pythonlib_LTLIBRARIES = _libpst.la --_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version -+_libpst_la_LDFLAGS = -module $(NO_UNDEFINED) -avoid-version -shared - _libpst_la_SOURCES = python-libpst.cpp - _libpst_la_LIBADD = -lboost_python ../src/libpst.la - diff --git a/net-mail/libpst/files/libpst-0.6.53-pkgconfig-static.patch b/net-mail/libpst/files/libpst-0.6.53-pkgconfig-static.patch deleted file mode 100644 index 373533b75935..000000000000 --- a/net-mail/libpst/files/libpst-0.6.53-pkgconfig-static.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- libpst-0.6.53/libpst.pc.in.orig -+++ libpst-0.6.53/libpst.pc.in -@@ -8,4 +8,5 @@ - Version: @VERSION@ - Requires: - Libs: -L${libdir} -lpst -+Libs.private: @LIBS@ - Cflags: -I${includedir}/libpst-@LIBPST_SO_MAJOR@ diff --git a/net-mail/libpst/libpst-0.6.66-r3.ebuild b/net-mail/libpst/libpst-0.6.66-r3.ebuild deleted file mode 100644 index 4a038ca366b6..000000000000 --- a/net-mail/libpst/libpst-0.6.66-r3.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - -RDEPEND=" - gnome-extra/libgsf:= - dii? ( media-gfx/imagemagick:=[png] ) - python? ( - ${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=dev-libs/boost-1.70:=[python,${PYTHON_MULTI_USEDEP}] - ') - )" -DEPEND="${RDEPEND} - virtual/libiconv - virtual/pkgconfig - dii? ( media-libs/gd[png] )" - -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 - if ! use doc; then - sed -i -e "/SUBDIRS/s: html::" Makefile.am || die - fi - - # don't install duplicate docs - sed -i -e "/^html_DATA =/d" Makefile.am || die - - eapply_user - - mv configure.{in,ac} || 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_with python boost-python "boost_${EPYTHON/./}") -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} diff --git a/net-mail/libpst/metadata.xml b/net-mail/libpst/metadata.xml deleted file mode 100644 index 1ec1cdf5e944..000000000000 --- a/net-mail/libpst/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <use> - <flag name="dii">enable dii support</flag> - </use> -</pkgmetadata> |