summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:46:31 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-03-10 17:46:31 +0000
commit5b91083dc3aa1284afebbde719e66a995aba8dab (patch)
treec8308785894d2a46d281004ae58244cf77ec6e14
parentVersion bump. (diff)
downloadgentoo-2-5b91083dc3aa1284afebbde719e66a995aba8dab.tar.gz
gentoo-2-5b91083dc3aa1284afebbde719e66a995aba8dab.tar.bz2
gentoo-2-5b91083dc3aa1284afebbde719e66a995aba8dab.zip
Version bump.
(Portage version: 2.2.0_alpha90_p1/cvs/Linux x86_64)
-rw-r--r--dev-haskell/highlighting-kate/ChangeLog10
-rw-r--r--dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild34
-rw-r--r--dev-haskell/highlighting-kate/metadata.xml11
3 files changed, 48 insertions, 7 deletions
diff --git a/dev-haskell/highlighting-kate/ChangeLog b/dev-haskell/highlighting-kate/ChangeLog
index 73d563e4e3a3..c128eb844db4 100644
--- a/dev-haskell/highlighting-kate/ChangeLog
+++ b/dev-haskell/highlighting-kate/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/highlighting-kate
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.2 2011/05/03 19:17:20 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.3 2012/03/10 17:46:31 slyfox Exp $
+
+*highlighting-kate-0.5.0.5 (10 Mar 2012)
+
+ 10 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ +highlighting-kate-0.5.0.5.ebuild, metadata.xml:
+ Version bump.
*highlighting-kate-0.2.9-r1 (03 May 2011)
diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild
new file mode 100644
index 000000000000..59a68d3f811f
--- /dev/null
+++ b/dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild,v 1.1 2012/03/10 17:46:31 slyfox Exp $
+
+# ebuild generated by hackport 0.2.13
+
+EAPI=4
+
+CABAL_FEATURES="bin lib profile haddock hscolour hoogle"
+inherit haskell-cabal
+
+DESCRIPTION="Syntax highlighting"
+HOMEPAGE="http://github.com/jgm/highlighting-kate"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="executable pcre-light"
+
+RDEPEND=">=dev-haskell/blaze-html-0.4.2[profile?] <dev-haskell/blaze-html-0.5[profile?]
+ dev-haskell/mtl[profile?]
+ dev-haskell/parsec[profile?]
+ pcre-light? ( dev-haskell/pcre-light[profile?] )
+ !pcre-light? ( dev-haskell/regex-pcre-builtin[profile?] )
+ >=dev-lang/ghc-6.8.2"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2"
+
+src_configure() {
+ cabal_src_configure \
+ $(cabal_flag executable) \
+ $(cabal_flag pcre-light)
+}
diff --git a/dev-haskell/highlighting-kate/metadata.xml b/dev-haskell/highlighting-kate/metadata.xml
index 6b7e545fd165..2c125555ada2 100644
--- a/dev-haskell/highlighting-kate/metadata.xml
+++ b/dev-haskell/highlighting-kate/metadata.xml
@@ -7,15 +7,16 @@
</maintainer>
<longdescription>
highlighting-kate is a syntax highlighting library
- with support for over one hundred languages. The syntax
+ with support for nearly one hundred languages. The syntax
parsers are automatically generated from Kate
- syntax descriptions (http://kate-editor.org/),
+ syntax descriptions (&lt;http://kate-editor.org/&gt;),
so any syntax supported by Kate can be added.
An (optional) command-line program is provided, along
with a utility for generating new parsers from Kate
XML syntax descriptions.
</longdescription>
- <use>
- <flag name="executable">Build the Highlight executable</flag>
- </use>
+<use>
+ <flag name='executable'>Build the Highlight executable.</flag>
+ <flag name='pcre-light'>Use the pcre-light library instead of regex-pcre-builtin.</flag>
+</use>
</pkgmetadata>