[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2024-05-08 Thread Michał Górny
commit: 4d7efc3a7273f587de0248de991993521895ca85
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 07:51:06 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 07:54:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d7efc3a

dev-python/qscintilla-python: Remove old

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

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.13.3.ebuild| 80 --
 .../qscintilla-python-2.14.1.ebuild| 80 --
 3 files changed, 161 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 3ff66b83fdc4..96cf9c1d21e4 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla_src-2.13.3.tar.gz 3060031 BLAKE2B 
e93dd884f630ef5f02fbf558ea8d9f94cfde1af03b811c8df9c3197ce9cadc430bf9727aec114ba118588effa5bc76166e3bda48800b6112edc8e8c598d72952
 SHA512 
be102fd6123fad0bc7f8de39080886369398889de48a4ec8873a0751890d7be1f238ae5194b71d31aac492e2881b6bf7885d9c06a2a47e36328780b47694f5b5
 DIST QScintilla_src-2.14.1.tar.gz 3233610 BLAKE2B 
83b54378f0d3fa39ea120214a06c91982f81281e15c61fc70a9e83928be64724cfd2679b5e4aafee44a324e24a6c4729693cd118c6ad0b1636a199f2f41d34fe
 SHA512 
19e2f9e0a14947501c575018df368d24eb7f8c74e74faa5246db36415bf28dc0beee507ed0e73107c02b36a99bbaf55f0ef3349f479d2332e1b92b2c4a32788a

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
deleted file mode 100644
index af961b1876ec..
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}/Python
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_prepare() {
-   default
-   mv pyproject{-qt5,}.toml || die
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
deleted file mode 100644
index 2a2e748056e9..
--- a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit out-of-source-utils python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2024-05-08 Thread Michał Górny
commit: 98c21ce1e6f630c2898bea40beba145b77bee4f9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  8 07:52:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May  8 07:54:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c21ce1

dev-python/qscintilla-python: Drop python@

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

 dev-python/qscintilla-python/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/qscintilla-python/metadata.xml 
b/dev-python/qscintilla-python/metadata.xml
index 20b5f9216f49..cb669d0602d2 100644
--- a/dev-python/qscintilla-python/metadata.xml
+++ b/dev-python/qscintilla-python/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   pyt...@gentoo.org
-   Python
-   
+   


p...@riverbankcomputing.com



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2024-04-16 Thread Jimi Huotari
commit: fe540d096608fd71082416c1088e9dd26146cf8b
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Apr 16 21:27:30 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Tue Apr 16 21:30:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe540d09

dev-python/qscintilla-python: drop 2.14.1-r1

Signed-off-by: Jimi Huotari  gentoo.org>

 .../qscintilla-python-2.14.1-r1.ebuild | 112 -
 1 file changed, 112 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1-r1.ebuild
deleted file mode 100644
index a3651231f003..
--- a/dev-python/qscintilla-python/qscintilla-python-2.14.1-r1.ebuild
+++ /dev/null
@@ -1,112 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-inherit multibuild python-r1 qmake-utils out-of-source-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-S=${WORKDIR}/${MY_P}/Python
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="debug +qt5 qt6"
-
-REQUIRED_USE="|| ( qt5 qt6 ) ${PYTHON_REQUIRED_USE}"
-
-# no tests
-RESTRICT="test"
-
-DEPEND="${PYTHON_DEPS}
-   qt5? (
-   
>=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   )
-   qt6? (
-   dev-python/PyQt6[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtbase:6[cups,gui,widgets]
-   )
-   ~x11-libs/qscintilla-${PV}:=[qt5(+),qt6(+)]
-"
-RDEPEND="${DEPEND}
-   qt5? ( >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}] )
-   qt6? ( >=dev-python/PyQt6-sip-13.5:=[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
-   qt5? ( dev-qt/qtcore:5 )
-   qt6? ( dev-qt/qtbase:6 )
-"
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
-}
-
-src_configure() {
-   my_src_configure() {
-   case ${MULTIBUILD_VARIANT} in
-   qt5)
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   
--scripts-dir="$(python_get_scriptdir)"
-   
--qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug 
--qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   run_in_build_dir qmake5 -recursive 
${MY_PN}.pro
-   }
-   mv pyproject{-${MULTIBUILD_VARIANT},}.toml || 
die
-   python_foreach_impl configuration
-   ;;
-   qt6)
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   
--scripts-dir="$(python_get_scriptdir)"
-   
--qmake="$(qt6_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug 
--qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   run_in_build_dir qmake6 -recursive 
${MY_PN}.pro
-   }
-   mv pyproject{-${MULTIBUILD_VARIANT},}.toml || 
die
-   python_foreach_impl configuration
-   ;;
-   esac
-   }
-   multibuild_foreach_variant my_src_configure
-}
-
-src_compile() {
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2024-04-16 Thread Jimi Huotari
commit: 0ee55a3ef60a76aa7662f02a8afce9c24786d2bf
Author: Jimi Huotari  gentoo  org>
AuthorDate: Tue Apr 16 21:25:38 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Tue Apr 16 21:30:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee55a3e

dev-python/qscintilla-python: fixup dependencies

Remove 'cups' from 'qtbase', since 'gui,widgets' should be enough
here (was also changed in 'x11-libs/qscintilla', but was
forgotten here).

Also adjust the 'qt5/qt6' USE dependency.

Closes: https://bugs.gentoo.org/930118
Signed-off-by: Jimi Huotari  gentoo.org>

 .../qscintilla-python-2.14.1-r2.ebuild | 112 +
 1 file changed, 112 insertions(+)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1-r2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1-r2.ebuild
new file mode 100644
index ..23fc7f5155df
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.14.1-r2.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit multibuild python-r1 qmake-utils out-of-source-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+S=${WORKDIR}/${MY_P}/Python
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug +qt5 qt6"
+
+REQUIRED_USE="|| ( qt5 qt6 ) ${PYTHON_REQUIRED_USE}"
+
+# no tests
+RESTRICT="test"
+
+DEPEND="${PYTHON_DEPS}
+   qt5? (
+   
>=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+   qt6? (
+   dev-python/PyQt6[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtbase:6[gui,widgets]
+   )
+   ~x11-libs/qscintilla-${PV}:=[qt5(+)?,qt6(-)?]
+"
+RDEPEND="${DEPEND}
+   qt5? ( >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}] )
+   qt6? ( >=dev-python/PyQt6-sip-13.5:=[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
+   qt5? ( dev-qt/qtcore:5 )
+   qt6? ( dev-qt/qtbase:6 )
+"
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
+}
+
+src_configure() {
+   my_src_configure() {
+   case ${MULTIBUILD_VARIANT} in
+   qt5)
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   
--scripts-dir="$(python_get_scriptdir)"
+   
--qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug 
--qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   run_in_build_dir qmake5 -recursive 
${MY_PN}.pro
+   }
+   mv pyproject{-${MULTIBUILD_VARIANT},}.toml || 
die
+   python_foreach_impl configuration
+   ;;
+   qt6)
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   
--scripts-dir="$(python_get_scriptdir)"
+   
--qmake="$(qt6_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug 
--qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   run_in_build_dir qmake6 -recursive 
${MY_PN}.pro
+   }
+   mv pyproject{-${MULTIBUILD_VARIANT},}.toml || 
die
+   python_foreach_impl configuration
+   ;;
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/, x11-libs/qscintilla/

2024-04-16 Thread Jimi Huotari
commit: 6d7133fe2a81ed73ad2cf4ff2f8f8ceb8441ff48
Author: José P. R. N. Assis  gmail  com>
AuthorDate: Fri Feb  2 11:48:09 2024 +
Commit: Jimi Huotari  gentoo  org>
CommitDate: Tue Apr 16 16:29:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7133fe

dev-python/qscintilla-python: add USE=qt6 #916232

Adding USE=qt6 to dev-python/qscintilla-python, based on previous work
by @t0b3 (gentoo#31252), keeping qt5 support, via multibuild.

Bug: https://bugs.gentoo.org/916232
Signed-off-by: José P. R. N. Assis  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33493
Signed-off-by: Jimi Huotari  gentoo.org>

 .../qscintilla-python-2.14.1-r1.ebuild | 112 +
 x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild|   8 +-
 2 files changed, 114 insertions(+), 6 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1-r1.ebuild
new file mode 100644
index ..a3651231f003
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.14.1-r1.ebuild
@@ -0,0 +1,112 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit multibuild python-r1 qmake-utils out-of-source-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+S=${WORKDIR}/${MY_P}/Python
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug +qt5 qt6"
+
+REQUIRED_USE="|| ( qt5 qt6 ) ${PYTHON_REQUIRED_USE}"
+
+# no tests
+RESTRICT="test"
+
+DEPEND="${PYTHON_DEPS}
+   qt5? (
+   
>=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+   qt6? (
+   dev-python/PyQt6[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtbase:6[cups,gui,widgets]
+   )
+   ~x11-libs/qscintilla-${PV}:=[qt5(+),qt6(+)]
+"
+RDEPEND="${DEPEND}
+   qt5? ( >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}] )
+   qt6? ( >=dev-python/PyQt6-sip-13.5:=[${PYTHON_USEDEP}] )
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
+   qt5? ( dev-qt/qtcore:5 )
+   qt6? ( dev-qt/qtbase:6 )
+"
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt5) $(usev qt6) )
+}
+
+src_configure() {
+   my_src_configure() {
+   case ${MULTIBUILD_VARIANT} in
+   qt5)
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   
--scripts-dir="$(python_get_scriptdir)"
+   
--qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug 
--qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   run_in_build_dir qmake5 -recursive 
${MY_PN}.pro
+   }
+   mv pyproject{-${MULTIBUILD_VARIANT},}.toml || 
die
+   python_foreach_impl configuration
+   ;;
+   qt6)
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   
--scripts-dir="$(python_get_scriptdir)"
+   
--qmake="$(qt6_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug 
--qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   run_in_build_dir qmake6 -recursive 
${MY_PN}.pro
+   }
+   mv 

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2023-10-18 Thread Sam James
commit: af9ad1db0077060ff341f1a5570ba2cc31a5af34
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 15:51:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 15:51:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af9ad1db

dev-python/qscintilla-python: Stabilize 2.14.1 amd64, #915930

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
index 0161c8b4a780..da02d679f1fb 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}/Python
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2023-10-18 Thread Sam James
commit: a43fc876e656feb3f139cab5fc22ce2573784b0f
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct 18 15:51:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 18 15:51:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43fc876

dev-python/qscintilla-python: Stabilize 2.14.1 x86, #915930

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
index da02d679f1fb..2a2e748056e9 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}/Python
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2023-09-17 Thread Sam James
commit: 01c3ca6bb235b8674c5ec784f846099a0ec37509
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sat Sep 16 21:43:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 17 06:16:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01c3ca6b

dev-python/qscintilla-python: 2.14.1 version bump

Signed-off-by: Sergey Torokhov  yandex.ru>
Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.14.1.ebuild| 80 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index e3f543929391..3ff66b83fdc4 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_src-2.13.3.tar.gz 3060031 BLAKE2B 
e93dd884f630ef5f02fbf558ea8d9f94cfde1af03b811c8df9c3197ce9cadc430bf9727aec114ba118588effa5bc76166e3bda48800b6112edc8e8c598d72952
 SHA512 
be102fd6123fad0bc7f8de39080886369398889de48a4ec8873a0751890d7be1f238ae5194b71d31aac492e2881b6bf7885d9c06a2a47e36328780b47694f5b5
+DIST QScintilla_src-2.14.1.tar.gz 3233610 BLAKE2B 
83b54378f0d3fa39ea120214a06c91982f81281e15c61fc70a9e83928be64724cfd2679b5e4aafee44a324e24a6c4729693cd118c6ad0b1636a199f2f41d34fe
 SHA512 
