diff options
author | 2011-10-17 07:35:02 +0000 | |
---|---|---|
committer | 2011-10-17 07:35:02 +0000 | |
commit | 53f09f71be33f9d35d5fc82876ed837f4beed31c (patch) | |
tree | 3bb9ddfbb47c6a51a22cc61ccd89938f7a9c30c8 /app-editors/vile | |
parent | Only update vi symlink if unset (bug #384861 by Roger). (diff) | |
download | historical-53f09f71be33f9d35d5fc82876ed837f4beed31c.tar.gz historical-53f09f71be33f9d35d5fc82876ed837f4beed31c.tar.bz2 historical-53f09f71be33f9d35d5fc82876ed837f4beed31c.zip |
Remove old.
Package-Manager: portage-2.2.0_alpha67/cvs/Linux x86_64
Diffstat (limited to 'app-editors/vile')
-rw-r--r-- | app-editors/vile/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/vile/files/vile-9.5-define-LEAD-before-use.patch | 19 | ||||
-rw-r--r-- | app-editors/vile/vile-9.3h.ebuild | 54 | ||||
-rw-r--r-- | app-editors/vile/vile-9.5-r1.ebuild | 50 | ||||
-rw-r--r-- | app-editors/vile/vile-9.6.ebuild | 44 |
5 files changed, 6 insertions, 168 deletions
diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index 15855fbb95fd..ad1fb8d4950f 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.35 2011/10/17 07:22:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.36 2011/10/17 07:35:02 radhermit Exp $ + + 17 Oct 2011; Tim Harder <radhermit@gentoo.org> -vile-9.3h.ebuild, + -vile-9.5-r1.ebuild, -files/vile-9.5-define-LEAD-before-use.patch, + -vile-9.6.ebuild: + Remove old. 17 Oct 2011; Tim Harder <radhermit@gentoo.org> vile-9.8e.ebuild: Only update vi symlink if unset (bug #384861 by Roger). diff --git a/app-editors/vile/files/vile-9.5-define-LEAD-before-use.patch b/app-editors/vile/files/vile-9.5-define-LEAD-before-use.patch deleted file mode 100644 index 50422b4560e8..000000000000 --- a/app-editors/vile/files/vile-9.5-define-LEAD-before-use.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- vile-9.5/filters/sql-filt.l.orig 2006-05-16 14:35:46.000000000 -0400 -+++ vile-9.5/filters/sql-filt.l 2006-05-16 14:36:01.000000000 -0400 -@@ -29,7 +29,6 @@ - static char *String_attr; - - static int next_line; /* state after one-line SQL*Plus */ --static int saved_state = LEAD; - - /******************************************************************************/ - -@@ -55,6 +54,8 @@ - - %% - -+static int saved_state = LEAD; -+ - <LEAD>{IDENT} { char *text = lowercase_of(yytext); - char *attr = ci_keyword_attr(text); - DPRINTF(("{%s->%s}", text, NONNULL(attr))); diff --git a/app-editors/vile/vile-9.3h.ebuild b/app-editors/vile/vile-9.3h.ebuild deleted file mode 100644 index 585e06cf8e22..000000000000 --- a/app-editors/vile/vile-9.3h.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# 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.14 2010/10/30 10:02:56 ssuominen Exp $ - -S=${WORKDIR}/vile-9.3 -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html" -SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.3.tgz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3a.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3b.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3c.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3d.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3e.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3f.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3g.patch.gz - ftp://ftp.phred.org/pub/vile/patches/vile-9.3h.patch.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha" -IUSE="perl" - -RDEPEND=">=sys-libs/ncurses-5.2 - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - sys-devel/flex" - -src_unpack() { - unpack vile-9.3.tgz - - cd "${S}" - local i - for i in a b c d e f g h - do - gunzip -c "${DISTDIR}"/vile-9.3$i.patch.gz | patch -p1 - done -} - -src_compile() { - local myconf - use perl && myconf="--with-perl" - - ./configure --prefix=/usr --host=${CHOST} \ - --mandir=/usr/share/man \ - --with-ncurses \ - $myconf || die - - emake || die -} - -src_install () { - make DESTDIR="${D}" install || die - dodoc CHANGES* MANIFEST INSTALL README* doc/* -} diff --git a/app-editors/vile/vile-9.5-r1.ebuild b/app-editors/vile/vile-9.5-r1.ebuild deleted file mode 100644 index 3c2646458b26..000000000000 --- a/app-editors/vile/vile-9.5-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.5-r1.ebuild,v 1.5 2008/03/08 14:44:55 nelchael Exp $ - -inherit eutils - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="perl" - -RDEPEND=">=sys-libs/ncurses-5.2 - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - sys-devel/flex - app-admin/eselect-vi" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${P}-define-LEAD-before-use.patch" -} - -src_compile() { - econf \ - --with-ncurses \ - $(use_with perl ) \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc CHANGES* README* doc/* -} - -pkg_postinst() { - einfo "Setting /usr/bin/vi symlink" - eselect vi set "${PN}" -} - -pkg_postrm() { - einfo "Updating /usr/bin/vi symlink" - eselect vi update -} diff --git a/app-editors/vile/vile-9.6.ebuild b/app-editors/vile/vile-9.6.ebuild deleted file mode 100644 index 4f9fce9f9b96..000000000000 --- a/app-editors/vile/vile-9.6.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.6.ebuild,v 1.2 2009/07/20 10:53:21 flameeyes Exp $ - -inherit eutils - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -IUSE="perl" - -RDEPEND=">=sys-libs/ncurses-5.2 - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - sys-devel/flex - app-admin/eselect-vi" - -src_compile() { - econf \ - --with-ncurses \ - $(use_with perl ) \ - || die "configure failed" - emake || die "emake failed" -} - -src_install() { - # bug #278415 - emake -j1 DESTDIR="${D}" install || die "install failed" - dodoc CHANGES* README* doc/* -} - -pkg_postinst() { - einfo "Setting /usr/bin/vi symlink" - eselect vi set "${PN}" -} - -pkg_postrm() { - einfo "Updating /usr/bin/vi symlink" - eselect vi update -} |