public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2017-03-13 13:48 Manuel Rüger
  0 siblings, 0 replies; 10+ messages in thread
From: Manuel Rüger @ 2017-03-13 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     130b0b73a4f2458144f1b079aa9d48a5b64a2264
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 13 13:47:26 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 13:47:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=130b0b73

app-text/wiki2beamer: Add python3_5 support

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
index 50a62d2a4c7..6db48b27873 100644
--- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
+++ b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
@@ -1,9 +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=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2018-06-27 19:29 Pacho Ramos
  0 siblings, 0 replies; 10+ messages in thread
From: Pacho Ramos @ 2018-06-27 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     106e4c4e1ba47263c65d7d11833c78bc89082f7b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 18:25:15 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 19:29:21 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106e4c4e

app-text/wiki2beamer: Support python3.6

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
index 40614670ffa..1b54b904be8 100644
--- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
+++ b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2019-07-07 21:09 Sebastian Pipping
  0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2019-07-07 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9f518f9ed1f02fd1456c84977167f5939e6dbac1
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  7 21:08:55 2019 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jul  7 21:08:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f518f9e

app-text/wiki2beamer: Add missing "use doc &&"

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-2.3.68, Repoman-2.3.16

 app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
index 55432327183..6afe4808c6a 100644
--- a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
+++ b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
@@ -38,7 +38,7 @@ src_compile() {
 src_install() {
 	use examples && dodoc -r doc/examples
 
-	doman doc/man/${PN}.1
+	use doc && doman doc/man/${PN}.1
 	dodoc ChangeLog README.md
 
 	python_doscript code/${PN}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2020-02-10 11:54 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2020-02-10 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3a156f61d26fea4588d8241834980ff2920cafc5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:30:38 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:54:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a156f61

app-text/wiki2beamer: Remove py2

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

 app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild   | 2 +-
 app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
index e297abad055..3d7c75757a2 100644
--- a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
+++ b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit python-single-r1
 

diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
index 906911db696..c87c19f7d57 100644
--- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
+++ b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 
 inherit python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2020-09-26 19:40 Aaron Bauman
  0 siblings, 0 replies; 10+ messages in thread
From: Aaron Bauman @ 2020-09-26 19:40 UTC (permalink / raw
  To: gentoo-commits

commit:     982e60eec4e33c5463210e6ece82951130c7a36a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 19:36:41 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 19:40:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=982e60ee

app-text/wiki2beamer: drop old EAPI=5

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/wiki2beamer/Manifest                    |  1 -
 app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild | 39 ------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-text/wiki2beamer/Manifest b/app-text/wiki2beamer/Manifest
index 6c5bb28f704..ee3827d8445 100644
--- a/app-text/wiki2beamer/Manifest
+++ b/app-text/wiki2beamer/Manifest
@@ -1,2 +1 @@
-DIST wiki2beamer-0.9.5.zip 443288 BLAKE2B a0263ba7044966ff45c892e9f0f78f6916346c051bf57cc8445f4127019cc4cd031719b1b5b61fc7d41a85b42439fa20cdf8fc35fbed43feb28d6d9797c781c7 SHA512 0cad0458c293c335cfb0b2181822652b12662877a2ed66d743e5f258d9983ee91fb34664c032357995606bcf17bebbb7409b6100ba2340b06cc6f253e8c6b0f7
 DIST wiki2beamer-v0.10.0.tar.gz 164911 BLAKE2B 0a532669915f0db5f1bb8755297bcd36e4175bc57d3b5f14df01566ac74e425c999447ff3f2bd20f2bcd50671bd65accfcf8049476a1656439fc46bab2becafd SHA512 712c719bcdd97f48c65aff1919f2e6a838a0beba1d2e5569063fd1f84bf68eda3137ac20e5dc463dff64c8b4656ce0bf02a0acea090b9a30262374cbee5db433

diff --git a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
deleted file mode 100644
index c87c19f7d57..00000000000
--- a/app-text/wiki2beamer/wiki2beamer-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit python-single-r1
-
-DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
-
-HOMEPAGE="http://wiki2beamer.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.zip"
-
-LICENSE="|| ( GPL-2 GPL-3 ) FDL-1.3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	app-arch/unzip"
-
-src_install() {
-	if use examples; then
-		# Patch example Makefile
-		sed -e 's|../../code/wiki2beamer|wiki2beamer|' \
-				-i doc/example/Makefile \
-				|| die
-
-		dodoc -r doc/example
-	fi
-
-	doman doc/man/${PN}.1
-	dodoc ChangeLog README
-
-	python_doscript code/${PN}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2020-12-08  0:25 Sebastian Pipping
  0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2020-12-08  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     6873b3d3ccbbbba2e8f60e07bee1e862782f0bc9
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  8 00:24:16 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Dec  8 00:24:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6873b3d3

app-text/wiki2beamer: Address PythonCompatUpdate

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23

 app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
index 3d7c75757a2..349bbcbf25e 100644
--- a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
+++ b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit python-single-r1
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2022-05-25 19:48 Sebastian Pipping
  0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2022-05-25 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8a547b5f619651a9192e633743058e6528c396a3
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 19:46:55 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed May 25 19:46:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a547b5f

app-text/wiki2beamer: Python 3.10 + EAPI 8

Closes: https://bugs.gentoo.org/845609
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.30, Repoman-3.0.3

 app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild | 44 +++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild
new file mode 100644
index 000000000000..8c2706adfa50
--- /dev/null
+++ b/app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit python-single-r1
+
+DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
+
+MY_P=wiki2beamer-v${PV}
+HOMEPAGE="https://wiki2beamer.github.io/"
+SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+	doc? ( dev-ruby/asciidoctor )"
+
+S="${WORKDIR}/wiki2beamer-${MY_P}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-doc-examples-makefile.patch
+	"${FILESDIR}"/${P}-doc-man-makefile.patch
+)
+
+src_compile() {
+	use doc && emake -C doc/man/ wiki2beamer.1
+}
+
+src_install() {
+	use examples && dodoc -r doc/examples
+
+	use doc && doman doc/man/${PN}.1
+	dodoc ChangeLog README.md
+
+	python_doscript code/${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2022-11-28 21:30 Sebastian Pipping
  0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2022-11-28 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f32ec8b076221a747a89843b9073cac4026981f1
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 21:28:46 2022 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 21:28:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f32ec8b0

app-text/wiki2beamer: Python 3.11 + MissingRemoteId

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

 app-text/wiki2beamer/metadata.xml                 |  1 +
 app-text/wiki2beamer/wiki2beamer-0.10.0-r2.ebuild | 44 +++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/app-text/wiki2beamer/metadata.xml b/app-text/wiki2beamer/metadata.xml
index d20f47202bfa..4a0c808679e4 100644
--- a/app-text/wiki2beamer/metadata.xml
+++ b/app-text/wiki2beamer/metadata.xml
@@ -6,6 +6,7 @@
 		<name>Sebastian Pipping</name>
 	</maintainer>
 	<upstream>
+		<remote-id type="github">wiki2beamer/wiki2beamer</remote-id>
 		<remote-id type="sourceforge">wiki2beamer</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0-r2.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0-r2.ebuild
new file mode 100644
index 000000000000..1926b27aecc7
--- /dev/null
+++ b/app-text/wiki2beamer/wiki2beamer-0.10.0-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit python-single-r1
+
+DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
+
+MY_P=wiki2beamer-v${PV}
+HOMEPAGE="https://wiki2beamer.github.io/"
+SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+	doc? ( dev-ruby/asciidoctor )"
+
+S="${WORKDIR}/wiki2beamer-${MY_P}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-doc-examples-makefile.patch
+	"${FILESDIR}"/${P}-doc-man-makefile.patch
+)
+
+src_compile() {
+	use doc && emake -C doc/man/ wiki2beamer.1
+}
+
+src_install() {
+	use examples && dodoc -r doc/examples
+
+	use doc && doman doc/man/${PN}.1
+	dodoc ChangeLog README.md
+
+	python_doscript code/${PN}
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2023-05-01 12:39 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2023-05-01 12:39 UTC (permalink / raw
  To: gentoo-commits

commit:     41b871f58b5a61d0fef0b9abcec7319c8029b5c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 12:36:11 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May  1 12:39:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b871f5

app-text/wiki2beamer: Remove old

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

 app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild | 44 ----------------------
 app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild    | 45 -----------------------
 2 files changed, 89 deletions(-)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild
deleted file mode 100644
index 2f41e96f67e2..000000000000
--- a/app-text/wiki2beamer/wiki2beamer-0.10.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit python-single-r1
-
-DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
-
-MY_P=wiki2beamer-v${PV}
-HOMEPAGE="https://wiki2beamer.github.io/"
-SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-	doc? ( dev-ruby/asciidoctor )"
-
-S="${WORKDIR}/wiki2beamer-${MY_P}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-doc-examples-makefile.patch
-	"${FILESDIR}"/${P}-doc-man-makefile.patch
-)
-
-src_compile() {
-	use doc && emake -C doc/man/ wiki2beamer.1
-}
-
-src_install() {
-	use examples && dodoc -r doc/examples
-
-	use doc && doman doc/man/${PN}.1
-	dodoc ChangeLog README.md
-
-	python_doscript code/${PN}
-}

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
deleted file mode 100644
index f4ed8432bf39..000000000000
--- a/app-text/wiki2beamer/wiki2beamer-0.10.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_9 )
-
-inherit python-single-r1
-
-DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
-
-MY_P=wiki2beamer-v${PV}
-HOMEPAGE="https://wiki2beamer.github.io/"
-SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz"
-
-LICENSE="GPL-2+ FDL-1.3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +examples"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-	doc? ( dev-ruby/asciidoctor )"
-
-S="${WORKDIR}/wiki2beamer-${MY_P}"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-doc-examples-makefile.patch
-	"${FILESDIR}"/${P}-doc-man-makefile.patch
-)
-
-src_compile() {
-	use doc && emake -C doc/man/ wiki2beamer.1
-}
-
-src_install() {
-	use examples && dodoc -r doc/examples
-
-	use doc && doman doc/man/${PN}.1
-	dodoc ChangeLog README.md
-
-	python_doscript code/${PN}
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/
@ 2024-04-14 18:58 Sebastian Pipping
  0 siblings, 0 replies; 10+ messages in thread
From: Sebastian Pipping @ 2024-04-14 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e00280fae4014cdeb35fabae6dd8c16ffda1f16d
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 18:54:38 2024 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 18:58:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00280fa

app-text/wiki2beamer: PEP 517 + Python 3.12

Closes: https://bugs.gentoo.org/929368
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 app-text/wiki2beamer/wiki2beamer-0.10.0-r3.ebuild | 45 +++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/app-text/wiki2beamer/wiki2beamer-0.10.0-r3.ebuild b/app-text/wiki2beamer/wiki2beamer-0.10.0-r3.ebuild
new file mode 100644
index 000000000000..577ba3e01b4c
--- /dev/null
+++ b/app-text/wiki2beamer/wiki2beamer-0.10.0-r3.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit python-single-r1
+
+DESCRIPTION="Tool to produce LaTeX Beamer code from wiki-like input"
+
+MY_P=wiki2beamer-v${PV}
+HOMEPAGE="https://wiki2beamer.github.io/"
+SRC_URI="https://github.com/wiki2beamer/wiki2beamer/archive/${MY_P}.tar.gz"
+
+LICENSE="GPL-2+ FDL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +examples"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+DEPEND="${RDEPEND}
+	app-arch/unzip
+	doc? ( dev-ruby/asciidoctor )"
+
+S="${WORKDIR}/wiki2beamer-${MY_P}"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-doc-examples-makefile.patch
+	"${FILESDIR}"/${P}-doc-man-makefile.patch
+)
+
+src_compile() {
+	use doc && emake -C doc/man/ wiki2beamer.1
+}
+
+src_install() {
+	use examples && dodoc -r doc/examples
+
+	use doc && doman doc/man/${PN}.1
+	dodoc ChangeLog README.md
+
+	python_doscript code/${PN}
+}


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

end of thread, other threads:[~2024-04-14 18:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-07 21:09 [gentoo-commits] repo/gentoo:master commit in: app-text/wiki2beamer/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2024-04-14 18:58 Sebastian Pipping
2023-05-01 12:39 Michał Górny
2022-11-28 21:30 Sebastian Pipping
2022-05-25 19:48 Sebastian Pipping
2020-12-08  0:25 Sebastian Pipping
2020-09-26 19:40 Aaron Bauman
2020-02-10 11:54 Michał Górny
2018-06-27 19:29 Pacho Ramos
2017-03-13 13:48 Manuel Rüger

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