gienah      14/12/14 09:33:43

  Modified:             ChangeLog
  Added:                lhs2tex-1.18.1-r1.ebuild
  Removed:              lhs2tex-1.17.ebuild
  Log:
  Thanks to Vikraman Choudhury <[email protected]> for this fix: 
dev-haskell/lhs2tex: Fix man page install location
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
618E971F)

Revision  Changes    Path
1.32                 dev-haskell/lhs2tex/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   25 Nov 2012 06:06:18 -0000      1.31
+++ ChangeLog   14 Dec 2014 09:33:43 -0000      1.32
@@ -1,6 +1,14 @@
 # ChangeLog for dev-haskell/lhs2tex
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/ChangeLog,v 1.31 
2012/11/25 06:06:18 gienah Exp $
+# 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 $
+
+*lhs2tex-1.18.1-r1 (14 Dec 2014)
+
+  14 Dec 2014; Mark Wright <[email protected]>
+  +files/lhs2tex-1.18.1-mandir.patch, +lhs2tex-1.18.1-r1.ebuild,
+  -lhs2tex-1.17.ebuild:
+  Thanks to Vikraman Choudhury <[email protected]> for this fix: dev-
+  haskell/lhs2tex: Fix man page install location
 
 *lhs2tex-1.18.1 (25 Nov 2012)
 



1.1                  dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild

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

Index: lhs2tex-1.18.1-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-haskell/lhs2tex/lhs2tex-1.18.1-r1.ebuild,v 1.1 
2014/12/14 09:33:43 gienah 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