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.03.ebuild
@ 2009-12-21 20:34 Peter Volkov (pva)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Volkov (pva) @ 2009-12-21 20:34 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/21 20:34:58

  Added:                metadata.xml ChangeLog mathtex-1.03.ebuild
  Log:
  Initial import. Ebuild by me and Constantin Bergemann, bug #219138. Required for pidgintex but is useful on its own ;)
  (Portage version: 2.1.7.15/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mathtex/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mathtex/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
	<email>pva@gentoo.org</email>
	<name>Peter Volkov</name>
</maintainer>
<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.1                  app-text/mathtex/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mathtex/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mathtex/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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 $

*mathtex-1.03 (21 Dec 2009)

  21 Dec 2009; Peter Volkov <pva@gentoo.org> +mathtex-1.03.ebuild,
  +metadata.xml:
  Initial import. Ebuild by me and Constantin Bergemann, bug #219138.
  Required for pidgintex but is useful on its own ;)




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

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

Index: mathtex-1.03.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/mathtex-1.03.ebuild,v 1.1 2009/12/21 20:34:57 pva Exp $

EAPI="2"

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="http://www.forkosh.com/${P}.zip"

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

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

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

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

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

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.03.ebuild
@ 2013-02-16 12:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-02-16 12:28 UTC (permalink / raw
  To: gentoo-commits

pacho       13/02/16 12:28:36

  Modified:             metadata.xml ChangeLog
  Removed:              mathtex-1.03.ebuild
  Log:
  Cleanup due bug #96436
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

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

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	25 Sep 2011 12:01:19 -0000	1.3
+++ metadata.xml	16 Feb 2013 12:28:36 -0000	1.4
@@ -2,8 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <maintainer>
-	<email>pva@gentoo.org</email>
-	<name>Peter Volkov</name>
+	<email>maintainer-needed@gentoo.org</email>
 </maintainer>
 <use>
 <flag name='png'>Generate png images by default instead of gif</flag>



1.5                  app-text/mathtex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	24 Aug 2011 19:49:56 -0000	1.4
+++ ChangeLog	16 Feb 2013 12:28:36 -0000	1.5
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/mathtex
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mathtex/ChangeLog,v 1.4 2011/08/24 19:49:56 maekke Exp $
+# 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 $
+
+  16 Feb 2013; Pacho Ramos <pacho@gentoo.org> -mathtex-1.03.ebuild,
+  metadata.xml:
+  Cleanup due bug #96436
 
   24 Aug 2011; Markus Meier <maekke@gentoo.org> mathtex-1.04.ebuild:
   x86 stable, bug #377911
@@ -21,4 +25,3 @@
   +metadata.xml:
   Initial import. Ebuild by me and Constantin Bergemann, bug #219138.
   Required for pidgintex but is useful on its own ;)
-





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

end of thread, other threads:[~2013-02-16 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 20:34 [gentoo-commits] gentoo-x86 commit in app-text/mathtex: metadata.xml ChangeLog mathtex-1.03.ebuild Peter Volkov (pva)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-16 12:28 Pacho Ramos (pacho)

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