public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/eric/
Date: Tue, 25 Apr 2017 07:54:10 +0000 (UTC)	[thread overview]
Message-ID: <1493106839.8522663b3231d567a5f42a535d47d7eb5f1992da.kensington@gentoo> (raw)

commit:     8522663b3231d567a5f42a535d47d7eb5f1992da
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 07:52:27 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 07:53:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8522663b

dev-util/eric: version bump 17.04.1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/eric/Manifest            |  1 +
 dev-util/eric/eric-17.04.1.ebuild | 66 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 67 insertions(+)

diff --git a/dev-util/eric/Manifest b/dev-util/eric/Manifest
index 56531f66ada..e652d12f016 100644
--- a/dev-util/eric/Manifest
+++ b/dev-util/eric/Manifest
@@ -1,3 +1,4 @@
 DIST eric6-16.12.tar.gz 18764980 SHA256 cfb70ef9c68fe88ea0752bc0141efc04c7fce118fd9166ec5ef57dfe23a492c6 SHA512 53506c52e289db141abf8faf1a90a7b1a2d32ab6932d6254aa8cb3e69ed8b78932d648c8625335cfae187053c3f7d3adf84f60867591ab804215b645a1719340 WHIRLPOOL 085a0048805d33b8a0426e743eb112643a6aa54668185eeeedb0ecadf68ae7f41aae98e0f853a0183e62b4c82ffcad7aca94d97087d00d10b57c0cdb5f3d5eb2
 DIST eric6-17.01.tar.gz 18810473 SHA256 ef6c105248ceb895780022e68bef9136b0659fc9cf2e7b9f78bd272364ab67f8 SHA512 db0490f67e080f31b555f7fa57180a341f50b18753dca6aea9d56ab51a24006a33a6652fcbe5552138b21f3370a54cac16182a891d5ae301f2d34f618fe0d952 WHIRLPOOL b580c610998bc16cbc663620bf98778656a7c17ef4f4776e24ecb63f2be3fa27fc8321f35778e3f0be71cf23370e4d0eafd1e1b55b20af8b9ef6f8802c4652a6
 DIST eric6-17.03.tar.gz 18904799 SHA256 cfa78bea6812303689223d42efdc8de530e7c714acc0d1d5aeb375cc9006a2d3 SHA512 3bc71e87475eeeac02c9a186cd5c0044c5196d884ec56a228ff66e2af6ee5dd3d0e7356486e284b28aa945b0e225c9b626e1a21773878d6834e211d4151af3a7 WHIRLPOOL c7cb12562424395b12687e6f4f3489b57a50fa1363ebbd2aa0a4e48051ae52ce62512904af1104a881999ea4fdfa355544e8fdee802c0584255e9c9697486ea9
+DIST eric6-17.04.1.tar.gz 18688754 SHA256 b6c08e646d920551392f1a93f231adefd504999933891eb8bb4038fe6ab405ba SHA512 e3f2bd47e3d3308db2c6443b3f616db130cc6a04e904930a2f1733c32dab8114e3094520c2def044d923fc5e7f526dc1ca1f30ebbefa1bf70ff2beef0508547d WHIRLPOOL bc09e505d2e44763d87c17786e3a4268d11e1ea0dff518611862a8bb497fc63836c105356b1936c8469c6b159fdbf41527fd382e432b3ab7f349da089fdb14a2

diff --git a/dev-util/eric/eric-17.04.1.ebuild b/dev-util/eric/eric-17.04.1.ebuild
new file mode 100644
index 00000000000..1f995f8098a
--- /dev/null
+++ b/dev-util/eric/eric-17.04.1.ebuild
@@ -0,0 +1,66 @@
+# 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} )
+PYTHON_REQ_USE="sqlite,xml"
+
+inherit python-single-r1
+
+DESCRIPTION="A full featured Python IDE using PyQt and QScintilla"
+HOMEPAGE="http://eric-ide.python-projects.org/"
+LICENSE="GPL-3"
+SLOT="6"
+
+MY_P=${PN}${SLOT}-${PV}
+SRC_URI="mirror://sourceforge/eric-ide/${PN}${SLOT}/stable/${PV}/${MY_P}.tar.gz"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+	${PYTHON_DEPS}
+	>=dev-python/sip-4.14.3[${PYTHON_USEDEP}]
+	>=dev-python/PyQt5-5.5.1[${PYTHON_USEDEP},gui,help,network,printsupport,sql,svg,webkit]
+	>=dev-python/qscintilla-python-2.8[qt5,${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+	>=dev-python/chardet-2.3.0[${PYTHON_USEDEP}]
+	>=dev-python/coverage-4.1.0[${PYTHON_USEDEP}]
+	>=dev-python/pygments-2.1.3[${PYTHON_USEDEP}]
+	!dev-util/eric:4
+	!dev-util/eric:5
+"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+S=${WORKDIR}/${MY_P}
+
+DOCS=(changelog README.rst THANKS)
+
+src_prepare() {
+	default
+
+	# Delete internal copies of dev-python/chardet and dev-python/pygments
+	rm -fr eric/ThirdParty/{CharDet,Pygments} || die
+
+	# Delete internal copy of dev-python/coverage
+	rm -fr eric/DebugClients/Python{,3}/coverage || die
+	sed -i -e 's/from DebugClients\.Python3\?\.coverage/from coverage/' \
+		$(grep -lr 'from DebugClients\.Python3\?\.coverage' .) || die
+
+	# Fix desktop files (bug 458092)
+	sed -i -re '/^Categories=/s:(Python|QtWeb):X-&:g' eric/eric6{,_{,web}browser}.desktop || die
+}
+
+src_install() {
+	"${PYTHON}" install.py \
+		-b "${EPREFIX}/usr/bin" \
+		-d "$(python_get_sitedir)" \
+		-i "${D}" \
+		-c \
+		-z \
+		|| die
+
+	python_optimize
+	einstalldocs
+}


             reply	other threads:[~2017-04-25  7:54 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-25  7:54 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-07 15:08 [gentoo-commits] repo/gentoo:master commit in: dev-util/eric/ Michał Górny
2019-11-18  6:55 Davide Pesavento
2019-11-18  5:45 Davide Pesavento
2018-03-25 18:20 Davide Pesavento
2018-03-25 18:11 Davide Pesavento
2018-03-25 17:37 Davide Pesavento
2017-12-28 11:21 Michael Palimaka
2017-12-28 11:21 Michael Palimaka
2017-11-15  6:53 Davide Pesavento
2017-11-15  6:53 Davide Pesavento
2017-09-30  7:22 Michael Palimaka
2017-09-30  7:22 Michael Palimaka
2017-08-12 15:02 Michael Palimaka
2017-08-12 15:02 Michael Palimaka
2017-07-29  4:26 Michael Palimaka
2017-04-25  7:54 Michael Palimaka
2017-04-25  7:54 Michael Palimaka
2017-03-04  5:45 Michael Palimaka
2017-01-04  5:09 Davide Pesavento
2017-01-04  5:09 Davide Pesavento
2016-12-21  3:53 Davide Pesavento
2016-12-21  3:53 Davide Pesavento
2016-11-25 17:14 Davide Pesavento
2016-07-14 12:36 Davide Pesavento
2016-06-27 12:44 Ulrich Müller
2016-04-25 18:13 Davide Pesavento

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493106839.8522663b3231d567a5f42a535d47d7eb5f1992da.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox