public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/
Date: Wed,  1 Jul 2020 14:17:21 +0000 (UTC)	[thread overview]
Message-ID: <1593612987.d6eec871cd9da061cd912294d47ba1de231b514c.asturm@gentoo> (raw)

commit:     d6eec871cd9da061cd912294d47ba1de231b514c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 13:43:52 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul  1 14:16:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6eec871

app-office/scribus: 1.5.5_p20200626 snapshot bump w/ python3 support

Bug: https://bugs.gentoo.org/719938
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-office/scribus/Manifest                               |  1 +
 ...scribus-9999.ebuild => scribus-1.5.5_p20200626.ebuild} | 15 ++++++++-------
 app-office/scribus/scribus-9999.ebuild                    |  4 ++--
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/app-office/scribus/Manifest b/app-office/scribus/Manifest
index e8d12ffa74f..823daf4f2db 100644
--- a/app-office/scribus/Manifest
+++ b/app-office/scribus/Manifest
@@ -1 +1,2 @@
 DIST scribus-1.5.5.tar.xz 73861836 BLAKE2B 1a10878eaba67116d72c20d8ecd8952764c709ad14d575e4eb921b4f8a7c4525b73e6722f610b1cce57c08540f619d6ebd3d32e04b653b310e475026c185561b SHA512 2d62424ad609296df33ced550940fceb4e15133a595a740cc4f4b4ffbc92aa31737336ac7716c2eed20d2866e37f5a9b780a44d86128daa6bbad3ccb58168b50
+DIST scribus-1.5.5_p20200626.tar.gz 87557791 BLAKE2B 183b035901f5a19ffbf5890acc6037eb5483a0b5837b244b39838ca03d13bd4afc76c3c41345123aec402c602177c5fff7183deba10f8e33e980659c4ef7881e SHA512 ff6cf0d86c874b7f03c8be9675f92c6cc7797e3a344326824e4f01f0b02ec02d6fdf5b52924e51b3436d9a6d78eda47a5e9987507721d18985768cc5a3c77245

diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-1.5.5_p20200626.ebuild
similarity index 92%
copy from app-office/scribus/scribus-9999.ebuild
copy to app-office/scribus/scribus-1.5.5_p20200626.ebuild
index d532762422e..a017d67eb01 100644
--- a/app-office/scribus/scribus-9999.ebuild
+++ b/app-office/scribus/scribus-1.5.5_p20200626.ebuild
@@ -3,19 +3,18 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="tk?"
-inherit cmake desktop flag-o-matic python-single-r1 subversion xdg
+COMMIT=aa84120d97003a03d883db33ea9a6ad28550e59a
+inherit cmake desktop flag-o-matic python-single-r1 xdg
 
 DESCRIPTION="Desktop publishing (DTP) and layout program"
 HOMEPAGE="https://www.scribus.net/"
-SRC_URI=""
-ESVN_REPO_URI="svn://scribus.net/trunk/Scribus"
-ESVN_PROJECT=Scribus-1.5
+SRC_URI="https://github.com/${PN}project/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts +templates tk"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}
@@ -58,8 +57,8 @@ DEPEND="${PYTHON_DEPS}
 	virtual/jpeg:0=
 	>=x11-libs/cairo-1.10.0[X,svg]
 	boost? ( >=dev-libs/boost-1.67:= )
-	hunspell? ( app-text/hunspell:= )
 	graphicsmagick? ( media-gfx/graphicsmagick:= )
