public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hs-bibutils: hs-bibutils-4.12.ebuild ChangeLog
@ 2012-04-07  5:18 Mark Wright (gienah)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Wright (gienah) @ 2012-04-07  5:18 UTC (permalink / raw
  To: gentoo-commits

gienah      12/04/07 05:18:35

  Modified:             hs-bibutils-4.12.ebuild ChangeLog
  Log:
  EAPI=4, [profile?] for dependent haskell libraries
  
  (Portage version: 2.1.10.56/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild?r1=1.2&r2=1.3

Index: hs-bibutils-4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hs-bibutils-4.12.ebuild	17 Jun 2011 19:49:10 -0000	1.2
+++ hs-bibutils-4.12.ebuild	7 Apr 2012 05:18:35 -0000	1.3
@@ -1,16 +1,17 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.2 2011/06/17 19:49:10 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.3 2012/04/07 05:18:35 gienah Exp $
 
-# ebuild generated by hackport 0.2.13
+# ebuild generated by hackport 0.2.17.9999
 
-EAPI="3"
+EAPI=4
 
-CABAL_FEATURES="lib profile haddock hscolour"
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
-DESCRIPTION="Haskell bindings to bibutils, the bibliography conversion utilities."
-HOMEPAGE="http://gorgias.mine.nu/repos/hs-bibutils/"
+DESCRIPTION="Haskell bindings to bibutils, the bibliography
+conversion utilities."
+HOMEPAGE="http://code.haskell.org/hs-bibutils"
 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
@@ -18,7 +19,7 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="dev-haskell/syb
-		>=dev-lang/ghc-6.10.4"
+RDEPEND="dev-haskell/syb[profile?]
+		>=dev-lang/ghc-6.8.2"
 DEPEND="${RDEPEND}
 		>=dev-haskell/cabal-1.4"



1.3                  dev-haskell/hs-bibutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	17 Jun 2011 19:49:10 -0000	1.2
+++ ChangeLog	7 Apr 2012 05:18:35 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hs-bibutils
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.2 2011/06/17 19:49:10 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.3 2012/04/07 05:18:35 gienah Exp $
+
+  07 Apr 2012; Mark Wright <gienah@gentoo.org> hs-bibutils-4.12.ebuild:
+  EAPI=4, [profile?] for dependent haskell libraries
 
   17 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> hs-bibutils-4.12.ebuild:
   Fixed broken homepage to http://gorgias.mine.nu/repos/hs-bibutils/ (bug






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/hs-bibutils: hs-bibutils-4.12.ebuild ChangeLog
@ 2012-09-12 15:53 Alexander Vershilov (qnikst)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Vershilov (qnikst) @ 2012-09-12 15:53 UTC (permalink / raw
  To: gentoo-commits

qnikst      12/09/12 15:53:19

  Modified:             hs-bibutils-4.12.ebuild ChangeLog
  Log:
  move dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild ebuild to mirror://hackage
  
  (Portage version: 2.2.0_alpha125/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild

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

Index: hs-bibutils-4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hs-bibutils-4.12.ebuild	7 Apr 2012 05:18:35 -0000	1.3
+++ hs-bibutils-4.12.ebuild	12 Sep 2012 15:53:19 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.3 2012/04/07 05:18:35 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild,v 1.4 2012/09/12 15:53:19 qnikst Exp $
 
 # ebuild generated by hackport 0.2.17.9999
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Haskell bindings to bibutils, the bibliography
 conversion utilities."
 HOMEPAGE="http://code.haskell.org/hs-bibutils"
-SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"



1.4                  dev-haskell/hs-bibutils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Apr 2012 05:18:35 -0000	1.3
+++ ChangeLog	12 Sep 2012 15:53:19 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/hs-bibutils
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.3 2012/04/07 05:18:35 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hs-bibutils/ChangeLog,v 1.4 2012/09/12 15:53:19 qnikst Exp $
+
+  12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> hs-bibutils-4.12.ebuild:
+  move dev-haskell/hs-bibutils/hs-bibutils-4.12.ebuild ebuild to
+  mirror://hackage
 
   07 Apr 2012; Mark Wright <gienah@gentoo.org> hs-bibutils-4.12.ebuild:
   EAPI=4, [profile?] for dependent haskell libraries
@@ -14,4 +18,3 @@
   23 Apr 2011; Sergei Trofimovich <slyfox@gentoo.org>
   +hs-bibutils-4.12.ebuild, +metadata.xml:
   Initial version.
-





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

end of thread, other threads:[~2012-09-12 15:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 15:53 [gentoo-commits] gentoo-x86 commit in dev-haskell/hs-bibutils: hs-bibutils-4.12.ebuild ChangeLog Alexander Vershilov (qnikst)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-07  5:18 Mark Wright (gienah)

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