diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-27 17:19:06 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-27 17:19:06 +0000 |
commit | a9fecd5dcdffdb69b412f966c0906b891f9eb8dd (patch) | |
tree | a2fc059c190367861beefc60c2f6f48b939d589b /app-editors | |
parent | Another package manager, much like gentoo! (diff) | |
download | gentoo-2-a9fecd5dcdffdb69b412f966c0906b891f9eb8dd.tar.gz gentoo-2-a9fecd5dcdffdb69b412f966c0906b891f9eb8dd.tar.bz2 gentoo-2-a9fecd5dcdffdb69b412f966c0906b891f9eb8dd.zip |
unmasking for perl 5.8
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vile/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/vile/vile-9.3h.ebuild | 4 | ||||
-rw-r--r-- | app-editors/xvile/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.3h.ebuild | 4 |
4 files changed, 16 insertions, 6 deletions
diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index 3ab6d2b14b9f..e51c61cac3b8 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/vile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.5 2002/12/22 18:34:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.6 2002/12/27 17:18:11 mcummings Exp $ + + 27 Dec 2002; Michael Cummings <mcummings@gentoo.org> : + vile-9.3h.ebuild: + + Unmasking for x86 - this version works with perl 5.8, now unmasked. + *vile-9.3h (22 Dec 2002) diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild index 2ab79563d80d..d8457ecf3ef2 100644 --- a/app-editors/vile/vile-9.3h.ebuild +++ b/app-editors/vile/vile-9.3h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.1 2002/12/22 18:34:32 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.3h.ebuild,v 1.2 2002/12/27 17:18:11 mcummings Exp $ IUSE="perl" @@ -27,7 +27,7 @@ RDEPEND="virtual/glibc SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" src_unpack() { unpack vile-9.3.tgz diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog index 8df1e3efdc87..8d5401bc1668 100644 --- a/app-editors/xvile/ChangeLog +++ b/app-editors/xvile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xvile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.2 2002/12/22 18:34:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.3 2002/12/27 17:19:06 mcummings Exp $ + + 27 Dec 2002; Michael Cummings <mcummings@gentoo.org> xvile-9.3h.ebuild: + + Unmasking - perl 5.8 will work with this version. *xvile-9.3h (22 Dec 2002) diff --git a/app-editors/xvile/xvile-9.3h.ebuild b/app-editors/xvile/xvile-9.3h.ebuild index 5b7dec63aad5..072db54a3db9 100644 --- a/app-editors/xvile/xvile-9.3h.ebuild +++ b/app-editors/xvile/xvile-9.3h.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.3h.ebuild,v 1.1 2002/12/22 18:34:03 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.3h.ebuild,v 1.2 2002/12/27 17:19:06 mcummings Exp $ IUSE="perl" @@ -27,7 +27,7 @@ RDEPEND="perl? ( sys-devel/perl )" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" src_unpack() { unpack vile-9.3.tgz |