+	hunspell? ( app-text/hunspell:= )
 	osg? ( dev-games/openscenegraph:= )
 	pdf? ( app-text/podofo:0= )
 	scripts? (
@@ -82,6 +81,8 @@ PATCHES=(
 
 CMAKE_BUILD_TYPE="Release"
 
+S="${WORKDIR}"/${PN}-${COMMIT}
+
 src_prepare() {
 	cmake_src_prepare
 

diff --git a/app-office/scribus/scribus-9999.ebuild b/app-office/scribus/scribus-9999.ebuild
index d532762422e..944a609bb5c 100644
--- a/app-office/scribus/scribus-9999.ebuild
+++ b/app-office/scribus/scribus-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 PYTHON_REQ_USE="tk?"
 inherit cmake desktop flag-o-matic python-single-r1 subversion xdg
 
@@ -58,8 +58,8 @@ DEPEND="${PYTHON_DEPS}
 	virtual/jpeg:0=
 	>=x11-libs/cairo-1.10.0[X,svg]
 	boost? ( >=dev-libs/boost-1.67:= )
-	hunspell? ( app-text/hunspell:= )
 	graphicsmagick? ( media-gfx/graphicsmagick:= )
+	hunspell? ( app-text/hunspell:= )
 	osg? ( dev-games/openscenegraph:= )
 	pdf? ( app-text/podofo:0= )
 	scripts? (


             reply	other threads:[~2020-07-01 14:17 UTC|newest]

Thread overview: 140+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-01 14:17 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 18:30 [gentoo-commits] repo/gentoo:master commit in: app-office/scribus/ Sam James
2025-02-09 11:37 Jakov Smolić
2025-02-09  9:26 Arthur Zamarin
2025-02-09  9:26 Arthur Zamarin
2025-02-06 19:42 Miroslav Šulc
2025-01-28 20:13 Andreas Sturmlechner
2025-01-09 10:20 Miroslav Šulc
2024-07-17 19:10 Sam James
2024-07-17 11:26 Arthur Zamarin
2024-07-17 11:26 Arthur Zamarin
2024-07-17 11:26 Arthur Zamarin
2024-06-16 10:28 Miroslav Šulc
2024-06-04 10:26 Miroslav Šulc
2024-05-22  7:43 Miroslav Šulc
2024-05-22  7:39 Miroslav Šulc
2024-05-14 18:41 Andreas Sturmlechner
2024-03-02 13:08 Arthur Zamarin
2024-02-17 14:48 Sam James
2024-02-15 10:05 Jakov Smolić
2024-02-14 16:44 Sam James
2024-01-14 10:29 Miroslav Šulc
2024-01-14 10:07 Miroslav Šulc
2024-01-10 10:06 Miroslav Šulc
2023-10-30  8:13 Miroslav Šulc
2023-10-27 12:17 Sam James
2023-10-24 19:11 Arthur Zamarin
2023-10-24 17:19 Arthur Zamarin
2023-10-24 16:51 Arthur Zamarin
2023-03-16 14:04 Arthur Zamarin
2023-02-20 14:30 Sam James
2023-02-20 14:30 Sam James
2023-02-20 13:50 Sam James
2022-12-29 21:34 Sam James
2022-10-08 18:25 Sam James
2022-05-17  9:39 Miroslav Šulc
2022-05-17  9:24 Agostino Sarubbo
2022-05-16 12:22 Jakov Smolić
2022-05-16 12:21 Jakov Smolić
2022-05-16 12:21 Jakov Smolić
2022-05-09  6:54 Andreas Sturmlechner
2022-03-27  2:34 Sam James
2022-03-19 19:21 Agostino Sarubbo
2022-03-18  8:15 Arthur Zamarin
2022-03-16 19:21 Jakov Smolić
2022-03-16 15:17 Andreas Sturmlechner
2022-01-24 10:31 Miroslav Šulc
2021-12-15  8:08 Miroslav Šulc
2021-05-30  9:50 Agostino Sarubbo
2021-05-29 15:23 Sam James
2021-05-29 13:28 Sam James
2021-05-29 13:28 Sam James
2021-04-27  9:34 Miroslav Šulc
2020-12-22 13:25 Miroslav Šulc
2020-12-22  5:20 Sam James
2020-12-20 19:07 Thomas Deutschmann
2020-12-16 17:57 Sam James
2020-11-16  9:08 Miroslav Šulc
2020-09-28 21:33 Andreas Sturmlechner
2020-08-06 17:10 Miroslav Šulc
2020-08-06 13:28 Miroslav Šulc
2020-07-17 18:38 Agostino Sarubbo
2020-07-13 19:25 Sam James
2020-07-13 18:56 Sam James
2020-07-13 11:28 Michał Górny
2020-04-03 20:07 Andreas Sturmlechner
2020-03-27 10:08 Miroslav Šulc
2020-03-20 21:53 Matt Turner
2020-02-09 16:11 Michał Górny
2020-01-03 20:07 Andreas Sturmlechner
2020-01-03  7:24 Miroslav Šulc
2019-12-03 11:58 Agostino Sarubbo
2019-12-01 13:56 Sergei Trofimovich
2019-11-08 10:42 Miroslav Šulc
2019-11-02  8:42 Agostino Sarubbo
2019-10-31 23:50 Thomas Deutschmann
2019-09-13 23:51 Matt Turner
2019-06-12 10:03 Andreas Sturmlechner
2019-05-20 11:32 Mikle Kolyada
2019-05-19 13:14 Thomas Deutschmann
2019-05-08 17:20 Zac Medico
2019-02-22 13:06 Andreas Sturmlechner
2019-02-22 10:26 Mikle Kolyada
2019-02-17 22:35 Thomas Deutschmann
2019-02-17 17:14 Sergei Trofimovich
2019-02-17 17:08 Sergei Trofimovich
2019-02-14 18:37 Andreas Sturmlechner
2019-01-27 12:25 Sergei Trofimovich
2019-01-25  0:00 Andreas Sturmlechner
2019-01-11  1:23 Andreas Sturmlechner
2018-12-06 11:04 Andreas Sturmlechner
2018-10-06 20:45 Andreas Sturmlechner
2018-10-06 19:12 Sergei Trofimovich
2018-08-30 18:25 Sergei Trofimovich
2018-08-16  0:39 Thomas Deutschmann
2018-08-14  0:52 Mikle Kolyada
2018-06-20 16:31 Andreas Sturmlechner
2018-04-12 10:04 Miroslav Šulc
2018-03-12  5:37 Matt Turner
2018-03-04 22:30 Sergei Trofimovich
2018-02-11 10:25 Michał Górny
2018-01-17  5:11 Thomas Deutschmann
2018-01-09 13:38 Ulrich Müller
2017-12-26  1:02 Andreas Sturmlechner
2017-12-26  1:02 Andreas Sturmlechner
2017-12-25 15:20 Andreas Sturmlechner
2017-12-25 15:20 Andreas Sturmlechner
2017-12-25 15:20 Andreas Sturmlechner
2017-12-25 15:20 Andreas Sturmlechner
2017-12-25 15:20 Andreas Sturmlechner
2017-12-20 21:34 Justin Lecher
2017-10-30 23:33 Andreas Sturmlechner
2017-10-22 11:24 Justin Lecher
2017-10-22 11:24 Justin Lecher
2017-10-22 11:24 Justin Lecher
2017-08-24  7:33 Miroslav Šulc
2017-07-31 23:05 Sergei Trofimovich
2017-07-26  8:20 Sergei Trofimovich
2017-04-20  8:26 Jeroen Roovers
2017-04-20  7:30 Jeroen Roovers
2017-04-05 20:25 Michael Weber
2017-02-25 19:43 Justin Lecher
2017-01-05 19:53 Justin Lecher
2016-11-06  8:41 Justin Lecher
2016-11-06  8:25 Justin Lecher
2016-09-27 19:15 Michael Weber
2016-09-27 18:34 Michael Weber
2016-09-24 12:27 Jeroen Roovers
2016-08-22 18:48 Michael Weber
2016-08-03  8:15 Michael Weber
2016-05-17  9:04 Austin English
2016-05-04  5:26 Jeroen Roovers
2016-02-14 17:54 Justin Lecher
2016-02-14 10:11 Agostino Sarubbo
2016-01-23  7:25 Jeroen Roovers
2016-01-17 17:02 Agostino Sarubbo
2016-01-15  9:03 Agostino Sarubbo
2016-01-14  9:53 Justin Lecher
2015-10-16 13:04 Justin Lecher
2015-10-01 14:21 Michael Palimaka

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=1593612987.d6eec871cd9da061cd912294d47ba1de231b514c.asturm@gentoo \
    --to=asturm@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