* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc: hdbc-2.3.1.1.ebuild hdbc-2.2.7.0.ebuild ChangeLog
@ 2012-09-12 14:54 Alexander Vershilov (qnikst)
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Vershilov (qnikst) @ 2012-09-12 14:54 UTC (permalink / raw
To: gentoo-commits
qnikst 12/09/12 14:54:31
Modified: hdbc-2.3.1.1.ebuild hdbc-2.2.7.0.ebuild ChangeLog
Log:
move dev-haskell/hdbc/hdbc-2.3.1.1.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-haskell/hdbc/hdbc-2.3.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild?r1=1.1&r2=1.2
Index: hdbc-2.3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdbc-2.3.1.1.ebuild 2 Jun 2012 05:58:02 -0000 1.1
+++ hdbc-2.3.1.1.ebuild 12 Sep 2012 14:54:31 -0000 1.2
@@ -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/hdbc/hdbc-2.3.1.1.ebuild,v 1.1 2012/06/02 05:58:02 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild,v 1.2 2012/09/12 14:54:31 qnikst Exp $
EAPI=4
@@ -14,7 +14,7 @@
DESCRIPTION="Haskell Database Connectivity"
HOMEPAGE="https://github.com/hdbc/hdbc"
-SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="2"
1.2 dev-haskell/hdbc/hdbc-2.2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild?r1=1.1&r2=1.2
Index: hdbc-2.2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hdbc-2.2.7.0.ebuild 12 Jun 2011 19:50:10 -0000 1.1
+++ hdbc-2.2.7.0.ebuild 12 Sep 2012 14:54:31 -0000 1.2
@@ -1,6 +1,6 @@
-# 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/hdbc/hdbc-2.2.7.0.ebuild,v 1.1 2011/06/12 19:50:10 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild,v 1.2 2012/09/12 14:54:31 qnikst Exp $
# ebuild generated by hackport 0.2.13
@@ -14,7 +14,7 @@
DESCRIPTION="Haskell Database Connectivity"
HOMEPAGE="http://software.complete.org/hdbc"
-SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
+SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="2"
1.15 dev-haskell/hdbc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 2 Jun 2012 05:58:02 -0000 1.14
+++ ChangeLog 12 Sep 2012 14:54:31 -0000 1.15
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hdbc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.14 2012/06/02 05:58:02 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.15 2012/09/12 14:54:31 qnikst Exp $
+
+ 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> hdbc-2.2.7.0.ebuild,
+ hdbc-2.3.1.1.ebuild:
+ move dev-haskell/hdbc/hdbc-2.3.1.1.ebuild ebuild to mirror://hackage
*hdbc-2.3.1.1 (02 Jun 2012)
@@ -64,4 +68,3 @@
23 Feb 2006; <dcoutts@gentoo.org> +metadata.xml, +hdbc-0.99.0.ebuild:
Initial import.
-
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc: hdbc-2.3.1.1.ebuild hdbc-2.2.7.0.ebuild ChangeLog
@ 2012-12-06 22:54 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-12-06 22:54 UTC (permalink / raw
To: gentoo-commits
slyfox 12/12/06 22:54:56
Modified: hdbc-2.3.1.1.ebuild hdbc-2.2.7.0.ebuild ChangeLog
Log:
Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
(Portage version: 2.2.0_alpha144_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.3 dev-haskell/hdbc/hdbc-2.3.1.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild?r1=1.2&r2=1.3
Index: hdbc-2.3.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdbc-2.3.1.1.ebuild 12 Sep 2012 14:54:31 -0000 1.2
+++ hdbc-2.3.1.1.ebuild 6 Dec 2012 22:54:56 -0000 1.3
@@ -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/hdbc/hdbc-2.3.1.1.ebuild,v 1.2 2012/09/12 14:54:31 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.3.1.1.ebuild,v 1.3 2012/12/06 22:54:56 slyfox Exp $
EAPI=4
@@ -24,8 +24,6 @@
RDEPEND=">=dev-haskell/convertible-1.0.10.0[profile?]
dev-haskell/mtl[profile?]
dev-haskell/text[profile?]
- >=dev-haskell/time-1.1.3[profile?]
- <=dev-haskell/time-1.5[profile?]
dev-haskell/utf8-string[profile?]
>=dev-lang/ghc-6.8.2"
DEPEND="${RDEPEND}
1.3 dev-haskell/hdbc/hdbc-2.2.7.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild?r1=1.2&r2=1.3
Index: hdbc-2.2.7.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hdbc-2.2.7.0.ebuild 12 Sep 2012 14:54:31 -0000 1.2
+++ hdbc-2.2.7.0.ebuild 6 Dec 2012 22:54:56 -0000 1.3
@@ -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/hdbc/hdbc-2.2.7.0.ebuild,v 1.2 2012/09/12 14:54:31 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/hdbc-2.2.7.0.ebuild,v 1.3 2012/12/06 22:54:56 slyfox Exp $
# ebuild generated by hackport 0.2.13
@@ -24,7 +24,6 @@
RDEPEND=">=dev-haskell/convertible-1.0.10.0
dev-haskell/mtl
dev-haskell/text
- >=dev-haskell/time-1.1.3
dev-haskell/utf8-string
>=dev-lang/ghc-6.8.2
"
1.16 dev-haskell/hdbc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hdbc/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 12 Sep 2012 14:54:31 -0000 1.15
+++ ChangeLog 6 Dec 2012 22:54:56 -0000 1.16
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hdbc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.15 2012/09/12 14:54:31 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc/ChangeLog,v 1.16 2012/12/06 22:54:56 slyfox Exp $
+
+ 06 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> hdbc-2.2.7.0.ebuild,
+ hdbc-2.3.1.1.ebuild:
+ Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> hdbc-2.2.7.0.ebuild,
hdbc-2.3.1.1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-06 22:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 22:54 [gentoo-commits] gentoo-x86 commit in dev-haskell/hdbc: hdbc-2.3.1.1.ebuild hdbc-2.2.7.0.ebuild ChangeLog Sergei Trofimovich (slyfox)
-- strict thread matches above, loose matches on Subject: below --
2012-09-12 14:54 Alexander Vershilov (qnikst)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox