slyfox      14/08/11 15:40:54

  Modified:             ChangeLog
  Added:                drift-2.4.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.29                 dev-haskell/drift/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   20 Dec 2012 21:48:09 -0000      1.28
+++ ChangeLog   11 Aug 2014 15:40:54 -0000      1.29
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/drift
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v 1.28 
2012/12/20 21:48:09 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/ChangeLog,v 1.29 
2014/08/11 15:40:54 slyfox Exp $
+
+*drift-2.4.2 (11 Aug 2014)
+
+  11 Aug 2014; Sergei Trofimovich <[email protected]> +drift-2.4.2.ebuild:
+  Version bump.
 
   20 Dec 2012; Pacho Ramos <[email protected]> metadata.xml:
   Drop maintainer, bug #81411



1.1                  dev-haskell/drift/drift-2.4.2.ebuild

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

Index: drift-2.4.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/drift/drift-2.4.2.ebuild,v 1.1 
2014/08/11 15:40:54 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.4.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

MY_PN="DrIFT"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Program to derive type class instances"
HOMEPAGE="http://repetae.net/computer/haskell/DrIFT/";
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-haskell/random:=[profile?]
        >=dev-lang/ghc-6.10.4:=
"
DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
"

S="${WORKDIR}/${MY_P}"




Reply via email to