public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Sat,  1 Oct 2022 01:02:39 +0000 (UTC)	[thread overview]
Message-ID: <1664585932.0dbd3d973fc4cece0b1f09281a428b1ddf41e643.sam@gentoo> (raw)

commit:     0dbd3d973fc4cece0b1f09281a428b1ddf41e643
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  1 00:58:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  1 00:58:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbd3d97

app-portage/layman: fix live ebuild

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/layman/layman-2.4.3.ebuild | 10 +++++++++-
 app-portage/layman/layman-9999.ebuild  |  3 +--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/app-portage/layman/layman-2.4.3.ebuild b/app-portage/layman/layman-2.4.3.ebuild
index 298dc099aaf9..8b62b7cd4223 100644
--- a/app-portage/layman/layman-2.4.3.ebuild
+++ b/app-portage/layman/layman-2.4.3.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 linux-info prefix
 
 if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git"
+	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/layman.git"
 	inherit git-r3
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -68,6 +68,14 @@ python_test() {
 	unset suite
 }
 
+python_compile_all() {
+	# Generate man page. only required for 9999
+	if [[ ${PV} == *9999 ]] ; then
+		# override MAKEOPTS to prevent build failure
+		emake -j1 -C doc
+	fi
+}
+
 python_install_all() {
 	distutils-r1_python_install_all
 

diff --git a/app-portage/layman/layman-9999.ebuild b/app-portage/layman/layman-9999.ebuild
index 0f5addf3ecee..598324e7d35c 100644
--- a/app-portage/layman/layman-9999.ebuild
+++ b/app-portage/layman/layman-9999.ebuild
@@ -10,7 +10,7 @@ DISTUTILS_USE_SETUPTOOLS=no
 inherit distutils-r1 linux-info prefix
 
 if [[ ${PV} == *9999 ]] ; then
-	EGIT_REPO_URI="git://anongit.gentoo.org/proj/layman.git"
+	EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/layman.git"
 	inherit git-r3
 else
 	SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -69,7 +69,6 @@ python_test() {
 }
 
 python_compile_all() {
-	default_python_compile_all
 	# Generate man page. only required for 9999
 	if [[ ${PV} == *9999 ]] ; then
 		# override MAKEOPTS to prevent build failure


             reply	other threads:[~2022-10-01  1:02 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01  1:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-21  5:35 [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/ Sam James
2023-05-21  5:35 Sam James
2023-02-01 15:23 Benda XU
2023-02-01 10:05 Benda XU
2022-10-18  3:34 Sam James
2022-10-01  1:33 Sam James
2022-04-27 21:57 Andreas K. Hüttel
2022-02-01 22:01 Craig Andrews
2021-09-14 14:15 Yixun Lan
2021-01-06 13:23 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-11-17 22:37 Brian Dolbec
2020-07-19 19:40 Brian Dolbec
2020-05-19  8:04 Andreas K. Hüttel
2020-05-08 18:12 Brian Dolbec
2020-05-08 17:15 Agostino Sarubbo
2020-05-08 17:10 Agostino Sarubbo
2020-05-08  9:36 Sergei Trofimovich
2020-05-07 19:37 Mart Raudsepp
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-04-27 14:01 Mikle Kolyada
2020-04-24 23:53 Brian Dolbec
2020-04-24 21:41 Brian Dolbec
2020-04-18 17:55 Craig Andrews
2020-04-15 18:59 Mike Gilbert
2020-02-26 12:18 Michał Górny
2019-05-18 10:02 Michał Górny
2019-05-16  0:40 Anthony G. Basile
2019-01-15 18:58 Craig Andrews
2019-01-15 16:36 Craig Andrews
2018-10-16  9:18 Tobias Klausmann
2018-03-21 18:12 Michał Górny
2018-03-18 11:00 Sergei Trofimovich
2017-12-25 14:43 David Seifert
2017-05-11 21:57 Zac Medico
2017-04-29 11:39 Jeroen Roovers
2017-03-30  0:28 Matt Turner
2017-03-11 17:07 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-02-17  6:03 Markus Meier
2017-02-16 20:34 Michael Weber
2017-02-14 15:39 Agostino Sarubbo
2017-02-14 14:52 Agostino Sarubbo
2017-02-02  6:30 Patrick Lauer
2017-02-02  2:11 Brian Dolbec
2017-02-02  1:57 Brian Dolbec
2016-07-13  1:50 Mike Gilbert
2016-05-10  1:29 Devan Franchini
2016-05-03  7:37 Brian Dolbec
2016-05-02 17:30 Brian Dolbec
2016-05-02  4:00 Devan Franchini
2016-03-23 21:23 Stephen Klimaszewski
2015-11-11  0:35 Devan Franchini
2015-11-11  0:35 Devan Franchini
2015-11-10 23:23 Devan Franchini
2015-10-16 21:10 Devan Franchini

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=1664585932.0dbd3d973fc4cece0b1f09281a428b1ddf41e643.sam@gentoo \
    --to=sam@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