public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.8.1.1-r1.ebuild ChangeLog pandoc-1.8.1.1.ebuild
@ 2011-05-03 19:35 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2011-05-03 19:35 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/05/03 19:35:58

  Modified:             ChangeLog
  Added:                pandoc-1.8.1.1-r1.ebuild
  Removed:              pandoc-1.8.1.1.ebuild
  Log:
  USE flags work this time (passed to configure phase).
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-text/pandoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	25 Apr 2011 12:30:48 -0000	1.1
+++ ChangeLog	3 May 2011 19:35:58 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/pandoc
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.1 2011/04/25 12:30:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.2 2011/05/03 19:35:58 slyfox Exp $
+
+*pandoc-1.8.1.1-r1 (03 May 2011)
+
+  03 May 2011; Sergei Trofimovich <slyfox@gentoo.org> -pandoc-1.8.1.1.ebuild,
+  +pandoc-1.8.1.1-r1.ebuild:
+  USE flags work this time (passed to configure phase).
 
 *pandoc-1.8.1.1 (25 Apr 2011)
 



1.1                  app-text/pandoc/pandoc-1.8.1.1-r1.ebuild

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

Index: pandoc-1.8.1.1-r1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.8.1.1-r1.ebuild,v 1.1 2011/05/03 19:35:58 slyfox Exp $

# ebuild generated by hackport 0.2.11

EAPI="3"

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

DESCRIPTION="Conversion between markup formats"
HOMEPAGE="http://johnmacfarlane.net/pandoc"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="highlight pdf"
RESTRICT="test" # needs quickcheck-2.4 in tree

RDEPEND=">=dev-haskell/citeproc-hs-0.3.1
		=dev-haskell/dlist-0.5*
		=dev-haskell/http-4000.1*
		=dev-haskell/json-0.4*
		<dev-haskell/mtl-2.1
		=dev-haskell/network-2.3*
		=dev-haskell/pandoc-types-1.8*
		>=dev-haskell/parsec-2.1
		=dev-haskell/tagsoup-0.12*
		=dev-haskell/texmath-0.5*
		=dev-haskell/utf8-string-0.3*
		=dev-haskell/xhtml-3000.2*
		>=dev-haskell/xml-1.3.5
		>=dev-haskell/zip-archive-0.1.1.7
		>=dev-lang/ghc-6.10.1
		highlight? ( =dev-haskell/highlighting-kate-0.2.9* )
		pdf? ( virtual/latex-base )
	"

DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"

pandoc_init() {
	pandoc="${PN}"
	pdfscript="markdown2pdf"
}

installMan() {
	local prog=$1
	doman "${S}/man/man1/${prog}.1"
}

src_configure() {
	cabal_src_configure \
		$(cabal_flag highlight highlighting)
}

src_install() {
	pandoc_init
	cabal_src_install

	installMan "${pandoc}"
	use pdf && installMan "${pdfscript}"

	# COPYING is installed by the Cabal eclass
	dodoc README COPYRIGHT changelog
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-05-03 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 19:35 [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.8.1.1-r1.ebuild ChangeLog pandoc-1.8.1.1.ebuild Sergei Trofimovich (slyfox)

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