* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2016-10-02 6:52 Jeroen Roovers
0 siblings, 0 replies; 16+ messages in thread
From: Jeroen Roovers @ 2016-10-02 6:52 UTC (permalink / raw
To: gentoo-commits
commit: 3459f5e3be125351e5d7baffdd8d24c1f9a36ee4
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 2 06:52:41 2016 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Oct 2 06:52:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3459f5e3
app-mobilephone/obexftp: Stable for HPPA (bug #577696).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 90795d5..d319a3f 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 hppa ~ppc ~x86"
# bluetooth support is not really optional, bug #529068
IUSE="perl python ruby tcl" #bluetooth
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2016-12-03 8:58 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-12-03 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 515f0865d762ee3b6f34aa65db85a91a8b1f3204
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 08:38:51 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 08:58:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515f0865
app-mobilephone/obexftp: cleanup
Package-Manager: portage-2.3.0
app-mobilephone/obexftp/obexftp-0.24.ebuild | 58 -----------------------------
1 file changed, 58 deletions(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24.ebuild b/app-mobilephone/obexftp/obexftp-0.24.ebuild
deleted file mode 100644
index 4cdecc6..00000000
--- a/app-mobilephone/obexftp/obexftp-0.24.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-inherit cmake-utils python-single-r1 python-utils-r1 eutils multilib
-
-DESCRIPTION="File transfer over OBEX for mobile phones"
-HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
-SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
-IUSE="bluetooth perl python ruby tcl"
-
-RDEPEND="
- >=dev-libs/openobex-1.7
- bluetooth? ( net-wireless/bluez )
- perl? ( dev-lang/perl:= )
- python? ( ${PYTHON_DEPS} )
- ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )
- tcl? ( dev-lang/tcl:0= )
-"
-DEPEND="
- ${RDEPEND}
- perl? ( dev-lang/swig )
- python? ( dev-lang/swig )
- ruby? ( dev-lang/swig )
- tcl? ( dev-lang/swig )
- virtual/pkgconfig
-"
-
-S=${WORKDIR}/${P}-Source
-
-DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.23-gentoo.patch
- "${FILESDIR}"/${PN}-0.24-config.patch
- "${FILESDIR}"/${PN}-0.24-enable_bluetooth.patch
- "${FILESDIR}"/${PN}-0.24-python_sitedir.patch
-)
-
-src_configure() {
- local mycmakeargs=(
- -DENABLE_PERL=$(usex perl)
- -DENABLE_BLUETOOTH=$(usex bluetooth)
- -DENABLE_PYTHON=$(usex python)
- $(usex python -DPYTHON_SITE_DIR=$(python_get_sitedir) '')
- -DENABLE_RUBY=$(usex ruby)
- -DENABLE_TCL=$(usex tcl)
- )
-
- cmake-utils_src_configure
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2016-12-03 8:58 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-12-03 8:58 UTC (permalink / raw
To: gentoo-commits
commit: f7d0076e3517803b3e4978bfc5d943d29b90c3d4
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 08:56:38 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 08:58:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7d0076e
app-mobilephone/obexftp: update ruby dependency for ruby21
Package-Manager: portage-2.3.0
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 84837d7..f7ecd41 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
net-wireless/bluez
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
- ruby? ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 ) )
+ ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
tcl? ( dev-lang/tcl:0= )
"
DEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2016-12-03 8:58 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-12-03 8:58 UTC (permalink / raw
To: gentoo-commits
commit: 37fbb225d3d30ff0ceefb4587dcc5cb303fd3e0b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 08:54:31 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 08:58:30 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37fbb225
app-mobilephone/obexftp: amd64 stable, bug 577696
Package-Manager: portage-2.3.0
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index b44c230..84837d7 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
# bluetooth support is not really optional, bug #529068
IUSE="perl python ruby tcl" #bluetooth
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2017-02-23 9:56 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2017-02-23 9:56 UTC (permalink / raw
To: gentoo-commits
commit: ad7596e4ad642d53e14039f6f5e686287d9f9a43
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:55:25 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:56:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad7596e4
app-mobilephone/obexftp: remove reference to removed ruby slot
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 2b84c5c789..faef7aa260 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
net-wireless/bluez
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
- ruby? ( || ( dev-lang/ruby:2.1 dev-lang/ruby:2.0 ) )
+ ruby? ( dev-lang/ruby:2.1 )
tcl? ( dev-lang/tcl:0= )
"
DEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2017-02-23 9:56 Michael Palimaka
0 siblings, 0 replies; 16+ messages in thread
From: Michael Palimaka @ 2017-02-23 9:56 UTC (permalink / raw
To: gentoo-commits
commit: 274e9caad70fa9dcd8a0cf33373cb5eddba11a7c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 09:54:44 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 09:56:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274e9caa
app-mobilephone/obexftp: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
app-mobilephone/obexftp/Manifest | 1 -
app-mobilephone/obexftp/obexftp-0.23-r2.ebuild | 104 -------------------------
2 files changed, 105 deletions(-)
diff --git a/app-mobilephone/obexftp/Manifest b/app-mobilephone/obexftp/Manifest
index 2ad0cc4b3d..f9c337ba6b 100644
--- a/app-mobilephone/obexftp/Manifest
+++ b/app-mobilephone/obexftp/Manifest
@@ -1,2 +1 @@
-DIST obexftp-0.23.tar.bz2 402552 SHA256 44a74ff288d38c0f75354d6bc2efe7d6dec10112eaff2e7b10e292b0d2105b36 SHA512 026a2a641fa46dc41ff131b78e87c2aa5fce126d36aa2d8b1783c7fe134a786bbf9908f660018fe459e5d729c36303f5efb2f5b2af64001a2344dce8c322e513 WHIRLPOOL d8386862c25c420ffae7089bb33b517406a6a4eecac52ad6376f3d2c5b034549e8cf86651b4ad3231b21822049b02d01863dae8776b957eb8d538c426ba4431f
DIST obexftp-0.24-Source.tar.gz 88154 SHA256 b907965608bf0e60c69bc45f074ce1a2ffeb809b4502a7082c6d95e3c73dfe6b SHA512 785449665f5e9269d7bfd15f379bd8fbad321780292e56341e2089d6894255b7301fc23bb27a80e4e6f6317a130b658dedd307b7ece0fd31ef8f1a109c6f21b9 WHIRLPOOL 9f6fd5df3fbc8fa161ecff091b02932ac73e60d6a6eb1e15a32d9b871e6668fd86d0c4d6027f13c724cc1e7a8b40e1e02f8c0c32f0ac43076193e2048ba751df
diff --git a/app-mobilephone/obexftp/obexftp-0.23-r2.ebuild b/app-mobilephone/obexftp/obexftp-0.23-r2.ebuild
deleted file mode 100644
index fced95e587..0000000000
--- a/app-mobilephone/obexftp/obexftp-0.23-r2.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-GENTOO_DEPEND_ON_PERL=no
-
-inherit distutils-r1 eutils perl-module flag-o-matic autotools
-
-DESCRIPTION="File transfer over OBEX for mobile phones"
-HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
-SRC_URI="mirror://sourceforge/openobex/${P}.tar.bz2"
-SLOT="0"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 hppa ppc ~sparc x86"
-IUSE="bluetooth debug perl python ruby tcl"
-
-RDEPEND="dev-libs/openobex
- bluetooth? ( net-wireless/bluez )
- perl? ( dev-lang/perl:= )
- ruby? ( dev-lang/ruby:1.9 )
- tcl? ( dev-lang/tcl:0= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fixruby.patch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-fix-ruby19.patch
- # Python bindings are built/installed manually.
- sed -e "/MAYBE_PYTHON_ = python/d" -i swig/Makefile.am || die "sed failed"
-
- eautoreconf
-}
-
-src_configure() {
- if use debug ; then
- strip-flags
- append-flags "-g -DOBEXFTP_DEBUG=5"
- fi
-
- local MYRUBY
- use ruby && MYRUBY="RUBY=/usr/bin/ruby19"
-
- econf \
- $(use_enable bluetooth) \
- $(use_enable perl) \
- $(use_enable python) \
- $(use_enable tcl) \
- $(use_enable ruby) \
- ${MYRUBY}
-}
-
-src_compile() {
- default
-
- if use python; then
- pushd swig/python/
- distutils-r1_src_compile
- popd
- fi
-}
-
-src_install() {
- # -j1 because "make -fMakefile.ruby install" fails
- # upstream added -j1 to that command so it should be removed
- # from here in the next version bump
- emake -j1 DESTDIR="${D}" INSTALLDIRS=vendor install
-
- if use python; then
- pushd swig/python/
- distutils-r1_src_install
- popd
- fi
-
- dodoc AUTHORS ChangeLog NEWS README* THANKS TODO
- dohtml doc/*.html
-
- # Install examples
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.c
- use perl && doins examples/*.pl
- use python && doins examples/*.py
- use ruby && doins examples/*.rb
- use tcl && doins examples/*.tcl
-
- if use perl ; then
- perl_delete_localpod
- perl_delete_packlist
- fi
-}
-
-pkg_postinst() {
- use python && distutils-r1_pkg_postinst
-}
-
-pkg_postrm() {
- use python && distutils-r1_pkg_postrm
-}
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2017-04-20 7:59 David Seifert
0 siblings, 0 replies; 16+ messages in thread
From: David Seifert @ 2017-04-20 7:59 UTC (permalink / raw
To: gentoo-commits
commit: 22b4a0e696079662a4da89c5df1bc5ddd5dd9088
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 07:40:09 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 07:58:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b4a0e6
app-mobilephone/obexftp: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 9973f2a1940..40317ebf00e 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -16,6 +16,7 @@ KEYWORDS="amd64 hppa ppc x86"
# bluetooth support is not really optional, bug #529068
IUSE="perl python ruby tcl" #bluetooth
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
RDEPEND="
>=dev-libs/openobex-1.7
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2017-08-05 18:49 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2017-08-05 18:49 UTC (permalink / raw
To: gentoo-commits
commit: f49703e83dc8bfc6c672e00bfd18aaf6c9a6925b
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 5 18:24:28 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 5 18:49:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f49703e8
app-mobilephone/obexftp: use ruby-single.eclass to allow more ruby slots, add ruby22
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 40317ebf00e..75435dde82e 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -4,7 +4,9 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-inherit cmake-utils python-single-r1 python-utils-r1 eutils multilib
+USE_RUBY="ruby21 ruby22"
+
+inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib
DESCRIPTION="File transfer over OBEX for mobile phones"
HOMEPAGE="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
@@ -23,7 +25,7 @@ RDEPEND="
net-wireless/bluez
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
- ruby? ( dev-lang/ruby:2.1 )
+ ruby? ( ${RUBY_DEPS} )
tcl? ( dev-lang/tcl:0= )
"
DEPEND="
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2018-01-24 7:02 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-01-24 7:02 UTC (permalink / raw
To: gentoo-commits
commit: 55f988c4c230c5e616197756930703392ea7d58a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 06:01:29 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 07:01:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55f988c4
app-mobilephone/obexftp: add ruby23
Package-Manager: Portage-2.3.19, Repoman-2.3.6
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index 75435dde82e..d5746a637f6 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby22 ruby23"
inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2018-06-23 9:32 Pacho Ramos
0 siblings, 0 replies; 16+ messages in thread
From: Pacho Ramos @ 2018-06-23 9:32 UTC (permalink / raw
To: gentoo-commits
commit: ef3be7ee54b43615a29d8bef38f62d7183cbd931
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 23 09:07:41 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 23 09:32:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3be7ee
app-mobilephone/obexftp: Support python3.6 (#658804)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index d5746a637f6..c42ed0fdb30 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
USE_RUBY="ruby22 ruby23"
inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2018-06-25 18:52 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2018-06-25 18:52 UTC (permalink / raw
To: gentoo-commits
commit: feb81246333ab2a75ab63c4eb30fdab961658fb5
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 25 18:52:01 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jun 25 18:52:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb81246
app-mobilephone/obexftp: add ruby24, ruby25
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-mobilephone/obexftp/obexftp-0.24-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
index c42ed0fdb30..88e346c5750 100644
--- a/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-USE_RUBY="ruby22 ruby23"
+USE_RUBY="ruby23 ruby24 ruby25"
inherit cmake-utils python-single-r1 python-utils-r1 ruby-single eutils multilib
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2018-08-13 21:20 Sergei Trofimovich
0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2018-08-13 21:20 UTC (permalink / raw
To: gentoo-commits
commit: 4b447f522dd590d5d13755b29ad90c3295a8f5be
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 13 21:20:00 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Aug 13 21:20:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b447f52
app-mobilephone/obexftp: stable 0.24.2 for ppc, bug #661348
Package-Manager: Portage-2.3.46, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"
app-mobilephone/obexftp/obexftp-0.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
index 3527d255209..42c127ee38d 100644
--- a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ppc ~x86"
# bluetooth support is not really optional, bug #529068
IUSE="perl python ruby tcl"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2018-08-16 0:39 Thomas Deutschmann
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2018-08-16 0:39 UTC (permalink / raw
To: gentoo-commits
commit: ace325ed33a1581e57a95b4e5fe6d2145478bf19
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 16 00:07:15 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 00:07:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace325ed
app-mobilephone/obexftp: x86 stable (bug #661348)
Package-Manager: Portage-2.3.46, Repoman-2.3.10
app-mobilephone/obexftp/obexftp-0.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
index 42c127ee38d..77e9ea5922c 100644
--- a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ppc ~x86"
+KEYWORDS="~amd64 ~hppa ppc x86"
# bluetooth support is not really optional, bug #529068
IUSE="perl python ruby tcl"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2018-08-16 23:42 Mikle Kolyada
0 siblings, 0 replies; 16+ messages in thread
From: Mikle Kolyada @ 2018-08-16 23:42 UTC (permalink / raw
To: gentoo-commits
commit: e20ea5dc2f64cbfdaf4fda0acc4bf36165e19e95
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 16 23:42:33 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Aug 16 23:42:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e20ea5dc
app-mobilephone/obexftp: amd64 stable wrt bug #661348
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-mobilephone/obexftp/obexftp-0.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
index 77e9ea5922c..48797b440a9 100644
--- a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/openobex/${P}-Source.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~hppa ppc x86"
+KEYWORDS="amd64 ~hppa ppc x86"
# bluetooth support is not really optional, bug #529068
IUSE="perl python ruby tcl"
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2020-02-10 11:54 Michał Górny
0 siblings, 0 replies; 16+ messages in thread
From: Michał Górny @ 2020-02-10 11:54 UTC (permalink / raw
To: gentoo-commits
commit: c9634e684aed83ebcffd27d6402db26614ca2602
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:29:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:53:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9634e68
app-mobilephone/obexftp: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-mobilephone/obexftp/obexftp-0.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
index ba779f3b100..d1c6caa1ca7 100644
--- a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
USE_RUBY="ruby23 ruby24 ruby25"
inherit cmake-utils python-single-r1 ruby-single
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/
@ 2020-05-02 5:18 Hans de Graaff
0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2020-05-02 5:18 UTC (permalink / raw
To: gentoo-commits
commit: deed63678c71ec97e6583dceb8bcb1a4d683e1ee
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat May 2 04:47:34 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat May 2 05:17:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deed6367
app-mobilephone/obexftp: add ruby26
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
app-mobilephone/obexftp/obexftp-0.24.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
index d1c6caa1ca7..21ac5cf855e 100644
--- a/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
+++ b/app-mobilephone/obexftp/obexftp-0.24.2.ebuild
@@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python3_6 )
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby24 ruby25 ruby26"
inherit cmake-utils python-single-r1 ruby-single
^ permalink raw reply related [flat|nested] 16+ messages in thread
end of thread, other threads:[~2020-05-02 5:18 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13 21:20 [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/obexftp/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-05-02 5:18 Hans de Graaff
2020-02-10 11:54 Michał Górny
2018-08-16 23:42 Mikle Kolyada
2018-08-16 0:39 Thomas Deutschmann
2018-06-25 18:52 Hans de Graaff
2018-06-23 9:32 Pacho Ramos
2018-01-24 7:02 Hans de Graaff
2017-08-05 18:49 Hans de Graaff
2017-04-20 7:59 David Seifert
2017-02-23 9:56 Michael Palimaka
2017-02-23 9:56 Michael Palimaka
2016-12-03 8:58 Hans de Graaff
2016-12-03 8:58 Hans de Graaff
2016-12-03 8:58 Hans de Graaff
2016-10-02 6:52 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox