diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-02 17:27:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-07-02 17:27:43 +0000 |
commit | b357d884a2be2be57fa2cb73a1ae21d4bb8a0269 (patch) | |
tree | 4a384df517f1c6dfa678f638a78333697c464377 /app-text/pandoc | |
parent | Upstream patch for fixing "Save as..." wrt #422933 by "Vladimir". Also switch... (diff) | |
download | gentoo-2-b357d884a2be2be57fa2cb73a1ae21d4bb8a0269.tar.gz gentoo-2-b357d884a2be2be57fa2cb73a1ae21d4bb8a0269.tar.bz2 gentoo-2-b357d884a2be2be57fa2cb73a1ae21d4bb8a0269.zip |
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)
Diffstat (limited to 'app-text/pandoc')
-rw-r--r-- | app-text/pandoc/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/pandoc/pandoc-1.9.4.1-r2.ebuild (renamed from app-text/pandoc/pandoc-1.9.4.1-r1.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-text/pandoc/ChangeLog b/app-text/pandoc/ChangeLog index 450599465919..f805a62d67eb 100644 --- a/app-text/pandoc/ChangeLog +++ b/app-text/pandoc/ChangeLog @@ -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) diff --git a/app-text/pandoc/pandoc-1.9.4.1-r1.ebuild b/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild index 0073b52ef3a6..f5cd95177e40 100644 --- a/app-text/pandoc/pandoc-1.9.4.1-r1.ebuild +++ b/app-text/pandoc/pandoc-1.9.4.1-r2.ebuild @@ -1,13 +1,13 @@ # 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-r1.ebuild,v 1.1 2012/06/24 11:38:18 slyfox Exp $ +# $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 haskell-cabal +inherit base haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://johnmacfarlane.net/pandoc" |