diff options
author | Alex Legler <a3li@gentoo.org> | 2009-11-29 14:33:44 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-11-29 14:33:44 +0000 |
commit | 8ab3362dd0bf45201e2d9b910b8a585ea0fd1178 (patch) | |
tree | 2d43220da3c6c210186553ccc3dc8246d88a9358 /dev-ruby/bluecloth | |
parent | amd64 stable wrt #292455 (diff) | |
download | gentoo-2-8ab3362dd0bf45201e2d9b910b8a585ea0fd1178.tar.gz gentoo-2-8ab3362dd0bf45201e2d9b910b8a585ea0fd1178.tar.bz2 gentoo-2-8ab3362dd0bf45201e2d9b910b8a585ea0fd1178.zip |
Fix SRC_URI
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/bluecloth')
-rw-r--r-- | dev-ruby/bluecloth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/bluecloth/bluecloth-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/bluecloth/ChangeLog b/dev-ruby/bluecloth/ChangeLog index 9704de589bb3..170cb16acfc5 100644 --- a/dev-ruby/bluecloth/ChangeLog +++ b/dev-ruby/bluecloth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.23 2009/11/25 09:46:24 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.24 2009/11/29 14:33:44 a3li Exp $ + + 29 Nov 2009; Alex Legler <a3li@gentoo.org> bluecloth-1.0.0.ebuild: + Fix SRC_URI 25 Nov 2009; Markus Meier <maekke@gentoo.org> bluecloth-2.0.5.ebuild: amd64 stable, bug #283020 diff --git a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild index b3780a5a7b21..bc7f52ba0d9e 100644 --- a/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild +++ b/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.12 2008/11/03 00:41:01 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-1.0.0.ebuild,v 1.13 2009/11/29 14:33:44 a3li Exp $ inherit ruby gems MY_P="BlueCloth-${PV}" DESCRIPTION="A Ruby implementation of Markdown" HOMEPAGE="http://www.deveiate.org/projects/BlueCloth" -SRC_URI="http://www.deveiate.org/code/${MY_P}.gem" +SRC_URI="mirror://gentoo/${MY_P}.gem" LICENSE="GPL-2" SLOT="0" |