From: "Sergei Trofimovich (slyfox)" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.8.ebuild ChangeLog
Date: Thu, 18 Oct 2012 18:36:28 +0000 (UTC) [thread overview]
Message-ID: <20121018183628.D9E9821600@flycatcher.gentoo.org> (raw)
slyfox 12/10/18 18:36:28
Modified: ChangeLog
Added: haskell-updater-1.2.0.8.ebuild
Log:
Version bump: EAPI=5 subslot support.
(Portage version: 2.2.0_alpha139_p2/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.39 app-admin/haskell-updater/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 12 Sep 2012 14:33:00 -0000 1.38
+++ ChangeLog 18 Oct 2012 18:36:28 -0000 1.39
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/haskell-updater
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.38 2012/09/12 14:33:00 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/ChangeLog,v 1.39 2012/10/18 18:36:28 slyfox Exp $
+
+*haskell-updater-1.2.0.8 (18 Oct 2012)
+
+ 18 Oct 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ +haskell-updater-1.2.0.8.ebuild:
+ Version bump: EAPI=5 subslot support.
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org>
haskell-updater-1.1.0.0.ebuild, haskell-updater-1.1.3.0.ebuild,
1.1 app-admin/haskell-updater/haskell-updater-1.2.0.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.8.ebuild?rev=1.1&content-type=text/plain
Index: haskell-updater-1.2.0.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/haskell-updater/haskell-updater-1.2.0.8.ebuild,v 1.1 2012/10/18 18:36:28 slyfox Exp $
EAPI=4
CABAL_FEATURES="bin nocabaldep"
inherit eutils haskell-cabal
DESCRIPTION="Rebuild Haskell dependencies in Gentoo"
HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" # Add keywords as those archs have a binpkg
IUSE=""
DEPEND=">=dev-lang/ghc-6.12.1"
# Need a lower version for portage to get --keep-going
RDEPEND="|| ( >=sys-apps/portage-2.1.6
sys-apps/pkgcore
sys-apps/paludis )"
src_prepare() {
if use prefix; then
sed -i -e "s,/var/db/pkg,${EPREFIX}&,g" \
"${S}/Distribution/Gentoo/Packages.hs" || die
sed -i -e 's,"/","'"${EPREFIX}"'/",g' \
"${S}/Distribution/Gentoo/GHC.hs" || die
fi
}
src_configure() {
cabal_src_configure \
--bindir="${EPREFIX}/usr/sbin" \
--constraint="Cabal == $(cabal-version)"
}
src_install() {
cabal_src_install
dodoc TODO
}
next reply other threads:[~2012-10-18 18:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-18 18:36 Sergei Trofimovich (slyfox) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-29 7:30 [gentoo-commits] gentoo-x86 commit in app-admin/haskell-updater: haskell-updater-1.2.0.8.ebuild ChangeLog Sergei Trofimovich (slyfox)
2013-03-19 10:29 Agostino Sarubbo (ago)
2013-03-19 10:30 Agostino Sarubbo (ago)
2013-03-22 17:21 Agostino Sarubbo (ago)
2013-03-23 9:48 Agostino Sarubbo (ago)
2013-03-23 13:25 Agostino Sarubbo (ago)
2013-03-28 22:49 Agostino Sarubbo (ago)
2013-03-31 10:35 Agostino Sarubbo (ago)
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=20121018183628.D9E9821600@flycatcher.gentoo.org \
--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