slyfox      15/08/01 16:20:18

  Modified:             ChangeLog
  Added:                lhs2tex-1.19.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.33                 dev-haskell/lhs2tex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog   14 Dec 2014 09:33:43 -0000      1.32
+++ ChangeLog   1 Aug 2015 16:20:18 -0000       1.33
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/lhs2tex
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.32 
2014/12/14 09:33:43 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.33 
2015/08/01 16:20:18 slyfox Exp $
+
+*lhs2tex-1.19 (01 Aug 2015)
+
+  01 Aug 2015; Sergei Trofimovich <[email protected]> +lhs2tex-1.19.ebuild:
+  Version bump.
 
 *lhs2tex-1.18.1-r1 (14 Dec 2014)
 



1.1                  dev-haskell/lhs2tex/lhs2tex-1.19.ebuild

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

Index: lhs2tex-1.19.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.19.ebuild,v 
1.1 2015/08/01 16:20:18 slyfox Exp $

EAPI=5

CABAL_FEATURES="bin"
inherit base haskell-cabal

DESCRIPTION="Preprocessor for typesetting Haskell sources with LaTeX"
HOMEPAGE="http://www.andres-loeh.de/lhs2tex/";
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

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

# dev-texlive/texlive-mathextra contains 'stmaryrd' font used
# for guide generation
RDEPEND=">=dev-tex/polytable-0.8.2
        dev-texlive/texlive-mathextra"

DEPEND="${RDEPEND}
                >=dev-haskell/cabal-1.10
                dev-haskell/mtl
                dev-haskell/regex-compat
                >=dev-lang/ghc-6.12.1"

# Setup.hs uses 'Text.Regex' available in both 'r-c' and 'r-c-tdfa'
HCFLAGS+=" -ignore-package=regex-compat-tdfa"

# datadir is /usr/share/${PN}/${GHC_VER} so mandir is ${DATADIR}/../../man
PATCHES=("${FILESDIR}/${PN}-1.18.1-mandir.patch")




Reply via email to