public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/
Date: Sat, 13 Apr 2024 14:15:47 +0000 (UTC)	[thread overview]
Message-ID: <1713017731.0ec4644f56e48a0244a192556e6c48c6df58e1ae.sping@gentoo> (raw)

commit:     0ec4644f56e48a0244a192556e6c48c6df58e1ae
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 14:11:56 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 14:15:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec4644f

dev-tex/rubber: 1.6.5 + sync 9999

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 dev-tex/rubber/Manifest                                    |  1 +
 dev-tex/rubber/{rubber-9999.ebuild => rubber-1.6.5.ebuild} | 13 ++++++-------
 dev-tex/rubber/rubber-9999.ebuild                          | 13 ++++++-------
 3 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/dev-tex/rubber/Manifest b/dev-tex/rubber/Manifest
index 18cd13a5b516..38ac9cbb1160 100644
--- a/dev-tex/rubber/Manifest
+++ b/dev-tex/rubber/Manifest
@@ -1,3 +1,4 @@
 DIST rubber-1.5.1.tar.gz 111812 BLAKE2B 4d08527689d669e3ac8dd6e9050fc09766bfb46c53d9923ce10efc0aaf8a62a962cb2f1c27a0e7a19a9be96710edba923d93589d816aa22305eec33fd08aa08c SHA512 ba22eeddc24b4f9abf0bf087604a4261add648877ec558b766555de09538cd20c21c8cfd9731c1421540bb2479501dd6ed066346d250c6bc981529e31efacc40
 DIST rubber-1.6.0.tar.bz2 98055 BLAKE2B e3355a53f811e972b68a918393023a16c11a84035c0ea76b560df25db2d9c20f2a7c9d0d4fc3b0395c6baab5dc785840fa18a76aa0e3f480cf2c14668d61b083 SHA512 68674c27fa7c6eb2c8ec60c0a961fd2dd07822fe5ba50682e863a7dbe7d1e0ce8ebffce84a52b72a254cb9c8d446a33005715b81e43dd6266e2c247f12ebb1e6
 DIST rubber-1.6.4.tar.bz2 100227 BLAKE2B 5a467f5a2a4709e7faffef1308e644900f02ca51e4fff635e7a88bb237788e60257e0e8e82ed9acac66db46f0a1e8aed1296703fefc8e1fb6e28cd38334b7d14 SHA512 dbb3896c165d63cfae8421929d0d796002fb3abcfc2ccb3fe70c4c98acc54ed48be1ad469158436dabd973bf37355c62c096ebd47c0efa7dbe58137a0a895527
+DIST rubber-1.6.5.tar.bz2 100300 BLAKE2B bbddf550fbce2f2f98ecf2e737515b4c6891e89494dc2c39cc4a0f268d76f505cad184f27c5f333bc706fe08adcce1d668e8e33c37e26fc6142b12b32797e402 SHA512 e0fadbca6d9e570e6414a99a72da22656abb0fc71e14dd0840bd3dd68364d0da0b2fd5c416f45eb8489bdcb10c226657799efae4ae0c73807b2485b8c8c2094b

diff --git a/dev-tex/rubber/rubber-9999.ebuild b/dev-tex/rubber/rubber-1.6.5.ebuild
similarity index 92%
copy from dev-tex/rubber/rubber-9999.ebuild
copy to dev-tex/rubber/rubber-1.6.5.ebuild
index bac70181e992..cc981e17fe39 100644
--- a/dev-tex/rubber/rubber-9999.ebuild
+++ b/dev-tex/rubber/rubber-1.6.5.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://gitlab.com/latex-rubber/${PN}.git"
 else
-	# NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to missing tests
+	# NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to missing files
 	SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${PV}/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 fi
@@ -48,6 +48,10 @@ BDEPEND="
 	)
 "
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.6.4-pythontex.patch
+)
+
 pkg_setup() {
 	# https://bugs.gentoo.org/727996
 	export VARTEXFONTS="${T}"/fonts
@@ -102,10 +106,5 @@ python_install() {
 src_install() {
 	distutils-r1_src_install
 
-	# Fix file misplacements
-	dodir /usr/share/man/fr
-	mv "${D}"/usr/share/{doc/man-fr,man/fr/man1} || die
-	mv "${D}"/usr/share/{doc/man-en,man/man1} || die
-	dodir /usr/share/doc/${P}
-	mv "${D}"/usr/share/doc/{rubber.*,${P}/} || die
+	mv "${D}"/usr/share/doc/{${PN},${PF}} || die
 }

diff --git a/dev-tex/rubber/rubber-9999.ebuild b/dev-tex/rubber/rubber-9999.ebuild
index bac70181e992..cc981e17fe39 100644
--- a/dev-tex/rubber/rubber-9999.ebuild
+++ b/dev-tex/rubber/rubber-9999.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://gitlab.com/latex-rubber/${PN}.git"
 else
-	# NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to missing tests
+	# NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to missing files
 	SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${PV}/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~ppc ~riscv ~x86"
 fi
@@ -48,6 +48,10 @@ BDEPEND="
 	)
 "
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.6.4-pythontex.patch
+)
+
 pkg_setup() {
 	# https://bugs.gentoo.org/727996
 	export VARTEXFONTS="${T}"/fonts
@@ -102,10 +106,5 @@ python_install() {
 src_install() {
 	distutils-r1_src_install
 
-	# Fix file misplacements
-	dodir /usr/share/man/fr
-	mv "${D}"/usr/share/{doc/man-fr,man/fr/man1} || die
-	mv "${D}"/usr/share/{doc/man-en,man/man1} || die
-	dodir /usr/share/doc/${P}
-	mv "${D}"/usr/share/doc/{rubber.*,${P}/} || die
+	mv "${D}"/usr/share/doc/{${PN},${PF}} || die
 }


             reply	other threads:[~2024-04-13 14:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-13 14:15 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/ Florian Schmaus
2025-01-18 10:52 Florian Schmaus
2024-12-09 21:00 Florian Schmaus
2024-12-09 21:00 Florian Schmaus
2024-10-25 12:16 Arthur Zamarin
2024-10-25 12:16 Arthur Zamarin
2024-06-03 18:09 Florian Schmaus
2024-05-07 19:24 Sebastian Pipping
2024-04-21 11:38 Ulrich Müller
2024-04-12  8:35 Florian Schmaus
2024-04-10 19:42 Sebastian Pipping
2023-03-31 18:05 Sam James
2023-02-26 14:25 Florian Schmaus
2022-06-08  8:12 Florian Schmaus
2021-10-26  1:21 Yixun Lan
2021-07-01  9:01 Florian Schmaus
2021-07-01  9:01 Florian Schmaus
2021-06-22  6:34 Florian Schmaus
2021-06-08  7:10 Sam James
2020-12-03 11:10 Sam James
2020-12-03 11:01 Sam James
2020-12-03  9:16 Sam James
2020-12-03  9:16 Sam James
2020-08-20 10:41 Mikle Kolyada
2020-08-11  7:03 Sergei Trofimovich
2020-08-05 13:53 Agostino Sarubbo
2020-02-08 12:44 Ulrich Müller
2017-01-15 10:33 Pacho Ramos
2017-01-01 12:43 Agostino Sarubbo
2016-01-06  9:45 Alexis Ballier

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=1713017731.0ec4644f56e48a0244a192556e6c48c6df58e1ae.sping@gentoo \
    --to=sping@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