Remove old.
authorTim Harder <radhermit@gentoo.org>
Mon, 17 Oct 2011 07:35:02 +0000 (07:35 +0000)
committerTim Harder <radhermit@gentoo.org>
Mon, 17 Oct 2011 07:35:02 +0000 (07:35 +0000)
Package-Manager: portage-2.2.0_alpha67/cvs/Linux x86_64

app-editors/vile/ChangeLog
app-editors/vile/files/vile-9.5-define-LEAD-before-use.patch [deleted file]
app-editors/vile/vile-9.3h.ebuild [deleted file]
app-editors/vile/vile-9.5-r1.ebuild [deleted file]
app-editors/vile/vile-9.6.ebuild [deleted file]
app-editors/xvile/ChangeLog
app-editors/xvile/xvile-9.4d-r1.ebuild [deleted file]
app-editors/xvile/xvile-9.6.ebuild [deleted file]

index 15855fbb95fd63d1e7da411347aeed746f31e7c6..ad1fb8d4950f6c41bbca5a9ef52e65b56c254009 100644 (file)
@@ -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 (file)
index 50422b4..0000000
+++ /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 (file)
index 585e06c..0000000
+++ /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 (file)
index 3c26464..0000000
+++ /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 (file)
index 4f9fce9..0000000
+++ /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
-}
index 8db198f13f5f3222edd1c6d4fd675bda8399b479..e340effbdd7db3adde8f8d881194894ec5e7e112 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for app-editors/xvile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.21 2011/04/30 20:53:34 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.22 2011/10/17 07:32:51 radhermit Exp $
+
+  17 Oct 2011; Tim Harder <radhermit@gentoo.org> -xvile-9.4d-r1.ebuild,
+  -xvile-9.6.ebuild:
+  Remove old.
 
 *xvile-9.8e (30 Apr 2011)
 
diff --git a/app-editors/xvile/xvile-9.4d-r1.ebuild b/app-editors/xvile/xvile-9.4d-r1.ebuild
deleted file mode 100644 (file)
index d4199e4..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d-r1.ebuild,v 1.4 2007/07/22 09:10:28 omp Exp $
-
-inherit eutils versionator
-
-MY_PV="$(get_version_component_range 1-2)"
-MY_P="${PN/x/}-${MY_PV}"
-S="${WORKDIR}/${MY_P}"
-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/${MY_P}.tgz
-       ftp://ftp.phred.org/pub/vile/patches/vile-9.4a.patch.gz
-       ftp://ftp.phred.org/pub/vile/patches/vile-9.4b.patch.gz
-       ftp://ftp.phred.org/pub/vile/patches/vile-9.4c.patch.gz
-       ftp://ftp.phred.org/pub/vile/patches/vile-9.4d.patch.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="perl"
-
-RDEPEND="perl? ( dev-lang/perl )
-       =app-editors/vile-${MY_PV}$(get_version_component_range 3)
-       >=x11-libs/libX11-1.0.0
-       >=x11-libs/libXt-1.0.0
-       >=x11-libs/libICE-1.0.0
-       >=x11-libs/libSM-1.0.0
-       >=x11-libs/libXaw-1.0.1
-       >=x11-libs/libXpm-3.5.4.2
-       >=x11-proto/xproto-7.0.4"
-DEPEND="${RDEPEND}
-       sys-devel/flex"
-
-src_unpack() {
-       unpack ${MY_P}.tgz
-       cd "${S}" || die "cd failed"
-
-       local p
-       for p in "${DISTDIR}"/vile-${PV%[a-z]}[a-${P##*[0-9]}].patch.gz; do
-               epatch ${p} || die "epatch failed"
-       done
-}
-
-src_compile() {
-       econf \
-               --with-ncurses \
-               --with-x \
-               `use_with perl` \
-               || die "configure failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       dobin xvile || die
-       dodoc CHANGES* README* doc/*
-}
diff --git a/app-editors/xvile/xvile-9.6.ebuild b/app-editors/xvile/xvile-9.6.ebuild
deleted file mode 100644 (file)
index 6c357e9..0000000
+++ /dev/null
@@ -1,42 +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/xvile/xvile-9.6.ebuild,v 1.1 2008/06/29 19:34:26 hawking Exp $
-
-inherit eutils versionator
-
-MY_PV="$(get_version_component_range 1-2)"
-MY_P="${PN/x/}-${MY_PV}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="http://invisible-island.net/vile/"
-SRC_URI="ftp://invisible-island.net/vile/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="perl"
-
-RDEPEND="perl? ( dev-lang/perl )
-       =app-editors/vile-${MY_PV}$(get_version_component_range 3)
-       >=x11-libs/libX11-1.0.0
-       >=x11-libs/libXt-1.0.0
-       >=x11-libs/libICE-1.0.0
-       >=x11-libs/libSM-1.0.0
-       >=x11-libs/libXaw-1.0.1
-       >=x11-libs/libXpm-3.5.4.2
-       >=x11-proto/xproto-7.0.4"
-DEPEND="${RDEPEND}
-       sys-devel/flex"
-
-src_compile() {
-       econf \
-               --with-ncurses \
-               --with-x \
-               $(use_with perl)
-       emake || die "emake failed"
-}
-
-src_install() {
-       dobin xvile || die "dobin failed"
-       dodoc CHANGES* README* doc/*
-}