public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.9.4.1-r2.ebuild ChangeLog pandoc-1.9.4.1-r1.ebuild
@ 2012-07-02 17:27 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; only message in thread
From: Sergei Trofimovich (slyfox) @ 2012-07-02 17:27 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/07/02 17:27:43

  Modified:             ChangeLog
  Added:                pandoc-1.9.4.1-r2.ebuild
  Removed:              pandoc-1.9.4.1-r1.ebuild
  Log:
  Really fix encoding issue (missing 'inherit base' led to unpatched sources). Once again thanks to Nikolaj Sjujskij.
  
  (Portage version: 2.2.0_alpha110_p5/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-text/pandoc/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	24 Jun 2012 11:38:18 -0000	1.8
+++ ChangeLog	2 Jul 2012 17:27:43 -0000	1.9
@@ -1,6 +1,13 @@
 # ChangeLog for app-text/pandoc
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.8 2012/06/24 11:38:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.9 2012/07/02 17:27:43 slyfox Exp $
+
+*pandoc-1.9.4.1-r2 (02 Jul 2012)
+
+  02 Jul 2012; Sergei Trofimovich <slyfox@gentoo.org> +pandoc-1.9.4.1-r2.ebuild,
+  -pandoc-1.9.4.1-r1.ebuild:
+  Really fix encoding issue (missing 'inherit base' led to unpatched sources).
+  Once again thanks to Nikolaj Sjujskij.
 
 *pandoc-1.9.4.1-r1 (24 Jun 2012)
 



1.1                  app-text/pandoc/pandoc-1.9.4.1-r2.ebuild

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

Index: pandoc-1.9.4.1-r2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild,v 1.1 2012/07/02 17:27:43 slyfox Exp $

EAPI=4

# ebuild generated by hackport 0.2.18

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit base 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="test"
RESTRICT="test" # missing files in tarball

RDEPEND="=dev-haskell/base64-bytestring-0.1*[profile?]
		=dev-haskell/blaze-html-0.5*[profile?]
		>=dev-haskell/citeproc-hs-0.3.4[profile?]
		<dev-haskell/citeproc-hs-0.4[profile?]
		>=dev-haskell/highlighting-kate-0.5.1[profile?]
		<dev-haskell/highlighting-kate-0.6[profile?]
		>=dev-haskell/http-4000.0.5[profile?]
		<dev-haskell/http-4000.3[profile?]
		>=dev-haskell/json-0.4[profile?]
		<dev-haskell/json-0.6[profile?]
		>=dev-haskell/mtl-1.1[profile?]
		<dev-haskell/mtl-2.2[profile?]
		>=dev-haskell/network-2[profile?]
		<dev-haskell/network-2.4[profile?]
		>=dev-haskell/pandoc-types-1.9.0.2[profile?]
		<dev-haskell/pandoc-types-1.10[profile?]
		=dev-haskell/parsec-3.1*[profile?]
		>=dev-haskell/random-1[profile?]
		<dev-haskell/random-1.1[profile?]
		>=dev-haskell/syb-0.1[profile?]
		<dev-haskell/syb-0.4[profile?]
		>=dev-haskell/tagsoup-0.12.5[profile?]
		<dev-haskell/tagsoup-0.13[profile?]
		=dev-haskell/temporary-1.1*[profile?]
		>=dev-haskell/texmath-0.6.0.2[profile?]
		<dev-haskell/texmath-0.7[profile?]
		>=dev-haskell/time-1.2[profile?]
		<dev-haskell/time-1.5[profile?]
		=dev-haskell/utf8-string-0.3*[profile?]
		>=dev-haskell/xml-1.3.12[profile?]
		<dev-haskell/xml-1.4[profile?]
		>=dev-haskell/zip-archive-0.1.1.7[profile?]
		<dev-haskell/zip-archive-0.2[profile?]
		=dev-haskell/zlib-0.5*[profile?]
		>=dev-lang/ghc-6.10.1"
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.10
		test? ( dev-haskell/ansi-terminal[profile?]
			dev-haskell/diff[profile?]
			dev-haskell/hunit[profile?]
			dev-haskell/quickcheck:2[profile?]
			dev-haskell/test-framework-hunit[profile?]
			dev-haskell/test-framework-quickcheck2[profile?]
			dev-haskell/test-framework[profile?]
		)"

PATCHES=("${FILESDIR}/${PN}-1.9.4.1-ghc-7.5.patch"
	"${FILESDIR}/${PN}-1.9.4.1-file-enc.patch"
	)

src_configure() {
	cabal_src_configure \
		$(cabal_flag test tests)
}

src_install() {
	cabal_src_install

	doman "${S}/man/man1/${PN}.1"

	# 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:[~2012-07-02 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 17:27 [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.9.4.1-r2.ebuild ChangeLog pandoc-1.9.4.1-r1.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