From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bnfc/
Date: Sun, 3 Apr 2016 21:24:46 +0000 (UTC) [thread overview]
Message-ID: <1459718676.566d9dc099f9145510e6f5898dbc162e39d944d2.slyfox@gentoo> (raw)
commit: 566d9dc099f9145510e6f5898dbc162e39d944d2
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 3 21:23:37 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 3 21:24:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566d9dc0
dev-util/bnfc: bump up to 0.8.1
Package-Manager: portage-2.2.28
dev-util/bnfc/Manifest | 1 +
dev-util/bnfc/bnfc-2.8.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-util/bnfc/Manifest b/dev-util/bnfc/Manifest
index 256ce5f..d579288 100644
--- a/dev-util/bnfc/Manifest
+++ b/dev-util/bnfc/Manifest
@@ -1,2 +1,3 @@
DIST BNFC-2.7.1.tar.gz 208935 SHA256 d711c788c961e45d0b7ffe6b57b602eb01733be4b94c015d3c71a8f7393134d9 SHA512 ad4d779bd401d6fa5fe7cbd2dc4e3ca929f096562e1267fdede3e4a9dc8da1134f56054c206dac57131f3b90dfe8411ec89a899fe161c2941c843eb4e7ab010c WHIRLPOOL abcd91647e00585ceaddddc31144a0cc034271d08a449c710e055d1e489e0340e476e1378288b278f8523646f3d8788d1ea2dd6179c9699d58ae8b68b890e611
+DIST BNFC-2.8.1.tar.gz 225015 SHA256 2c1bea5c034483813091eea0ea5c830fdde8fedd31b1fc021ea69823b30a5920 SHA512 d5ea9b4129a4f71c2d66cda2f859a2c39be6d4400cddbd5a5303b5b408f4cf03ce7a92825224f4674c6cc48bec07429c447b9b39fc4e6d144c922bf1b0829561 WHIRLPOOL 445c6544067c6349efaca1b61e004a8df8eb035473056901d21b064965266f98acb271e36901acbcc963763ba06299d58f99be05f9383e2d4a380a4e07ca27d8
DIST BNFC-2.8.tar.gz 183591 SHA256 21be5fddcfe8e1970c94872f36d5f29d07709f69e8e139b68bf6b27e75677f34 SHA512 358700360dbfbeacf3276150856415e08e1498c6af27254302d406e5407b7b4f84ac0dcf9dcf8391128ac9d77a17a928c2427961ec8c3ffdb9af8d169145cafb WHIRLPOOL e234f98df56f69f3c130ee5592c53bfad6e66f9c414d8b1a46370d9662fc68a389a93256980de9ef07315bd40e617f7d6c3683c2340a2b53417acff57fc6f8b6
diff --git a/dev-util/bnfc/bnfc-2.8.1.ebuild b/dev-util/bnfc/bnfc-2.8.1.ebuild
new file mode 100644
index 0000000..c6b21a0
--- /dev/null
+++ b/dev-util/bnfc/bnfc-2.8.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.6.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+MY_PN="BNFC"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A compiler front-end generator"
+HOMEPAGE="http://bnfc.digitalgrammars.com/"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RESTRICT=test # missing files
+
+RDEPEND="dev-haskell/mtl:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ dev-haskell/alex
+ >=dev-haskell/cabal-1.8
+ dev-haskell/happy
+ test? ( >=dev-haskell/doctest-0.8
+ dev-haskell/hspec
+ dev-haskell/hunit
+ >=dev-haskell/quickcheck-2.5
+ dev-haskell/temporary )
+"
+
+S="${WORKDIR}/${MY_P}"
next reply other threads:[~2016-04-03 21:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 21:24 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-04-03 21:24 [gentoo-commits] repo/gentoo:master commit in: dev-util/bnfc/ Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-08-03 7:42 Sergei Trofimovich
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=1459718676.566d9dc099f9145510e6f5898dbc162e39d944d2.slyfox@gentoo \
--to=slyfox@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