summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-06-22 09:46:12 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-06-22 09:46:12 +0000
commit4f61c8e9ee1f73de9097421f3f41c7315819c67b (patch)
tree92b5323f45af97ff51523699a67d79ecefcd3089 /net-mail
parentremove old (diff)
downloadgentoo-2-4f61c8e9ee1f73de9097421f3f41c7315819c67b.tar.gz
gentoo-2-4f61c8e9ee1f73de9097421f3f41c7315819c67b.tar.bz2
gentoo-2-4f61c8e9ee1f73de9097421f3f41c7315819c67b.zip
Remove old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/libpst/ChangeLog6
-rw-r--r--net-mail/libpst/libpst-0.3.4.ebuild41
-rw-r--r--net-mail/libpst/libpst-0.4.1-r1.ebuild32
-rw-r--r--net-mail/libpst/libpst-0.5.1.ebuild32
-rw-r--r--net-mail/libpst/libpst-0.5.3.ebuild35
5 files changed, 5 insertions, 141 deletions
diff --git a/net-mail/libpst/ChangeLog b/net-mail/libpst/ChangeLog
index e398a81a7509..88cf150ea515 100644
--- a/net-mail/libpst/ChangeLog
+++ b/net-mail/libpst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-mail/libpst
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.16 2009/06/22 09:06:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.17 2009/06/22 09:46:12 patrick Exp $
+
+ 22 Jun 2009; Patrick Lauer <patrick@gentoo.org> -libpst-0.3.4.ebuild,
+ -libpst-0.4.1-r1.ebuild, -libpst-0.5.1.ebuild, -libpst-0.5.3.ebuild:
+ Remove old
*libpst-0.6.38 (22 Jun 2009)
diff --git a/net-mail/libpst/libpst-0.3.4.ebuild b/net-mail/libpst/libpst-0.3.4.ebuild
deleted file mode 100644
index 8263a3fb6949..000000000000
--- a/net-mail/libpst/libpst-0.3.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.3.4.ebuild,v 1.3 2004/06/24 23:23:59 agriffis Exp $
-
-DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
-HOMEPAGE="http://sourceforge.net/projects/ol2mbox"
-MY_PN="libpst"
-MYFILE="${MY_PN}_${PV}.tgz"
-SRC_URI="mirror://sourceforge/ol2mbox/${MYFILE}"
-
-LICENSE="GPL-2"
-
-SLOT="0"
-
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-
-S="${WORKDIR}/${MY_PN}_${PV}"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e 's/-g/$(CFLAGS)/' Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- exeinto /usr/bin
- doexe getidblock readpst
- dodoc README* AUTHORS FILE-FORMAT*
- insinto /usr/include
- doins libpst.h
- insinto /usr/lib
- doins libpst.o
-}
diff --git a/net-mail/libpst/libpst-0.4.1-r1.ebuild b/net-mail/libpst/libpst-0.4.1-r1.ebuild
deleted file mode 100644
index 5a28a6baee68..000000000000
--- a/net-mail/libpst/libpst-0.4.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.4.1-r1.ebuild,v 1.1 2004/12/15 10:24:30 ka0ttic Exp $
-
-inherit eutils
-
-MY_P="${P/-/_}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
-# note: HOMEPAGE is outdated ; current upstream page is unknown
-HOMEPAGE="http://sourceforge.net/projects/ol2mbox"
-SRC_URI="mirror://gentoo/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc README AUTHORS CREDITS TODO FILE-FORMAT || die "dodoc failed"
- dohtml FILE-FORMAT.html || die "dohtml failed"
-}
diff --git a/net-mail/libpst/libpst-0.5.1.ebuild b/net-mail/libpst/libpst-0.5.1.ebuild
deleted file mode 100644
index ab0e5ebf6349..000000000000
--- a/net-mail/libpst/libpst-0.5.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.5.1.ebuild,v 1.3 2005/09/13 20:01:46 metalgod Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
-HOMEPAGE="http://alioth.debian.org/projects/libpst/"
-SRC_URI="http://alioth.debian.org/download.php/844/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.diff
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS CREDITS TODO FILE-FORMAT || die "dodoc failed"
- dohtml FILE-FORMAT.html || die "dohtml failed"
-}
diff --git a/net-mail/libpst/libpst-0.5.3.ebuild b/net-mail/libpst/libpst-0.5.3.ebuild
deleted file mode 100644
index e9e9c18c0e5e..000000000000
--- a/net-mail/libpst/libpst-0.5.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/libpst-0.5.3.ebuild,v 1.2 2009/05/31 22:04:19 ranger Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Tools and library for reading Outlook files (.pst format)"
-HOMEPAGE="http://alioth.debian.org/projects/libpst/"
-SRC_URI="http://alioth.debian.org/download.php/844/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}-0.5.1"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.5.2-gentoo.diff"
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS CREDITS TODO FILE-FORMAT || die "dodoc failed"
- dohtml FILE-FORMAT.html || die "dohtml failed"
-}