diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-05 07:19:37 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-05 07:19:37 +0000 |
commit | 407833c2508003dd13997a839f03d738eef8c1c7 (patch) | |
tree | 1d26b933884335545fc5ebd88eadd17f9fe63ba3 /net-mail/libdbx | |
parent | Azureus is a Java based bittorrent client. Initial ebuild provided by me and... (diff) | |
download | historical-407833c2508003dd13997a839f03d738eef8c1c7.tar.gz historical-407833c2508003dd13997a839f03d738eef8c1c7.tar.bz2 historical-407833c2508003dd13997a839f03d738eef8c1c7.zip |
Initial import
Diffstat (limited to 'net-mail/libdbx')
-rw-r--r-- | net-mail/libdbx/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/libdbx/Manifest | 4 | ||||
-rw-r--r-- | net-mail/libdbx/files/digest-libdbx-1.0.3 | 1 | ||||
-rw-r--r-- | net-mail/libdbx/libdbx-1.0.3.ebuild | 41 | ||||
-rw-r--r-- | net-mail/libdbx/metadata.xml | 9 |
5 files changed, 65 insertions, 0 deletions
diff --git a/net-mail/libdbx/ChangeLog b/net-mail/libdbx/ChangeLog new file mode 100644 index 000000000000..b88ea4548ea0 --- /dev/null +++ b/net-mail/libdbx/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-mail/libdbx +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/libdbx/ChangeLog,v 1.1 2004/03/05 07:19:37 phosphan Exp $ + +*libdbx-1.0.3 (05 Mar 2004) + + 05 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> libdbx-1.0.3.ebuild, + metadata.xml: + Initial import. + diff --git a/net-mail/libdbx/Manifest b/net-mail/libdbx/Manifest new file mode 100644 index 000000000000..97518c7e8a3c --- /dev/null +++ b/net-mail/libdbx/Manifest @@ -0,0 +1,4 @@ +MD5 39509607a0a6b6b001476bc9f1423186 libdbx-1.0.3.ebuild 855 +MD5 8ebb9781deb81c976e976818ef7b8d05 ChangeLog 352 +MD5 6b6c7b74595f5a5ddf5556b82253d873 metadata.xml 290 +MD5 75d54a1a37e92cd4fff071140da6548e files/digest-libdbx-1.0.3 60 diff --git a/net-mail/libdbx/files/digest-libdbx-1.0.3 b/net-mail/libdbx/files/digest-libdbx-1.0.3 new file mode 100644 index 000000000000..6833f448cda7 --- /dev/null +++ b/net-mail/libdbx/files/digest-libdbx-1.0.3 @@ -0,0 +1 @@ +MD5 fa169c99d5245c836f017badf392529d libdbx_1.0.3.tgz 24927 diff --git a/net-mail/libdbx/libdbx-1.0.3.ebuild b/net-mail/libdbx/libdbx-1.0.3.ebuild new file mode 100644 index 000000000000..c38a3598d7a2 --- /dev/null +++ b/net-mail/libdbx/libdbx-1.0.3.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/libdbx/libdbx-1.0.3.ebuild,v 1.1 2004/03/05 07:19:37 phosphan Exp $ + +DESCRIPTION="Tools and library for reading Outlook Express mailboxes (.dbx format)" +HOMEPAGE="http://sourceforge.net/projects/ol2mbox" +MY_PN="libdbx" +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 readoe readdbx + dodoc README* AUTHORS FILE-FORMAT + insinto /usr/include + doins libdbx.h libdbx++.h + insinto /usr/lib + doins libdbx.o +} diff --git a/net-mail/libdbx/metadata.xml b/net-mail/libdbx/metadata.xml new file mode 100644 index 000000000000..c7bc617722a6 --- /dev/null +++ b/net-mail/libdbx/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> |