diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-07-26 07:23:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-07-26 07:23:41 +0000 |
commit | f21417cff6a5e7cc86d6cd1baaf5ef7fa4b24819 (patch) | |
tree | d6e231b30bfc7b6d2372cacd68a741025ab1e40b /dev-haskell | |
parent | 2.2.0_alpha189 version bump. This includes all of the fixes in 2.1.13. (diff) | |
download | gentoo-2-f21417cff6a5e7cc86d6cd1baaf5ef7fa4b24819.tar.gz gentoo-2-f21417cff6a5e7cc86d6cd1baaf5ef7fa4b24819.tar.bz2 gentoo-2-f21417cff6a5e7cc86d6cd1baaf5ef7fa4b24819.zip |
Version bump.
(Portage version: 2.2.0_alpha188_p25/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/highlighting-kate/ChangeLog | 11 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild | 34 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.5.1.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.5.3.3.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.5.3.4.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.5.3.5.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.5.5.ebuild (renamed from dev-haskell/highlighting-kate/highlighting-kate-0.5.3.8.ebuild) | 2 |
8 files changed, 11 insertions, 207 deletions
diff --git a/dev-haskell/highlighting-kate/ChangeLog b/dev-haskell/highlighting-kate/ChangeLog index 9333b245f1c8..4c4a2321ef55 100644 --- a/dev-haskell/highlighting-kate/ChangeLog +++ b/dev-haskell/highlighting-kate/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-haskell/highlighting-kate # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.10 2013/06/22 22:22:41 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/ChangeLog,v 1.11 2013/07/26 07:23:41 slyfox Exp $ + +*highlighting-kate-0.5.5 (26 Jul 2013) + + 26 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> + +highlighting-kate-0.5.5.ebuild, -highlighting-kate-0.2.9-r1.ebuild, + -highlighting-kate-0.5.0.5.ebuild, -highlighting-kate-0.5.1.ebuild, + -highlighting-kate-0.5.3.3.ebuild, -highlighting-kate-0.5.3.4.ebuild, + -highlighting-kate-0.5.3.5.ebuild, -highlighting-kate-0.5.3.8.ebuild: + Version bump. *highlighting-kate-0.5.3.9 (22 Jun 2013) diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild deleted file mode 100644 index 8a206e48ec12..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.2.9-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.2.9-r1.ebuild,v 1.2 2012/09/12 14:49:13 qnikst Exp $ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="bin lib profile haddock hscolour" -inherit haskell-cabal - -DESCRIPTION="Syntax highlighting binary and library using kate syntax files" -HOMEPAGE="http://github.com/jgm/highlighting-kate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="executable" - -RDEPEND="dev-haskell/parsec - dev-haskell/regex-pcre-builtin - dev-haskell/xhtml - >=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" - -src_configure() { - cabal_src_configure $(cabal_flag executable) -} 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 deleted file mode 100644 index caac4882fe22..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.5.0.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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.2 2012/09/12 14:49:13 qnikst 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="mirror://hackage/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/highlighting-kate-0.5.1.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.1.ebuild deleted file mode 100644 index 638387736882..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.5.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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.1.ebuild,v 1.2 2012/09/12 14:49:13 qnikst Exp $ - -EAPI=4 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Syntax highlighting" -HOMEPAGE="http://github.com/jgm/highlighting-kate" -SRC_URI="mirror://hackage/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.6[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/highlighting-kate-0.5.3.3.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.3.ebuild deleted file mode 100644 index ea7047cd8957..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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.3.3.ebuild,v 1.1 2012/11/25 06:05:27 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Syntax highlighting" -HOMEPAGE="http://github.com/jgm/highlighting-kate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable pcre-light" - -RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] - <dev-haskell/blaze-html-0.6:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/parsec:=[profile?] - dev-haskell/regex-pcre-builtin:=[profile?] - pcre-light? ( dev-haskell/pcre-light:=[profile?] ) - !pcre-light? ( dev-haskell/regex-pcre-builtin:=[profile?] ) - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" - -src_configure() { - cabal_src_configure \ - $(cabal_flag executable) \ - $(cabal_flag pcre-light) -} diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.4.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.4.ebuild deleted file mode 100644 index 481b563c918d..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 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.3.4.ebuild,v 1.1 2013/01/05 04:43:47 gienah Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Syntax highlighting" -HOMEPAGE="http://github.com/jgm/highlighting-kate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable pcre-light" - -RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] - <dev-haskell/blaze-html-0.6:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/parsec:=[profile?] - dev-haskell/regex-pcre-builtin:=[profile?] - pcre-light? ( dev-haskell/pcre-light:=[profile?] ) - !pcre-light? ( dev-haskell/regex-pcre-builtin:=[profile?] ) - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10" - -src_configure() { - cabal_src_configure \ - $(cabal_flag executable) \ - $(cabal_flag pcre-light) -} diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.5.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.5.ebuild deleted file mode 100644 index 6d5218b889f7..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 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.3.5.ebuild,v 1.1 2013/02/09 19:21:10 slyfox Exp $ - -EAPI=5 - -# ebuild generated by hackport 0.3.9999 - -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Syntax highlighting" -HOMEPAGE="http://github.com/jgm/highlighting-kate" -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable pcre-light" - -RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] - <dev-haskell/blaze-html-0.6:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/parsec:=[profile?] - dev-haskell/regex-pcre-builtin:=[profile?] - pcre-light? ( dev-haskell/pcre-light:=[profile?] ) - !pcre-light? ( dev-haskell/regex-pcre-builtin:=[profile?] ) - >=dev-lang/ghc-6.10.4:=" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10" - -src_configure() { - cabal_src_configure \ - $(cabal_flag executable) \ - $(cabal_flag pcre-light) -} diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.8.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.5.5.ebuild index 74ba9bb61bb7..4f5e7f274291 100644 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.5.3.8.ebuild +++ b/dev-haskell/highlighting-kate/highlighting-kate-0.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.3.8.ebuild,v 1.1 2013/04/02 11:50:37 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/highlighting-kate/highlighting-kate-0.5.5.ebuild,v 1.1 2013/07/26 07:23:41 slyfox Exp $ EAPI=5 |