public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/ghc-paths: ChangeLog ghc-paths-0.1.0.8.ebuild
@ 2011-08-02  8:33 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2011-08-02  8:33 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/08/02 08:33:02

  Modified:             ChangeLog
  Added:                ghc-paths-0.1.0.8.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.7/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-haskell/ghc-paths/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	17 Jul 2010 12:41:26 -0000	1.3
+++ ChangeLog	2 Aug 2011 08:33:01 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/ghc-paths
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.3 2010/07/17 12:41:26 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.4 2011/08/02 08:33:01 slyfox Exp $
+
+*ghc-paths-0.1.0.8 (02 Aug 2011)
+
+  02 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org>
+  +ghc-paths-0.1.0.8.ebuild:
+  Version bump.
 
   17 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org>
   ghc-paths-0.1.0.6.ebuild:



1.1                  dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild?rev=1.1&content-type=text/plain

Index: ghc-paths-0.1.0.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild,v 1.1 2011/08/02 08:33:01 slyfox Exp $

EAPI="3"

# haddock feature is explicitely disabled, as this library can be used as haddock depend
CABAL_FEATURES="lib profile"
inherit haskell-cabal

DESCRIPTION="Knowledge of GHC's installation directories"
HOMEPAGE="http://hackage.haskell.org/package/ghc-paths"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-6.8.2"
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.6"

src_prepare() {
	# ghc-patch it has awfully unportable (across cabal versions) ghc detection code
	# but in gentoo we install it to fixed patch, so remove Setup.hs detection code
	cabal-mksetup

	# and use gentoo's hardcoded one:
	# a few things we need to replace, and example values
	# GHC_PATHS_LIBDIR /usr/lib64/ghc-6.12.0.20091010
	# GHC_PATHS_DOCDIR /usr/share/doc/ghc-6.12.0.20091010/html
	# GHC_PATHS_GHC_PKG /usr/bin/ghc-pkg
	# GHC_PATHS_GHC /usr/bin/ghc (be careful: GHC_PATHS_GHC is a substring of GHC_PATHS_GHC_PKG)

	cat >"${S}/GHC/Paths.hs" <<EOF
module GHC.Paths ( ghc, ghc_pkg, libdir, docdir ) where

libdir, docdir, ghc, ghc_pkg :: FilePath

libdir  = "$(ghc-libdir)"
docdir  = "/usr/share/doc/ghc-$(ghc-version)/html"

ghc     = "$(ghc-getghc)"
ghc_pkg = "$(ghc-getghcpkg)"
EOF
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/ghc-paths: ChangeLog ghc-paths-0.1.0.8.ebuild
@ 2011-08-03 12:53 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2011-08-03 12:53 UTC (permalink / raw
  To: gentoo-commits

slyfox      11/08/03 12:53:52

  Modified:             ChangeLog ghc-paths-0.1.0.8.ebuild
  Log:
  keyworded alpha/ia64/ppc/ppc64/sparc/x86-fbsd (set of constants for haddock)
  
  (Portage version: 2.1.10.10/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-haskell/ghc-paths/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Aug 2011 08:34:18 -0000	1.5
+++ ChangeLog	3 Aug 2011 12:53:52 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/ghc-paths
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.5 2011/08/02 08:34:18 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ChangeLog,v 1.6 2011/08/03 12:53:52 slyfox Exp $
+
+  03 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> ghc-paths-0.1.0.8.ebuild:
+  keyworded alpha/ia64/ppc/ppc64/sparc/x86-fbsd (set of constants for haddock)
 
   02 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org>
   -ghc-paths-0.1.0.6.ebuild:



1.2                  dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild?r1=1.1&r2=1.2

Index: ghc-paths-0.1.0.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ghc-paths-0.1.0.8.ebuild	2 Aug 2011 08:33:01 -0000	1.1
+++ ghc-paths-0.1.0.8.ebuild	3 Aug 2011 12:53:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild,v 1.1 2011/08/02 08:33:01 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/ghc-paths/ghc-paths-0.1.0.8.ebuild,v 1.2 2011/08/03 12:53:52 slyfox Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND=">=dev-lang/ghc-6.8.2"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-03 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02  8:33 [gentoo-commits] gentoo-x86 commit in dev-haskell/ghc-paths: ChangeLog ghc-paths-0.1.0.8.ebuild Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2011-08-03 12:53 Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox