public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pythong/
@ 2017-04-20 20:48 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-04-20 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     36f03085c82f32ee6316b91eb3f088a05a348ef4
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 18:56:04 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 20:45:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f03085

dev-python/pythong: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/pythong/pythong-2.1.5-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r2.ebuild
index c54ca13c22d..fa40cbcd91b 100644
--- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
 PYTHON_COMPAT=( python2_7 )
-
 PYTHON_REQ_USE="tk"
 
 inherit python-single-r1
@@ -23,8 +22,9 @@ LICENSE="GPL-2"
 KEYWORDS="~amd64 ~ia64 x86"
 SLOT="0"
 IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	>=dev-lang/tk-8.3.4:0=
 	virtual/python-pmw[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pythong/
@ 2019-09-27 17:33 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-09-27 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     bcc2bf419a1f085401ea53548fc88f4e41d53717
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 17:30:09 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 17:33:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc2bf41

dev-python/pythong: Dep on dev-python/pmw directly

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

 dev-python/pythong/pythong-2.1.5-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r2.ebuild
index fa40cbcd91b..7c1059971d2 100644
--- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
 	>=dev-lang/tk-8.3.4:0=
-	virtual/python-pmw[${PYTHON_USEDEP}]"
+	dev-python/pmw:py2[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PN}-${MY_PV}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pythong/
@ 2020-02-09 16:18 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c4524ff93914cf2d76b5c921d2652f301a83c0b4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 12:56:54 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:17:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4524ff9

dev-python/pythong: Switch to PYTHON_MULTI_USEDEP API

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

 .../pythong/{pythong-2.1.5-r2.ebuild => pythong-2.1.5-r3.ebuild}    | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/pythong/pythong-2.1.5-r2.ebuild b/dev-python/pythong/pythong-2.1.5-r3.ebuild
similarity index 91%
rename from dev-python/pythong/pythong-2.1.5-r2.ebuild
rename to dev-python/pythong/pythong-2.1.5-r3.ebuild
index 7c1059971d2..a466b85801d 100644
--- a/dev-python/pythong/pythong-2.1.5-r2.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
 	>=dev-lang/tk-8.3.4:0=
-	dev-python/pmw:py2[${PYTHON_USEDEP}]"
+	$(python_gen_cond_dep '
+		dev-python/pmw:py2[${PYTHON_MULTI_USEDEP}]
+	')"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PN}-${MY_PV}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/pythong/
@ 2020-02-09 17:10 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2020-02-09 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4763a59f27ad745c966f35175ade8cb2c4363d9a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 17:10:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 17:10:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4763a59f

dev-python/pythong: Use dodoc

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

 dev-python/pythong/pythong-2.1.5-r3.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dev-python/pythong/pythong-2.1.5-r3.ebuild b/dev-python/pythong/pythong-2.1.5-r3.ebuild
index a466b85801d..3e649b8f455 100644
--- a/dev-python/pythong/pythong-2.1.5-r3.ebuild
+++ b/dev-python/pythong/pythong-2.1.5-r3.ebuild
@@ -45,13 +45,11 @@ src_install() {
 	python_doscript pythong.py
 
 	dodoc leeme.txt
-	insinto /usr/share/doc/${PF}
-	doins -r {LICENCIA,MANUAL,demos}
+	dodoc -r {LICENCIA,MANUAL,demos}
 	rm -fr "${ED}/usr/share/doc/${PF}/demos/modulepythong.py" || die
 
 	if use doc; then
-		insinto /usr/share/doc/${PF}
-		doins "${DISTDIR}"/python.pdf
+		dodoc "${DISTDIR}"/python.pdf
 	fi
 	python_optimize
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-02-09 17:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 16:18 [gentoo-commits] repo/gentoo:master commit in: dev-python/pythong/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-02-09 17:10 Michał Górny
2019-09-27 17:33 Michał Górny
2017-04-20 20:48 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox