* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.3-r1.ebuild
@ 2009-02-16 15:43 Markus Ullmann (jokey)
0 siblings, 0 replies; 3+ messages in thread
From: Markus Ullmann (jokey) @ 2009-02-16 15:43 UTC (permalink / raw
To: gentoo-commits
jokey 09/02/16 15:43:08
Modified: ChangeLog
Added: pilot-link-0.12.3-r1.ebuild
Log:
Add gcc 4.3.3 compile fix wrt bug #257506, Version bump because of transition to EAPI2
(Portage version: 2.2_rc23/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.43 app-pda/pilot-link/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 27 Jul 2008 13:57:36 -0000 1.42
+++ ChangeLog 16 Feb 2009 15:43:08 -0000 1.43
@@ -1,6 +1,13 @@
# ChangeLog for app-pda/pilot-link
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.42 2008/07/27 13:57:36 loki_val Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.43 2009/02/16 15:43:08 jokey Exp $
+
+*pilot-link-0.12.3-r1 (16 Feb 2009)
+
+ 16 Feb 2009; Markus Ullmann <jokey@gentoo.org>
+ +files/pilot-link-0.12.3-glibc-open.patch, +pilot-link-0.12.3-r1.ebuild:
+ Add gcc 4.3.3 compile fix wrt bug #257506, Version bump because of
+ transition to EAPI2
27 Jul 2008; Peter Alfredsen <loki_val@gentoo.org>
+files/pilot-link-0.11.8-gcc43.patch, pilot-link-0.11.8.ebuild,
1.1 app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: pilot-link-0.12.3-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild,v 1.1 2009/02/16 15:43:08 jokey Exp $
EAPI=2
inherit perl-module java-pkg-opt-2 eutils autotools distutils
DESCRIPTION="suite of tools for moving data between a Palm device and a desktop"
HOMEPAGE="http://www.pilot-link.org/"
SRC_URI="http://pilot-link.org/source/${P}.tar.bz2"
LICENSE="|| ( GPL-2 LGPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="perl java python png readline threads bluetooth usb debug"
BOTH_DEPEND="virtual/libiconv
>=sys-libs/ncurses-5.6-r1
>=dev-libs/popt-1.10.7
perl? ( >=dev-lang/perl-5.8.8-r2 )
python? ( >=dev-lang/python-2.4.4-r4 )
png? ( >=media-libs/libpng-1.2.18-r1 )
readline? ( >=sys-libs/readline-5.2_p4 )
usb? ( >=dev-libs/libusb-0.1.12 )
bluetooth? ( >=net-wireless/bluez-libs-3.10 )"
DEPEND="${BOTH_DEPEND}
java? ( >=virtual/jdk-1.4 )"
RDEPEND="${BOTH_DEPEND}
java? ( >=virtual/jre-1.4 )"
src_prepare() {
# Fixing some broken configure switches and automagic deps.
epatch "${FILESDIR}/${PN}-0.12.2-readline.patch"
epatch "${FILESDIR}/${PN}-0.12.2-threads.patch"
epatch "${FILESDIR}/${P}-png.patch"
# Upstream's check for Werror was wrong. Fixes bug 194921.
epatch "${FILESDIR}/${PN}-0.12.2-werror_194921.patch"
# We install the Java bindings using the eclass functions so we disable
# their installation here.
use java && epatch "${FILESDIR}/${P}-java-install.patch"
# We install the Python bindings using the eclass functions so we disable
# their makefile.am rules here
use python && epatch "${FILESDIR}/${P}-distutils.patch"
# Upstream patch to fix 64-bit issues.
epatch "${FILESDIR}/${P}-int_types.patch"
# Fix Glibc open without mode error
epatch "${FILESDIR}/${P}-glibc-open.patch"
AT_M4DIR="m4" eautoreconf
}
src_configure() {
# tcl/tk support is disabled as per upstream request.
econf \
--includedir=/usr/include/libpisock \
--enable-conduits \
--with-tcl=no \
--without-included-popt \
--disable-compile-werror \
$(use_enable threads) \
$(use_enable usb libusb) \
$(use_enable debug) \
$(use_with png libpng $(libpng-config --prefix)) \
$(use_with bluetooth bluez) \
$(use_with readline) \
$(use_with perl) \
$(use_with java) \
$(use_with python) \
|| die "econf failed"
}
src_compile() {
# Unfortunately, parallel compilation is badly broken. cf. bug 202857.
emake -j1 || die "emake failed"
if use perl ; then
cd "${S}/bindings/Perl"
perl-module_src_prep
perl-module_src_compile
fi
if use python; then
cd "${S}/bindings/Python"
distutils_src_compile
fi
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc ChangeLog README doc/README* doc/TODO NEWS AUTHORS || die "installing docs failed"
if use java ; then
cd "${S}/bindings/Java"
java-pkg_newjar ${PN}.jar
java-pkg_doso libjpisock.so
fi
if use perl ; then
cd "${S}/bindings/Perl"
perl-module_src_install
fi
if use python; then
cd "${S}/bindings/Python"
distutils_src_install
fi
}
pkg_postinst() {
if use python; then
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages
fi
}
pkg_postrm() {
use python && distutils_pkg_postrm
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.3-r1.ebuild
@ 2009-04-18 6:17 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-18 6:17 UTC (permalink / raw
To: gentoo-commits
jer 09/04/18 06:17:01
Modified: ChangeLog pilot-link-0.12.3-r1.ebuild
Log:
Marked ~hppa (bug #260777).
(Portage version: 2.2_rc30/cvs/Linux i686)
Revision Changes Path
1.47 app-pda/pilot-link/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 3 Mar 2009 18:06:30 -0000 1.46
+++ ChangeLog 18 Apr 2009 06:17:01 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/pilot-link
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.46 2009/03/03 18:06:30 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.47 2009/04/18 06:17:01 jer Exp $
+
+ 18 Apr 2009; Jeroen Roovers <jer@gentoo.org> pilot-link-0.12.3-r1:
+ Marked ~hppa (bug #260777).
03 Mar 2009; Serkan Kaba <serkan@gentoo.org> pilot-link-0.12.3.ebuild,
pilot-link-0.12.3-r1.ebuild:
1.4 app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?r1=1.3&r2=1.4
Index: pilot-link-0.12.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pilot-link-0.12.3-r1.ebuild 3 Mar 2009 18:06:30 -0000 1.3
+++ pilot-link-0.12.3-r1.ebuild 18 Apr 2009 06:17:01 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild,v 1.3 2009/03/03 18:06:30 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild,v 1.4 2009/04/18 06:17:01 jer Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="|| ( GPL-2 LGPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
IUSE="perl java python png readline threads bluetooth usb debug"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.3-r1.ebuild
@ 2010-01-19 2:45 Jeroen Roovers (jer)
0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-19 2:45 UTC (permalink / raw
To: gentoo-commits
jer 10/01/19 02:45:40
Modified: ChangeLog pilot-link-0.12.3-r1.ebuild
Log:
Stable for HPPA too.
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.52 app-pda/pilot-link/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 1 Jul 2009 09:42:08 -0000 1.51
+++ ChangeLog 19 Jan 2010 02:45:39 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for app-pda/pilot-link
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.51 2009/07/01 09:42:08 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/ChangeLog,v 1.52 2010/01/19 02:45:39 jer Exp $
+
+ 19 Jan 2010; Jeroen Roovers <jer@gentoo.org> pilot-link-0.12.3-r1.ebuild:
+ Stable for HPPA too.
01 Jul 2009; Alexis Ballier <aballier@gentoo.org>
pilot-link-0.12.3-r2.ebuild:
1.7 app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild?r1=1.6&r2=1.7
Index: pilot-link-0.12.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pilot-link-0.12.3-r1.ebuild 19 May 2009 00:43:47 -0000 1.6
+++ pilot-link-0.12.3-r1.ebuild 19 Jan 2010 02:45:39 -0000 1.7
@@ -1,6 +1,6 @@
-# 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/pilot-link/pilot-link-0.12.3-r1.ebuild,v 1.6 2009/05/19 00:43:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/pilot-link/pilot-link-0.12.3-r1.ebuild,v 1.7 2010/01/19 02:45:39 jer Exp $
EAPI=2
@@ -12,7 +12,7 @@
LICENSE="|| ( GPL-2 LGPL-2 )"
SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="perl java python png readline threads bluetooth usb debug"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-19 2:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 2:45 [gentoo-commits] gentoo-x86 commit in app-pda/pilot-link: ChangeLog pilot-link-0.12.3-r1.ebuild Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2009-04-18 6:17 Jeroen Roovers (jer)
2009-02-16 15:43 Markus Ullmann (jokey)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox