public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/mathtex: metadata.xml ChangeLog mathtex-1.04.ebuild
@ 2011-05-24 15:19 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2011-05-24 15:19 UTC (permalink / raw
  To: gentoo-commits

pva         11/05/24 15:19:11

  Modified:             metadata.xml ChangeLog
  Added:                mathtex-1.04.ebuild
  Log:
  Version bump. Add support to generate png images by default, bug #368471 thank Alexander Sulfrian for report.
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/mathtex/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	21 Dec 2009 20:34:57 -0000	1.1
+++ metadata.xml	24 May 2011 15:19:11 -0000	1.2
@@ -6,6 +6,9 @@
 	<email>pva@gentoo.org</email>
 	<name>Peter Volkov</name>
 </maintainer>
+<use>
+<flag name='png'>Generate png images by default instead of gif</flag>
+</use>
 <longdescription>
  MathTeX parses a LaTeX math expression and immediately emits the corresponding
  gif (or png) image.  It can be used as cgi program to embed LaTeX math in your



1.2                  app-text/mathtex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	21 Dec 2009 20:34:57 -0000	1.1
+++ ChangeLog	24 May 2011 15:19:11 -0000	1.2
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/mathtex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.1 2009/12/21 20:34:57 pva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.2 2011/05/24 15:19:11 pva Exp $
+
+*mathtex-1.04 (24 May 2011)
+
+  24 May 2011; Peter Volkov <pva@gentoo.org> +mathtex-1.04.ebuild,
+  metadata.xml:
+  Version bump. Add support to generate png images by default, bug #368471
+  thank Alexander Sulfrian for report.
 
 *mathtex-1.03 (21 Dec 2009)
 



1.1                  app-text/mathtex/mathtex-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild?rev=1.1&content-type=text/plain

Index: mathtex-1.04.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild,v 1.1 2011/05/24 15:19:11 pva Exp $

EAPI="4"

inherit toolchain-funcs

DESCRIPTION="MathTeX lets you easily embed LaTeX math in your own html pages, blogs, wikis, etc"
HOMEPAGE="http://www.forkosh.com/mathtex.html"
SRC_URI="mirror://gentoo/${P}.zip"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="png"

RDEPEND="app-text/dvipng
	virtual/latex-base"
DEPEND=""

S=${WORKDIR}

einfo_run_command() {
	einfo "${@}"
	${@} || die
}

src_compile() {
	einfo_run_command $(tc-getCC) \
		${CFLAGS} ${LDFLAGS} \
		-DLATEX=\"/usr/bin/latex\" \
		-DDVIPNG=\"/usr/bin/dvipng\" \
		$(use png && echo "-DPNG") \
		 mathtex.c -o mathtex
}

src_install() {
	dobin mathtex
	dodoc README
	dohtml mathtex.html
}

pkg_postinst() {
	elog "To use mathtex in your web-pages, just link /usr/bin/mathtex"
	elog "to your cgi-bin subdirectory!"
}






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

* [gentoo-commits] gentoo-x86 commit in app-text/mathtex: metadata.xml ChangeLog mathtex-1.04.ebuild
@ 2013-07-10  9:57 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 2+ messages in thread
From: Manuel Rueger (mrueg) @ 2013-07-10  9:57 UTC (permalink / raw
  To: gentoo-commits

mrueg       13/07/10 09:57:10

  Modified:             metadata.xml ChangeLog mathtex-1.04.ebuild
  Log:
  Taking maintainership
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.5                  app-text/mathtex/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/metadata.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/metadata.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/metadata.xml?r1=1.4&r2=1.5

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/metadata.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- metadata.xml	16 Feb 2013 12:28:36 -0000	1.4
+++ metadata.xml	10 Jul 2013 09:57:10 -0000	1.5
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer>
-	<email>maintainer-needed@gentoo.org</email>
-</maintainer>
-<use>
-<flag name='png'>Generate png images by default instead of gif</flag>
-</use>
-<longdescription>
- MathTeX parses a LaTeX math expression and immediately emits the corresponding
- gif (or png) image.  It can be used as cgi program to embed LaTeX math in your
- own html pages, blogs, wikis, etc. Just place an html img tag in your
- document wherever you want to see the corresponding LaTeX expression. Take a
- look at homepage for examples.
-</longdescription>
+	<maintainer>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+	<use>
+		<flag name='png'>Generate png images by default instead of gif</flag>
+	</use>
+	<longdescription>MathTeX parses a LaTeX math expression and immediately emits 
+	the corresponding gif (or png) image.  It can be used as cgi program to embed
+	LaTeX math in your own html pages, blogs, wikis, etc. Just place an html img
+	tag in your document wherever you want to see the corresponding LaTeX
+	expression. Take a look at homepage for examples.
+	</longdescription>
 </pkgmetadata>



1.6                  app-text/mathtex/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	16 Feb 2013 12:28:36 -0000	1.5
+++ ChangeLog	10 Jul 2013 09:57:10 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/mathtex
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.5 2013/02/16 12:28:36 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.6 2013/07/10 09:57:10 mrueg Exp $
+
+  10 Jul 2013; Manuel Rüger <mrueg@gentoo.org> metadata.xml:
+  Taking maintainership
 
   16 Feb 2013; Pacho Ramos <pacho@gentoo.org> -mathtex-1.03.ebuild,
   metadata.xml:



1.4                  app-text/mathtex/mathtex-1.04.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild?r1=1.3&r2=1.4

Index: mathtex-1.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mathtex-1.04.ebuild	24 Aug 2011 19:49:56 -0000	1.3
+++ mathtex-1.04.ebuild	10 Jul 2013 09:57:10 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild,v 1.3 2011/08/24 19:49:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.04.ebuild,v 1.4 2013/07/10 09:57:10 mrueg Exp $
 
-EAPI="4"
+EAPI=5
 
 inherit toolchain-funcs
 





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

end of thread, other threads:[~2013-07-10  9:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10  9:57 [gentoo-commits] gentoo-x86 commit in app-text/mathtex: metadata.xml ChangeLog mathtex-1.04.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2011-05-24 15:19 Peter Volkov (pva)

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