summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-11-14 06:57:03 +0000
committerTim Harder <radhermit@gentoo.org>2010-11-14 06:57:03 +0000
commit20880986ff2f2452d781928f234f20a2afd997e2 (patch)
tree4b46fb9059c175d0dafbde922b564975d297dcdf /app-vim/xsl-syntax
parentRemove old version. Fix unquoted variables. (diff)
downloadgentoo-2-20880986ff2f2452d781928f234f20a2afd997e2.tar.gz
gentoo-2-20880986ff2f2452d781928f234f20a2afd997e2.tar.bz2
gentoo-2-20880986ff2f2452d781928f234f20a2afd997e2.zip
Remove old revision. Do not quote ${A}.
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-vim/xsl-syntax')
-rw-r--r--app-vim/xsl-syntax/ChangeLog6
-rw-r--r--app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild4
-rw-r--r--app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild12
3 files changed, 7 insertions, 15 deletions
diff --git a/app-vim/xsl-syntax/ChangeLog b/app-vim/xsl-syntax/ChangeLog
index 23bb43b9a951..6a3a4bd0254b 100644
--- a/app-vim/xsl-syntax/ChangeLog
+++ b/app-vim/xsl-syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/xsl-syntax
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/ChangeLog,v 1.15 2010/10/07 04:13:52 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/ChangeLog,v 1.16 2010/11/14 06:57:03 radhermit Exp $
+
+ 14 Nov 2010; Tim Harder <radhermit@gentoo.org> -xsl-syntax-0.3.11.ebuild,
+ xsl-syntax-0.3.11-r1.ebuild:
+ Remove old revision. Do not quote ${A}.
07 Oct 2010; Mart Raudsepp <leio@gentoo.org> xsl-syntax-0.3.11-r1.ebuild:
Drop to ~mips
diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
index d3c2c1f83130..11187d3f1ea5 100644
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
+++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild,v 1.9 2010/10/07 04:13:52 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11-r1.ebuild,v 1.10 2010/11/14 06:57:03 radhermit Exp $
inherit vim-plugin
@@ -12,7 +12,7 @@ IUSE=""
VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
# hi link is evil. See bug #101787, bug #101804.
sed -i -e 's,^hi link,hi def link,' syntax/xsl.vim || die "sed failed"
diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild
deleted file mode 100644
index b24048068b34..000000000000
--- a/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild
+++ /dev/null
@@ -1,12 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl-syntax/xsl-syntax-0.3.11.ebuild,v 1.6 2005/07/29 13:03:58 ka0ttic Exp $
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=257"
-LICENSE="vim"
-KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=257"