summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-14 05:31:20 +0000
committerMark Wright <gienah@gentoo.org>2014-12-14 05:31:20 +0000
commit1f0bfb6109750ac5173f951c9713dba241c30647 (patch)
treee88b37b126ffeb74478e48aae29d7c6dd60bbb4c /dev-haskell/pcre-light
parentBump path-pieces to 0.1.4 (diff)
downloadgentoo-2-1f0bfb6109750ac5173f951c9713dba241c30647.tar.gz
gentoo-2-1f0bfb6109750ac5173f951c9713dba241c30647.tar.bz2
gentoo-2-1f0bfb6109750ac5173f951c9713dba241c30647.zip
Bump pcre-light to 0.4.0.3
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/pcre-light')
-rw-r--r--dev-haskell/pcre-light/ChangeLog8
-rw-r--r--dev-haskell/pcre-light/pcre-light-0.4.0.3.ebuild (renamed from dev-haskell/pcre-light/pcre-light-0.4.ebuild)20
2 files changed, 18 insertions, 10 deletions
diff --git a/dev-haskell/pcre-light/ChangeLog b/dev-haskell/pcre-light/ChangeLog
index 4067547e58b6..ac1254d1e28d 100644
--- a/dev-haskell/pcre-light/ChangeLog
+++ b/dev-haskell/pcre-light/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/pcre-light
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/ChangeLog,v 1.8 2014/07/25 08:58:43 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/ChangeLog,v 1.9 2014/12/14 05:31:20 gienah Exp $
+
+*pcre-light-0.4.0.3 (14 Dec 2014)
+
+ 14 Dec 2014; Mark Wright <gienah@gentoo.org> +pcre-light-0.4.0.3.ebuild,
+ -pcre-light-0.4.ebuild:
+ Bump pcre-light to 0.4.0.3
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
Drop redundant '<maintainer>' field, leave only '<herd>'.
diff --git a/dev-haskell/pcre-light/pcre-light-0.4.ebuild b/dev-haskell/pcre-light/pcre-light-0.4.0.3.ebuild
index 42ceed186460..ba921ed5b138 100644
--- a/dev-haskell/pcre-light/pcre-light-0.4.ebuild
+++ b/dev-haskell/pcre-light/pcre-light-0.4.0.3.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/pcre-light-0.4.ebuild,v 1.3 2013/07/21 17:21:57 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/pcre-light-0.4.0.3.ebuild,v 1.1 2014/12/14 05:31:20 gienah Exp $
-# ebuild generated by hackport 0.2.13
+EAPI=5
-EAPI="3"
+# ebuild generated by hackport 0.4.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A small, efficient and portable regex library for Perl 5 compatible regular expressions"
-HOMEPAGE="http://code.haskell.org/~dons/code/pcre-light"
+HOMEPAGE="https://github.com/Daniel-Diaz/pcre-light"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE=""
-RDEPEND=">=dev-lang/ghc-6.8.2
- dev-libs/libpcre"
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+ dev-libs/libpcre
+"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2.0"
+ >=dev-haskell/cabal-1.2.0
+"