diff options
-rw-r--r-- | dev-haskell/alsa-mixer/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-haskell/alsa-mixer/ChangeLog b/dev-haskell/alsa-mixer/ChangeLog index 91eced935c37..25a6b6a14731 100644 --- a/dev-haskell/alsa-mixer/ChangeLog +++ b/dev-haskell/alsa-mixer/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for dev-haskell/alsa-mixer -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.1 2011/09/18 18:04:09 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/ChangeLog,v 1.2 2012/09/12 15:59:05 qnikst Exp $ + + 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> alsa-mixer-0.1.2.ebuild: + move dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild ebuild to mirror://hackage *alsa-mixer-0.1.2 (18 Sep 2011) 18 Sep 2011; Sergei Trofimovich <slyfox@gentoo.org> +alsa-mixer-0.1.2.ebuild, +metadata.xml: Initial version. Haskell bindings to the ALSA simple mixer API. - diff --git a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild index 53278fb79e82..d822ee4fd37b 100644 --- a/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild +++ b/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild @@ -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/alsa-mixer/alsa-mixer-0.1.2.ebuild,v 1.1 2011/09/18 18:04:09 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/alsa-mixer/alsa-mixer-0.1.2.ebuild,v 1.2 2012/09/12 15:59:05 qnikst Exp $ # ebuild generated by hackport 0.2.13 @@ -11,7 +11,7 @@ inherit haskell-cabal DESCRIPTION="Haskell bindings to the ALSA simple mixer API." HOMEPAGE="http://hackage.haskell.org/package/alsa-mixer" -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" |