diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-05-01 16:27:59 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-05-01 16:27:59 +0000 |
commit | 69fecd18440985e98831bf24e4614e9f36d98a7a (patch) | |
tree | f61f0adde8bf0389c7c559c65da161b7748f1fa1 /app-editors/vi | |
parent | Added experimental ppc version (diff) | |
download | historical-69fecd18440985e98831bf24e4614e9f36d98a7a.tar.gz historical-69fecd18440985e98831bf24e4614e9f36d98a7a.tar.bz2 historical-69fecd18440985e98831bf24e4614e9f36d98a7a.zip |
#48222
Diffstat (limited to 'app-editors/vi')
-rw-r--r-- | app-editors/vi/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/vi/Manifest | 6 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r4.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vi/vi-3.7-r5.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/app-editors/vi/ChangeLog b/app-editors/vi/ChangeLog index a0bb0b5b519d..8c1966056431 100644 --- a/app-editors/vi/ChangeLog +++ b/app-editors/vi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/vi # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.26 2004/04/27 16:46:24 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/ChangeLog,v 1.27 2004/05/01 16:27:59 ciaranm Exp $ + + 01 May 2004; Ciaran McCreesh <ciaranm@gentoo.org> vi-3.7-r4.ebuild, + vi-3.7-r5.ebuild: + Fixed HOMEPAGE, #48222 27 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> vi-3.7-r5.ebuild: Narked stable on amd64. diff --git a/app-editors/vi/Manifest b/app-editors/vi/Manifest index 1f567c43adb7..a7f1dc35e1f9 100644 --- a/app-editors/vi/Manifest +++ b/app-editors/vi/Manifest @@ -1,6 +1,6 @@ -MD5 a972093a0010a969899b808bf118bafb ChangeLog 3537 +MD5 41a1bf4a2c4e4420925917642a4943e2 ChangeLog 3651 +MD5 a5ff64abca07420ddb023438dbecdc94 vi-3.7-r4.ebuild 1814 +MD5 6fc916d3b72d171a049f6b90e0752898 vi-3.7-r5.ebuild 1847 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 -MD5 6180374f65ce92f6db6c671f08e1aac4 vi-3.7-r4.ebuild 1811 -MD5 16f1609e730c33c103ba16b35665d155 vi-3.7-r5.ebuild 1844 MD5 ce4d692dfa7de2308c057231387e920c files/digest-vi-3.7-r4 61 MD5 25bd0a0d78a6d80250c679b3e34523ff files/digest-vi-3.7-r5 61 diff --git a/app-editors/vi/vi-3.7-r4.ebuild b/app-editors/vi/vi-3.7-r4.ebuild index 07a7df6c0d52..7e672d823802 100644 --- a/app-editors/vi/vi-3.7-r4.ebuild +++ b/app-editors/vi/vi-3.7-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r4.ebuild,v 1.6 2004/04/18 18:52:20 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r4.ebuild,v 1.7 2004/05/01 16:27:59 ciaranm Exp $ IUSE="" @@ -8,7 +8,7 @@ MY_P=ex-020403 S=${WORKDIR}/${MY_P} DESCRIPTION="The original VI package" SRC_URI="mirror://sourceforge/ex-vi/${MY_P}.tar.gz" -HOMEPAGE="http://ex-vi.berlios.de/" +HOMEPAGE="http://ex-vi.sourceforge.net/" LICENSE="Caldera" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha hppa" diff --git a/app-editors/vi/vi-3.7-r5.ebuild b/app-editors/vi/vi-3.7-r5.ebuild index 89a02fb53aaa..4ede69e87b7e 100644 --- a/app-editors/vi/vi-3.7-r5.ebuild +++ b/app-editors/vi/vi-3.7-r5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r5.ebuild,v 1.8 2004/04/27 16:46:24 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vi/vi-3.7-r5.ebuild,v 1.9 2004/05/01 16:27:59 ciaranm Exp $ IUSE="" MY_P=ex-040103 S=${WORKDIR}/${MY_P} DESCRIPTION="The original VI package" -HOMEPAGE="http://ex-vi.berlios.de/" +HOMEPAGE="http://ex-vi.sourceforge.net/" SRC_URI="mirror://sourceforge/ex-vi/${MY_P}.tar.gz" SLOT="0" LICENSE="Caldera" |