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
commit1ab85cd74f75d8b36c699f83232979669aa6eed2 (patch)
tree05c1a56189c54cd82eacde345547a5f5f6d49afc /app-pda/pilot-mailsync
parentinitial ebuild (#30225) (diff)
downloadhistorical-1ab85cd74f75d8b36c699f83232979669aa6eed2.tar.gz
historical-1ab85cd74f75d8b36c699f83232979669aa6eed2.tar.bz2
historical-1ab85cd74f75d8b36c699f83232979669aa6eed2.zip
initial ebuild (#30225)
Diffstat (limited to 'app-pda/pilot-mailsync')
-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
4 files changed, 37 insertions, 1 deletions
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/*
+}