diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-13 13:56:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-13 13:56:51 +0000 |
commit | 60a10645846cee387bc27549c200187edf84ac00 (patch) | |
tree | 2cb3b0ffb51003728b3a02ba287a6ca11e8d496a /app-pda/jpilot-plucker | |
parent | x86 stable, bug 327777 (diff) | |
download | gentoo-2-60a10645846cee387bc27549c200187edf84ac00.tar.gz gentoo-2-60a10645846cee387bc27549c200187edf84ac00.tar.bz2 gentoo-2-60a10645846cee387bc27549c200187edf84ac00.zip |
Version bump wrt #321427 by Thomas Beierlein.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/jpilot-plucker')
4 files changed, 45 insertions, 55 deletions
diff --git a/app-pda/jpilot-plucker/ChangeLog b/app-pda/jpilot-plucker/ChangeLog index d9321e53669d..591c46ec3b20 100644 --- a/app-pda/jpilot-plucker/ChangeLog +++ b/app-pda/jpilot-plucker/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-pda/jpilot-plucker -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.9 2008/10/04 18:42:08 mabi Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/ChangeLog,v 1.10 2010/07/13 13:56:51 ssuominen Exp $ + +*jpilot-plucker-0.02 (13 Jul 2010) + + 13 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> + +jpilot-plucker-0.02.ebuild: + Version bump wrt #321427 by Thomas Beierlein. 04 Oct 2008; Matti Bickel <mabi@gentoo.org> jpilot-plucker-0.01-r1.ebuild: fix bug #216431 diff --git a/app-pda/jpilot-plucker/files/jpilot-plucker-0.01-pilot-0.12-compat.patch b/app-pda/jpilot-plucker/files/jpilot-plucker-0.01-pilot-0.12-compat.patch deleted file mode 100644 index 3df6100fcb0b..000000000000 --- a/app-pda/jpilot-plucker/files/jpilot-plucker-0.01-pilot-0.12-compat.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- src/plugin.c.dist 2003-06-04 19:13:41.000000000 -0700 -+++ src/plugin.c 2007-09-20 15:51:22.000000000 -0700 -@@ -268,7 +268,11 @@ - creator[4] = '\0'; - jp_logf(JP_LOG_GUI, "(Creator ID is '%s')...", creator); - -+#if PILOT_LINK_MAJOR >= 12 -+ rval = pi_file_install (f, sd, 0, NULL); -+#else - rval = pi_file_install (f, sd, 0); -+#endif - - if (rval < 0) { - g_snprintf (log_entry, 255, "Install %s failed", pc); diff --git a/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild b/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild deleted file mode 100644 index 6e9f15387380..000000000000 --- a/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.01-r1.ebuild,v 1.2 2008/10/04 18:42:08 mabi Exp $ - -inherit eutils multilib - -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="~alpha ~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.6.10-r1 - >=app-pda/pilot-link-0.11.8 - >=app-pda/jpilot-0.99.7-r1" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - - cd "${S}" - # Fixes bug 193260. - epatch "${FILESDIR}/${P}-pilot-0.12-compat.patch" -} - -src_compile() { - econf --enable-gtk2 || die "configure failed" - emake -j1 || die "make failed" -} - -src_install() { - emake install DESTDIR="${D}" \ - libdir=/usr/$(get_libdir)/jpilot/plugins \ - || die "install failed" -} diff --git a/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild b/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild new file mode 100644 index 000000000000..6d3866f76a20 --- /dev/null +++ b/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-plucker/jpilot-plucker-0.02.ebuild,v 1.1 2010/07/13 13:56:51 ssuominen Exp $ + +EAPI=2 +inherit multilib + +DESCRIPTION="Plucker plugin for jpilot" +HOMEPAGE="http://www.jlogday.com/code/jpilot-plucker/index.html" +SRC_URI="http://www.jlogday.com/code/jpilot-plucker/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.18.9 + >=app-pda/pilot-link-0.12.3 + >=app-pda/jpilot-0.99.7-r1" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_configure() { + econf \ + --enable-gtk2 +} + +src_install() { + emake \ + DESTDIR="${D}" \ + libdir="/usr/$(get_libdir)/jpilot/plugins" \ + install || die + + dodoc AUTHORS ChangeLog README TODO + + find "${D}" -name '*.la' -delete +} |