summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-12 02:37:08 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-12 02:37:08 +0000
commit1d0cc4d160e473e698ed64d1d57170b67c05bbf5 (patch)
tree0b4d716f1d2c14721a34fd09a2f2b9ad0f3e68de /app-pda/pilot-mailsync
parentinitial ebuild (#30225) (diff)
downloadgentoo-2-1d0cc4d160e473e698ed64d1d57170b67c05bbf5.tar.gz
gentoo-2-1d0cc4d160e473e698ed64d1d57170b67c05bbf5.tar.bz2
gentoo-2-1d0cc4d160e473e698ed64d1d57170b67c05bbf5.zip
initial ebuild (#30225)
Diffstat (limited to 'app-pda/pilot-mailsync')
-rw-r--r--app-pda/pilot-mailsync/ChangeLog11
-rw-r--r--app-pda/pilot-mailsync/Manifest4
-rw-r--r--app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.0.21
-rw-r--r--app-pda/pilot-mailsync/metadata.xml5
-rw-r--r--app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild28
5 files changed, 48 insertions, 1 deletions
diff --git a/app-pda/pilot-mailsync/ChangeLog b/app-pda/pilot-mailsync/ChangeLog
new file mode 100644
index 000000000000..6d0590f06a29
--- /dev/null
+++ b/app-pda/pilot-mailsync/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-pda/pilot-mailsync
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/ChangeLog,v 1.1 2003/10/12 02:37:00 liquidx Exp $
+
+*pilot-mailsync-0.8.0.2 (12 Oct 2003)
+
+ 12 Oct 2003; Alastair Tse <liquidx@gentoo.org>
+ pilot-mailsync-0.8.0.2.ebuild:
+ initial ebuild contributed by Jason Williams <jwilliams@project-lace.org>
+ (#30225)
+
diff --git a/app-pda/pilot-mailsync/Manifest b/app-pda/pilot-mailsync/Manifest
index 400937d69a97..df3236f3f70f 100644
--- a/app-pda/pilot-mailsync/Manifest
+++ b/app-pda/pilot-mailsync/Manifest
@@ -1,2 +1,4 @@
-MD5 4ab8b845f98f91728086f4ff9063d872 pilot-mailsync-0.8.0.2.ebuild 630
+MD5 ce7efbac096bf3b004dda29f0d87b153 ChangeLog 436
+MD5 075fea99b82d61028585dc3e42f00466 metadata.xml 156
+MD5 9e7d3b28194cc7221502509ad9fa494e pilot-mailsync-0.8.0.2.ebuild 769
MD5 6f4db2e33b85320840d9490d4408773a files/digest-pilot-mailsync-0.8.0.2 75
diff --git a/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.0.2 b/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.0.2
new file mode 100644
index 000000000000..5ab033f581a8
--- /dev/null
+++ b/app-pda/pilot-mailsync/files/digest-pilot-mailsync-0.8.0.2
@@ -0,0 +1 @@
+MD5 09088d56a76eb79c74752df954a67e3c pilot-mailsync-0.8.0.2.tar.gz 1643040
diff --git a/app-pda/pilot-mailsync/metadata.xml b/app-pda/pilot-mailsync/metadata.xml
new file mode 100644
index 000000000000..228404d3a4b2
--- /dev/null
+++ b/app-pda/pilot-mailsync/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>pda</herd>
+</pkgmetadata>
diff --git a/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild b/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild
new file mode 100644
index 000000000000..b0073fe06b0e
--- /dev/null
+++ b/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-mailsync/pilot-mailsync-0.8.0.2.ebuild,v 1.1 2003/10/12 02:37:00 liquidx Exp $
+
+DESCRIPTION="An application to transfer outgoing mail from and deliver incoming mail to a Palm OS device."
+HOMEPAGE="http://wissrech.iam.uni-bonn.de/people/garcke/pms/"
+SRC_URI="http://wissrech.iam.uni-bonn.de/people/garcke/pms/${P}.tar.gz"
+
+LICENSE="MPL-1.0"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="ssl"
+
+DEPEND="ssl? ( dev-libs/openssl )
+ >=app-pda/pilot-link-0.11.7-r1"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+src_compile() {
+
+ econf $(use_enable ssl) || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc README INSTALL docs/*
+}