summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-07-19 23:25:39 +0000
committerAron Griffis <agriffis@gentoo.org>2004-07-19 23:25:39 +0000
commit5dbae84ea9b9ca506ab1fb4c5ecdd7ff85c6f15b (patch)
tree7ac19e01c3205a8a1452e3529cab0076e9d8544b /app-editors
parentclean up the ebuilds a bit (diff)
downloadhistorical-5dbae84ea9b9ca506ab1fb4c5ecdd7ff85c6f15b.tar.gz
historical-5dbae84ea9b9ca506ab1fb4c5ecdd7ff85c6f15b.tar.bz2
historical-5dbae84ea9b9ca506ab1fb4c5ecdd7ff85c6f15b.zip
use IUSE="${IUSE} blah" until portage 2.0.51 is stable
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim/Manifest4
-rw-r--r--app-editors/vim/vim-6.2-r9.ebuild4
-rw-r--r--app-editors/vim/vim-6.3.ebuild4
3 files changed, 6 insertions, 6 deletions
diff --git a/app-editors/vim/Manifest b/app-editors/vim/Manifest
index dc44de1c52c9..d8fd0a04336f 100644
--- a/app-editors/vim/Manifest
+++ b/app-editors/vim/Manifest
@@ -1,5 +1,5 @@
-MD5 c682e451714a81cb56e66b660a7032bb vim-6.3.ebuild 826
-MD5 10a6f789c28dd71dbdfa09a66c7c66ef vim-6.2-r9.ebuild 795
+MD5 13ff2306a62b1fb00ab637967ec5bac1 vim-6.3.ebuild 834
+MD5 70ff5f08eadd85a141fc40239163a997 vim-6.2-r9.ebuild 803
MD5 b4224a041e08802750aa36a57321f69d ChangeLog 18002
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
MD5 cf04f5e783d474814c5923309b511165 files/digest-vim-6.3 203
diff --git a/app-editors/vim/vim-6.2-r9.ebuild b/app-editors/vim/vim-6.2-r9.ebuild
index ddaa73dc80a0..4828e56b8046 100644
--- a/app-editors/vim/vim-6.2-r9.ebuild
+++ b/app-editors/vim/vim-6.2-r9.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-editors/vim/vim-6.2-r9.ebuild,v 1.13 2004/07/13 17:15:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.2-r9.ebuild,v 1.14 2004/07/19 23:25:39 agriffis Exp $
inherit vim
@@ -17,7 +17,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
KEYWORDS="alpha hppa mips ppc sparc ~x86 amd64 ~ia64 s390 ppc64 arm"
-IUSE="nls"
+IUSE="${IUSE} nls"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"
diff --git a/app-editors/vim/vim-6.3.ebuild b/app-editors/vim/vim-6.3.ebuild
index c59e8c0695f6..addd4d70613b 100644
--- a/app-editors/vim/vim-6.3.ebuild
+++ b/app-editors/vim/vim-6.3.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-editors/vim/vim-6.3.ebuild,v 1.10 2004/07/13 17:15:26 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-6.3.ebuild,v 1.11 2004/07/19 23:25:39 agriffis Exp $
inherit vim
@@ -18,7 +18,7 @@ SRC_URI="${SRC_URI}
S=${WORKDIR}/vim${VIM_VERSION/.}
DESCRIPTION="Vi IMproved!"
KEYWORDS="x86 sparc mips ppc amd64 alpha ia64 ~arm hppa ppc64 ~s390"
-IUSE="nls"
+IUSE="${IUSE} nls"
PROVIDE="virtual/editor"
DEPEND="${DEPEND}
~app-editors/vim-core-${PV}"