diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-02-20 17:40:42 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-02-20 17:40:42 +0000 |
commit | e4dd1e8afb931d22f4d7ebfb0dac7362356dcba8 (patch) | |
tree | 74ea6a6c54f992dd8718f0fbecfd730a9d426a67 /app-vim | |
parent | Marking ZendFramework-1.7.5 ppc64 for bug 259512 (diff) | |
download | gentoo-2-e4dd1e8afb931d22f4d7ebfb0dac7362356dcba8.tar.gz gentoo-2-e4dd1e8afb931d22f4d7ebfb0dac7362356dcba8.tar.bz2 gentoo-2-e4dd1e8afb931d22f4d7ebfb0dac7362356dcba8.zip |
I uploaded a bad distfile to the mirrors. This change will fix it and offer a definitive source for the distfile that I *know* works.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-vim/gentoo-syntax/ChangeLog b/app-vim/gentoo-syntax/ChangeLog index abff1b729aa8..48a45af3a1fc 100644 --- a/app-vim/gentoo-syntax/ChangeLog +++ b/app-vim/gentoo-syntax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/gentoo-syntax # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.92 2009/02/20 16:03:01 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/ChangeLog,v 1.93 2009/02/20 17:40:42 darkside Exp $ + + 20 Feb 2009; Jeremy Olexa <darkside@gentoo.org> + gentoo-syntax-20090220.ebuild: + I uploaded a bad distfile to the mirrors. This change will fix it and offer + a definitive source for the distfile that I *know* works. *gentoo-syntax-20090220 (20 Feb 2009) diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild index 2e2166024c48..77bce70f90b0 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild,v 1.1 2009/02/20 16:03:01 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20090220.ebuild,v 1.2 2009/02/20 17:40:42 darkside Exp $ inherit eutils vim-plugin DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings" HOMEPAGE="http://www.gentoo.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + http://dev.gentooexperimental.org/~darkside/distfiles/${PN}/${P}.tar.bz2" LICENSE="vim" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" |