summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-03-05 07:19:37 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-03-05 07:19:37 +0000
commitff3a3015ce2255c65be8e1cae3b37ee633f33f95 (patch)
tree25019d79de1a022a5573b497c3a3759b06b41859 /net-mail/libdbx
parentAzureus is a Java based bittorrent client. Initial ebuild provided by me and... (diff)
downloadgentoo-2-ff3a3015ce2255c65be8e1cae3b37ee633f33f95.tar.gz
gentoo-2-ff3a3015ce2255c65be8e1cae3b37ee633f33f95.tar.bz2
gentoo-2-ff3a3015ce2255c65be8e1cae3b37ee633f33f95.zip
Initial import
Diffstat (limited to 'net-mail/libdbx')
-rw-r--r--net-mail/libdbx/ChangeLog10
-rw-r--r--net-mail/libdbx/Manifest4
-rw-r--r--net-mail/libdbx/files/digest-libdbx-1.0.31
-rw-r--r--net-mail/libdbx/libdbx-1.0.3.ebuild41
-rw-r--r--net-mail/libdbx/metadata.xml9
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..5bf536aa4842
--- /dev/null
+++ b/net-mail/libdbx/Manifest
@@ -0,0 +1,4 @@
+MD5 422494797d4b42866908c69a68e78039 libdbx-1.0.3.ebuild 756
+MD5 01689ffe86819a040e9537d2da5e772d ChangeLog 262
+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>