diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:42:10 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-09-12 15:42:10 +0000 |
commit | 003ab3059c24f2a5fcceeb221db781fdc979f086 (patch) | |
tree | 5b3ca872623914bdb450ad9c96201fe2ebca3522 | |
parent | move dev-haskell/cmdlib/cmdlib-0.3.5.ebuild ebuild to mirror://hackage (diff) | |
download | historical-003ab3059c24f2a5fcceeb221db781fdc979f086.tar.gz historical-003ab3059c24f2a5fcceeb221db781fdc979f086.tar.bz2 historical-003ab3059c24f2a5fcceeb221db781fdc979f086.zip |
move dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild ebuild to mirror://hackage
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
-rw-r--r-- | dev-haskell/base-unicode-symbols/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/base-unicode-symbols/ChangeLog b/dev-haskell/base-unicode-symbols/ChangeLog index 0c7479535324..933b91612c61 100644 --- a/dev-haskell/base-unicode-symbols/ChangeLog +++ b/dev-haskell/base-unicode-symbols/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/base-unicode-symbols # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.3 2012/06/02 06:24:48 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.4 2012/09/12 15:42:10 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> + base-unicode-symbols-0.2.2.3.ebuild: + move dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild + ebuild to mirror://hackage 02 Jun 2012; Mark Wright <gienah@gentoo.org> +files/base-unicode-symbols-0.2.2.3-ghc-7.5.patch, @@ -20,4 +25,3 @@ +base-unicode-symbols-0.2.2.2.ebuild, +metadata.xml: Initial version. Unicode alternatives for common functions and operators (dev- haskell/monad-control depend) - diff --git a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild index 47bf675eb502..167ced30f141 100644 --- a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild +++ b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild @@ -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/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v 1.2 2012/06/02 06:24:48 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v 1.3 2012/09/12 15:42:10 qnikst Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit haskell-cabal DESCRIPTION="Unicode alternatives for common functions and operators" HOMEPAGE="http://haskell.org/haskellwiki/Unicode-symbols" -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" |