* [gentoo-commits] repo/gentoo:master commit in: dev-tex/style-check/
@ 2017-09-06 10:53 Jonas Stein
0 siblings, 0 replies; 3+ messages in thread
From: Jonas Stein @ 2017-09-06 10:53 UTC (permalink / raw
To: gentoo-commits
commit: 25b0b42d8ecbccbefc2d6d260d145a62921b1547
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 6 10:53:40 2017 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Wed Sep 6 10:53:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b0b42d
dev-tex/style-check: Add new project HOMEPAGE
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-tex/style-check/style-check-0.14.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-tex/style-check/style-check-0.14.ebuild b/dev-tex/style-check/style-check-0.14.ebuild
index e8c9c081bc4..57b9aa826bd 100644
--- a/dev-tex/style-check/style-check-0.14.ebuild
+++ b/dev-tex/style-check/style-check-0.14.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
-DESCRIPTION="Parses latex-formatted text in search of forbidden phrases"
-HOMEPAGE="http://www.cs.umd.edu/~nspring/software/style-check-readme.html"
+DESCRIPTION="Parses LaTeX-formatted text in search of forbidden phrases"
+HOMEPAGE="http://www.cs.umd.edu/~nspring/software/style-check-readme.html https://github.com/nspring/style-check"
SRC_URI="http://www.cs.umd.edu/~nspring/software/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/style-check/
@ 2019-12-15 10:17 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-12-15 10:17 UTC (permalink / raw
To: gentoo-commits
commit: 93210d448fd19efa883163084fc11e1fcf2319c1
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 10:17:23 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 10:17:47 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93210d44
dev-tex/style-check: port to EAPI=7
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-tex/style-check/style-check-0.14.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/dev-tex/style-check/style-check-0.14.ebuild b/dev-tex/style-check/style-check-0.14.ebuild
index a4594b529b2..6fd7417f164 100644
--- a/dev-tex/style-check/style-check-0.14.ebuild
+++ b/dev-tex/style-check/style-check-0.14.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
DESCRIPTION="Parses LaTeX-formatted text in search of forbidden phrases"
HOMEPAGE="http://www.cs.umd.edu/~nspring/software/style-check-readme.html https://github.com/nspring/style-check"
@@ -11,6 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE="test"
+
RESTRICT="!test? ( test )"
RDEPEND="dev-lang/ruby"
@@ -19,5 +20,5 @@ DEPEND="test? ( dev-lang/ruby )"
src_install() {
dodir /etc/style-check.d
emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install
- dohtml README.html
+ dodoc README.html
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/style-check/
@ 2019-12-15 10:41 Mikle Kolyada
0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada @ 2019-12-15 10:41 UTC (permalink / raw
To: gentoo-commits
commit: 44aa79ff12a6dee3d64c1b22b3aa1ea81d916444
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 15 10:41:09 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 15 10:41:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44aa79ff
dev-tex/style-check: fix ruby slot
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-tex/style-check/style-check-0.14.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-tex/style-check/style-check-0.14.ebuild b/dev-tex/style-check/style-check-0.14.ebuild
index 6fd7417f164..c5b480c27b0 100644
--- a/dev-tex/style-check/style-check-0.14.ebuild
+++ b/dev-tex/style-check/style-check-0.14.ebuild
@@ -14,8 +14,8 @@ IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="dev-lang/ruby"
-DEPEND="test? ( dev-lang/ruby )"
+RDEPEND="dev-lang/ruby:*"
+DEPEND="test? ( dev-lang/ruby:* )"
src_install() {
dodir /etc/style-check.d
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-15 10:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-15 10:17 [gentoo-commits] repo/gentoo:master commit in: dev-tex/style-check/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2019-12-15 10:41 Mikle Kolyada
2017-09-06 10:53 Jonas Stein
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox