diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:29:57 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:29:57 +0000 |
commit | 3836d8fb6e264d1f2a328415cefdc0595f28ea5b (patch) | |
tree | 9aaf6c91f83bf4729e54c8da9536550e63e57d52 /dev-haskell/wxhaskell | |
parent | move dev-haskell/hashtables/hashtables-1.0.1.3.ebuild ebuild to mirror://hackage (diff) | |
download | gentoo-2-3836d8fb6e264d1f2a328415cefdc0595f28ea5b.tar.gz gentoo-2-3836d8fb6e264d1f2a328415cefdc0595f28ea5b.tar.bz2 gentoo-2-3836d8fb6e264d1f2a328415cefdc0595f28ea5b.zip |
move dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild ebuild to mirror://hackage
(Portage version: 2.2.0_alpha125/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/wxhaskell')
-rw-r--r-- | dev-haskell/wxhaskell/ChangeLog | 10 | ||||
-rw-r--r-- | dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild | 6 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-haskell/wxhaskell/ChangeLog b/dev-haskell/wxhaskell/ChangeLog index 792fb4407af9..8cd62244d758 100644 --- a/dev-haskell/wxhaskell/ChangeLog +++ b/dev-haskell/wxhaskell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/wxhaskell -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v 1.32 2011/03/01 20:08:16 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/ChangeLog,v 1.33 2012/09/12 15:29:57 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> + wxhaskell-0.12.1.6.ebuild: + move dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild ebuild to + mirror://hackage 01 Mar 2011; Sergei Trofimovich <slyfox@gentoo.org> -wxhaskell-0.9.4.ebuild: @@ -135,4 +140,3 @@ wxhaskell-0.6.ebuild: wxHaskell is a Haskell binding for the wxWidgets library. First import into portage. - diff --git a/dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild b/dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild index 6869be3faf5f..1f646d62b0be 100644 --- a/dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild +++ b/dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/wxhaskell/wxhaskell-0.12.1.6.ebuild,v 1.2 2010/09/07 17:35:04 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.12.1.6.ebuild,v 1.3 2012/09/12 15:29:57 qnikst Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -10,7 +10,7 @@ MY_P=${MY_PN}-${PV} DESCRIPTION="wxHaskell is a portable and native GUI library for Haskell" HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell" -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="0" |