[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2024-03-17 Thread Sam James
commit: d7d3bc2228304026aff7fa34d196d9995c9b2d31
Author: Eli Schwartz  gmail  com>
AuthorDate: Sun Mar 17 20:12:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar 18 05:29:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d3bc22

app-pda/pilot-link: mark as LTO-unsafe

Only for the (absence of) the USE flag that causes the internal code to
be used. It's set by default for desktop/make.defaults anyway so
probably most users go through libusb instead.

Closes: https://bugs.gentoo.org/924480
Signed-off-by: Eli Schwartz  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
index 893b7b45b835..b8ad1bf67898 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools perl-module
+inherit autotools flag-o-matic perl-module
 
 DESCRIPTION="Suite of tools for moving data between a Palm device and a 
desktop"
 # this is a new mirror; the distfile has the same content inside the tarball,
@@ -42,6 +42,15 @@ src_prepare() {
 }
 
 src_configure() {
+   # -Werror=lto-type-mismatch
+   # https://bugs.gentoo.org/924480
+   #
+   # Upstream is abandoned since 2016, existing issue offering 
gentoo-patchset
+   # has been ignored. No bug filed.
+   #
+   # The issue is in the internal compat code for *not* using libusb.
+   use usb || filter-lto
+
# tcl/tk support is disabled as per upstream request.
# readline is not really optional, bug #626504
# Does not build with Java 8



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2022-07-03 Thread David Seifert
commit: 4c07cf6c87374826c858fd7d95ffd0393320cfed
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul  3 18:18:33 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul  3 18:18:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c07cf6c

app-pda/pilot-link: fix PKG_CHECK_MODULES/AC_REQUIRE failure

Closes: https://bugs.gentoo.org/856280
Signed-off-by: David Seifert  gentoo.org>

 app-pda/pilot-link/Manifest| 2 +-
 app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest
index 5960e2a65f9c..8ec3d3f907d0 100644
--- a/app-pda/pilot-link/Manifest
+++ b/app-pda/pilot-link/Manifest
@@ -1,2 +1,2 @@
-DIST pilot-link-0.12.5-gentoo-patchset-r1.tar.xz 8696 BLAKE2B 
1dd2015a4e77a2c93bb5bede88ed753aa0c8bd175744ee3cf49c9779312c3d99fa578ab307cd96af51f736a9fd44135628cef73c9041e5b4230c7a8c6c9d6b53
 SHA512 
ecbd9c14ebf1fc5c129a93a4cc6f3c0f7da1f47e9c02fbc7ce908a2462b26c68a3b0d28b21e633b4703bd0c1889d84820b5bd3eee3cb9dfaa2eab1651414bc73
+DIST pilot-link-0.12.5-gentoo-patchset-r2.tar.xz 8828 BLAKE2B 
6ae7dc9297dedd667bff569150aaae22bb1990b9321774dd29a4b36e7bd824c3c1e7ba60eeb30380727f1acc947df48867c6e536d2901486ac09ea3e3dbdec18
 SHA512 
6d4e5a572684087b203932b6c199a2a19ba0418794d164f24b04a85873ad3f7f228c1b85b0d1031c30aaf8101db2022fc1490a27331ea7525c5f41e6068af306
 DIST pilot-link-0.12.5.tar.bz2 1578735 BLAKE2B 
acc8748448d90928ac393e3d716f9d12c7962e18564a738b5f01e19bb225d610e179bb0694aded57979c7240df2652cac72845e5b8cdcddf6a4a800bbac4424b
 SHA512 
a12972fb7a43f2dfccb82a046ca372c9fce5333f632a77880439c4f4705af6a7f16b76f04c9f3ed0d6a12aad55a3a55f8781a4e92931bc6907cd1ec4f1209868

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
index 455a7e5c39ed..893b7b45b835 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Suite of tools for moving data between a Palm 
device and a desktop"
 HOMEPAGE="https://github.com/jichu4n/pilot-link;
 SRC_URI="
mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~soap/distfiles/${P}-gentoo-patchset-r1.tar.xz;
+   https://dev.gentoo.org/~soap/distfiles/${P}-gentoo-patchset-r2.tar.xz;
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/files/, app-pda/pilot-link/

2022-07-03 Thread David Seifert
commit: 75ba31febe3ad06e585ca7cf3d5b0eaf48c8ee48
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul  3 13:39:01 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul  3 13:39:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ba31fe

app-pda/pilot-link: update EAPI 6 -> 8

Closes: https://github.com/gentoo/gentoo/pull/23943
Closes: https://bugs.gentoo.org/744046
Closes: https://bugs.gentoo.org/750203
Signed-off-by: David Seifert  gentoo.org>

 app-pda/pilot-link/Manifest|   2 +-
 .../files/pilot-link-0.12.5-Werror-args.patch  |  18 
 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 105 -
 app-pda/pilot-link/pilot-link-0.12.5-r4.ebuild |  90 ++
 4 files changed, 91 insertions(+), 124 deletions(-)

diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest
index 2fefa7bae9e2..5960e2a65f9c 100644
--- a/app-pda/pilot-link/Manifest
+++ b/app-pda/pilot-link/Manifest
@@ -1,2 +1,2 @@
-DIST pilot-link-0.12.5-gentoo-patchset.tar.bz2 8182 BLAKE2B 
db6e053bebc2876308d5bf5c29b86b9f22aecd0e75ed6d16e9214d63d73cb5e2dc7080bcd03a9d4dc21d4f2ef84d9632bac6cd36673d93915db9fd095ae12dfd
 SHA512 
141900ef42d8a6716d7e0a219e1b75609f392c393376fb60f645561cfe1cf67ad9cec03321a31dcf1e8a70c75591df6eac4f727c957487496ab46ae6aa2dc90d
+DIST pilot-link-0.12.5-gentoo-patchset-r1.tar.xz 8696 BLAKE2B 
1dd2015a4e77a2c93bb5bede88ed753aa0c8bd175744ee3cf49c9779312c3d99fa578ab307cd96af51f736a9fd44135628cef73c9041e5b4230c7a8c6c9d6b53
 SHA512 
ecbd9c14ebf1fc5c129a93a4cc6f3c0f7da1f47e9c02fbc7ce908a2462b26c68a3b0d28b21e633b4703bd0c1889d84820b5bd3eee3cb9dfaa2eab1651414bc73
 DIST pilot-link-0.12.5.tar.bz2 1578735 BLAKE2B 
acc8748448d90928ac393e3d716f9d12c7962e18564a738b5f01e19bb225d610e179bb0694aded57979c7240df2652cac72845e5b8cdcddf6a4a800bbac4424b
 SHA512 
a12972fb7a43f2dfccb82a046ca372c9fce5333f632a77880439c4f4705af6a7f16b76f04c9f3ed0d6a12aad55a3a55f8781a4e92931bc6907cd1ec4f1209868

diff --git a/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch 
b/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
deleted file mode 100644
index 5e6b939d0100..
--- a/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
+++ /dev/null
@@ -1,18 +0,0 @@
--Werror can have args now, but didn't when this code was originally written.
-
-Closes: https://bugs.gentoo.org/show_bug.cgi?id=714828
-Signed-off-by: Robin H. Johnson 
-
 pilot-link-0.12.5.orig/configure.ac2020-08-02 21:58:12.481559328 
-0700
-+++ pilot-link-0.12.5/configure.ac 2020-08-02 22:02:49.641291824 -0700
-@@ -63,8 +63,8 @@
- dnl Eat -Werror so configure will run properly, if the user provided it
- enable_werror=no
- save_CFLAGS="$CFLAGS"
--CFLAGS=`echo $save_CFLAGS | sed -e s/-Werror//g`
--CXXFLAGS=`echo $save_CXXFLAGS | sed -e s/-Werror//g`
-+CFLAGS=`echo $save_CFLAGS | sed -r -e 's/-Werror(=[^[:space:]]+)?//g'`
-+CXXFLAGS=`echo $save_CXXFLAGS | sed -r -e 's/-Werror(=[^[:space:]]+)?//g'`
- if test "x$CFLAGS" != "x$save_CFLAGS"; then
-   dnl -Werror was set; treat it as implicit --enable-werror below
-   enable_werror="yes"

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
deleted file mode 100644
index 61b734b732d0..
--- a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools perl-module
-
-DESCRIPTION="Suite of tools for moving data between a Palm device and a 
desktop"
-# this is a new mirror; the distfile has the same content inside the tarball,
-# but the tarball itself doesn't match due to recompression and Git
-# indirection.
-HOMEPAGE="https://github.com/jichu4n/pilot-link;
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2;
-
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="bluetooth debug perl png static-libs threads usb"
-
-COMMON_DEPEND="
-   dev-libs/popt
-   >=sys-libs/ncurses-5.7-r7:0=
-   >=sys-libs/readline-6:0=
-   virtual/libiconv
-   bluetooth? ( net-wireless/bluez )
-   perl? ( >=dev-lang/perl-5.12 )
-   png? ( media-libs/libpng:0= )
-   usb? ( virtual/libusb:0 )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}"
-
-RESTRICT="test" #672872
-
-src_prepare() {
-   default
-
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-java-install.patch
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-respect-javacflags.patch
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-werror_194921.patch
-   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-threads.patch
-   eapply -p0 

[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2020-09-23 Thread Michał Górny
commit: db8e94519df8dda78531a4ea50b7c1c5e0f7e441
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 23 11:00:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 23 11:07:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8e9451

app-pda/pilot-link: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 117 -
 1 file changed, 117 deletions(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
deleted file mode 100644
index 3bcc02fd6ec..000
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools distutils-r1 perl-module java-pkg-opt-2
-
-DESCRIPTION="Suite of tools for moving data between a Palm device and a 
desktop"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
-SRC_URI="mirror://gentoo/${P}.tar.bz2
-   https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2;
-
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="bluetooth debug java perl png python static-libs threads usb"
-
-COMMON_DEPEND="
-   dev-libs/popt
-   >=sys-libs/ncurses-5.7-r7:0=
-   >=sys-libs/readline-6:0=
-   virtual/libiconv
-   bluetooth? ( net-wireless/bluez )
-   perl? ( >=dev-lang/perl-5.12 )
-   png? ( media-libs/libpng:0= )
-   usb? ( virtual/libusb:0 )
-"
-DEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jdk-1.4 )
-"
-RDEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jre-1.4 )
-"
-
-RESTRICT="test" #672872
-
-src_prepare() {
-   default
-
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-java-install.patch
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-respect-javacflags.patch
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-werror_194921.patch
-   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-threads.patch
-   eapply -p0 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libpng14.patch
-   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-png.patch
-   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-distutils.patch
-   eapply -p1 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libusb-compat-usb_open.patch
-   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.5-perl514.patch
-
-   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#467600
-
-   AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
-   # tcl/tk support is disabled as per upstream request.
-   # readline is not really optional, bug #626504
-   econf \
-   --includedir="${EPREFIX}"/usr/include/libpisock \
-   $(use_enable static-libs static) \
-   --enable-conduits \
-   --with-readline \
-   $(use_enable threads) \
-   $(use_enable usb libusb) \
-   $(use_enable debug) \
-   $(use_with png libpng) \
-   $(use_with bluetooth bluez) \
-   $(use_with perl) \
-   $(use_with java) \
-   --without-tcl \
-   $(use_with python)
-}
-
-src_compile() {
-   emake
-
-   if use perl; then
-   cd "${S}"/bindings/Perl
-   perl-module_src_configure
-   local mymake=( OTHERLDFLAGS="${LDFLAGS} -L../../libpisock/.libs 
-lpisock" ) #308629
-   perl-module_src_compile
-   fi
-
-   if use python; then
-   cd "${S}"/bindings/Python
-   distutils-r1_src_compile
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc ChangeLog NEWS README doc/{README*,TODO}
-
-   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-r1_src_install
-   fi
-
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_preinst() {
-   perl_set_version
-   java-pkg-opt-2_pkg_preinst
-}



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2020-09-23 Thread Agostino Sarubbo
commit: 6f1cdb538867de3191ebc1d4de8dc18d03f21d64
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:34:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:34:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1cdb53

app-pda/pilot-link: x86 stable wrt bug #743490

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
index 6a827dd1a60..9bd001479e3 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bluetooth debug perl png static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2020-09-23 Thread Agostino Sarubbo
commit: 528cbf90ab3881fd55285b862a05137284b89ec7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:27:10 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:29:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528cbf90

app-pda/pilot-link: ppc64 stable wrt bug #743490

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
index 8796fbab913..6a827dd1a60 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bluetooth debug perl png static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2020-09-23 Thread Agostino Sarubbo
commit: 0b7f866b079bfa4b83a17721702646bcbec20032
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:22:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:22:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7f866b

app-pda/pilot-link: ppc stable wrt bug #743490

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
index ddb67afa226..8796fbab913 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bluetooth debug perl png static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2020-09-23 Thread Agostino Sarubbo
commit: dad12bc99b25cfb661ed9897b42914bb40937e43
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Sep 23 10:19:41 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Sep 23 10:19:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dad12bc9

app-pda/pilot-link: amd64 stable wrt bug #743490

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
index 6e88956efa7..ddb67afa226 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug perl png static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2020-09-21 Thread Sergei Trofimovich
commit: f56c2063b22bb0faec95003e587a02341edea2d2
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Sep 21 18:26:05 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Sep 21 18:53:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f56c2063

app-pda/pilot-link: stable 0.12.5-r3 for hppa, bug #743490

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
index f28d43f7d28..6e88956efa7 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug perl png static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/, app-pda/pilot-link/files/

2020-08-02 Thread Robin H. Johnson
commit: fd1ce6c032d0628bf02c3a712c62398612ab6474
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Mon Aug  3 05:26:30 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Mon Aug  3 05:29:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd1ce6c0

app-pda/pilot-link: minor cleanup

- Drop python & java bindings
- handle -Werror=foo from sandbox testing
- reference new non-official upstream
- P.S. This still worked for me as of 2019; probably still works, but
  hardware limitations in testing.

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Closes: https://bugs.gentoo.org/show_bug.cgi?id=735238
Closes: https://bugs.gentoo.org/show_bug.cgi?id=714828
Signed-off-by: Robin H. Johnson  gentoo.org>

 .../files/pilot-link-0.12.5-Werror-args.patch  |  18 
 app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild | 105 +
 2 files changed, 123 insertions(+)

diff --git a/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch 
b/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
new file mode 100644
index 000..5e6b939d010
--- /dev/null
+++ b/app-pda/pilot-link/files/pilot-link-0.12.5-Werror-args.patch
@@ -0,0 +1,18 @@
+-Werror can have args now, but didn't when this code was originally written.
+
+Closes: https://bugs.gentoo.org/show_bug.cgi?id=714828
+Signed-off-by: Robin H. Johnson 
+
+--- pilot-link-0.12.5.orig/configure.ac2020-08-02 21:58:12.481559328 
-0700
 pilot-link-0.12.5/configure.ac 2020-08-02 22:02:49.641291824 -0700
+@@ -63,8 +63,8 @@
+ dnl Eat -Werror so configure will run properly, if the user provided it
+ enable_werror=no
+ save_CFLAGS="$CFLAGS"
+-CFLAGS=`echo $save_CFLAGS | sed -e s/-Werror//g`
+-CXXFLAGS=`echo $save_CXXFLAGS | sed -e s/-Werror//g`
++CFLAGS=`echo $save_CFLAGS | sed -r -e 's/-Werror(=[^[:space:]]+)?//g'`
++CXXFLAGS=`echo $save_CXXFLAGS | sed -r -e 's/-Werror(=[^[:space:]]+)?//g'`
+ if test "x$CFLAGS" != "x$save_CFLAGS"; then
+   dnl -Werror was set; treat it as implicit --enable-werror below
+   enable_werror="yes"

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
new file mode 100644
index 000..f28d43f7d28
--- /dev/null
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r3.ebuild
@@ -0,0 +1,105 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools perl-module
+
+DESCRIPTION="Suite of tools for moving data between a Palm device and a 
desktop"
+# this is a new mirror; the distfile has the same content inside the tarball,
+# but the tarball itself doesn't match due to recompression and Git
+# indirection.
+HOMEPAGE="https://github.com/jichu4n/pilot-link;
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2;
+
+LICENSE="|| ( GPL-2 LGPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux 
~x86-linux"
+IUSE="bluetooth debug perl png static-libs threads usb"
+
+COMMON_DEPEND="
+   dev-libs/popt
+   >=sys-libs/ncurses-5.7-r7:0=
+   >=sys-libs/readline-6:0=
+   virtual/libiconv
+   bluetooth? ( net-wireless/bluez )
+   perl? ( >=dev-lang/perl-5.12 )
+   png? ( media-libs/libpng:0= )
+   usb? ( virtual/libusb:0 )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}"
+
+RESTRICT="test" #672872
+
+src_prepare() {
+   default
+
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-java-install.patch
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-respect-javacflags.patch
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-werror_194921.patch
+   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-threads.patch
+   eapply -p0 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libpng14.patch
+   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-png.patch
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-distutils.patch
+   eapply -p1 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libusb-compat-usb_open.patch
+   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.5-perl514.patch
+   eapply -p1 "${FILESDIR}"/${PN}-0.12.5-Werror-args.patch
+
+   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#467600
+
+   AT_M4DIR="m4" eautoreconf
+
+}
+
+src_configure() {
+   # tcl/tk support is disabled as per upstream request.
+   # readline is not really optional, bug #626504
+   # Does not build with Java 8
+   # Does not build with Python 3, bug 735238
+   econf \
+   --includedir="${EPREFIX}"/usr/include/libpisock \
+   $(use_enable static-libs static) \
+   --enable-conduits \
+   --with-readline \
+   $(use_enable threads) \
+   $(use_enable usb libusb) \
+   $(use_enable 

[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/, app-pda/libplist/

2019-10-11 Thread Michał Górny
commit: 513d2a141f4ddac11000189bcb26bda70038df12
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 11 15:33:57 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 11 15:33:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513d2a14

app-pda: Remove *-fbsd KEYWORDS

Signed-off-by: Michał Górny  gentoo.org>

 app-pda/libplist/libplist-2.0.0.ebuild | 2 +-
 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-pda/libplist/libplist-2.0.0.ebuild 
b/app-pda/libplist/libplist-2.0.0.ebuild
index 12b97e894e0..ccd7c69178f 100644
--- a/app-pda/libplist/libplist-2.0.0.ebuild
+++ b/app-pda/libplist/libplist-2.0.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2;
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/3.1.0" # based on SONAME of libplist.so
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-fbsd"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
 IUSE="python static-libs"
 
 RDEPEND="python? ( ${PYTHON_DEPS} )"

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index d00cf62605f..dede9e9534e 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-05-03 Thread Sergei Trofimovich
commit: 0816e490580c68e510e26276051ce6800e97c6d6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri May  3 20:51:59 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  3 20:56:08 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0816e490

app-pda/pilot-link: stable 0.12.5-r2 for hppa, bug #676430

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 0a847e508d7..d00cf62605f 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-03-02 Thread Pacho Ramos
commit: 5da181dc11036c27ebb033283a9eda4616ab
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Mar  2 11:41:03 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Mar  2 19:11:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5da18666

app-pda/pilot-link: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild | 109 -
 1 file changed, 109 deletions(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
deleted file mode 100644
index 87cf90a2b96..000
--- a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit autotools distutils-r1 eutils perl-module java-pkg-opt-2
-
-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
-   https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2;
-
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
-IUSE="bluetooth debug java perl png python readline static-libs threads usb"
-
-COMMON_DEPEND="dev-libs/popt
-   >=sys-libs/ncurses-5.7-r7:0=
-   virtual/libiconv
-   bluetooth? ( net-wireless/bluez )
-   perl? ( >=dev-lang/perl-5.12 )
-   png? ( media-libs/libpng:0= )
-   readline? ( >=sys-libs/readline-6:0= )
-   usb? ( virtual/libusb:0 )"
-DEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jdk-1.4 )"
-RDEPEND="${COMMON_DEPEND}
-   java? ( >=virtual/jre-1.4 )"
-
-src_prepare() {
-   epatch \
-   
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-java-install.patch \
-   
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-respect-javacflags.patch \
-   
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-werror_194921.patch \
-   "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-threads.patch \
-   
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-{libpng14,png}.patch \
-   "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-distutils.patch \
-   
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libusb-compat-usb_open.patch \
-   "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.5-perl514.patch
-
-   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#467600
-
-   AT_M4DIR="m4" eautoreconf
-}
-
-src_configure() {
-   # tcl/tk support is disabled as per upstream request.
-   econf \
-   --includedir="${EPREFIX}"/usr/include/libpisock \
-   $(use_enable static-libs static) \
-   --enable-conduits \
-   $(use_enable threads) \
-   $(use_enable usb libusb) \
-   $(use_enable debug) \
-   $(use_with png libpng) \
-   $(use_with bluetooth bluez) \
-   $(use_with readline) \
-   $(use_with perl) \
-   $(use_with java) \
-   --without-tcl \
-   $(use_with python)
-}
-
-src_compile() {
-   emake
-
-   if use perl; then
-   cd "${S}"/bindings/Perl
-   perl-module_src_configure
-   local mymake=( OTHERLDFLAGS="${LDFLAGS} -L../../libpisock/.libs 
-lpisock" ) #308629
-   perl-module_src_compile
-   fi
-
-   if use python; then
-   cd "${S}"/bindings/Python
-   distutils-r1_src_compile
-   fi
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-   dodoc ChangeLog NEWS README doc/{README*,TODO}
-
-   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-r1_src_install
-   fi
-
-   find "${D}" -name '*.la' -exec rm -f {} +
-}
-
-pkg_preinst() {
-   perl_set_version
-   java-pkg-opt-2_pkg_preinst
-}



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-25 Thread Mikle Kolyada
commit: e34ff0df20447cc514baf723705d71dc3fda2dd9
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Feb 25 15:04:29 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Feb 25 15:04:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34ff0df

app-pda/pilot-link: amd64 stable wrt bug #676430

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 8f19a9e6f76..0a847e508d7 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-15 Thread Thomas Deutschmann
commit: ba0a4e2af64bddc1f7a8a181578107fba5d067c2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Feb 15 15:11:41 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Feb 15 15:46:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0a4e2a

app-pda/pilot-link: x86 stable (bug #676430)

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 28d6ac9f2c7..8f19a9e6f76 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-12 Thread Sergei Trofimovich
commit: b0d93885853bd52f9b58f580cb101ab50783d03d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Feb 12 08:15:00 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Feb 12 21:00:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0d93885

app-pda/pilot-link: stable 0.12.5-r2 for ppc64, bug #676430

Package-Manager: Portage-2.3.60, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 3052c21b810..28d6ac9f2c7 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-11 Thread Sergei Trofimovich
commit: c46ab06cbbbd9722bd8768a39c4939f3ec005262
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Feb 11 23:25:58 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Feb 11 23:36:16 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46ab06c

app-pda/pilot-link: stable 0.12.5-r2 for ppc, bug #676430

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 585d9c0ce87..3052c21b810 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-09 Thread Sergei Trofimovich
commit: 9455a31d82b3cf3073d1cb6652860fdfa37d8ffe
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Feb  9 19:34:48 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Feb  9 19:34:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9455a31d

app-pda/pilot-link: stable 0.12.5-r2 for ia64, bug #676430

Package-Manager: Portage-2.3.59, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 57bdec489ff..585d9c0ce87 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux 
~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-02-01 Thread Tobias Klausmann
commit: 6bf3f3192fe24382cecc3fcec92ab8303f0a4072
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Fri Feb  1 10:39:56 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Fri Feb  1 10:39:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf3f319

app-pda/pilot-link-0.12.5-r2: alpha stable

Bug: http://bugs.gentoo.org/676430
Signed-off-by: Tobias Klausmann  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 42343ddbfde..57bdec489ff 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2
 
 LICENSE="|| ( GPL-2 LGPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
 IUSE="bluetooth debug java perl png python static-libs threads usb"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2019-01-27 Thread Pacho Ramos
commit: f6b32912f2ea7a76e15bd55c2b3b0697f0c5e9f7
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jan 27 10:14:54 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jan 27 10:15:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b32912

app-pda/pilot-link: tests never worked

Bug: https://bugs.gentoo.org/672872
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos  gentoo.org>

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
index 0c758b2a633..42343ddbfde 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,6 +33,8 @@ RDEPEND="${COMMON_DEPEND}
java? ( >=virtual/jre-1.4 )
 "
 
+RESTRICT="test" #672872
+
 src_prepare() {
default
 



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2018-10-20 Thread Pacho Ramos
commit: 6c72c05d2a0c14aeadc6a46a817a65f93e3b83f8
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Oct 20 10:35:40 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Oct 20 11:38:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c72c05d

app-pda/pilot-link: Upstream dead, doesn't build with USE -readline

Closes: https://bugs.gentoo.org/620980
Closes: https://bugs.gentoo.org/626504
Signed-off-by: Pacho Ramos  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild | 115 +
 1 file changed, 115 insertions(+)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
new file mode 100644
index 000..0c758b2a633
--- /dev/null
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r2.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit autotools distutils-r1 perl-module java-pkg-opt-2
+
+DESCRIPTION="Suite of tools for moving data between a Palm device and a 
desktop"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage;
+SRC_URI="mirror://gentoo/${P}.tar.bz2
+   https://dev.gentoo.org/~mgorny/dist/${P}-gentoo-patchset.tar.bz2;
+
+LICENSE="|| ( GPL-2 LGPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux"
+IUSE="bluetooth debug java perl png python static-libs threads usb"
+
+COMMON_DEPEND="
+   dev-libs/popt
+   >=sys-libs/ncurses-5.7-r7:0=
+   >=sys-libs/readline-6:0=
+   virtual/libiconv
+   bluetooth? ( net-wireless/bluez )
+   perl? ( >=dev-lang/perl-5.12 )
+   png? ( media-libs/libpng:0= )
+   usb? ( virtual/libusb:0 )
+"
+DEPEND="${COMMON_DEPEND}
+   java? ( >=virtual/jdk-1.4 )
+"
+RDEPEND="${COMMON_DEPEND}
+   java? ( >=virtual/jre-1.4 )
+"
+
+src_prepare() {
+   default
+
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-java-install.patch
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-respect-javacflags.patch
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-werror_194921.patch
+   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.2-threads.patch
+   eapply -p0 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libpng14.patch
+   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-png.patch
+   eapply -p0 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-distutils.patch
+   eapply -p1 
"${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.3-libusb-compat-usb_open.patch
+   eapply -p1 "${WORKDIR}/${P}-gentoo-patchset"/${PN}-0.12.5-perl514.patch
+
+   sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die 
#467600
+
+   AT_M4DIR="m4" eautoreconf
+}
+
+src_configure() {
+   # tcl/tk support is disabled as per upstream request.
+   # readline is not really optional, bug #626504
+   econf \
+   --includedir="${EPREFIX}"/usr/include/libpisock \
+   $(use_enable static-libs static) \
+   --enable-conduits \
+   --with-readline \
+   $(use_enable threads) \
+   $(use_enable usb libusb) \
+   $(use_enable debug) \
+   $(use_with png libpng) \
+   $(use_with bluetooth bluez) \
+   $(use_with perl) \
+   $(use_with java) \
+   --without-tcl \
+   $(use_with python)
+}
+
+src_compile() {
+   emake
+
+   if use perl; then
+   cd "${S}"/bindings/Perl
+   perl-module_src_configure
+   local mymake=( OTHERLDFLAGS="${LDFLAGS} -L../../libpisock/.libs 
-lpisock" ) #308629
+   perl-module_src_compile
+   fi
+
+   if use python; then
+   cd "${S}"/bindings/Python
+   distutils-r1_src_compile
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+   dodoc ChangeLog NEWS README doc/{README*,TODO}
+
+   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-r1_src_install
+   fi
+
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_preinst() {
+   perl_set_version
+   java-pkg-opt-2_pkg_preinst
+}



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/

2017-12-10 Thread David Seifert
commit: 35ec93b6b912ad8466be954de7de788516bfd8e6
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 10 14:12:04 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 10 14:16:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ec93b6

app-pda/pilot-link: [QA] Fix dependency.missingslot

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild 
b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
index 4a7518f87df..87cf90a2b96 100644
--- a/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
+++ b/app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild
@@ -18,12 +18,12 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 x86 
~x86-fbsd ~amd64-linux ~x86-l
 IUSE="bluetooth debug java perl png python readline static-libs threads usb"
 
 COMMON_DEPEND="dev-libs/popt
-   >=sys-libs/ncurses-5.7-r7
+   >=sys-libs/ncurses-5.7-r7:0=
virtual/libiconv
bluetooth? ( net-wireless/bluez )
perl? ( >=dev-lang/perl-5.12 )
-   png? ( media-libs/libpng:0 )
-   readline? ( >=sys-libs/readline-6 )
+   png? ( media-libs/libpng:0= )
+   readline? ( >=sys-libs/readline-6:0= )
usb? ( virtual/libusb:0 )"
 DEPEND="${COMMON_DEPEND}
java? ( >=virtual/jdk-1.4 )"



[gentoo-commits] repo/gentoo:master commit in: app-pda/pilot-link/, app-pda/pilot-link/files/

2017-10-15 Thread Michał Górny
commit: 0c34ff9b16139f5a61140c0b03ce9e80200c2b29
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 12:35:04 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 12:36:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c34ff9b

app-pda/pilot-link: Move patches to a dist tarball

Closes: https://bugs.gentoo.org/620548

 app-pda/pilot-link/Manifest|   1 +
 .../files/pilot-link-0.12.2-threads.patch  |  17 -
 .../files/pilot-link-0.12.2-werror_194921.patch|  19 -
 .../files/pilot-link-0.12.3-distutils.patch|  19 -
 .../files/pilot-link-0.12.3-java-install.patch |  25 -
 .../files/pilot-link-0.12.3-libpng14.patch |  98 
 .../pilot-link-0.12.3-libusb-compat-usb_open.patch |  21 -
 .../pilot-link/files/pilot-link-0.12.3-png.patch   |  78 ---
 .../pilot-link-0.12.3-respect-javacflags.patch |  13 -
 .../files/pilot-link-0.12.5-perl514.patch  | 625 -
 app-pda/pilot-link/pilot-link-0.12.5-r1.ebuild |  21 +-
 11 files changed, 12 insertions(+), 925 deletions(-)

diff --git a/app-pda/pilot-link/Manifest b/app-pda/pilot-link/Manifest
index 52e983d2d4c..b1900193cab 100644
--- a/app-pda/pilot-link/Manifest
+++ b/app-pda/pilot-link/Manifest
@@ -1 +1,2 @@
+DIST pilot-link-0.12.5-gentoo-patchset.tar.bz2 8182 SHA256 
38687e75f74f728d8e32f50a1ae428711aed5f78ec6850d8f5a91d0cf30a839a SHA512 
141900ef42d8a6716d7e0a219e1b75609f392c393376fb60f645561cfe1cf67ad9cec03321a31dcf1e8a70c75591df6eac4f727c957487496ab46ae6aa2dc90d
 WHIRLPOOL 
51351e441eaff5eb69bfb895f8fb439f7100dd29bf51d7a6c93ccd535c847e3899b08035d0b622c1359ffec7737fb330ae49b4f04de3f13bacf2394c6b2cec9f
 DIST pilot-link-0.12.5.tar.bz2 1578735 SHA256 
d3f99ec04016b38995fb370265200254710318105c792c017d3aaccfb97a84b2 SHA512 
a12972fb7a43f2dfccb82a046ca372c9fce5333f632a77880439c4f4705af6a7f16b76f04c9f3ed0d6a12aad55a3a55f8781a4e92931bc6907cd1ec4f1209868
 WHIRLPOOL 
1db6c658c8a478ba01e2a6ab829ee348757af0b5927c1d2bec729405d2d58ea7b98ba7cf008dd72e1f6afbe9ab5fa7aaee7958fdf9f8d9f4e9a4224f340f

diff --git a/app-pda/pilot-link/files/pilot-link-0.12.2-threads.patch 
b/app-pda/pilot-link/files/pilot-link-0.12.2-threads.patch
deleted file mode 100644
index edfedb2ae6a..000
--- a/app-pda/pilot-link/files/pilot-link-0.12.2-threads.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -Naur pilot-link-0.12.2.orig/m4/threads.m4 pilot-link-0.12.2/m4/threads.m4
 pilot-link-0.12.2.orig/m4/threads.m4   2005-03-02 23:36:49.0 
+0100
-+++ pilot-link-0.12.2/m4/threads.m42007-08-25 20:36:36.0 +0200
-@@ -5,9 +5,10 @@
- #
- 
- AC_DEFUN([PILOT_LINK_THREADS_SUPPORT], [
--  use_threads=false
--  AC_ARG_ENABLE(threads,[  --enable-threadsAdd this to have 
built-in thread safety],use_threads=true)
--  if $use_threads; then
-+  use_threads=true
-+  AC_ARG_ENABLE([threads], AS_HELP_STRING([--disable-threads], [Build 
without built-in thread safety (default: test)]))
-+
-+  if test "x$enable_threads" != "xno"; then
-   ACX_PTHREAD
-   if test x"$acx_pthread_ok" = xno; then
-   use_threads=false

diff --git a/app-pda/pilot-link/files/pilot-link-0.12.2-werror_194921.patch 
b/app-pda/pilot-link/files/pilot-link-0.12.2-werror_194921.patch
deleted file mode 100644
index 9396ba9f3f4..000
--- a/app-pda/pilot-link/files/pilot-link-0.12.2-werror_194921.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-http://bugs.gentoo.org/194921
-
 configure.ac
-+++ configure.ac
-@@ -757,11 +757,9 @@
- dnl *
- dnl (already done) enable_werror=no
- 
--AC_ARG_ENABLE(compile-werror,
--[  --enable-compile-werror
--  Causes warnings to be treated as errors in GCC],
--enable_werror=yes)
--if test "x$GCC" = "xyes" -a "x$enable_werror" = "xyes"; then
-+AC_ARG_ENABLE([compile-werror], AS_HELP_STRING([--enable-compile-werror], 
[Causes warnings to be treated as errors in GCC (default: disabled)]))
-+
-+if test "x$GCC" = "xyes" -a "x$enable_compile_werror" = "xyes"; then
-   CFLAGS="$CFLAGS -Werror"
- fi
- 

diff --git a/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch 
b/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch
deleted file mode 100644
index db229f85527..000
--- a/app-pda/pilot-link/files/pilot-link-0.12.3-distutils.patch
+++ /dev/null
@@ -1,19 +0,0 @@
 bindings/Makefile.am.old   2008-02-24 22:47:19.0 +0100
-+++ bindings/Makefile.am   2008-02-24 22:47:40.0 +0100
-@@ -25,16 +25,10 @@
-   -cd $(srcdir)/Python && $(PYTHON) setup.py clean 
-   -cd $(srcdir)/Python && rm -rf build
- 
--if WITH_PYTHON
--PYTHON_ALL = python-build
--PYTHON_INSTALL = python-install
--PYTHON_CLEAN = python-clean
--else
- PYTHON_ALL = 
- PYTHON_INSTALL = 
- PYTHON_MCLEAN = 
- PYTHON_CLEAN = 
--endif
- 
- #
- # Perl Building

diff --git