public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/rail/
@ 2019-03-25 20:13 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2019-03-25 20:13 UTC (permalink / raw
  To: gentoo-commits

commit:     1601fc818501e8e9ae4a410466bc60bb63819e6c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 20:09:31 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 20:10:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1601fc81

dev-tex/rail: Fix LICENSE, fix QA issues.

Update ebuild to EAPI 7.
Change LICENSE to public domain.
Fix dependencies.
Respect CC, CFLAGS, and LDFLAGS.
Build and install documentation properly.

Closes: https://bugs.gentoo.org/87542
Closes: https://bugs.gentoo.org/453148
Closes: https://bugs.gentoo.org/625904
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/rail/rail-1.2_p1-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
 dev-tex/rail/rail-1.2_p1.ebuild    | 36 ------------------------------------
 2 files changed, 35 insertions(+), 36 deletions(-)

diff --git a/dev-tex/rail/rail-1.2_p1-r1.ebuild b/dev-tex/rail/rail-1.2_p1-r1.ebuild
new file mode 100644
index 00000000000..eb33e29088b
--- /dev/null
+++ b/dev-tex/rail/rail-1.2_p1-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package toolchain-funcs
+
+DESCRIPTION="Offers syntax/railroad diagrams"
+HOMEPAGE="http://www.ctan.org/tex-archive/support/rail/"
+SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-arch/unzip
+	sys-devel/bison
+	sys-devel/flex"
+
+S="${WORKDIR}/${PN}"
+
+src_compile() {
+	emake -j1 \
+		CC="$(tc-getCC)" \
+		CFLAGS="-DYYDEBUG ${CFLAGS} ${LDFLAGS}" \
+		rail rail.dvi
+}
+
+src_install() {
+	local LATEX_PACKAGE_SKIP="try.tex"
+
+	latex-package_src_doinstall sty doc
+	dobin rail
+	newman rail.man rail.1
+}

diff --git a/dev-tex/rail/rail-1.2_p1.ebuild b/dev-tex/rail/rail-1.2_p1.ebuild
deleted file mode 100644
index a46c1e07fe0..00000000000
--- a/dev-tex/rail/rail-1.2_p1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit latex-package
-
-DESCRIPTION="Offers syntax/railroad diagrams"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/rail/"
-SRC_URI="http://mirror.ctan.org/support/${PN}.zip
-	-> ${P}.zip"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-RDEPEND="app-text/texlive"
-DEPEND="${RDEPEND}
-	app-arch/unzip
-	sys-devel/bison
-	sys-devel/flex"
-
-S=${WORKDIR}/${PN}
-
-src_compile() {
-	emake -j 1 || die "make failed"
-}
-
-src_install() {
-	latex-package_src_doinstall sty doc
-
-	dobin rail || die "Installing the rail tool failed"
-
-	newman rail.man rail.1 || die "Installing the manpage failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/rail/
@ 2024-10-30 18:31 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2024-10-30 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     afc54ccfdc53c9f6a2495001efc34d46d0ff873b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 14:03:28 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 18:31:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc54ccf

dev-tex/rail: add ctan upstream metadata

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/rail/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-tex/rail/metadata.xml b/dev-tex/rail/metadata.xml
index edfe97231997..5a6857c75d43 100644
--- a/dev-tex/rail/metadata.xml
+++ b/dev-tex/rail/metadata.xml
@@ -5,4 +5,7 @@
 	<email>tex@gentoo.org</email>
 	<name>Gentoo TeX Project</name>
 </maintainer>
+<upstream>
+	<remote-id type="ctan">rail</remote-id>
+</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-tex/rail/
@ 2024-10-30 18:31 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2024-10-30 18:31 UTC (permalink / raw
  To: gentoo-commits

commit:     a7dd58d2c3949401966c556b7f775fc660783e0d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 14:03:38 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 30 18:31:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7dd58d2

dev-tex/rail: update HOMEPAGE, SRC_URI

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/rail/rail-1.2_p1-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-tex/rail/rail-1.2_p1-r1.ebuild b/dev-tex/rail/rail-1.2_p1-r1.ebuild
index 9b89d5949658..cdd49433d9ca 100644
--- a/dev-tex/rail/rail-1.2_p1-r1.ebuild
+++ b/dev-tex/rail/rail-1.2_p1-r1.ebuild
@@ -6,8 +6,9 @@ EAPI=7
 inherit latex-package toolchain-funcs
 
 DESCRIPTION="Offers syntax/railroad diagrams"
-HOMEPAGE="http://www.ctan.org/tex-archive/support/rail/"
-SRC_URI="http://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
+HOMEPAGE="https://www.ctan.org/tex-archive/support/rail/"
+SRC_URI="https://mirror.ctan.org/support/${PN}.zip -> ${P}.zip"
+S="${WORKDIR}/${PN}"
 
 LICENSE="public-domain"
 SLOT="0"
@@ -17,8 +18,6 @@ BDEPEND="app-arch/unzip
 	app-alternatives/yacc
 	app-alternatives/lex"
 
-S="${WORKDIR}/${PN}"
-
 src_compile() {
 	emake -j1 \
 		CC="$(tc-getCC)" \


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

end of thread, other threads:[~2024-10-30 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-25 20:13 [gentoo-commits] repo/gentoo:master commit in: dev-tex/rail/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 18:31 Ulrich Müller
2024-10-30 18:31 Ulrich Müller

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