summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-05 16:08:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-05 16:08:19 +0000
commit013ab5024e11b86e14607a348514f6fcd6042ecb (patch)
tree94b19a2a5062a318fcb8d3a06bedcdc11c843bd0 /app-pda/jpilot-plucker
parentremove IUSE=nls (Manifest recommit) (diff)
downloadgentoo-2-013ab5024e11b86e14607a348514f6fcd6042ecb.tar.gz
gentoo-2-013ab5024e11b86e14607a348514f6fcd6042ecb.tar.bz2
gentoo-2-013ab5024e11b86e14607a348514f6fcd6042ecb.zip
New ebuild for Jason Day's plucker plugin for jpilot
Diffstat (limited to 'app-pda/jpilot-plucker')
-rw-r--r--app-pda/jpilot-plucker/ChangeLog10
-rw-r--r--app-pda/jpilot-plucker/Manifest3
-rw-r--r--app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.011
-rw-r--r--app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild27
-rw-r--r--app-pda/jpilot-plucker/metadata.xml9
5 files changed, 50 insertions, 0 deletions
diff --git a/app-pda/jpilot-plucker/ChangeLog b/app-pda/jpilot-plucker/ChangeLog
new file mode 100644
index 000000000000..5f295929e41d
--- /dev/null
+++ b/app-pda/jpilot-plucker/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-pda/jpilot-plucker
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.1 2004/07/05 16:08:19 agriffis Exp $
+
+*jpilot-plucker-0.01 (05 Jul 2004)
+
+ 05 Jul 2004; Aron Griffis <agriffis@gentoo.org> +metadata.xml,
+ +jpilot-plucker-0.01.ebuild:
+ New ebuild for Jason Day's plucker plugin for jpilot
+
diff --git a/app-pda/jpilot-plucker/Manifest b/app-pda/jpilot-plucker/Manifest
new file mode 100644
index 000000000000..2984fdab18e0
--- /dev/null
+++ b/app-pda/jpilot-plucker/Manifest
@@ -0,0 +1,3 @@
+MD5 bb3b83166fe8517e19d823be6c4a05e7 jpilot-plucker-0.01.ebuild 785
+MD5 0e09c69566d6d8eeb61f0ac82e61bd31 metadata.xml 252
+MD5 fc4181452faec4aef813d67a7840ec8d files/digest-jpilot-plucker-0.01 71
diff --git a/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01 b/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01
new file mode 100644
index 000000000000..8f37e22ee6ac
--- /dev/null
+++ b/app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01
@@ -0,0 +1 @@
+MD5 440725470779ccc6158da568274ff9a0 jpilot-plucker-0.01.tar.gz 231373
diff --git a/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild b/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild
new file mode 100644
index 000000000000..20c4ea985b67
--- /dev/null
+++ b/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild,v 1.1 2004/07/05 16:08:19 agriffis Exp $
+
+DESCRIPTION="Plucker plugin for jpilot"
+SRC_URI="http://jasonday.home.att.net/code/jpilot-plucker/${P}.tar.gz"
+HOMEPAGE="http://jasonday.home.att.net/code/jpilot-plucker/jpilot-plucker.html"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~alpha"
+IUSE="gtk2"
+
+RDEPEND="gtk2? ( >=x11-libs/gtk+-2 )
+ !gtk2? ( >=x11-libs/gtk+-1.2 )
+ app-pda/jpilot"
+DEPEND="${RDEPEND}
+ gtk2? ( dev-util/pkgconfig )"
+
+src_compile() {
+ econf $(use_enable gtk2) || die "configure failed"
+ emake -j1 || die "make failed"
+}
+
+src_install() {
+ make install DESTDIR=${D} || die
+}
diff --git a/app-pda/jpilot-plucker/metadata.xml b/app-pda/jpilot-plucker/metadata.xml
new file mode 100644
index 000000000000..21f19433ab19
--- /dev/null
+++ b/app-pda/jpilot-plucker/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>pda</herd>
+ <maintainer>
+ <email>agriffis@gentoo.org</email>
+ <name>Aron Griffis</name>
+ </maintainer>
+</pkgmetadata>