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
commitb3c904cd1ddf9ee038b619391053c1437e184568 (patch)
tree29279b3b6a0b296aa2b8130859e6782cc4ff882d /app-pda/jpilot-plucker
parentremove IUSE=nls (diff)
downloadhistorical-b3c904cd1ddf9ee038b619391053c1437e184568.tar.gz
historical-b3c904cd1ddf9ee038b619391053c1437e184568.tar.bz2
historical-b3c904cd1ddf9ee038b619391053c1437e184568.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/Manifest4
-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, 51 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..b9dbb342939e
--- /dev/null
+++ b/app-pda/jpilot-plucker/Manifest
@@ -0,0 +1,4 @@
+MD5 5169ed4b14b987eacbe8a15e913543d8 jpilot-plucker-0.01.ebuild 787
+MD5 56a790b050799054251ba63b99b474c1 ChangeLog 407
+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>