From b3c904cd1ddf9ee038b619391053c1437e184568 Mon Sep 17 00:00:00 2001 From: Aron Griffis Date: Mon, 5 Jul 2004 16:08:19 +0000 Subject: New ebuild for Jason Day's plucker plugin for jpilot --- app-pda/jpilot-plucker/ChangeLog | 10 ++++++++ app-pda/jpilot-plucker/Manifest | 4 ++++ .../files/digest-jpilot-plucker-0.01 | 1 + app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild | 27 ++++++++++++++++++++++ app-pda/jpilot-plucker/metadata.xml | 9 ++++++++ 5 files changed, 51 insertions(+) create mode 100644 app-pda/jpilot-plucker/ChangeLog create mode 100644 app-pda/jpilot-plucker/Manifest create mode 100644 app-pda/jpilot-plucker/files/digest-jpilot-plucker-0.01 create mode 100644 app-pda/jpilot-plucker/jpilot-plucker-0.01.ebuild create mode 100644 app-pda/jpilot-plucker/metadata.xml (limited to 'app-pda') 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 +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 @@ + + + + pda + + agriffis@gentoo.org + Aron Griffis + + -- cgit v1.2.3-65-gdbad