* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/
@ 2017-06-17 16:20 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2017-06-17 16:20 UTC (permalink / raw
To: gentoo-commits
commit: 5dd56d2ee231f208b2a7f3b1b742b13567009280
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 16:19:57 2017 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 16:19:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dd56d2e
dev-haskell/lhs2tex: revbump to catch RDEPEND update
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-haskell/lhs2tex/{lhs2tex-1.19.ebuild => lhs2tex-1.19-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
similarity index 100%
rename from dev-haskell/lhs2tex/lhs2tex-1.19.ebuild
rename to dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/
@ 2018-04-09 19:30 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2018-04-09 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 35b1f24c754583f3a70f1eedf8c1045e54b478e0
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 9 19:26:37 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Apr 9 19:30:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b1f24c
dev-haskell/lhs2tex: Drop obsolete dev-texlive/texlive-mathextra
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild | 6 +++---
dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
index 076fb2d7d04..c3128315fe1 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,10 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-# dev-texlive/texlive-mathextra contains 'stmaryrd' font used
+# dev-texlive/texlive-mathscience contains 'stmaryrd' font used
# for guide generation
RDEPEND=">=dev-tex/polytable-0.8.2
- || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra )"
+ dev-texlive/texlive-mathscience"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
index 076fb2d7d04..c3128315fe1 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,10 +15,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-# dev-texlive/texlive-mathextra contains 'stmaryrd' font used
+# dev-texlive/texlive-mathscience contains 'stmaryrd' font used
# for guide generation
RDEPEND=">=dev-tex/polytable-0.8.2
- || ( dev-texlive/texlive-mathscience dev-texlive/texlive-mathextra )"
+ dev-texlive/texlive-mathscience"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/
@ 2020-06-24 20:02 Ulrich Müller
0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Müller @ 2020-06-24 20:02 UTC (permalink / raw
To: gentoo-commits
commit: 4fdded8e69f74fd8b139b9b13e51a3769796a007
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 24 20:00:19 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 24 20:00:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fdded8e
dev-haskell/lhs2tex: Update RDEPEND.
dev-texlive/texlive-latexextra replaces dev-tex/polytable.
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild | 5 +++--
dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
index 8dbd1b37784..81391c36b1b 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.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
@@ -17,7 +17,8 @@ IUSE=""
# dev-texlive/texlive-mathscience contains 'stmaryrd' font used
# for guide generation
-RDEPEND=">=dev-tex/polytable-0.8.2
+# dev-texlive/texlive-latexextra for polytable
+RDEPEND="dev-texlive/texlive-latexextra
dev-texlive/texlive-mathscience"
DEPEND="${RDEPEND}
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
index 8dbd1b37784..81391c36b1b 100644
--- a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
+++ b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.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
@@ -17,7 +17,8 @@ IUSE=""
# dev-texlive/texlive-mathscience contains 'stmaryrd' font used
# for guide generation
-RDEPEND=">=dev-tex/polytable-0.8.2
+# dev-texlive/texlive-latexextra for polytable
+RDEPEND="dev-texlive/texlive-latexextra
dev-texlive/texlive-mathscience"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/
@ 2020-08-30 9:08 Sergei Trofimovich
0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-08-30 9:08 UTC (permalink / raw
To: gentoo-commits
commit: de3e35faa9e9a753fbc7f13aa4ab35a03442a0e4
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 09:04:22 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 09:08:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de3e35fa
dev-haskell/lhs2tex: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/lhs2tex/Manifest | 2 --
dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild | 34 ----------------------------
dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild | 34 ----------------------------
3 files changed, 70 deletions(-)
diff --git a/dev-haskell/lhs2tex/Manifest b/dev-haskell/lhs2tex/Manifest
index 396c313e0d3..7ffefecd093 100644
--- a/dev-haskell/lhs2tex/Manifest
+++ b/dev-haskell/lhs2tex/Manifest
@@ -1,3 +1 @@
-DIST lhs2tex-1.18.1.tar.gz 661053 BLAKE2B 64dbefde30d3a6a00c47d5b3397b6f7b4cb44bdf272768ed84f66db1d3e99e95df99f16e537d3959ef0566424151a44fdd70e975ac156abd2a5907bed8044520 SHA512 c44b4c5972b833ae41921d86e13c71ea60ac876a9996fb9a4e8d69ba25d000bbddb85f82d223b8a73381e3a4453c2757154a866fbbb48473f121dd88efb917d7
-DIST lhs2tex-1.19.tar.gz 658353 BLAKE2B 2a6d0ca1bc23fce29579d1f020ad9db178801177d1b0c171771d24470bf604359b85f5afab6aacc6a566fecca1d0edd26ddb01d97d8e9bc3c8bc98e042d47690 SHA512 63d4cb626c14dccc6e0989b358299078427d0c22ab726fd3d933bfef3b0d072a35113d132c87b61b7b8ac2c259c856e192d04e04d3eb744b958fc0df54c80abf
DIST lhs2tex-1.24.tar.gz 775885 BLAKE2B 106d2677655f4e36412083b98051eb33d1912039e0db91556b12b442d95dc7e8d4b1167d45606a8ac69b0b32a4457d86a871b0a5032d8e758fefa3536af28b0d SHA512 1491368ba8d34c42d32ad4f77b6a803e8a3b885d336e4bd718f2398aaebc59fa2692e667a6c6a99b6e8839e4f627892c128f1feaf8557313ed144619f21c1876
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
deleted file mode 100644
index 81391c36b1b..00000000000
--- a/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-CABAL_FEATURES="bin"
-inherit base haskell-cabal
-
-DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
-HOMEPAGE="http://www.andres-loeh.de/lhs2tex/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# dev-texlive/texlive-mathscience contains 'stmaryrd' font used
-# for guide generation
-# dev-texlive/texlive-latexextra for polytable
-RDEPEND="dev-texlive/texlive-latexextra
- dev-texlive/texlive-mathscience"
-
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- dev-haskell/mtl
- dev-haskell/regex-compat
- >=dev-lang/ghc-6.12.1"
-
-# Setup.hs uses 'Text.Regex' available in both 'r-c' and 'r-c-tdfa'
-HCFLAGS+=" -ignore-package=regex-compat-tdfa"
-
-# datadir is /usr/share/${PN}/${GHC_VER} so mandir is ${DATADIR}/../../man
-PATCHES=("${FILESDIR}/${PN}-1.18.1-mandir.patch")
diff --git a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild b/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
deleted file mode 100644
index 81391c36b1b..00000000000
--- a/dev-haskell/lhs2tex/lhs2tex-1.19-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-CABAL_FEATURES="bin"
-inherit base haskell-cabal
-
-DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
-HOMEPAGE="http://www.andres-loeh.de/lhs2tex/"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# dev-texlive/texlive-mathscience contains 'stmaryrd' font used
-# for guide generation
-# dev-texlive/texlive-latexextra for polytable
-RDEPEND="dev-texlive/texlive-latexextra
- dev-texlive/texlive-mathscience"
-
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- dev-haskell/mtl
- dev-haskell/regex-compat
- >=dev-lang/ghc-6.12.1"
-
-# Setup.hs uses 'Text.Regex' available in both 'r-c' and 'r-c-tdfa'
-HCFLAGS+=" -ignore-package=regex-compat-tdfa"
-
-# datadir is /usr/share/${PN}/${GHC_VER} so mandir is ${DATADIR}/../../man
-PATCHES=("${FILESDIR}/${PN}-1.18.1-mandir.patch")
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-08-30 9:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-09 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lhs2tex/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-08-30 9:08 Sergei Trofimovich
2020-06-24 20:02 Ulrich Müller
2017-06-17 16:20 Sergei Trofimovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox