From: "Mark Wright (gienah)" <gienah@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/alex: alex-3.0.5.ebuild ChangeLog
Date: Tue, 2 Apr 2013 04:13:22 +0000 (UTC) [thread overview]
Message-ID: <20130402041322.8D5E52171F@flycatcher.gentoo.org> (raw)
gienah 13/04/02 04:13:22
Modified: ChangeLog
Added: alex-3.0.5.ebuild
Log:
Bump alex to 3.0.5
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path
1.61 dev-haskell/alex/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alex/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alex/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alex/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 12 Sep 2012 14:51:30 -0000 1.60
+++ ChangeLog 2 Apr 2013 04:13:22 -0000 1.61
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/alex
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.60 2012/09/12 14:51:30 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/ChangeLog,v 1.61 2013/04/02 04:13:22 gienah Exp $
+
+*alex-3.0.5 (02 Apr 2013)
+
+ 02 Apr 2013; Mark Wright <gienah@gentoo.org> +alex-3.0.5.ebuild:
+ Bump alex to 3.0.5
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> alex-2.3.5.ebuild,
alex-3.0.2.ebuild:
1.1 dev-haskell/alex/alex-3.0.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alex/alex-3.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/alex/alex-3.0.5.ebuild?rev=1.1&content-type=text/plain
Index: alex-3.0.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alex/alex-3.0.5.ebuild,v 1.1 2013/04/02 04:13:22 gienah Exp $
EAPI=5
# ebuild generated by hackport 0.3.2.9999
CABAL_FEATURES="bin test-suite"
inherit autotools eutils haskell-cabal
DESCRIPTION="Alex is a tool for generating lexical analysers in Haskell"
HOMEPAGE="http://www.haskell.org/alex/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.8
>=dev-haskell/quickcheck-2
>=dev-lang/ghc-6.10.4
doc? ( ~app-text/docbook-xml-dtd-4.2
app-text/docbook-xsl-stylesheets
>=dev-libs/libxslt-1.1.2 )"
src_prepare() {
cabal_chdeps \
'build-depends: process' 'build-depends: process, base'
for f in Scan Parser; do
rm "${S}/src/$f."*
mv "${S}/dist/build/alex/alex-tmp/$f.hs" "${S}"/src/
done
if use doc; then
cd "${S}/doc/"
eautoreconf || die "eautoreconf for docs failed"
fi
}
src_configure() {
haskell-cabal_src_configure
if use doc; then
cd "${S}/doc/"
econf || die "econf for docs failed"
fi
}
src_compile() {
cabal_src_compile
if use doc; then
emake -C "${S}/doc/" -j1 || die "emake for docs failed"
fi
}
src_install() {
cabal_src_install
if use doc; then
doman "${S}/doc/alex.1"
dohtml -r "${S}/doc/alex/"
fi
dodoc README
}
next reply other threads:[~2013-04-02 5:08 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 4:13 Mark Wright (gienah) [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-06-24 5:17 [gentoo-commits] gentoo-x86 commit in dev-haskell/alex: alex-3.0.5.ebuild ChangeLog Agostino Sarubbo (ago)
2013-06-25 10:23 Agostino Sarubbo (ago)
2013-06-25 11:40 Agostino Sarubbo (ago)
2013-06-25 12:52 Agostino Sarubbo (ago)
2013-06-26 2:54 Agostino Sarubbo (ago)
2013-06-26 8:48 Agostino Sarubbo (ago)
2013-06-29 16:19 Agostino Sarubbo (ago)
2013-08-02 7:12 Sergei Trofimovich (slyfox)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130402041322.8D5E52171F@flycatcher.gentoo.org \
--to=gienah@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox