diff options
-rw-r--r-- | dev-haskell/wxdirect/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-haskell/wxdirect/ChangeLog b/dev-haskell/wxdirect/ChangeLog index 78d13e8cdcdc..ac98f40e5b6a 100644 --- a/dev-haskell/wxdirect/ChangeLog +++ b/dev-haskell/wxdirect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/wxdirect -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.2 2010/09/04 14:06:24 kolmodin Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/ChangeLog,v 1.3 2012/09/12 15:56:43 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> wxdirect-0.12.1.3.ebuild: + move dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild ebuild to mirror://hackage 04 Sep 2010; Lennart Kolmodin <kolmodin@gentoo.org> wxdirect-0.12.1.3.ebuild: @@ -13,4 +16,3 @@ 04 Sep 2010; Lennart Kolmodin <kolmodin@gentoo.org> +wxdirect-0.12.1.3.ebuild, +metadata.xml: Initial import of wxdirect, a tool used when building wxhaskell. - diff --git a/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild b/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild index c7bd7514d20b..e7cbbd26735a 100644 --- a/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild +++ b/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild @@ -1,13 +1,13 @@ -# 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/wxdirect/wxdirect-0.12.1.3.ebuild,v 1.2 2010/09/04 14:06:24 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxdirect/wxdirect-0.12.1.3.ebuild,v 1.3 2012/09/12 15:56:43 qnikst Exp $ CABAL_FEATURES="bin lib profile haddock" inherit haskell-cabal DESCRIPTION="helper tool for building wxHaskell" HOMEPAGE="http://haskell.org/haskellwiki/WxHaskell" -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="BSD" SLOT="0" |