diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:28:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 13:28:29 +0000 |
commit | 395ead879e5592a298398c7377b8f9a7d28e11d2 (patch) | |
tree | 7a5020dc8a0a306d944b67919fc445a855dbb93c | |
parent | Fixed BUG #52446. (Manifest recommit) (diff) | |
download | gentoo-2-395ead879e5592a298398c7377b8f9a7d28e11d2.tar.gz gentoo-2-395ead879e5592a298398c7377b8f9a7d28e11d2.tar.bz2 gentoo-2-395ead879e5592a298398c7377b8f9a7d28e11d2.zip |
sync IUSE (missing)
-rw-r--r-- | app-vim/cvscommand/cvscommand-1.63.ebuild | 3 | ||||
-rw-r--r-- | app-vim/cvsmenu/cvsmenu-1.80.ebuild | 3 | ||||
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild | 3 | ||||
-rw-r--r-- | app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild | 3 | ||||
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20030219.ebuild | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/app-vim/cvscommand/cvscommand-1.63.ebuild b/app-vim/cvscommand/cvscommand-1.63.ebuild index cee1d5fbdc29..21f33f2fdd1c 100644 --- a/app-vim/cvscommand/cvscommand-1.63.ebuild +++ b/app-vim/cvscommand/cvscommand-1.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.63.ebuild,v 1.7 2004/06/24 23:01:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvscommand/cvscommand-1.63.ebuild,v 1.8 2004/07/14 13:23:43 agriffis Exp $ inherit vim-plugin @@ -8,3 +8,4 @@ DESCRIPTION="vim plugin: CVS integration plugin" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90" LICENSE="public-domain" KEYWORDS="x86 alpha sparc ia64 ~ppc" +IUSE="" diff --git a/app-vim/cvsmenu/cvsmenu-1.80.ebuild b/app-vim/cvsmenu/cvsmenu-1.80.ebuild index d3e90469bc8b..56d52ec8c5b7 100644 --- a/app-vim/cvsmenu/cvsmenu-1.80.ebuild +++ b/app-vim/cvsmenu/cvsmenu-1.80.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cvsmenu/cvsmenu-1.80.ebuild,v 1.5 2004/06/24 23:01:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cvsmenu/cvsmenu-1.80.ebuild,v 1.6 2004/07/14 13:24:31 agriffis Exp $ inherit vim-plugin @@ -8,3 +8,4 @@ DESCRIPTION="vim plugin: Menu for CVS-Versioncontrol" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=58" LICENSE="LGPL-2" KEYWORDS="alpha sparc x86 ia64 ~ppc" +IUSE="" diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild index 348a1a4a81f5..1cc40eb95886 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild,v 1.6 2004/06/24 23:01:38 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.0.ebuild,v 1.7 2004/07/14 13:25:10 agriffis Exp $ inherit vim-plugin @@ -9,3 +9,4 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" KEYWORDS="alpha sparc ~x86 ~ppc ia64 mips" +IUSE="" diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild index 21da8cfc46ab..33e0d15c15c5 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild,v 1.1 2004/06/29 03:42:17 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/enhancedcommentify/enhancedcommentify-2.1-r1.ebuild,v 1.2 2004/07/14 13:25:10 agriffis Exp $ inherit vim-plugin @@ -9,4 +9,5 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" KEYWORDS="~alpha sparc ~x86 ~ppc ~ia64 mips" +IUSE="" SRC_URI="mirror://gentoo/${P}-r1.tar.bz2" diff --git a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild index ea15ed9f6602..ed930f8f0316 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.6 2004/06/24 23:01:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/gtk-syntax/gtk-syntax-20030219.ebuild,v 1.7 2004/07/14 13:28:29 agriffis Exp $ inherit vim-plugin @@ -8,3 +8,4 @@ DESCRIPTION="vim plugin: GTK+-2.2 syntax highlight" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=570" LICENSE="vim" KEYWORDS="x86 alpha ia64 sparc ~ppc" +IUSE="" |