diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2003-12-03 19:25:15 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2003-12-03 19:25:15 +0000 |
commit | c160a4555913953d82db44d7ed89abeb1c1ff9d1 (patch) | |
tree | d660173adf15b1ce06e0a1af9e5afe76062a49a3 | |
parent | added in sparc keyword (diff) | |
download | gentoo-2-c160a4555913953d82db44d7ed89abeb1c1ff9d1.tar.gz gentoo-2-c160a4555913953d82db44d7ed89abeb1c1ff9d1.tar.bz2 gentoo-2-c160a4555913953d82db44d7ed89abeb1c1ff9d1.zip |
stable on sparc
-rw-r--r-- | app-vim/xsl/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/xsl/Manifest | 4 | ||||
-rw-r--r-- | app-vim/xsl/xsl-0.3.11.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-vim/xsl/ChangeLog b/app-vim/xsl/ChangeLog index c00a4749a009..05cdc6c8904e 100644 --- a/app-vim/xsl/ChangeLog +++ b/app-vim/xsl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/xsl # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/ChangeLog,v 1.3 2003/11/15 04:40:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/ChangeLog,v 1.4 2003/12/03 19:25:11 ciaranm Exp $ + + 03 Dec 2003; Ciaran McCreesh <ciaranm@gentoo.org> xsl-0.3.11.ebuild: + Added sparc keyword 14 Nov 2003; Aron Griffis <agriffis@gentoo.org> xsl-0.3.11.ebuild: Stable on ia64 diff --git a/app-vim/xsl/Manifest b/app-vim/xsl/Manifest index 5da1323ba897..41fc2d4d3458 100644 --- a/app-vim/xsl/Manifest +++ b/app-vim/xsl/Manifest @@ -1,4 +1,4 @@ -MD5 90c90ac3d3405e8dc2fca5c85c1b2649 ChangeLog 805 +MD5 9c4b55ee0c2a299fb5692451bd893439 ChangeLog 898 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 -MD5 d2d47b94e3349014eff1b12c93317ac1 xsl-0.3.11.ebuild 411 +MD5 ded3c6211de9fbe56e4aaf15ff34f559 xsl-0.3.11.ebuild 416 MD5 bc603dbb77c32a081d0ab8c64a835d0f files/digest-xsl-0.3.11 61 diff --git a/app-vim/xsl/xsl-0.3.11.ebuild b/app-vim/xsl/xsl-0.3.11.ebuild index 4524744c53b3..dc41ae43c118 100644 --- a/app-vim/xsl/xsl-0.3.11.ebuild +++ b/app-vim/xsl/xsl-0.3.11.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/xsl-0.3.11.ebuild,v 1.3 2003/11/15 04:40:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/xsl/xsl-0.3.11.ebuild,v 1.4 2003/12/03 19:25:11 ciaranm 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="x86 alpha ia64" +KEYWORDS="x86 alpha ia64 sparc" |