public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/texmath: texmath-0.6.4.ebuild ChangeLog
@ 2013-09-13  6:34 Mark Wright (gienah)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright (gienah) @ 2013-09-13  6:34 UTC (permalink / raw
  To: gentoo-commits

gienah      13/09/13 06:34:38

  Modified:             ChangeLog
  Added:                texmath-0.6.4.ebuild
  Log:
  Bump texmath to 0.6.4
  
  (Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.10                 dev-haskell/texmath/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	22 Jun 2013 22:27:10 -0000	1.9
+++ ChangeLog	13 Sep 2013 06:34:38 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/texmath
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.9 2013/06/22 22:27:10 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.10 2013/09/13 06:34:38 gienah Exp $
+
+*texmath-0.6.4 (13 Sep 2013)
+
+  13 Sep 2013; Mark Wright <gienah@gentoo.org> +texmath-0.6.4.ebuild:
+  Bump texmath to 0.6.4
 
 *texmath-0.6.1.5 (22 Jun 2013)
 



1.1                  dev-haskell/texmath/texmath-0.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild?rev=1.1&content-type=text/plain

Index: texmath-0.6.4.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild,v 1.1 2013/09/13 06:34:38 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.3.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Conversion of LaTeX math formulas to MathML or OMML."
HOMEPAGE="http://github.com/jgm/texmath"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="cgi test"

RDEPEND="dev-haskell/pandoc-types:=[profile?]
	>=dev-haskell/parsec-3:=[profile?]
	dev-haskell/syb:=[profile?]
	dev-haskell/xml:=[profile?]
	>=dev-lang/ghc-6.10.4:=
	cgi? ( dev-haskell/cgi:=[profile?]
		dev-haskell/json:=[profile?]
		dev-haskell/utf8-string:=[profile?] )
"
DEPEND="${RDEPEND}
	>=dev-haskell/cabal-1.6.0.3
"

src_configure() {
	haskell-cabal_src_configure \
		$(cabal_flag cgi cgi) \
		$(cabal_flag test test)
}

src_install() {
	cabal_src_install

	# remove test and it's data
	rm -f  "${ED}/usr/bin/texmath" 2> /dev/null
	rm -rf "${ED}/usr/share/${P}"/ghc-*/tests 2> /dev/null
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/texmath: texmath-0.6.4.ebuild ChangeLog
@ 2013-11-24 19:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-24 19:33 UTC (permalink / raw
  To: gentoo-commits

ago         13/11/24 19:33:55

  Modified:             texmath-0.6.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #488750
  
  (Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/texmath/texmath-0.6.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild?r1=1.2&r2=1.3

Index: texmath-0.6.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- texmath-0.6.4.ebuild	5 Nov 2013 11:53:56 -0000	1.2
+++ texmath-0.6.4.ebuild	24 Nov 2013 19:33:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild,v 1.2 2013/11/05 11:53:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/texmath-0.6.4.ebuild,v 1.3 2013/11/24 19:33:55 ago Exp $
 
 EAPI=5
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cgi test"
 
 RDEPEND="dev-haskell/pandoc-types:=[profile?]



1.12                 dev-haskell/texmath/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	5 Nov 2013 11:53:56 -0000	1.11
+++ ChangeLog	24 Nov 2013 19:33:55 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/texmath
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.11 2013/11/05 11:53:56 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/texmath/ChangeLog,v 1.12 2013/11/24 19:33:55 ago Exp $
+
+  24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> texmath-0.6.4.ebuild:
+  Stable for x86, wrt bug #488750
 
   05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> texmath-0.6.4.ebuild:
   Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El





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

end of thread, other threads:[~2013-11-24 19:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-24 19:33 [gentoo-commits] gentoo-x86 commit in dev-haskell/texmath: texmath-0.6.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-13  6:34 Mark Wright (gienah)

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