* [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/
@ 2019-08-23 19:49 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2019-08-23 19:49 UTC (permalink / raw
To: gentoo-commits
commit: c5be99130ae6b803fee2be6fbd8f54421fb05aa5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 23 19:49:30 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 19:49:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5be9913
dev-tex/lgrind: fix distfile name
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-tex/lgrind/Manifest | 2 +-
dev-tex/lgrind/lgrind-3.67-r3.ebuild | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-tex/lgrind/Manifest b/dev-tex/lgrind/Manifest
index 5b55bf3e6c2..c465a2635ef 100644
--- a/dev-tex/lgrind/Manifest
+++ b/dev-tex/lgrind/Manifest
@@ -1 +1 @@
-DIST lgrind.tar.gz 73205 BLAKE2B f19c5ed96251a4c9e5b8ec2cc2115a2b3581c067c26468dc80bfbeece1cb40f72964d60115221c52ab6c0067d670d6497c26eabc3743573248c77e63df24d416 SHA512 89dffec60b6cbac82e9633690412961cb619d6d86d39bea2fb6f3026e1317eb00494d7ed68865a943b1872346eaecdc1b8502de41517023a47309e1e803da2c6
+DIST lgrind-3.67.tgz 73205 BLAKE2B f19c5ed96251a4c9e5b8ec2cc2115a2b3581c067c26468dc80bfbeece1cb40f72964d60115221c52ab6c0067d670d6497c26eabc3743573248c77e63df24d416 SHA512 89dffec60b6cbac82e9633690412961cb619d6d86d39bea2fb6f3026e1317eb00494d7ed68865a943b1872346eaecdc1b8502de41517023a47309e1e803da2c6
diff --git a/dev-tex/lgrind/lgrind-3.67-r3.ebuild b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
index fa373590f4b..7c92be12ec1 100644
--- a/dev-tex/lgrind/lgrind-3.67-r3.ebuild
+++ b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=0
@@ -6,7 +6,7 @@ EAPI=0
inherit latex-package toolchain-funcs eutils
DESCRIPTION="A pretty printer for various programming languages with tex output."
-SRC_URI="mirror://gentoo/${PN}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz"
LICENSE="BSD LGrind-Jacobson"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/
@ 2024-07-06 10:41 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2024-07-06 10:41 UTC (permalink / raw
To: gentoo-commits
commit: da415f285134245723474bed1e364903bc4f89fd
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 10:40:58 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 10:41:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da415f28
dev-tex/lgrind: add DEPEND on latexextra
Closes: https://bugs.gentoo.org/928305
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/lgrind/lgrind-3.67-r4.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev-tex/lgrind/lgrind-3.67-r4.ebuild b/dev-tex/lgrind/lgrind-3.67-r4.ebuild
index 3c28480e5a9a..cd2a9c18f39f 100644
--- a/dev-tex/lgrind/lgrind-3.67-r4.ebuild
+++ b/dev-tex/lgrind/lgrind-3.67-r4.ebuild
@@ -21,6 +21,9 @@ KEYWORDS="amd64 ppc ~sparc x86"
IUSE="examples"
+# Depend on latexextra for hypdoc.sty, see https://bugs.gentoo.org/928305
+DEPEND="dev-texlive/texlive-latexextra"
+
PATCHES=(
"${FILESDIR}"/${PN}-3.67-fgets.patch
"${FILESDIR}"/${PN}-3.67-fix-return-with-no-value.patch
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/
@ 2024-07-06 10:34 Florian Schmaus
0 siblings, 0 replies; 5+ messages in thread
From: Florian Schmaus @ 2024-07-06 10:34 UTC (permalink / raw
To: gentoo-commits
commit: e51e433fb53b6525ff8d7d0c2f791d30a7559325
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 6 10:33:51 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Jul 6 10:33:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51e433f
dev-tex/lgrind: fix ebuild variable order
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/lgrind/lgrind-3.67-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/lgrind/lgrind-3.67-r4.ebuild b/dev-tex/lgrind/lgrind-3.67-r4.ebuild
index e6dd54f267f3..3c28480e5a9a 100644
--- a/dev-tex/lgrind/lgrind-3.67-r4.ebuild
+++ b/dev-tex/lgrind/lgrind-3.67-r4.ebuild
@@ -13,11 +13,11 @@ SRC_URI="
https://salsa.debian.org/debian/lgrind/-/raw/dbf049621a61720c8350c37659cf6537ac3893a9/debian/patches/texlive-2020.patch
-> lgrind-3.67-fix-begin-document.patch
"
+S="${WORKDIR}/${PN}"
LICENSE="BSD LGrind-Jacobson"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
-S="${WORKDIR}/${PN}"
IUSE="examples"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/
@ 2019-11-09 20:52 Aaron Bauman
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-11-09 20:52 UTC (permalink / raw
To: gentoo-commits
commit: ef84a98b9675b991b28fc33f9e4f5b39746cab01
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 9 20:52:07 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 9 20:52:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef84a98b
dev-tex/lgrind: bump EAPI and stuff
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-tex/lgrind/lgrind-3.67-r3.ebuild | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/dev-tex/lgrind/lgrind-3.67-r3.ebuild b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
index 7c92be12ec1..bf0507cc896 100644
--- a/dev-tex/lgrind/lgrind-3.67-r3.ebuild
+++ b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=0
+EAPI=7
-inherit latex-package toolchain-funcs eutils
+inherit latex-package toolchain-funcs
DESCRIPTION="A pretty printer for various programming languages with tex output."
SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tgz"
@@ -15,12 +15,12 @@ IUSE="examples"
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
- echo 'CFLAGS+=-DDEFSFILE=\"$(DEFSFILE)\" -DVERSION=\"$(VERSION)\"' > source/Makefile
- echo 'lgrind: lgrind.o lgrindef.o regexp.o' >> source/Makefile
- epatch "${FILESDIR}/${P}-fgets.patch"
+PATCHES=( "${FILESDIR}/${P}-fgets.patch" )
+
+src_prepare() {
+ echo 'CFLAGS+=-DDEFSFILE=\"$(DEFSFILE)\" -DVERSION=\"$(VERSION)\"' > source/Makefile || die "Fixing Makefile failed"
+ echo 'lgrind: lgrind.o lgrindef.o regexp.o' >> source/Makefile || die "Fixing Makefile failed"
+ default
}
src_compile() {
@@ -28,7 +28,7 @@ src_compile() {
latex-package_src_compile
cd "${S}"/source
- emake DEFSFILE="/usr/share/texmf/tex/latex/${PN}/lgrindef" VERSION="${PV}" || die
+ emake DEFSFILE="/usr/share/texmf/tex/latex/${PN}/lgrindef" VERSION="${PV}"
}
src_install() {
@@ -42,10 +42,12 @@ src_install() {
# and finally, the documentation
dodoc FAQ README
+
if use examples ; then
docinto examples
dodoc example/*
fi
+
cd "${S}"/source
doman lgrind.1 lgrindef.5
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/
@ 2017-10-18 19:26 Jonas Stein
0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2017-10-18 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 3a7fdba73e9421f626f1e277b76a54c5b4e2f3e7
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 18 19:25:24 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Oct 18 19:26:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a7fdba7
dev-tex/lgrind: QA fix shortened description
The description must be <=80 char.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
dev-tex/lgrind/lgrind-3.67-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tex/lgrind/lgrind-3.67-r3.ebuild b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
index 6b1dfd0e374..d5d981cee31 100644
--- a/dev-tex/lgrind/lgrind-3.67-r3.ebuild
+++ b/dev-tex/lgrind/lgrind-3.67-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit latex-package toolchain-funcs eutils
-DESCRIPTION="A source pretty printer for LaTeX - styles to stylise your source and code examples"
+DESCRIPTION="A pretty printer for various programming languages with tex output."
SRC_URI="mirror://gentoo/${PN}.tar.gz"
LICENSE="BSD LGrind-Jacobson"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-07-06 10:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-23 19:49 [gentoo-commits] repo/gentoo:master commit in: dev-tex/lgrind/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2024-07-06 10:41 Florian Schmaus
2024-07-06 10:34 Florian Schmaus
2019-11-09 20:52 Aaron Bauman
2017-10-18 19:26 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox