diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-05 09:02:05 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-05 09:02:05 +0000 |
commit | 59a1d0a1a96d2b331c693a88a1646fc74d0cf755 (patch) | |
tree | 61c43d7a98b04620a492214470f4eb5957d84efc /net-mail/libpst | |
parent | remove unused patch (diff) | |
download | historical-59a1d0a1a96d2b331c693a88a1646fc74d0cf755.tar.gz historical-59a1d0a1a96d2b331c693a88a1646fc74d0cf755.tar.bz2 historical-59a1d0a1a96d2b331c693a88a1646fc74d0cf755.zip |
Initial import
Diffstat (limited to 'net-mail/libpst')
-rw-r--r-- | net-mail/libpst/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/libpst/Manifest | 4 | ||||
-rw-r--r-- | net-mail/libpst/files/digest-libpst-0.3.4 | 1 | ||||
-rw-r--r-- | net-mail/libpst/libpst-0.3.4.ebuild | 41 | ||||
-rw-r--r-- | net-mail/libpst/metadata.xml | 9 |
5 files changed, 65 insertions, 0 deletions
diff --git a/net-mail/libpst/ChangeLog b/net-mail/libpst/ChangeLog new file mode 100644 index 000000000000..3587ddfdd88d --- /dev/null +++ b/net-mail/libpst/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-mail/libpst +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/libpst/ChangeLog,v 1.1 2004/03/05 09:02:05 phosphan Exp $ + +*libpst-0.3.4 (05 Mar 2004) + + 05 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> libpst-0.3.4.ebuild, + metadata.xml: + Initial import + diff --git a/net-mail/libpst/Manifest b/net-mail/libpst/Manifest new file mode 100644 index 000000000000..18ec7e224377 --- /dev/null +++ b/net-mail/libpst/Manifest @@ -0,0 +1,4 @@ +MD5 92ce28083a07389a2625447ee16a3052 libpst-0.3.4.ebuild 837 +MD5 4090a1fd28c1b2090ed5cceced0cc635 ChangeLog 351 +MD5 6b6c7b74595f5a5ddf5556b82253d873 metadata.xml 290 +MD5 d621aa03d78f16aafbe1997329cdab1c files/digest-libpst-0.3.4 60 diff --git a/net-mail/libpst/files/digest-libpst-0.3.4 b/net-mail/libpst/files/digest-libpst-0.3.4 new file mode 100644 index 000000000000..a3842d828b65 --- /dev/null +++ b/net-mail/libpst/files/digest-libpst-0.3.4 @@ -0,0 +1 @@ +MD5 e76f5dc5ddbac932e25d0aec19d57702 libpst_0.3.4.tgz 43666 diff --git a/net-mail/libpst/libpst-0.3.4.ebuild b/net-mail/libpst/libpst-0.3.4.ebuild new file mode 100644 index 000000000000..48418edda2aa --- /dev/null +++ b/net-mail/libpst/libpst-0.3.4.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/05 09:02:05 phosphan 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/metadata.xml b/net-mail/libpst/metadata.xml new file mode 100644 index 000000000000..c7bc617722a6 --- /dev/null +++ b/net-mail/libpst/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>phosphan@gentoo.org</email> +<description>If a herd wants to have it, just take it</description> +</maintainer> +</pkgmetadata> |