public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/style-check: ChangeLog style-check-0.13.ebuild
@ 2011-08-22 10:45 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2011-08-22 10:45 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/08/22 10:45:02

  Modified:             ChangeLog
  Added:                style-check-0.13.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-tex/style-check/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/style-check/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/style-check/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/style-check/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/style-check/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	7 Aug 2010 13:28:35 -0000	1.11
+++ ChangeLog	22 Aug 2011 10:45:02 -0000	1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-tex/style-check
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/style-check/ChangeLog,v 1.11 2010/08/07 13:28:35 graaff Exp $
+# 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 $
+
+*style-check-0.13 (22 Aug 2011)
+
+  22 Aug 2011; Tim Harder <radhermit@gentoo.org> +style-check-0.13.ebuild,
+  +files/style-check-0.13-fix-msg.patch:
+  Version bump.
 
   07 Aug 2010; Hans de Graaff <graaff@gentoo.org> style-check-0.7.ebuild,
   style-check-0.12.ebuild:



1.1                  dev-tex/style-check/style-check-0.13.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/style-check/style-check-0.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/style-check/style-check-0.13.ebuild?rev=1.1&content-type=text/plain

Index: style-check-0.13.ebuild
===================================================================
# 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 $

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"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
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
	dohtml README.html
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-08-22 10:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 10:45 [gentoo-commits] gentoo-x86 commit in dev-tex/style-check: ChangeLog style-check-0.13.ebuild Tim Harder (radhermit)

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