summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-13 14:05:40 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-13 14:05:40 +0000
commit435cba774ad6afd9782d32e95226b329152f9f14 (patch)
tree1eda384dbce3556340e920ad69eeabca76477e67 /app-pda
parentVersion bump, as requested by Oliver Jaksch in bug #326261. Fixes a regressio... (diff)
downloadgentoo-2-435cba774ad6afd9782d32e95226b329152f9f14.tar.gz
gentoo-2-435cba774ad6afd9782d32e95226b329152f9f14.tar.bz2
gentoo-2-435cba774ad6afd9782d32e95226b329152f9f14.zip
Version bump wrt #321427 by Thomas Beierlein.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/jpilot-syncmal/ChangeLog10
-rw-r--r--app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild8
-rw-r--r--app-pda/jpilot-syncmal/jpilot-syncmal-0.81.ebuild38
3 files changed, 50 insertions, 6 deletions
diff --git a/app-pda/jpilot-syncmal/ChangeLog b/app-pda/jpilot-syncmal/ChangeLog
index 46ae7e247575..b6a469c38254 100644
--- a/app-pda/jpilot-syncmal/ChangeLog
+++ b/app-pda/jpilot-syncmal/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/jpilot-syncmal
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.8 2009/03/09 23:18:39 flameeyes Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/ChangeLog,v 1.9 2010/07/13 14:05:40 ssuominen Exp $
+
+*jpilot-syncmal-0.81 (13 Jul 2010)
+
+ 13 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ +jpilot-syncmal-0.81.ebuild:
+ Version bump wrt #321427 by Thomas Beierlein.
09 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
jpilot-syncmal-0.80.ebuild:
diff --git a/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild b/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
index 67d024548a0a..e31b1d73cd7d 100644
--- a/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
+++ b/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild,v 1.3 2009/03/09 23:18:39 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.80.ebuild,v 1.4 2010/07/13 14:05:40 ssuominen Exp $
WANT_AUTOMAKE="1.9"
inherit multilib autotools
DESCRIPTION="Syncmal plugin for jpilot"
-SRC_URI="http://jasonday.home.att.net/code/syncmal/${P}.tar.gz"
-HOMEPAGE="http://jasonday.home.att.net/code/syncmal/syncmal.html"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+HOMEPAGE="http://www.jlogday.com/code/syncmal/index.html"
SLOT="0"
LICENSE="GPL-2"
diff --git a/app-pda/jpilot-syncmal/jpilot-syncmal-0.81.ebuild b/app-pda/jpilot-syncmal/jpilot-syncmal-0.81.ebuild
new file mode 100644
index 000000000000..34f1cf8e2876
--- /dev/null
+++ b/app-pda/jpilot-syncmal/jpilot-syncmal-0.81.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/jpilot-syncmal/jpilot-syncmal-0.81.ebuild,v 1.1 2010/07/13 14:05:40 ssuominen Exp $
+
+EAPI=2
+inherit multilib
+
+DESCRIPTION="Syncmal plugin for jpilot"
+HOMEPAGE="http://www.jlogday.com/code/syncmal/index.html"
+SRC_URI="http://www.jlogday.com/code/syncmal/${P}.tar.gz"
+
+LICENSE="GPL-2 MPL-1.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=app-pda/jpilot-0.99.9
+ >=app-pda/pilot-link-0.12.3
+ >=x11-libs/gtk+-2.8.19
+ >=dev-libs/libmal-0.44"
+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 README TODO
+
+ find "${D}" -name '*.la' -delete
+}