summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-09-05 06:01:58 +0000
committerTim Harder <radhermit@gentoo.org>2011-09-05 06:01:58 +0000
commit75367f8a02818f2864f661444014788d42bfd27c (patch)
treef91f2cd2355f37bb9d9f99bcd599ffc9da3eb9f8 /dev-tex/style-check
parentversion bump (diff)
downloadgentoo-2-75367f8a02818f2864f661444014788d42bfd27c.tar.gz
gentoo-2-75367f8a02818f2864f661444014788d42bfd27c.tar.bz2
gentoo-2-75367f8a02818f2864f661444014788d42bfd27c.zip
Version bump and remove old.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex/style-check')
-rw-r--r--dev-tex/style-check/ChangeLog8
-rw-r--r--dev-tex/style-check/files/style-check-0.13-fix-msg.patch11
-rw-r--r--dev-tex/style-check/style-check-0.14.ebuild (renamed from dev-tex/style-check/style-check-0.13.ebuild)8
3 files changed, 8 insertions, 19 deletions
diff --git a/dev-tex/style-check/ChangeLog b/dev-tex/style-check/ChangeLog
index 86584506f350..c4bef4296554 100644
--- a/dev-tex/style-check/ChangeLog
+++ b/dev-tex/style-check/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-tex/style-check
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/ChangeLog,v 1.12 2011/08/22 10:45:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/ChangeLog,v 1.13 2011/09/05 06:01:58 radhermit Exp $
+
+*style-check-0.14 (05 Sep 2011)
+
+ 05 Sep 2011; Tim Harder <radhermit@gentoo.org> -style-check-0.13.ebuild,
+ -files/style-check-0.13-fix-msg.patch, +style-check-0.14.ebuild:
+ Version bump and remove old.
*style-check-0.13 (22 Aug 2011)
diff --git a/dev-tex/style-check/files/style-check-0.13-fix-msg.patch b/dev-tex/style-check/files/style-check-0.13-fix-msg.patch
deleted file mode 100644
index cfb09225cc07..000000000000
--- a/dev-tex/style-check/files/style-check-0.13-fix-msg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- style-check-0.13/style-check.rb.orig
-+++ style-check-0.13/style-check.rb
-@@ -124,7 +124,7 @@
- PreCensored_phrases[
- Regexp.new(/(table|figure|section)~\\ref/) ] = "Table, Figure, and Section refs should be capitalized"
- PreCensored_phrases[
-- Regexp.new(/\\url\{(?!http|ftp|rtsp|mailto)/) ] = "~\url{} should start with http:// (or ftp or rtsp or maybe mailto)."
-+ Regexp.new(/\\url\{(?!http|ftp|rtsp|mailto)/) ] = "~\\url{} should start with http:// (or ftp or rtsp or maybe mailto)."
-
- PctCensored_phrases[
- Regexp.new(/[0-9]%/) ] = "a percent following a number is rarely an intended comment."
diff --git a/dev-tex/style-check/style-check-0.13.ebuild b/dev-tex/style-check/style-check-0.14.ebuild
index 728d9531489d..3ff4adfbda6e 100644
--- a/dev-tex/style-check/style-check-0.13.ebuild
+++ b/dev-tex/style-check/style-check-0.14.ebuild
@@ -1,11 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.13.ebuild,v 1.1 2011/08/22 10:45:02 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/style-check-0.14.ebuild,v 1.1 2011/09/05 06:01:58 radhermit Exp $
EAPI=4
-inherit eutils
-
DESCRIPTION="Parses latex-formatted text in search of forbidden phrases"
HOMEPAGE="http://www.cs.umd.edu/~nspring/software/style-check-readme.html"
SRC_URI="http://www.cs.umd.edu/~nspring/software/${P}.tar.gz"
@@ -18,10 +16,6 @@ IUSE="test"
RDEPEND="dev-lang/ruby"
DEPEND="test? ( dev-lang/ruby )"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-fix-msg.patch
-}
-
src_install() {
dodir /etc/style-check.d
emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install