19e2f9e0a14947501c575018df368d24eb7f8c74e74faa5246db36415bf28dc0beee507ed0e73107c02b36a99bbaf55f0ef3349f479d2332e1b92b2c4a32788a

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
new file mode 100644
index ..0161c8b4a780
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.14.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit out-of-source-utils python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+S=${WORKDIR}/${MY_P}/Python
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}
+   >=dev-python/PyQt5-sip-12.12:=[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.15[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.7[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+"
+
+src_prepare() {
+   default
+   mv pyproject{-qt5,}.toml || die
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   --scripts-dir="$(python_get_scriptdir)"
+   --qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug --qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain and build flags
+   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-11-23 Thread Andreas Sturmlechner
commit: 9d74f6801513194d9b8611613d9365d55c28e142
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 23 21:13:49 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov 23 21:13:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d74f680

dev-python/qscintilla-python: drop 2.13.1

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.13.1.ebuild| 82 --
 2 files changed, 83 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 43c913a0fa93..e3f543929391 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700
 DIST QScintilla_src-2.13.3.tar.gz 3060031 BLAKE2B 
e93dd884f630ef5f02fbf558ea8d9f94cfde1af03b811c8df9c3197ce9cadc430bf9727aec114ba118588effa5bc76166e3bda48800b6112edc8e8c598d72952
 SHA512 
be102fd6123fad0bc7f8de39080886369398889de48a4ec8873a0751890d7be1f238ae5194b71d31aac492e2881b6bf7885d9c06a2a47e36328780b47694f5b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
deleted file mode 100644
index b207654bc061..
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}/Python
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-DEPEND="${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_prepare() {
-   default
-   mv pyproject{-qt5,}.toml || die
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-10-28 Thread Sam James
commit: d878cabd864493d6132a3cc292dfd0abf327590d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 28 18:55:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 28 18:55:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d878cabd

dev-python/qscintilla-python: Stabilize 2.13.3 x86, #878263

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
index 0ffaf6120eb3..58a4422d5585 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}/Python
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-10-28 Thread Sam James
commit: f2b47864d38234db0f56e5fc2f1eda754341a58d
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 28 18:55:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 28 18:55:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2b47864

dev-python/qscintilla-python: Stabilize 2.13.3 amd64, #878263

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
index d570238bf5a6..0ffaf6120eb3 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}/Python
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-09-26 Thread Andreas Sturmlechner
commit: 028f2bd18f982e8784fa06f791cccba6f2eac814
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 24 11:03:17 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 26 17:15:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=028f2bd1

dev-python/qscintilla-python: drop 2.11.6

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.11.6.ebuild| 78 --
 2 files changed, 79 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 8247ffec01ab..73c74d6856e9 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
 DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
deleted file mode 100644
index bea10fcea4e0..
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   =dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
-"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Fix parallel install failure
-   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
-   ${MY_PN}.pro || die
-
-   # Run eqmake to respect toolchain and build flags
-   eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-09-26 Thread Andreas Sturmlechner
commit: a575b622c1ed94786d901a500740e12f72753810
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep 24 11:16:03 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Sep 26 17:15:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a575b622

dev-python/qscintilla-python: add 2.13.3

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.13.3.ebuild| 80 ++
 2 files changed, 81 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 73c74d6856e9..43c913a0fa93 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700
+DIST QScintilla_src-2.13.3.tar.gz 3060031 BLAKE2B 
e93dd884f630ef5f02fbf558ea8d9f94cfde1af03b811c8df9c3197ce9cadc430bf9727aec114ba118588effa5bc76166e3bda48800b6112edc8e8c598d72952
 SHA512 
be102fd6123fad0bc7f8de39080886369398889de48a4ec8873a0751890d7be1f238ae5194b71d31aac492e2881b6bf7885d9c06a2a47e36328780b47694f5b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
new file mode 100644
index ..d570238bf5a6
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.3.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+S=${WORKDIR}/${MY_P}/Python
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}
+   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+"
+
+src_prepare() {
+   default
+   mv pyproject{-qt5,}.toml || die
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   --scripts-dir="$(python_get_scriptdir)"
+   --qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug --qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain and build flags
+   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-05-31 Thread Sam James
commit: bd4553f813130d5a42ab09fdd297eb153b98c331
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  1 01:55:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  1 01:55:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4553f8

dev-python/qscintilla-python: Stabilize 2.13.1 amd64, #825670

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
index 1eb997e302aa..b207654bc061 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}/Python
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2022-05-31 Thread Sam James
commit: 881978469f7d73e7dc7cc74fd537ee37032c2440
Author: Sam James  gentoo  org>
AuthorDate: Wed Jun  1 01:55:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun  1 01:55:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88197846

dev-python/qscintilla-python: Stabilize 2.13.1 x86, #825670

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
index 3b9a839cd1c5..1eb997e302aa 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}/Python
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2021-10-21 Thread Davide Pesavento
commit: ff8618c77e4c444fc325ae9c8b90e8cfcf5076f6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 02:59:28 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 02:59:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8618c7

dev-python/qscintilla-python: remove 2.13.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.13.0.ebuild| 82 --
 2 files changed, 83 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 03c601dda00..8247ffec01a 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
-DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1
 DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.0.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.0.ebuild
deleted file mode 100644
index 03cabdd434c..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.13.0.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-S=${WORKDIR}/${MY_P}/Python
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-DEPEND="${PYTHON_DEPS}
-   
>=dev-python/PyQt5-5.15.5_pre2107091435[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}
-   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
-   >=dev-python/sip-6.2.0_pre2106291255[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-"
-
-src_prepare() {
-   default
-   mv pyproject{-qt5,}.toml || die
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   sip-build
-   --verbose
-   --build-dir="${BUILD_DIR}"
-   --scripts-dir="$(python_get_scriptdir)"
-   --qmake="$(qt5_get_bindir)"/qmake
-   --no-make
-   $(usev debug '--debug --qml-debug --tracing')
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain and build flags
-   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2021-10-21 Thread Davide Pesavento
commit: b1f32903d64cb6887d0fd38459a6fa0d684c0a20
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Oct 22 02:57:16 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Oct 22 02:57:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1f32903

dev-python/qscintilla-python: add 2.13.1

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.13.1.ebuild| 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 31ba2a34aea..03c601dda00 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198
 DIST QScintilla_src-2.13.0.tar.gz 3059601 BLAKE2B 
8de5440c3019cb3f67ea25db2935dc8d8cd711298a8a49ce3f632937c538da5b8b337851c3f68c59eb3cb8df8396eebd8ac4f0b4d6d715c2519598eeda9b6586
 SHA512 
c72676e2d8463dde6e7c620e15a526eae056cfbf00bb5d013c315ebbf20340fcc79188c6e60c336679f7d18287066a26bdc96be2f1ef8a98b3adcada3ee09fd1
+DIST QScintilla_src-2.13.1.tar.gz 3059819 BLAKE2B 
147d61cea2d557da6d922599f826a62c4b216f3252226892076ff785a080c9de1fef199297156fce55a6567240af45e2833e085e423ad47e29c4f9b2241e
 SHA512 
edf7f358e188235d8a39a7d4a8332ca478460a65a8829d9cafcab8f22b84abcd8d624de2076d81a66a56d5a5c53edc6ecc2234598ac876c5befd8873f700

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
new file mode 100644
index 000..3b9a839cd1c
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.13.1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/ 
https://pypi.org/project/QScintilla/;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+S=${WORKDIR}/${MY_P}/Python
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+"
+
+DEPEND="${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.15.5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}
+   >=dev-python/PyQt5-sip-12.9:=[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/PyQt-builder-1.10[${PYTHON_USEDEP}]
+   >=dev-python/sip-6.2[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+"
+
+src_prepare() {
+   default
+   mv pyproject{-qt5,}.toml || die
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   sip-build
+   --verbose
+   --build-dir="${BUILD_DIR}"
+   --scripts-dir="$(python_get_scriptdir)"
+   --qmake="$(qt5_get_bindir)"/qmake
+   --no-make
+   $(usev debug '--debug --qml-debug --tracing')
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain and build flags
+   run_in_build_dir eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2021-08-01 Thread Davide Pesavento
commit: 96827798ffb36f70290f57a9bfb6736513bd49d8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Aug  2 03:03:21 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Aug  2 03:04:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96827798

dev-python/qscintilla-python: pin PyQt5 and sip deps

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
index 0a5d085b95f..bea10fcea4e 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..9} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/;
 
 MY_PN=QScintilla
 MY_P=${MY_PN}-${PV/_pre/.dev}
@@ -28,7 +28,7 @@ REQUIRED_USE="
 
 RDEPEND="
${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   =dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -37,7 +37,7 @@ RDEPEND="
~x11-libs/qscintilla-${PV}:=
 "
 DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.22[${PYTHON_USEDEP}]
+   >=dev-python/sip-4.19.22:0[${PYTHON_USEDEP}]
 "
 
 S=${WORKDIR}/${MY_P}/Python



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2021-08-01 Thread Davide Pesavento
commit: 84aae5191adaea406960c0fe39747e673fe28cab
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Aug  2 02:29:29 2021 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Aug  2 03:04:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84aae519

dev-python/qscintilla-python: remove 2.11.5

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.11.5.ebuild| 78 --
 2 files changed, 79 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 0b3102843cf..eb82b3903db 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla-2.11.5.tar.gz 3007564 BLAKE2B 
e1eb7794b2e09f7bbfebde69a7c62c1a952e36b95f9c7a38c3db0b6bbdab8d0bad4a6d780dc9bf9b5e8d64111046f1741c6710d8444504230ee0f4154ce0a304
 SHA512 
46bc3c896b4ab71fbcc821ce3a248ecc4200378e0b621adef8d39092f940928806c76abe529b7f27ce4280e7e49091d8cbeafe6f303ca85cf5675df2887fd99b
 DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
deleted file mode 100644
index 12eb318581e..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   >=dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.22[${PYTHON_USEDEP}]
-"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Fix parallel install failure
-   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
-   ${MY_PN}.pro || die
-
-   # Run eqmake to respect toolchain and build flags
-   eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2021-07-30 Thread Sam James
commit: f40483872ce32dd2cad00acc5ec509efa45b9115
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 04:13:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 04:13:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4048387

dev-python/qscintilla-python: Stabilize 2.11.6 amd64, #803791

Signed-off-by: Sam James  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
index 98e3f4c326f..b946928ebb5 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-12-16 Thread Davide Pesavento
commit: 367482dffdbc76c282cc72106351721c0becd095
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Dec 17 01:17:31 2020 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Dec 17 01:17:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367482df

dev-python/qscintilla-python: add 2.11.6

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.11.6.ebuild| 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 1c9a8bd81f4..0b3102843cf 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla-2.11.5.tar.gz 3007564 BLAKE2B 
e1eb7794b2e09f7bbfebde69a7c62c1a952e36b95f9c7a38c3db0b6bbdab8d0bad4a6d780dc9bf9b5e8d64111046f1741c6710d8444504230ee0f4154ce0a304
 SHA512 
46bc3c896b4ab71fbcc821ce3a248ecc4200378e0b621adef8d39092f940928806c76abe529b7f27ce4280e7e49091d8cbeafe6f303ca85cf5675df2887fd99b
+DIST QScintilla-2.11.6.tar.gz 3027764 BLAKE2B 
1eb5d9ba44040cbff30e8b0028e164cf2aa86c565a5368890500614b9395dbe861c5cd268cf6a4ec06e2c7d77860b2ad6064bc3d07fd63a6ede2b060f44a7117
 SHA512 
8055d72a40f9f5a7d45c6592055c1b8eb5e5c50ce9e51673babd5e567c769d60c64d244ba5a7def5731a3120099e9528d01ed94327a06bb56ae2fa2e5e37b198

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
new file mode 100644
index 000..1460fdded08
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.6.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+DEPEND="${RDEPEND}
+   >=dev-python/sip-4.19.22[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Fix parallel install failure
+   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
+   ${MY_PN}.pro || die
+
+   # Run eqmake to respect toolchain and build flags
+   eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-10-23 Thread Andreas Sturmlechner
commit: d4337444dcfca2477a3460f2679376360d9d1dab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Oct 23 23:12:39 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Oct 23 23:26:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4337444

dev-python/qscintilla-python: python3_9

Fedora can, then so do we.

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
index c04ae33878b..62e1639944d 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-08-18 Thread Agostino Sarubbo
commit: 44eec3bb588931092467968fed335a70cceebfb4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug 18 11:13:55 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug 18 11:13:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44eec3bb

dev-python/qscintilla-python: amd64 stable wrt bug #734482

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

 dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
index 1ee81a725d3..6df755baeb3 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-08-01 Thread Andreas Sturmlechner
commit: d82f94a15361c6876feecb9f64789b365262daab
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  1 09:48:08 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug  1 23:19:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82f94a1

dev-python/qscintilla-python: Drop python2_7

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild | 2 +-
 dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
index 27a43b25eec..69449c9b92f 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
index 45a5ed0c4c6..1ee81a725d3 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-06-15 Thread Davide Pesavento
commit: b3f9304779b52bf6e2166f25fb1d6a04c91ec733
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Jun 16 05:46:07 2020 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Jun 16 05:47:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f93047

dev-python/qscintilla-python: add 2.11.5

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.11.5.ebuild| 78 ++
 2 files changed, 79 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 384eaefb3f3..bf6d8725a2b 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla-2.11.4.tar.gz 3007719 BLAKE2B 
b0f88a15a3636a0056d3bdac6e5d5bb05a065461c7de7fe0d5ad1740e87ca78a47bc1fd1af90a8751b553e8e326c830088a4cb38c9ebcad6be8bf9ebdb49bad0
 SHA512 
90fc2427121ca9ae55e34cf636460099bbdadd844318d9ef05f86790a36e25fb64528264bb7bb99e46b7add96378eff0cc69bb692940c6a1bddfadf86a9abdbd
+DIST QScintilla-2.11.5.tar.gz 3007564 BLAKE2B 
e1eb7794b2e09f7bbfebde69a7c62c1a952e36b95f9c7a38c3db0b6bbdab8d0bad4a6d780dc9bf9b5e8d64111046f1741c6710d8444504230ee0f4154ce0a304
 SHA512 
46bc3c896b4ab71fbcc821ce3a248ecc4200378e0b621adef8d39092f940928806c76abe529b7f27ce4280e7e49091d8cbeafe6f303ca85cf5675df2887fd99b

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
new file mode 100644
index 000..45a5ed0c4c6
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.5.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+DEPEND="${RDEPEND}
+   >=dev-python/sip-4.19.22[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Fix parallel install failure
+   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
+   ${MY_PN}.pro || die
+
+   # Run eqmake to respect toolchain and build flags
+   eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-06-10 Thread Davide Pesavento
commit: 069582093bbf821ba43b6f040c7cc3e2265f4857
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Jun 10 22:35:19 2020 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Jun 10 22:36:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06958209

dev-python/qscintilla-python: restrict dependency on dev-python/sip

Fails to build with sip-4.19.23

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
index 637cf894292..27a43b25eec 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
@@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 RDEPEND="
${PYTHON_DEPS}
>=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.22:=[${PYTHON_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
@@ -35,7 +35,7 @@ RDEPEND="
~x11-libs/qscintilla-${PV}:=
 "
 DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
+   ~dev-python/sip-4.19.22[${PYTHON_USEDEP}]
 "
 
 S=${WORKDIR}/${MY_P}/Python



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-03-26 Thread Davide Pesavento
commit: 10b422cd8a2aed30665d06c71bc773ce69e31c41
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 26 18:37:08 2020 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 26 18:37:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b422cd

dev-python/qscintilla-python: drop 2.11.3

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.11.3.ebuild| 76 --
 2 files changed, 77 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index fbcc8117a9d..384eaefb3f3 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
 DIST QScintilla-2.11.4.tar.gz 3007719 BLAKE2B 
b0f88a15a3636a0056d3bdac6e5d5bb05a065461c7de7fe0d5ad1740e87ca78a47bc1fd1af90a8751b553e8e326c830088a4cb38c9ebcad6be8bf9ebdb49bad0
 SHA512 
90fc2427121ca9ae55e34cf636460099bbdadd844318d9ef05f86790a36e25fb64528264bb7bb99e46b7add96378eff0cc69bb692940c6a1bddfadf86a9abdbd

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
deleted file mode 100644
index 0b538885a2b..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
-"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Fix parallel install failure
-   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
-   ${MY_PN}.pro || die
-
-   # Run eqmake to respect toolchain and build flags
-   eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-03-22 Thread Agostino Sarubbo
commit: 9081bc2f37976391960f7cf02494df8945e2fc38
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Mar 22 10:37:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Mar 22 10:37:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9081bc2f

dev-python/qscintilla-python: x86 stable wrt bug #711000

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

 dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
index 1f2570806e2..637cf894292 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-03-21 Thread Agostino Sarubbo
commit: 829fa9de756f41190313cdfb90e4e18d3985bf08
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar 21 15:52:39 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar 21 15:52:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829fa9de

dev-python/qscintilla-python: amd64 stable wrt bug #711000

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

 dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
index 0e1408f2fa4..1f2570806e2 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-03-07 Thread Michał Górny
commit: 7d39d1b7dd8ee148cd71a3a39ecb1acd2c050e46
Author: Roy Bamford  gentoo  org>
AuthorDate: Fri Mar  6 12:16:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  7 15:10:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d39d1b7

dev-python/qscintilla-python: added ~arm64 keyword

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford  gentoo.org>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
index faad16f73f2..0e1408f2fa4 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2020-01-11 Thread Davide Pesavento
commit: 6addff20889176b5990590d35b96003e491d7258
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 11 19:23:52 2020 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jan 11 19:25:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6addff20

dev-python/qscintilla-python: remove 2.10.8

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.10.8.ebuild| 72 --
 2 files changed, 73 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index a1ce86f8e01..fbcc8117a9d 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
 DIST QScintilla-2.11.4.tar.gz 3007719 BLAKE2B 
b0f88a15a3636a0056d3bdac6e5d5bb05a065461c7de7fe0d5ad1740e87ca78a47bc1fd1af90a8751b553e8e326c830088a4cb38c9ebcad6be8bf9ebdb49bad0
 SHA512 
90fc2427121ca9ae55e34cf636460099bbdadd844318d9ef05f86790a36e25fb64528264bb7bb99e46b7add96378eff0cc69bb692940c6a1bddfadf86a9abdbd
-DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
deleted file mode 100644
index 0416137bac6..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   default
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
-   $(usex debug '--debug --trace' '')
-   --verbose
-   --no-dist-info # causes parallel build failures, 
reported upstream
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake5 -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-12-31 Thread Agostino Sarubbo
commit: f823fd45bd7f1c62d0b2a3aaa0dbd17bdc10cfa1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 31 14:05:56 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 31 14:05:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f823fd45

dev-python/qscintilla-python: amd64 stable wrt bug #703284

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

 dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
index 9bcd2e24080..41b04768045 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-12-31 Thread Agostino Sarubbo
commit: 2f338cb93c2b863152be03884ae177c6eabd7170
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Dec 31 14:02:01 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Dec 31 14:02:01 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f338cb9

dev-python/qscintilla-python: x86 stable wrt bug #703284

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

 dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
index a058f7a3eab..9bcd2e24080 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
@@ -19,7 +19,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-12-26 Thread Davide Pesavento
commit: e2e1e9f873fbbfa1fd7cee53b330c32e0917ab66
Author: Davide Pesavento  gentoo  org>
AuthorDate: Fri Dec 27 01:00:25 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Fri Dec 27 01:01:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e1e9f8

dev-python/qscintilla-python: add 2.11.4

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.11.4.ebuild| 76 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index afe4c275980..a1ce86f8e01 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
+DIST QScintilla-2.11.4.tar.gz 3007719 BLAKE2B 
b0f88a15a3636a0056d3bdac6e5d5bb05a065461c7de7fe0d5ad1740e87ca78a47bc1fd1af90a8751b553e8e326c830088a4cb38c9ebcad6be8bf9ebdb49bad0
 SHA512 
90fc2427121ca9ae55e34cf636460099bbdadd844318d9ef05f86790a36e25fb64528264bb7bb99e46b7add96378eff0cc69bb692940c6a1bddfadf86a9abdbd
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
new file mode 100644
index 000..a058f7a3eab
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.4.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+DEPEND="${RDEPEND}
+   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Fix parallel install failure
+   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
+   ${MY_PN}.pro || die
+
+   # Run eqmake to respect toolchain and build flags
+   eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-12-22 Thread Davide Pesavento
commit: d63893e5f11f7cb01867e12e35b00e6901b58932
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 23 00:08:28 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Dec 23 00:08:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d63893e5

dev-python/qscintilla-python: drop 2.11.1-r1

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.11.1-r1.ebuild | 75 --
 2 files changed, 76 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index c9fd8e685d5..afe4c275980 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
-DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
deleted file mode 100644
index e5efd8e7353..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
-inherit python-r1 qmake-utils
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_gpl-${PV/_pre/.dev}
-if [[ ${PV} == *_pre* ]]; then
-   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
-else
-   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-DEPEND="${RDEPEND}
-   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
-"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Fix parallel install failure
-   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets' ${MY_PN}.pro || die
-
-   # Run eqmake to respect toolchain and build flags
-   eqmake5 -recursive ${MY_PN}.pro
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-12-02 Thread Aaron Bauman
commit: dd41acb13a06a052566c49be40d338cef171ee38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Dec  1 20:52:25 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Tue Dec  3 04:17:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd41acb1

dev-python/qscintilla-python: python3_8

Package-Manager: Portage-2.3.80, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: Aaron Bauman  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
index b5af9609872..e5efd8e7353 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
 inherit python-r1 qmake-utils
 
 DESCRIPTION="Python bindings for QScintilla"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-12-02 Thread Davide Pesavento
commit: 0b4142de97048bd25cba0310d269dbc8fd3115e8
Author: Davide Pesavento  gentoo  org>
AuthorDate: Tue Dec  3 02:56:17 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Tue Dec  3 02:56:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4142de

dev-python/qscintilla-python: add 2.11.3

Also contains a more comprehensive fix for a parallel install failure

Bug: https://bugs.gentoo.org/684796
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.11.3.ebuild| 76 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 3b4a37e043f..c9fd8e685d5 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
+DIST QScintilla-2.11.3.tar.gz 3006383 BLAKE2B 
6238aaff44d6136a64e8c38e38c4886357eb72aa4067f54eda1e876040c41ebce8577e244b81a062e9020c4d142439f5612ca88055d0ba87172ff5b8893938d7
 SHA512 
83406ef2f425c6288fcac52b01417853186ba860e33e14b236801271e034c327cbb00817cb7247e98bafc1844aeff9f24ec4878ac8ec4bd52d0d2d9778f6b884
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
 DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
new file mode 100644
index 000..a058f7a3eab
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.3.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
+inherit python-r1 qmake-utils
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+DEPEND="${RDEPEND}
+   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
+"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Fix parallel install failure
+   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets install_pep484_stubs install_api' \
+   ${MY_PN}.pro || die
+
+   # Run eqmake to respect toolchain and build flags
+   eqmake5 -recursive ${MY_PN}.pro
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-11-16 Thread Davide Pesavento
commit: 001c6a8cdf4d74f5eef5228526bcb2006a51d85d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Nov 16 19:53:11 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Nov 16 19:53:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001c6a8c

dev-python/qscintilla-python: remove changelog from metadata

Upstream stopped publishing it at a stable URL

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/qscintilla-python/metadata.xml 
b/dev-python/qscintilla-python/metadata.xml
index 3e46f747a5e..8ae90753389 100644
--- a/dev-python/qscintilla-python/metadata.xml
+++ b/dev-python/qscintilla-python/metadata.xml
@@ -14,7 +14,6 @@
p...@riverbankcomputing.com
Phil Thompson

-   
https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog

https://www.riverbankcomputing.com/static/Docs/QScintilla/
mailto:qscinti...@riverbankcomputing.com
QScintilla



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-04-02 Thread Davide Pesavento
commit: 04d72718957bc2e95d3b22bb925b488490759204
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Apr  3 00:04:53 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Apr  3 01:00:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d72718

dev-python/qscintilla-python: proper fix for the parallel install failure

Also switch to an out-of-source build

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

 .../qscintilla-python-2.11.1.ebuild| 29 +++---
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
index dfe6ef7c314..4c02bf5f03f 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
@@ -6,11 +6,16 @@ EAPI=7
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 qmake-utils
 
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
 DESCRIPTION="Python bindings for QScintilla"
 HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${MY_P}.tar.gz;
+
+MY_PN=QScintilla
+MY_P=${MY_PN}_gpl-${PV/_pre/.dev}
+if [[ ${PV} == *_pre* ]]; then
+   SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz;
+else
+   
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz;
+fi
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -33,27 +38,24 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}/Python
 
-src_prepare() {
-   default
-   python_copy_sources
-}
-
 src_configure() {
configuration() {
local myconf=(
"${PYTHON}"
-   configure.py
+   "${S}"/configure.py
--pyqt=PyQt5
--qmake="$(qt5_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
$(usex debug '--debug --trace' '')
--verbose
)
echo "${myconf[@]}"
"${myconf[@]}" || die
 
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake5 -recursive
+   # Fix parallel install failure
+   sed -i -e '/INSTALLS += distinfo/i distinfo.depends = 
install_subtargets' ${MY_PN}.pro || die
+
+   # Run eqmake to respect toolchain and build flags
+   eqmake5 -recursive ${MY_PN}.pro
}
python_foreach_impl run_in_build_dir configuration
 }
@@ -64,8 +66,7 @@ src_compile() {
 
 src_install() {
installation() {
-   # parallel install fails because mk_distinfo.py runs too early
-   emake -j1 INSTALL_ROOT="${D}" install
+   emake INSTALL_ROOT="${D}" install
python_optimize
}
python_foreach_impl run_in_build_dir installation



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-04-02 Thread Davide Pesavento
commit: 3117ce0466bcd9966d422aa9fbf3deaf91d7de6f
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Apr  3 00:12:38 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Apr  3 01:00:03 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3117ce04

dev-python/qscintilla-python: adjust deps

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

 ...python-2.11.1.ebuild => qscintilla-python-2.11.1-r1.ebuild} | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
similarity index 88%
rename from dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
rename to dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
index 4c02bf5f03f..b5af9609872 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1-r1.ebuild
@@ -24,17 +24,19 @@ IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-DEPEND="
+RDEPEND="
${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-5.12[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   >=dev-python/PyQt5-sip-4.19.14:=[${PYTHON_USEDEP}]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
dev-qt/qtwidgets:5
~x11-libs/qscintilla-${PV}:=
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+   >=dev-python/sip-4.19.14[${PYTHON_USEDEP}]
+"
 
 S=${WORKDIR}/${MY_P}/Python
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-03-21 Thread Davide Pesavento
commit: 273fd34eb1fbc204b6a81bcc63b9910a588b1ad4
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:43:32 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:46:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273fd34e

dev-python/qscintilla-python: update metadata.xml

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

 dev-python/qscintilla-python/metadata.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/metadata.xml 
b/dev-python/qscintilla-python/metadata.xml
index 7054692c343..3e46f747a5e 100644
--- a/dev-python/qscintilla-python/metadata.xml
+++ b/dev-python/qscintilla-python/metadata.xml
@@ -14,8 +14,9 @@
p...@riverbankcomputing.com
Phil Thompson

+   
https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog
+   
https://www.riverbankcomputing.com/static/Docs/QScintilla/
mailto:qscinti...@riverbankcomputing.com
-   http://pyqt.sourceforge.net/Docs/QScintilla2/
-   pyqt
+   QScintilla

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2019-03-21 Thread Davide Pesavento
commit: 665e96d7034633447bf67f60b896ea165e2d5c1b
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Mar 21 20:27:57 2019 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Mar 21 20:30:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e96d7

dev-python/qscintilla-python: add 2.11.1, drop python3_4 support

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

 dev-python/qscintilla-python/Manifest|  1 +
 dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild |  4 ++--
 ...-python-2.10.8.ebuild => qscintilla-python-2.11.1.ebuild} | 12 ++--
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index a3b924ad27c..3b4a37e043f 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5
+DIST QScintilla_gpl-2.11.1.tar.gz 2932060 BLAKE2B 
9f2f9fd89667cc04c95d0a36e4a615dcf3c1c11a5446e19a43104513894b76bc7478f2aed7e8c94ce413f940327deb09e51507bee1fa35c79c176e01e6b74767
 SHA512 
40b600aa8eec17bc99491a08aeaee72bf498a66f0257d310a8df2667de82805715b9c859885c092acfb03ba8f69433a6517d0d4bb324bf99bd9db461172c08d5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
index a03ddc26eb0..1b2bcb06dd6 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 qmake-utils
 
 MY_P=QScintilla_gpl-${PV/_pre/.dev}

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
similarity index 80%
copy from dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
copy to dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
index a03ddc26eb0..dfe6ef7c314 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.11.1.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
 inherit python-r1 qmake-utils
 
 MY_P=QScintilla_gpl-${PV/_pre/.dev}
 
 DESCRIPTION="Python bindings for QScintilla"
 HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+SRC_URI="https://www.riverbankcomputing.com/static/Downloads/QScintilla/${MY_P}.tar.gz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -48,7 +48,6 @@ src_configure() {
--sip-incdir="$(python_get_includedir)"
$(usex debug '--debug --trace' '')
--verbose
-   --no-dist-info # causes parallel build failures, 
reported upstream
)
echo "${myconf[@]}"
"${myconf[@]}" || die
@@ -65,7 +64,8 @@ src_compile() {
 
 src_install() {
installation() {
-   emake INSTALL_ROOT="${D}" install
+   # parallel install fails because mk_distinfo.py runs too early
+   emake -j1 INSTALL_ROOT="${D}" install
python_optimize
}
python_foreach_impl run_in_build_dir installation



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-12-31 Thread Davide Pesavento
commit: 0672876497645f8acce9ddd1e3523d2a242df3e0
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 31 23:41:59 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Dec 31 23:44:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06728764

dev-python/qscintilla-python: remove 2.10.4

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.10.4.ebuild| 69 --
 2 files changed, 70 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 692c9be04f5..a3b924ad27c 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
deleted file mode 100644
index dbc23b01d91..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_configure() {
-   configuration() {
-   # Fix out-of-source build and installation of .sip files
-   ln -s "${S}"/sip || die
-
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake5 -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-12-31 Thread Davide Pesavento
commit: 22056c9e81d4d8ad4358228fafc03b8bd876915d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Dec 31 22:27:08 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Mon Dec 31 22:27:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22056c9e

dev-python/qscintilla-python: amd64 stable (bug #673690)

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
index ac68fb127b2..a03ddc26eb0 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-12-29 Thread Thomas Deutschmann
commit: 69ba0ba207a70e5f6ee8a004b8be93d4fe3871c0
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Dec 29 18:50:34 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Dec 29 19:12:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ba0ba2

dev-python/qscintilla-python: x86 stable (bug #673690)

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

 dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
index 0c917f6bc80..ac68fb127b2 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-12-15 Thread Davide Pesavento
commit: 7b400d45b48c257fb341bc3fe3e547030db0193a
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Dec 15 20:26:33 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Dec 15 20:37:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b400d45

dev-python/qscintilla-python: remove 2.10.7

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Davide Pesavento  gentoo.org>

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.10.7.ebuild| 72 --
 2 files changed, 73 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index c6fc7b5655a..692c9be04f5 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3
-DIST QScintilla_gpl-2.10.7.tar.gz 2734778 BLAKE2B 
9fea764828e1c95ce842b06b06c45398b52669c0823a660bcd45a4af4a33a4a5b75b6349f84dc844e18d394c301bbb66f3485abd9f56a5c056d2b507b67a0148
 SHA512 
d5489a308da265f09c305128d9984b195c90003e52a55f5342c8ea50090392619425a0fc3df692aae0d09467d5b0b496b548eb31ff93cba97c9f4f40657c
 DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
deleted file mode 100644
index fd7315c51ce..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
-DESCRIPTION="Python bindings for QScintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   default
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
-   $(usex debug '--debug --trace' '')
-   --verbose
-   --no-dist-info # bug 664690, fixed in 2.10.8
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake5 -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-10-07 Thread Davide Pesavento
commit: e2d49f2bf22d9abe41f64e67ed0e08d65e7f54d1
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Oct  7 23:21:06 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Oct  7 23:21:42 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d49f2b

dev-python/qscintilla-python: bump to 2.10.8

Signed-off-by: Davide Pesavento  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.10.8.ebuild| 72 ++
 2 files changed, 73 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 67300618010..c6fc7b5655a 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3
 DIST QScintilla_gpl-2.10.7.tar.gz 2734778 BLAKE2B 
9fea764828e1c95ce842b06b06c45398b52669c0823a660bcd45a4af4a33a4a5b75b6349f84dc844e18d394c301bbb66f3485abd9f56a5c056d2b507b67a0148
 SHA512 
d5489a308da265f09c305128d9984b195c90003e52a55f5342c8ea50090392619425a0fc3df692aae0d09467d5b0b496b548eb31ff93cba97c9f4f40657c
+DIST QScintilla_gpl-2.10.8.tar.gz 2736054 BLAKE2B 
4bc7a2bc1974f8e10a96b7716a8e35d4854e9eeb8040734f99b796bddd9679ee2539f6517743689f9d7deff9ce523cdbb2f77ccd65eaadfc947dcc7a1337d918
 SHA512 
c0a216737dbda6bc390225196b37a43e4884c9cd67e6e81fc1b1b952683fe88dbfe7caf3c66d94a378f37502e1f08cbdf788426248e73f5f66ec65982b7652b5

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
new file mode 100644
index 000..0c917f6bc80
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.8.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for QScintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_prepare() {
+   default
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   $(usex debug '--debug --trace' '')
+   --verbose
+   --no-dist-info # causes parallel build failures, 
reported upstream
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake5 -recursive
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-09-16 Thread Davide Pesavento
commit: d38146da9b9e0479a54c20d7cbce89ff95e477ab
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Sep 16 23:51:59 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Sep 16 23:53:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d38146da

dev-python/qscintilla-python: temporarily disable installation of dist-info dir

Broken upstream, will be fixed in 2.10.8

Closes: https://bugs.gentoo.org/664690
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
index d9ffd92fb6c..fd7315c51ce 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
@@ -48,6 +48,7 @@ src_configure() {
--sip-incdir="$(python_get_includedir)"
$(usex debug '--debug --trace' '')
--verbose
+   --no-dist-info # bug 664690, fixed in 2.10.8
)
echo "${myconf[@]}"
"${myconf[@]}" || die



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-08-26 Thread Davide Pesavento
commit: acca71e161133588d6cc13d170e53108b8f4b2bf
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Aug 26 17:56:31 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Aug 26 17:57:47 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acca71e1

dev-python/qscintilla-python: fix out-of-source builds

Closes: https://bugs.gentoo.org/664612
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
index 1d3059473f9..d9ffd92fb6c 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
@@ -33,14 +33,16 @@ RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_P}/Python
 
+src_prepare() {
+   default
+   python_copy_sources
+}
+
 src_configure() {
configuration() {
-   # Fix out-of-source build and installation of .sip files
-   ln -s "${S}"/sip || die
-
local myconf=(
"${PYTHON}"
-   "${S}"/configure.py
+   configure.py
--pyqt=PyQt5
--qmake="$(qt5_get_bindir)"/qmake
--sip-incdir="$(python_get_includedir)"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-08-25 Thread Davide Pesavento
commit: 588d5b95d78c238c54a1eba85248595c8a405e54
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug 25 18:47:56 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Aug 25 18:48:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=588d5b95

dev-python/qscintilla-python: bump to 2.10.7, EAPI 7, python3_7 support

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/qscintilla-python/Manifest | 1 +
 dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild  | 2 +-
 ...tilla-python-2.10.4.ebuild => qscintilla-python-2.10.7.ebuild} | 8 
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 9726cb430a4..67300618010 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3
+DIST QScintilla_gpl-2.10.7.tar.gz 2734778 BLAKE2B 
9fea764828e1c95ce842b06b06c45398b52669c0823a660bcd45a4af4a33a4a5b75b6349f84dc844e18d394c301bbb66f3485abd9f56a5c056d2b507b67a0148
 SHA512 
d5489a308da265f09c305128d9984b195c90003e52a55f5342c8ea50090392619425a0fc3df692aae0d09467d5b0b496b548eb31ff93cba97c9f4f40657c

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
index f683ef80e87..dbc23b01d91 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
@@ -8,7 +8,7 @@ inherit python-r1 qmake-utils
 
 MY_P=QScintilla_gpl-${PV/_pre/.dev}
 
-DESCRIPTION="Python bindings for Qscintilla"
+DESCRIPTION="Python bindings for QScintilla"
 HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
similarity index 91%
copy from dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
copy to dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
index f683ef80e87..1d3059473f9 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.7.ebuild
@@ -1,20 +1,20 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+EAPI=7
 
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 inherit python-r1 qmake-utils
 
 MY_P=QScintilla_gpl-${PV/_pre/.dev}
 
-DESCRIPTION="Python bindings for Qscintilla"
+DESCRIPTION="Python bindings for QScintilla"
 HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-08-25 Thread Davide Pesavento
commit: de10fbaea9b11d0d9fe6d31179677d085e468add
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug 25 18:09:12 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Aug 25 18:11:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de10fbae

dev-python/qscintilla-python: remove 2.10.3

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.10.3.ebuild| 69 --
 2 files changed, 70 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 4f7edbb1cb0..9726cb430a4 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1 @@
-DIST QScintilla_gpl-2.10.3.tar.gz 2721287 BLAKE2B 
cc85eea17e563ae5f4a130d26ca88bec3e1a6cbff7bc0af096c63789384d03149105641d6324f53b37a2bd8ab4681a285ccb76e6063a06e5db30d070d3fd8219
 SHA512 
a1b9d6869797ec074e4e0727164804779792fb77b2230aae80e6d6b5fb3a3ff9d84e17d775d18ab74c97b78bac454511fd2cb49be1fa36f71d9097abf88045b6
 DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
deleted file mode 100644
index f683ef80e87..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="debug"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_configure() {
-   configuration() {
-   # Fix out-of-source build and installation of .sip files
-   ln -s "${S}"/sip || die
-
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --pyqt=PyQt5
-   --qmake="$(qt5_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake5 -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-07-09 Thread Mikle Kolyada
commit: ffab01596b38835b9e02af41f027f08bc04ae565
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul  9 14:01:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul  9 14:01:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffab0159

dev-python/qscintilla-python: amd64 stable wrt bug #659708

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
index 89c17104767..f683ef80e87 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-07-06 Thread Thomas Deutschmann
commit: 6b8677480c6f0bc1c5021d4d72d9feaa18254cb6
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Fri Jul  6 13:38:02 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Fri Jul  6 13:42:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b867748

dev-python/qscintilla-python: x86 stable (bug #659708)

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
index ab5f9388efb..89c17104767 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-04-15 Thread Davide Pesavento
commit: 864f33e4e2508aac5755cec83f77cc92702b952e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 15 17:16:04 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 15 17:16:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864f33e4

dev-python/qscintilla-python: version bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.10.4.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 069bd3433aa..4f7edbb1cb0 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1 +1,2 @@
 DIST QScintilla_gpl-2.10.3.tar.gz 2721287 BLAKE2B 
cc85eea17e563ae5f4a130d26ca88bec3e1a6cbff7bc0af096c63789384d03149105641d6324f53b37a2bd8ab4681a285ccb76e6063a06e5db30d070d3fd8219
 SHA512 
a1b9d6869797ec074e4e0727164804779792fb77b2230aae80e6d6b5fb3a3ff9d84e17d775d18ab74c97b78bac454511fd2cb49be1fa36f71d9097abf88045b6
+DIST QScintilla_gpl-2.10.4.tar.gz 2721322 BLAKE2B 
df50dd0a34db96dd57147ddc399d4a30751b1bb4922dc1b8b3c3c1989e810937dc8345f92128e8a606b1edc04fde4b930a424ab8344818c9899c8fe496793a77
 SHA512 
dee6684f68173784d098931554c839a30e129b89f980cd9704f818c44eb7023199bd3682e4b342091fa3e0ce577ec576d34046477bdd1d7fc58ca5dd2ba947a3

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
new file mode 100644
index 000..ab5f9388efb
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.4.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   # Fix out-of-source build and installation of .sip files
+   ln -s "${S}"/sip || die
+
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake5 -recursive
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-04-12 Thread Andreas Sturmlechner
commit: 7e86490e3e86d1deb229da3d71ef52a95d77ff1e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Apr  7 16:05:45 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 12 21:42:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e86490e

dev-python/qscintilla-python: Drop 2.10.{1,2} with Qt4-support

Bug: https://bugs.gentoo.org/634970
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/qscintilla-python/Manifest  |  2 -
 .../qscintilla-python-2.10.1-r1.ebuild | 88 --
 .../qscintilla-python-2.10.2.ebuild| 88 --
 3 files changed, 178 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index feab45d9ae3..069bd3433aa 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1 @@
-DIST QScintilla_gpl-2.10.1.tar.gz 2663446 BLAKE2B 
720ce990b4e3dd65d47cd26b473bffc07240d76b2c10d393cba41331c6f160472d87b9b22985fd45b5b8064d5358b3b25f0decfe8759542a9c987381249bca42
 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
-DIST QScintilla_gpl-2.10.2.tar.gz 2665138 BLAKE2B 
1c6349ea717997681e678cdfa6cc590a6a1cfbe652f2dd52d57fefff71229251c46cd4554b546d2e272deb7c3f970c44f657966ad08e45279813215a775c637d
 SHA512 
755f486d62275acb5908262c4a50ad31dd9d8fca0501eb1eeec1aa2181872f8d16179b42f4213b207fd6b46fd8a72d25af7ce6c5cc10eabb363a92c0600ca972
 DIST QScintilla_gpl-2.10.3.tar.gz 2721287 BLAKE2B 
cc85eea17e563ae5f4a130d26ca88bec3e1a6cbff7bc0af096c63789384d03149105641d6324f53b37a2bd8ab4681a285ccb76e6063a06e5db30d070d3fd8219
 SHA512 
a1b9d6869797ec074e4e0727164804779792fb77b2230aae80e6d6b5fb3a3ff9d84e17d775d18ab74c97b78bac454511fd2cb49be1fa36f71d9097abf88045b6

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
deleted file mode 100644
index 5700b8401f0..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit multibuild python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="debug +qt4 qt5"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   || ( qt4 qt5 )
-"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   ~x11-libs/qscintilla-${PV}:=[qt4?,qt5?]
-   qt4? (
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-pkg_setup() {
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   configuration() {
-   # Fix out-of-source build and installation of .sip files
-   ln -s "${S}"/sip || die
-
-   local my_qt_ver=4
-   if [[ ${MULTIBUILD_ID} == *qt5* ]]; then
-   my_qt_ver=5
-   fi
-
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt${my_qt_ver}
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake${my_qt_ver} -recursive
-   }
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
configuration
-}
-
-src_compile() {
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
installation
-}

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.2.ebuild
deleted file mode 100644
index 

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-04-12 Thread Thomas Deutschmann
commit: 8e6912b87b4fa0ef4005bb7402601a488d1c896e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr 12 19:03:45 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr 12 19:06:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6912b8

dev-python/qscintilla-python: x86 stable (bug #652648)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
index aeec457cb34..f683ef80e87 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-04-06 Thread Aaron Bauman
commit: 1dc6255d33702d8ccef0a78fa89dcb9b514292d8
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Apr  6 15:50:53 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Apr  6 15:51:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dc6255d

dev-python/qscintilla-python: amd64 stable

Bug: https://bugs.gentoo.org/652648
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
index ab5f9388efb..aeec457cb34 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 ~x86"
 IUSE="debug"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2018-03-04 Thread Davide Pesavento
commit: 1b71d1347651d9d4febe93dc4c1b5f8ca395ae55
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Mar  4 22:14:57 2018 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Mar  4 22:16:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b71d134

dev-python/qscintilla-python: 2.10.3 version bump, dropping qt4 support

Bug: https://bugs.gentoo.org/634970
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.10.3.ebuild| 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 1e4c660b045..feab45d9ae3 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla_gpl-2.10.1.tar.gz 2663446 BLAKE2B 
720ce990b4e3dd65d47cd26b473bffc07240d76b2c10d393cba41331c6f160472d87b9b22985fd45b5b8064d5358b3b25f0decfe8759542a9c987381249bca42
 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 DIST QScintilla_gpl-2.10.2.tar.gz 2665138 BLAKE2B 
1c6349ea717997681e678cdfa6cc590a6a1cfbe652f2dd52d57fefff71229251c46cd4554b546d2e272deb7c3f970c44f657966ad08e45279813215a775c637d
 SHA512 
755f486d62275acb5908262c4a50ad31dd9d8fca0501eb1eeec1aa2181872f8d16179b42f4213b207fd6b46fd8a72d25af7ce6c5cc10eabb363a92c0600ca972
+DIST QScintilla_gpl-2.10.3.tar.gz 2721287 BLAKE2B 
cc85eea17e563ae5f4a130d26ca88bec3e1a6cbff7bc0af096c63789384d03149105641d6324f53b37a2bd8ab4681a285ccb76e6063a06e5db30d070d3fd8219
 SHA512 
a1b9d6869797ec074e4e0727164804779792fb77b2230aae80e6d6b5fb3a3ff9d84e17d775d18ab74c97b78bac454511fd2cb49be1fa36f71d9097abf88045b6

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
new file mode 100644
index 000..ab5f9388efb
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.3.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE="debug"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_configure() {
+   configuration() {
+   # Fix out-of-source build and installation of .sip files
+   ln -s "${S}"/sip || die
+
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --pyqt=PyQt5
+   --qmake="$(qt5_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake5 -recursive
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-27 Thread Andreas Sturmlechner
commit: 65ff7b3c32318cf46da41b10a29263b058fca3df
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov 20 17:02:41 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov 27 23:57:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ff7b3c

dev-python/qscintilla-python: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.9.4-r1.ebuild  | 84 --
 2 files changed, 85 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index e59930c4912..1e4c660b045 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla_gpl-2.10.1.tar.gz 2663446 BLAKE2B 
720ce990b4e3dd65d47cd26b473bffc07240d76b2c10d393cba41331c6f160472d87b9b22985fd45b5b8064d5358b3b25f0decfe8759542a9c987381249bca42
 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 DIST QScintilla_gpl-2.10.2.tar.gz 2665138 BLAKE2B 
1c6349ea717997681e678cdfa6cc590a6a1cfbe652f2dd52d57fefff71229251c46cd4554b546d2e272deb7c3f970c44f657966ad08e45279813215a775c637d
 SHA512 
755f486d62275acb5908262c4a50ad31dd9d8fca0501eb1eeec1aa2181872f8d16179b42f4213b207fd6b46fd8a72d25af7ce6c5cc10eabb363a92c0600ca972
-DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
deleted file mode 100644
index 91014991d9c..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="debug +qt4 qt5"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   ^^ ( qt4 qt5 )
-"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   ~x11-libs/qscintilla-${PV}:=[qt4(-)?,qt5(+)?]
-   qt4? (
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   default
-   python_copy_sources
-}
-
-src_configure() {
-   local my_qt_ver=$(usex qt5 5 4)
-
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   configure.py
-   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt${my_qt_ver}
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt${my_qt_ver}
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake${my_qt_ver} -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-24 Thread Davide Pesavento
commit: 3b7d17613131d0579f719f7331efb3bd3f8159fc
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Nov 25 00:54:16 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Nov 25 00:54:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7d1761

dev-python/qscintilla-python: version bump

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.10.2.ebuild| 88 ++
 2 files changed, 89 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 1215b911094..e59930c4912 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla_gpl-2.10.1.tar.gz 2663446 BLAKE2B 
720ce990b4e3dd65d47cd26b473bffc07240d76b2c10d393cba41331c6f160472d87b9b22985fd45b5b8064d5358b3b25f0decfe8759542a9c987381249bca42
 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
+DIST QScintilla_gpl-2.10.2.tar.gz 2665138 BLAKE2B 
1c6349ea717997681e678cdfa6cc590a6a1cfbe652f2dd52d57fefff71229251c46cd4554b546d2e272deb7c3f970c44f657966ad08e45279813215a775c637d
 SHA512 
755f486d62275acb5908262c4a50ad31dd9d8fca0501eb1eeec1aa2181872f8d16179b42f4213b207fd6b46fd8a72d25af7ce6c5cc10eabb363a92c0600ca972
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.2.ebuild
new file mode 100644
index 000..ddaeac5786b
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.2.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit multibuild python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +qt4 qt5"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( qt4 qt5 )
+"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   ~x11-libs/qscintilla-${PV}:=[qt4?,qt5?]
+   qt4? (
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+}
+
+src_configure() {
+   configuration() {
+   # Fix out-of-source build and installation of .sip files
+   ln -s "${S}"/sip || die
+
+   local my_qt_ver=4
+   if [[ ${MULTIBUILD_ID} == *qt5* ]]; then
+   my_qt_ver=5
+   fi
+
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   --pyqt=PyQt${my_qt_ver}
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake${my_qt_ver} -recursive
+   }
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
configuration
+}
+
+src_compile() {
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-24 Thread Davide Pesavento
commit: f406572c1ca9e07f7d6fcc17e71374273c54d4aa
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Nov 25 00:29:09 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Nov 25 00:29:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f406572c

dev-python/qscintilla-python: remove old

alpha, ppc, ppc64 are dropped to ~arch due to lack of stable reverse deps

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-python/qscintilla-python/Manifest  |  3 +-
 .../qscintilla-python-2.9.2-r1.ebuild  | 70 --
 2 files changed, 1 insertion(+), 72 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 4138c7636c8..1215b911094 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
-DIST QScintilla_gpl-2.10.1.tar.gz 2663446 SHA256 
97f98a9d91f908db6ce37fecc6d241d955b388a1c487173b60726cba9a3dfa64 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 WHIRLPOOL 
96261f2c2c38458891afad057716bdfee05f74e9f15a8b8ce2eab4445b8c56256cbcb33326631ac1f3624e2c998d490f5e057c348b3a3eb44a9260c938beda61
-DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
+DIST QScintilla_gpl-2.10.1.tar.gz 2663446 BLAKE2B 
720ce990b4e3dd65d47cd26b473bffc07240d76b2c10d393cba41331c6f160472d87b9b22985fd45b5b8064d5358b3b25f0decfe8759542a9c987381249bca42
 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
deleted file mode 100644
index 185c56368ad..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86"
-IUSE="debug"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.18:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   default
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4 -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-20 Thread Manuel Rüger
commit: 7953df193187a0af49f823eb78739009fb120bb6
Author: Manuel Rüger  gentoo  org>
AuthorDate: Mon Nov 20 15:42:09 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Mon Nov 20 15:42:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7953df19

dev-python/qscintilla-python: Stable on amd64

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
index 81b2ca3d036..5700b8401f0 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-11 Thread Davide Pesavento
commit: 47dfa136afc98970b6f66fcfd265ae815b194326
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Nov 12 07:24:17 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Nov 12 07:26:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47dfa136

dev-python/qscintilla-python: propagate x86 stable keyword from 2.10.1 to -r1

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
index ddaeac5786b..81b2ca3d036 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-11 Thread Davide Pesavento
commit: 0cd1aa857f8fd6ba0b31764a75534d1fd933a229
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Nov 12 07:19:56 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Nov 12 07:26:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cd1aa85

dev-python/qscintilla-python: install .sip files

Closes: https://bugs.gentoo.org/636606
Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../qscintilla-python-2.10.1-r1.ebuild | 88 ++
 1 file changed, 88 insertions(+)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
new file mode 100644
index 000..ddaeac5786b
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1-r1.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit multibuild python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +qt4 qt5"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( qt4 qt5 )
+"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   ~x11-libs/qscintilla-${PV}:=[qt4?,qt5?]
+   qt4? (
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+pkg_setup() {
+   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+}
+
+src_configure() {
+   configuration() {
+   # Fix out-of-source build and installation of .sip files
+   ln -s "${S}"/sip || die
+
+   local my_qt_ver=4
+   if [[ ${MULTIBUILD_ID} == *qt5* ]]; then
+   my_qt_ver=5
+   fi
+
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   --pyqt=PyQt${my_qt_ver}
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake${my_qt_ver} -recursive
+   }
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
configuration
+}
+
+src_compile() {
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-11 Thread Davide Pesavento
commit: 23e756601b2a6004711a7ff2425f11f8d52994d6
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Nov 12 07:26:12 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Nov 12 07:26:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e75660

dev-python/qscintilla-python: remove unneeded version

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../qscintilla-python-2.10.1.ebuild| 90 --
 1 file changed, 90 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
deleted file mode 100644
index d1fb97c65ed..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-inherit multibuild python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV/_pre/.dev}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
-IUSE="debug +qt4 qt5"
-
-REQUIRED_USE="
-   ${PYTHON_REQUIRED_USE}
-   || ( qt4 qt5 )
-"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   ~x11-libs/qscintilla-${PV}:=[qt4?,qt5?]
-   qt4? (
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   )
-   qt5? (
-   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtwidgets:5
-   )
-"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   default
-
-   # Fix out-of-source build
-   sed -i -e 's|sip/qscimod[45]\.sip|../Python/&|g' "${S}"/configure.py || 
die
-
-   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
-}
-
-src_configure() {
-   configuration() {
-   local my_qt_ver=4
-   if [[ ${MULTIBUILD_ID} == *qt5* ]]; then
-   my_qt_ver=5
-   fi
-
-   local myconf=(
-   "${PYTHON}"
-   "${S}"/configure.py
-   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt${my_qt_ver}
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
-   eqmake${my_qt_ver} -recursive
-   }
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
configuration
-}
-
-src_compile() {
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-11-02 Thread Thomas Deutschmann
commit: 408b25912fd61b4472f437c0e681dbcdb29e1920
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov  2 21:10:49 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov  2 21:13:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=408b2591

dev-python/qscintilla-python: x86 stable (bug #634838)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
index de393e595d8..d1fb97c65ed 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-09-30 Thread Sergei Trofimovich
commit: 2693d5546c3a05767ae459f41387f06ca5e1aaa1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Sep 30 07:18:16 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Sep 30 07:18:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2693d554

dev-python/qscintilla-python: stable 2.9.4-r1 for ia64, bug #632348

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index a874f9eee62..91014991d9c 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~alpha amd64 ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-09-29 Thread Michael Palimaka
commit: 57efb21b36fe2cad0d7b235cf9afe6a766ed8b36
Author: Michael Palimaka  gentoo  org>
AuthorDate: Fri Sep 29 11:31:46 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Fri Sep 29 11:33:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57efb21b

dev-python/qscintilla-python: stabilise 2.9.4-r1 for amd64/x86

Bug: https://bugs.gentoo.org/632348
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index f9dee110967..a874f9eee62 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-08-19 Thread Davide Pesavento
commit: b5e4b6faf9e113c597a94f29beabfbeaf4ad1e92
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Aug 19 18:39:32 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Aug 19 18:39:52 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e4b6fa

dev-python/qscintilla-python: version bump

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-python/qscintilla-python/Manifest   | 2 +-
 .../{qscintilla-python-2.10.ebuild => qscintilla-python-2.10.1.ebuild}  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 80af86f450c..4138c7636c8 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,3 @@
-DIST QScintilla_gpl-2.10.tar.gz 2662004 SHA256 
16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec SHA512 
fe33471de0807bc4e0d6b86e78eac70531a20c96b5c3269111d4c89eca7ccae5e55752fc2a5c8f20f37220a3ccfb6e9d7d718c02058dd8b40075d40da211a93b
 WHIRLPOOL 
40973a8f925e7a2545b8960ad09547ea62ac7e67ac964a00f775dd62259f8cfe7420a7bfb18e4cfce83ecfa67af68a43742ebee36e89fa89e4bc9b6204601429
+DIST QScintilla_gpl-2.10.1.tar.gz 2663446 SHA256 
97f98a9d91f908db6ce37fecc6d241d955b388a1c487173b60726cba9a3dfa64 SHA512 
ea9b95ca371a8af9262493ab59ecaef77e1697ba21d1d594aab39e836917884fd829aa4f6c4e72cce60b0d3f40eac654157cc507d027945f0034881855123ccc
 WHIRLPOOL 
96261f2c2c38458891afad057716bdfee05f74e9f15a8b8ce2eab4445b8c56256cbcb33326631ac1f3624e2c998d490f5e057c348b3a3eb44a9260c938beda61
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
similarity index 97%
rename from dev-python/qscintilla-python/qscintilla-python-2.10.ebuild
rename to dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
index 84f0bc38bb1..de393e595d8 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit multibuild python-r1 qmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-05-02 Thread Michał Górny
commit: bcbfff542772d291a92613d30877de619981b17e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 08:05:52 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 08:46:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbfff54

dev-python/qscintilla-python: Clean old versions up

 .../qscintilla-python-2.9.4.ebuild | 70 --
 1 file changed, 70 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
deleted file mode 100644
index 74450e63f93..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla_gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   default
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}"
-   configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
-   $(usex debug '--debug --trace' '')
-   --verbose
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4 -recursive
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-04-15 Thread Davide Pesavento
commit: 0bb3c2a83d68a0879c499429d25c1c5171ad9171
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Apr 16 05:17:40 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Apr 16 05:17:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb3c2a8

dev-python/qscintilla-python: version bump (p.masked)

Allow side-by-side installation of qt4 and qt5 variants.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.10.ebuild  | 90 ++
 2 files changed, 91 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 7bebb5af12e..80af86f450c 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
+DIST QScintilla_gpl-2.10.tar.gz 2662004 SHA256 
16be30577bc178470936c458551f2512cc068aff6e7a7de6ed244e28c045f6ec SHA512 
fe33471de0807bc4e0d6b86e78eac70531a20c96b5c3269111d4c89eca7ccae5e55752fc2a5c8f20f37220a3ccfb6e9d7d718c02058dd8b40075d40da211a93b
 WHIRLPOOL 
40973a8f925e7a2545b8960ad09547ea62ac7e67ac964a00f775dd62259f8cfe7420a7bfb18e4cfce83ecfa67af68a43742ebee36e89fa89e4bc9b6204601429
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild
new file mode 100644
index 000..84f0bc38bb1
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.10.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit multibuild python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV/_pre/.dev}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug +qt4 qt5"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   || ( qt4 qt5 )
+"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
+   ~x11-libs/qscintilla-${PV}:=[qt4?,qt5?]
+   qt4? (
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_prepare() {
+   default
+
+   # Fix out-of-source build
+   sed -i -e 's|sip/qscimod[45]\.sip|../Python/&|g' "${S}"/configure.py || 
die
+
+   MULTIBUILD_VARIANTS=( $(usev qt4) $(usev qt5) )
+}
+
+src_configure() {
+   configuration() {
+   local my_qt_ver=4
+   if [[ ${MULTIBUILD_ID} == *qt5* ]]; then
+   my_qt_ver=5
+   fi
+
+   local myconf=(
+   "${PYTHON}"
+   "${S}"/configure.py
+   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
+   --sip-incdir="$(python_get_includedir)"
+   --pyqt=PyQt${my_qt_ver}
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake${my_qt_ver} -recursive
+   }
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
configuration
+}
+
+src_compile() {
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   multibuild_foreach_variant python_foreach_impl run_in_build_dir 
installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-01-24 Thread Davide Pesavento
commit: 981a158ced37d619e7773e7638b836a10eddf388
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Jan 25 00:52:07 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Jan 25 00:52:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981a158c

dev-python/qscintilla-python: use https in HOMEPAGE

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild | 2 +-
 dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild | 2 +-
 dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
index 02e9309..efeb4f7 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
@@ -10,7 +10,7 @@ inherit python-r1 qmake-utils
 MY_P=QScintilla_gpl-${PV}
 
 DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index d6170b8..a960ad4 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -10,7 +10,7 @@ inherit python-r1 qmake-utils
 MY_P=QScintilla_gpl-${PV}
 
 DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
index 6174d4c..6b51e06 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
@@ -10,7 +10,7 @@ inherit python-r1 qmake-utils
 MY_P=QScintilla_gpl-${PV}
 
 DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
+HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-01-21 Thread Davide Pesavento
commit: e14a1f3113b255569d7e51fe4d1659062e164c43
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Jan 22 01:21:11 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Jan 22 01:21:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e14a1f31

dev-python/qscintilla-python: restore ppc keyword

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index 8c66719..d6170b8 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug +qt4 qt5"
 
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/, net-analyzer/linkchecker/, dev-vcs/tortoisehg/, ...

2017-01-21 Thread Davide Pesavento
commit: 94c379bcbe5c40707197f209da31547e4e3702eb
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Jan 21 22:07:04 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Jan 21 22:07:36 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94c379bc

dev-python/qscintilla-python: support building against Qt5/PyQt5

Gentoo-Bug: 541604

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 .../qscintilla-python-2.9.2-r1.ebuild  |  2 +-
 4.ebuild => qscintilla-python-2.9.4-r1.ebuild} | 40 +++---
 .../qscintilla-python-2.9.4.ebuild |  2 +-
 dev-util/eric/eric-16.12.ebuild|  4 +--
 dev-util/eric/eric-17.01.ebuild|  2 +-
 dev-vcs/hgview/hgview-1.9.0.ebuild |  4 +--
 dev-vcs/tortoisehg/tortoisehg-3.8.4.ebuild |  2 +-
 dev-vcs/tortoisehg/tortoisehg-3.9.2.ebuild |  4 +--
 dev-vcs/tortoisehg/tortoisehg-4.0.1.ebuild |  4 +--
 dev-vcs/tortoisehg/tortoisehg-4.0.ebuild   |  4 +--
 dev-vcs/tortoisehg/tortoisehg-.ebuild  |  4 +--
 net-analyzer/linkchecker/linkchecker-9.3-r1.ebuild |  4 +--
 net-analyzer/linkchecker/linkchecker-9.3-r2.ebuild |  2 +-
 net-analyzer/linkchecker/linkchecker-.ebuild   |  4 +--
 sci-geosciences/qgis/qgis-2.14.5-r1.ebuild |  4 +--
 sci-geosciences/qgis/qgis-2.18.2-r1.ebuild |  4 +--
 sci-geosciences/qgis/qgis-2.18.2-r2.ebuild |  2 +-
 sci-geosciences/qgis/qgis-2.18.2-r3.ebuild |  2 +-
 sci-geosciences/qgis/qgis-2.18.3.ebuild|  2 +-
 19 files changed, 55 insertions(+), 41 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
index b1671d7..02e9309 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
@@ -53,7 +53,7 @@ src_configure() {
"${myconf[@]}" || die
 
# Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
+   eqmake4 -recursive
}
python_foreach_impl run_in_build_dir configuration
 }

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
similarity index 61%
copy from dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
copy to dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
index 444c588..8c66719 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4-r1.ebuild
@@ -15,21 +15,33 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86"
+IUSE="debug +qt4 qt5"
+
+REQUIRED_USE="
+   ${PYTHON_REQUIRED_USE}
+   ^^ ( qt4 qt5 )
+"
 
 DEPEND="
${PYTHON_DEPS}
>=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
+   ~x11-libs/qscintilla-${PV}:=[qt4(-)?,qt5(+)?]
+   qt4? (
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   )
+   qt5? (
+   dev-python/PyQt5[gui,printsupport,widgets,${PYTHON_USEDEP}]
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtwidgets:5
+   )
 "
 RDEPEND="${DEPEND}"
 
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
 S=${WORKDIR}/${MY_P}/Python
 
 src_prepare() {
@@ -38,22 +50,24 @@ src_prepare() {
 }
 
 src_configure() {
+   local my_qt_ver=$(usex qt5 5 4)
+
configuration() {
local myconf=(
"${PYTHON}"
configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
+   --qmake="$(qt${my_qt_ver}_get_bindir)"/qmake
+   --destdir="$(python_get_sitedir)"/PyQt${my_qt_ver}
--sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
+   --pyqt=PyQt${my_qt_ver}
$(usex debug '--debug --trace' '')
--verbose
)
echo "${myconf[@]}"
"${myconf[@]}" || die
 
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
+   # Run eqmake to respect toolchain, build flags, and prevent 
stripping
+   eqmake${my_qt_ver} -recursive
}
python_foreach_impl run_in_build_dir configuration
 }

diff 

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-01-08 Thread Davide Pesavento
commit: 832119c7cd1425136466f1868c3396e495daef3e
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sun Jan  8 18:19:52 2017 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sun Jan  8 18:20:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832119c7

dev-python/qscintilla-python: raise minimum sip version to 4.19

Gentoo-Bug: 604510

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
index 3af1a00..444c588 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -20,7 +20,7 @@ IUSE="debug"
 
 DEPEND="
${PYTHON_DEPS}
-   >=dev-python/sip-4.18:=[${PYTHON_USEDEP}]
+   >=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
>=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
dev-qt/qtcore:4
dev-qt/qtgui:4



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2017-01-01 Thread Michael Palimaka
commit: 8c4ed6afa69a6cb006539d15ed93cf9d7c63a0d4
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Jan  1 14:20:15 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Jan  1 14:20:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4ed6af

dev-python/qscintilla-python: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/qscintilla-python/Manifest  |  2 -
 .../qscintilla-python-2.8.4-r1.ebuild  | 70 -
 .../qscintilla-python-2.9.3-r1.ebuild  | 71 --
 3 files changed, 143 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 3f4483f..7bebb5a 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,4 +1,2 @@
-DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
-DIST QScintilla_gpl-2.9.3.tar.gz 2503568 SHA256 
98aab93d73b05635867c2fc757acb383b5856a0b416e3fd7659f1879996ddb7e SHA512 
43c0edb91b7cf31f4cca71aae54d7bfea8ee66e296c0e99b694069eeedf394762b8a670952debfa2671363fd8ab5c46dd7a7da60e8f1234406a12d12afa503ab
 WHIRLPOOL 
4a46b6cf38486d1642ad8899fc986272ddbffc33e2cb2e60e9f74c56a014c22fabdbf0f24e434cf386a9463fb82b30987d554a1419d606e152e785c3286ae063
 DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.8.4-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.8.4-r1.ebuild
deleted file mode 100644
index 8a56be8..
--- a/dev-python/qscintilla-python/qscintilla-python-2.8.4-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla-gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86"
-IUSE="debug"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}" configure.py
-   --destdir="$(python_get_sitedir)"/PyQt4
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt-sipdir="${EPREFIX}"/usr/share/sip
-   --qsci-sipdir="${EPREFIX}"/usr/share/sip
-   --pyqt=PyQt4
-   --no-timestamp
-   $(use debug && echo --debug)
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.3-r1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.3-r1.ebuild
deleted file mode 100644
index 3af1a00..
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.3-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2016 Gentoo 

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-12-30 Thread Andrey Grozin
commit: 53ca307882197280eec1b160f80de6fcd33bfece
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Dec 31 06:05:18 2016 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Dec 31 06:05:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ca3078

dev-python/qscintilla-python: bump to 2.9.4

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.9.4.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index ad29ccd..3f4483f 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,4 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
 DIST QScintilla_gpl-2.9.3.tar.gz 2503568 SHA256 
98aab93d73b05635867c2fc757acb383b5856a0b416e3fd7659f1879996ddb7e SHA512 
43c0edb91b7cf31f4cca71aae54d7bfea8ee66e296c0e99b694069eeedf394762b8a670952debfa2671363fd8ab5c46dd7a7da60e8f1234406a12d12afa503ab
 WHIRLPOOL 
4a46b6cf38486d1642ad8899fc986272ddbffc33e2cb2e60e9f74c56a014c22fabdbf0f24e434cf386a9463fb82b30987d554a1419d606e152e785c3286ae063
+DIST QScintilla_gpl-2.9.4.tar.gz 2557199 SHA256 
8b3a23023e9f0573caed6f9cee86f898d87b768ee15b8c211a423783a4cfa4e6 SHA512 
5a2eebbe523a0f2f1c7bc63ce5ee9cb8793a597d00eea5b638f18f90d6e798e92c281be23ee5e7072d5afced9e1fccb6ae51526a3623d373d57c3db64d026b16
 WHIRLPOOL 
68aacdcd0fc7102494ccae1f0ea3e222845bdd3f9bef603d89fe50d50dba6ac77471228a84c1c281a46ccf74bdb6902aa3bb21f89388ec5408bdde5876cf8655

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
new file mode 100644
index ..3af1a00
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.4.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.18:=[${PYTHON_USEDEP}]
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_prepare() {
+   default
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   configure.py
+   --qmake="$(qt4_get_bindir)"/qmake
+   --destdir="$(python_get_sitedir)"/PyQt4
+   --sip-incdir="$(python_get_includedir)"
+   --pyqt=PyQt4
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
+   eqmake4
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-12-22 Thread David Seifert
commit: 05c7a24149c2d5524ceee8b2467c6eab553a79a9
Author: David Seifert  gentoo  org>
AuthorDate: Thu Dec 22 17:46:38 2016 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Dec 22 18:26:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c7a241

dev-python/qscintilla-python: Depend on x11-libs/qscintilla[qt4]

Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3188

 ...cintilla-python-2.8.4.ebuild => qscintilla-python-2.8.4-r1.ebuild} | 4 ++--
 ...cintilla-python-2.9.2.ebuild => qscintilla-python-2.9.2-r1.ebuild} | 2 +-
 ...cintilla-python-2.9.3.ebuild => qscintilla-python-2.9.3-r1.ebuild} | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.8.4-r1.ebuild
similarity index 94%
rename from dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild
rename to dev-python/qscintilla-python/qscintilla-python-2.8.4-r1.ebuild
index 5f0d9e7..8a56be8 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.8.4.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.8.4-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$
 
@@ -24,7 +24,7 @@ DEPEND="
>=dev-python/PyQt4-4.11[X,${PYTHON_USEDEP}]
dev-qt/qtcore:4
dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=
+   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
similarity index 97%
rename from dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
rename to dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
index 381106e..28c2a8a 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2-r1.ebuild
@@ -24,7 +24,7 @@ DEPEND="
>=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
dev-qt/qtcore:4
dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=
+   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.3-r1.ebuild
similarity index 97%
rename from dev-python/qscintilla-python/qscintilla-python-2.9.3.ebuild
rename to dev-python/qscintilla-python/qscintilla-python-2.9.3-r1.ebuild
index 27766b4..3af1a00 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.3.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.3-r1.ebuild
@@ -24,7 +24,7 @@ DEPEND="
>=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
dev-qt/qtcore:4
dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=
+   ~x11-libs/qscintilla-${PV}:=[qt4(-)]
 "
 RDEPEND="${DEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-10-02 Thread Jeroen Roovers
commit: 91f709b459bc5d070a609172c897afa5d682ba6e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Oct  2 10:07:57 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Oct  2 10:07:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91f709b4

dev-python/qscintilla-python: Stable for PPC64 (bug #552122).

Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches

 dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
index 3b4ffce..f18aa59 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~ia64 ~ppc ppc64 ~sparc x86"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-07-27 Thread Davide Pesavento
commit: cf0a7d6b33daaa887ada14d5916913f7c55a1644
Author: Davide Pesavento  gentoo  org>
AuthorDate: Wed Jul 27 09:29:59 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Jul 27 09:29:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf0a7d6b

dev-python/qscintilla-python: version bump

Package-Manager: portage-2.3.0

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.9.3.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 5b3e5c4..ad29ccd 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a
+DIST QScintilla_gpl-2.9.3.tar.gz 2503568 SHA256 
98aab93d73b05635867c2fc757acb383b5856a0b416e3fd7659f1879996ddb7e SHA512 
43c0edb91b7cf31f4cca71aae54d7bfea8ee66e296c0e99b694069eeedf394762b8a670952debfa2671363fd8ab5c46dd7a7da60e8f1234406a12d12afa503ab
 WHIRLPOOL 
4a46b6cf38486d1642ad8899fc986272ddbffc33e2cb2e60e9f74c56a014c22fabdbf0f24e434cf386a9463fb82b30987d554a1419d606e152e785c3286ae063

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.3.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.3.ebuild
new file mode 100644
index 000..ec923c7
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.3.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla_gpl-${PV}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.18:=[${PYTHON_USEDEP}]
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_prepare() {
+   default
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}"
+   configure.py
+   --qmake="$(qt4_get_bindir)"/qmake
+   --destdir="$(python_get_sitedir)"/PyQt4
+   --sip-incdir="$(python_get_includedir)"
+   --pyqt=PyQt4
+   $(usex debug '--debug --trace' '')
+   --verbose
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
+   eqmake4
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-07-14 Thread Davide Pesavento
commit: 3379039de07dc3e3b4b2cf3204e617917317b5cd
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Jul 14 20:39:39 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jul 14 20:39:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3379039d

dev-python/qscintilla-python: drop old unstable version

Package-Manager: portage-2.3.0

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python-2.9.1.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 1a60776..5b3e5c4 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
-DIST QScintilla-gpl-2.9.1.tar.gz 2490144 SHA256 
79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf SHA512 
709a5251c9273c527740b138b099e42a57cefa4fcda34c04da11f4640b0ee53ca9a0a58752e963bc8c63933e382ac8a6e774965d838c9123c11c1c59a9d7100e
 WHIRLPOOL 
f47319c2cebd1fdf4ae95f26781ab52758ab698b1b72e9d7db4e081e6c27bb41ef1d1da0b450c1cefebf0a9f1c1a128d45c44ba490d2be1a77276f3e1bf75224
 DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
deleted file mode 100644
index 564f858..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla-gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}" configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
-   --no-timestamp
-   $(use debug && echo --debug)
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-07-14 Thread Davide Pesavento
commit: 48adec6bd7465923b24a23d0157e8beca056047c
Author: Davide Pesavento  gentoo  org>
AuthorDate: Thu Jul 14 11:08:06 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Thu Jul 14 12:36:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48adec6b

dev-python/qscintilla-python: add python3_5

Package-Manager: portage-2.3.0

 dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
index 9337a4c..f6e0de6 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
 
 inherit python-r1 qmake-utils
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-07-13 Thread Michael Palimaka
commit: 706572bf08f3c6e634154c24f68f30cd1e289dbe
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Jul 13 21:21:39 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Jul 13 21:22:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706572bf

dev-python/qscintilla-python: amd64/x86 stable

Gentoo-bug: 552122

Package-Manager: portage-2.3.0

 dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
index 3f613d3..9337a4c 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="debug"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-04-23 Thread Davide Pesavento
commit: 625261b134fd7566192e09e2a6a17227e0b27be7
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Apr 23 22:34:21 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Apr 23 22:36:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625261b1

dev-python/qscintilla-python: add  metadata

Package-Manager: portage-2.2.28

 dev-python/qscintilla-python/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/qscintilla-python/metadata.xml 
b/dev-python/qscintilla-python/metadata.xml
index d6f70d2..7054692 100644
--- a/dev-python/qscintilla-python/metadata.xml
+++ b/dev-python/qscintilla-python/metadata.xml
@@ -15,6 +15,7 @@
Phil Thompson

mailto:qscinti...@riverbankcomputing.com
+   http://pyqt.sourceforge.net/Docs/QScintilla2/
pyqt

 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-04-19 Thread Davide Pesavento
commit: 135a8cace3d700f0b813420e4ec4ca047ffb265a
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 18 19:18:16 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Apr 20 00:38:16 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=135a8cac

dev-python/qscintilla-python: remove old

Package-Manager: portage-2.2.28

 dev-python/qscintilla-python/Manifest  |  1 -
 .../qscintilla-python/qscintilla-python-2.9.ebuild | 69 --
 2 files changed, 70 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 4169dcc..72e0c46 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,3 +1,2 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
 DIST QScintilla-gpl-2.9.1.tar.gz 2490144 SHA256 
79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf SHA512 
709a5251c9273c527740b138b099e42a57cefa4fcda34c04da11f4640b0ee53ca9a0a58752e963bc8c63933e382ac8a6e774965d838c9123c11c1c59a9d7100e
 WHIRLPOOL 
f47319c2cebd1fdf4ae95f26781ab52758ab698b1b72e9d7db4e081e6c27bb41ef1d1da0b450c1cefebf0a9f1c1a128d45c44ba490d2be1a77276f3e1bf75224
-DIST QScintilla-gpl-2.9.tar.gz 2435116 SHA256 
d7c32e32582f93779de861006d87467b38b9ebc06e3d0b32e981cb24369fa417 SHA512 
a74b7b1182e9f602aa9f61072877d8dba93c430453ed70e18d74013dbda8b0faef30629f2c086d3b06d0632b3f4980570362bb6e635c15686be1be47eaeecb00
 WHIRLPOOL 
b27a3ff2b48dbbf034deb4fdf09259815dcee63bfffe29651cf1e5e9ceeedb408ebc0bae440479a8206af7046f80143c291c10a0293942b64eb61c5e02549ed4

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild
deleted file mode 100644
index 2a9dd36..000
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.ebuild
+++ /dev/null
@@ -1,69 +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_3,3_4} )
-
-inherit python-r1 qmake-utils
-
-MY_P=QScintilla-gpl-${PV}
-
-DESCRIPTION="Python bindings for Qscintilla"
-HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
-SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND="
-   ${PYTHON_DEPS}
-   >=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
-   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
-   dev-qt/qtcore:4
-   dev-qt/qtgui:4
-   ~x11-libs/qscintilla-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${MY_P}/Python
-
-src_prepare() {
-   python_copy_sources
-}
-
-src_configure() {
-   configuration() {
-   local myconf=(
-   "${PYTHON}" configure.py
-   --qmake="$(qt4_get_bindir)"/qmake
-   --destdir="$(python_get_sitedir)"/PyQt4
-   --sip-incdir="$(python_get_includedir)"
-   --pyqt=PyQt4
-   --no-timestamp
-   $(use debug && echo --debug)
-   )
-   echo "${myconf[@]}"
-   "${myconf[@]}" || die
-
-   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
-   eqmake4
-   }
-   python_foreach_impl run_in_build_dir configuration
-}
-
-src_compile() {
-   python_foreach_impl run_in_build_dir default
-}
-
-src_install() {
-   installation() {
-   emake INSTALL_ROOT="${D}" install
-   python_optimize
-   }
-   python_foreach_impl run_in_build_dir installation
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2016-04-19 Thread Davide Pesavento
commit: b22069bde5c0ce479c4ab4ee5d1d4181c49b633d
Author: Davide Pesavento  gentoo  org>
AuthorDate: Mon Apr 18 20:52:49 2016 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Wed Apr 20 00:38:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22069bd

dev-python/qscintilla-python: version bump, EAPI=6, fix LICENSE

Package-Manager: portage-2.2.28

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python/qscintilla-python-2.9.1.ebuild   |  4 ++--
 ...hon-2.9.1.ebuild => qscintilla-python-2.9.2.ebuild} | 18 ++
 3 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 72e0c46..1a60776 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
 DIST QScintilla-gpl-2.9.1.tar.gz 2490144 SHA256 
79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf SHA512 
709a5251c9273c527740b138b099e42a57cefa4fcda34c04da11f4640b0ee53ca9a0a58752e963bc8c63933e382ac8a6e774965d838c9123c11c1c59a9d7100e
 WHIRLPOOL 
f47319c2cebd1fdf4ae95f26781ab52758ab698b1b72e9d7db4e081e6c27bb41ef1d1da0b450c1cefebf0a9f1c1a128d45c44ba490d2be1a77276f3e1bf75224
+DIST QScintilla_gpl-2.9.2.tar.gz 2491222 SHA256 
f2c8ccdc9d3dbb90764ceed53ea096da9bb13b6260da1324e6ab4ecea29e620a SHA512 
28f88111d7eb6a016a4b87f04d2b7f5d6481b521a3361a526b3b45a56240f5c8de10310e819234fcba773c6df73bf398ae2dce622976a8e760f506be1defb7c8
 WHIRLPOOL 
a04420c66fd417e5304c92a1ee3c1998f6849bccb9088dae96ed48c06cab0a9b1c012f073aafb1e05aaee46564de9ac89ae07145f3ded35cf47beac78065650a

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
index 2a9dd36..564f858 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.1.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 @@ DESCRIPTION="Python bindings for Qscintilla"
 HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
-LICENSE="|| ( GPL-2 GPL-3 )"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug"

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
similarity index 84%
copy from dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
copy to dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
index 2a9dd36..3f613d3 100644
--- a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.2.ebuild
@@ -1,26 +1,26 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
 
 inherit python-r1 qmake-utils
 
-MY_P=QScintilla-gpl-${PV}
+MY_P=QScintilla_gpl-${PV}
 
 DESCRIPTION="Python bindings for Qscintilla"
 HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
 SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
 
-LICENSE="|| ( GPL-2 GPL-3 )"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="debug"
 
 DEPEND="
${PYTHON_DEPS}
-   >=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
+   >=dev-python/sip-4.18:=[${PYTHON_USEDEP}]
>=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
dev-qt/qtcore:4
dev-qt/qtgui:4
@@ -33,19 +33,21 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 S=${WORKDIR}/${MY_P}/Python
 
 src_prepare() {
+   default
python_copy_sources
 }
 
 src_configure() {
configuration() {
local myconf=(
-   "${PYTHON}" configure.py
+   "${PYTHON}"
+   configure.py
--qmake="$(qt4_get_bindir)"/qmake
--destdir="$(python_get_sitedir)"/PyQt4
--sip-incdir="$(python_get_includedir)"
--pyqt=PyQt4
-   --no-timestamp
-   $(use debug && echo --debug)
+   $(usex debug '--debug --trace' '')
+   --verbose
)
echo "${myconf[@]}"
   

[gentoo-commits] repo/gentoo:master commit in: dev-python/qscintilla-python/

2015-10-24 Thread Davide Pesavento
commit: f55112791e519216378d3ebb90db46f0e0a95281
Author: Davide Pesavento  gentoo  org>
AuthorDate: Sat Oct 24 15:43:30 2015 +
Commit: Davide Pesavento  gentoo  org>
CommitDate: Sat Oct 24 15:44:15 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5511279

dev-python/qscintilla-python: bump

Package-Manager: portage-2.2.23

 dev-python/qscintilla-python/Manifest  |  1 +
 .../qscintilla-python-2.9.1.ebuild | 69 ++
 2 files changed, 70 insertions(+)

diff --git a/dev-python/qscintilla-python/Manifest 
b/dev-python/qscintilla-python/Manifest
index 682d80e..4169dcc 100644
--- a/dev-python/qscintilla-python/Manifest
+++ b/dev-python/qscintilla-python/Manifest
@@ -1,2 +1,3 @@
 DIST QScintilla-gpl-2.8.4.tar.gz 3031919 SHA256 
9b7b2d7440cc39736bbe937b853506b3bd218af3b79095d4f710cccb0fabe80f SHA512 
ab10dc756231b293ddebc06e681bb65a11b2be2a4c4132a5b2a27ca583adef76af325fa9574d9091f2e89a30494d370df262c4eaba7b7fbed04fb7c76907
 WHIRLPOOL 
7357addbc0ad8869c5749a67106c18e47d79e32399416cc2867461fa8ad0c662711b8937987cb7c3cd5b83fe9f88e1529911eefec28a972e86c7f242c8c0d634
+DIST QScintilla-gpl-2.9.1.tar.gz 2490144 SHA256 
79e9c39d51549061d3d489387bcee86ff20c1f746d1b25ac173d5165426eabaf SHA512 
709a5251c9273c527740b138b099e42a57cefa4fcda34c04da11f4640b0ee53ca9a0a58752e963bc8c63933e382ac8a6e774965d838c9123c11c1c59a9d7100e
 WHIRLPOOL 
f47319c2cebd1fdf4ae95f26781ab52758ab698b1b72e9d7db4e081e6c27bb41ef1d1da0b450c1cefebf0a9f1c1a128d45c44ba490d2be1a77276f3e1bf75224
 DIST QScintilla-gpl-2.9.tar.gz 2435116 SHA256 
d7c32e32582f93779de861006d87467b38b9ebc06e3d0b32e981cb24369fa417 SHA512 
a74b7b1182e9f602aa9f61072877d8dba93c430453ed70e18d74013dbda8b0faef30629f2c086d3b06d0632b3f4980570362bb6e635c15686be1be47eaeecb00
 WHIRLPOOL 
b27a3ff2b48dbbf034deb4fdf09259815dcee63bfffe29651cf1e5e9ceeedb408ebc0bae440479a8206af7046f80143c291c10a0293942b64eb61c5e02549ed4

diff --git a/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild 
b/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
new file mode 100644
index 000..2a9dd36
--- /dev/null
+++ b/dev-python/qscintilla-python/qscintilla-python-2.9.1.ebuild
@@ -0,0 +1,69 @@
+# 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_3,3_4} )
+
+inherit python-r1 qmake-utils
+
+MY_P=QScintilla-gpl-${PV}
+
+DESCRIPTION="Python bindings for Qscintilla"
+HOMEPAGE="http://www.riverbankcomputing.com/software/qscintilla/intro;
+SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-2 GPL-3 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND="
+   ${PYTHON_DEPS}
+   >=dev-python/sip-4.16:=[${PYTHON_USEDEP}]
+   >=dev-python/PyQt4-4.11.3[X,${PYTHON_USEDEP}]
+   dev-qt/qtcore:4
+   dev-qt/qtgui:4
+   ~x11-libs/qscintilla-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S=${WORKDIR}/${MY_P}/Python
+
+src_prepare() {
+   python_copy_sources
+}
+
+src_configure() {
+   configuration() {
+   local myconf=(
+   "${PYTHON}" configure.py
+   --qmake="$(qt4_get_bindir)"/qmake
+   --destdir="$(python_get_sitedir)"/PyQt4
+   --sip-incdir="$(python_get_includedir)"
+   --pyqt=PyQt4
+   --no-timestamp
+   $(use debug && echo --debug)
+   )
+   echo "${myconf[@]}"
+   "${myconf[@]}" || die
+
+   # Run eqmake4 to respect toolchain, build flags, and prevent 
stripping
+   eqmake4
+   }
+   python_foreach_impl run_in_build_dir configuration
+}
+
+src_compile() {
+   python_foreach_impl run_in_build_dir default
+}
+
+src_install() {
+   installation() {
+   emake INSTALL_ROOT="${D}" install
+   python_optimize
+   }
+   python_foreach_impl run_in_build_dir installation
+}