diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-06-27 19:13:48 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-06-27 19:13:48 +0000 |
commit | 6d3d10b7a440b14cbea1978508a7b6392ff3b955 (patch) | |
tree | 3303dcf7bc33ef90706e4fe6c7010a88d2261f7e /net-mail | |
parent | Use prune_libtool_files. (diff) | |
download | gentoo-2-6d3d10b7a440b14cbea1978508a7b6392ff3b955.tar.gz gentoo-2-6d3d10b7a440b14cbea1978508a7b6392ff3b955.tar.bz2 gentoo-2-6d3d10b7a440b14cbea1978508a7b6392ff3b955.zip |
Remove old.
(Portage version: 2.2.0_alpha112/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/libpst/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/libpst/libpst-0.6.52.ebuild | 50 | ||||
-rw-r--r-- | net-mail/libpst/libpst-0.6.53.ebuild | 51 | ||||
-rw-r--r-- | net-mail/libpst/libpst-0.6.54.ebuild | 59 |
4 files changed, 5 insertions, 161 deletions
diff --git a/net-mail/libpst/ChangeLog b/net-mail/libpst/ChangeLog index adf997258fed..fbd58b4ffa01 100644 --- a/net-mail/libpst/ChangeLog +++ b/net-mail/libpst/ChangeLog @@ -1,6 +1,10 @@ # 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.27 2012/06/27 19:10:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.28 2012/06/27 19:13:48 radhermit Exp $ + + 27 Jun 2012; Tim Harder <radhermit@gentoo.org> -libpst-0.6.52.ebuild, + -libpst-0.6.53.ebuild, -libpst-0.6.54.ebuild: + Remove old. 27 Jun 2012; Tim Harder <radhermit@gentoo.org> libpst-0.6.54-r1.ebuild: Use prune_libtool_files. diff --git a/net-mail/libpst/libpst-0.6.52.ebuild b/net-mail/libpst/libpst-0.6.52.ebuild deleted file mode 100644 index d9edbf614999..000000000000 --- a/net-mail/libpst/libpst-0.6.52.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.52.ebuild,v 1.2 2012/01/29 02:40:13 floppym Exp $ - -EAPI=4 - -inherit autotools eutils - -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 - dii? ( media-libs/gd[png] ) - python? ( <dev-libs/boost-1.48[python] )" - -src_prepare() { - # Don't build the static python library - epatch "${FILESDIR}"/${P}-no-static-python-lib.patch - - # Conditionally install the extra documentation - use doc || sed -i -e "/SUBDIRS/s: html::" Makefile.am - - eautomake -} - -src_configure() { - econf \ - --enable-libpst-shared \ - $(use_enable debug pst-debug) \ - $(use_enable dii) \ - $(use_enable python) \ - $(use_enable static-libs static) -} - -src_install() { - default - - # Remove useless python .la files (bug #298881) - find "${ED}" -name '_libpst.la' -exec rm {} + - - use static-libs || find "${ED}" -name '*.la' -exec rm {} + -} diff --git a/net-mail/libpst/libpst-0.6.53.ebuild b/net-mail/libpst/libpst-0.6.53.ebuild deleted file mode 100644 index 3b0163400868..000000000000 --- a/net-mail/libpst/libpst-0.6.53.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.53.ebuild,v 1.2 2012/01/29 02:40:13 floppym Exp $ - -EAPI=4 - -inherit autotools eutils - -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 - dii? ( media-libs/gd[png] ) - python? ( <dev-libs/boost-1.48[python] )" - -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}"/${P}-pkgconfig-static.patch - - # Conditionally install the extra documentation - use doc || sed -i -e "/SUBDIRS/s: html::" Makefile.am - - eautomake -} - -src_configure() { - econf \ - --enable-libpst-shared \ - $(use_enable debug pst-debug) \ - $(use_enable dii) \ - $(use_enable python) \ - $(use_enable static-libs static) -} - -src_install() { - default - - # Remove useless .la files - find "${ED}" -name '*.la' -exec rm {} + -} diff --git a/net-mail/libpst/libpst-0.6.54.ebuild b/net-mail/libpst/libpst-0.6.54.ebuild deleted file mode 100644 index 54ce9ba0bcd3..000000000000 --- a/net-mail/libpst/libpst-0.6.54.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.6.54.ebuild,v 1.2 2012/01/29 02:40:13 floppym 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] )" -DEPEND="${RDEPEND} - virtual/libiconv - 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 - - eautomake -} - -src_configure() { - econf \ - --enable-libpst-shared \ - $(use_enable debug pst-debug) \ - $(use_enable dii) \ - $(use_enable python) \ - $(use_enable static-libs static) -} - -src_install() { - default - - # Remove useless .la files - find "${ED}" -name '*.la' -exec rm {} + -} |