From e2e20474be7f7fa70a6df8c806bc5d2d6117fe65 Mon Sep 17 00:00:00 2001 From: Tim Harder Date: Sun, 24 Jun 2012 04:21:59 +0000 Subject: Remove old. (Portage version: 2.2.0_alpha110/cvs/Linux x86_64) --- app-editors/vile/ChangeLog | 6 +++++- app-editors/vile/vile-9.8e.ebuild | 42 --------------------------------------- app-editors/vile/vile-9.8f.ebuild | 42 --------------------------------------- 3 files changed, 5 insertions(+), 85 deletions(-) delete mode 100644 app-editors/vile/vile-9.8e.ebuild delete mode 100644 app-editors/vile/vile-9.8f.ebuild (limited to 'app-editors/vile') diff --git a/app-editors/vile/ChangeLog b/app-editors/vile/ChangeLog index 58fcedfa18ca..531ea17ed567 100644 --- a/app-editors/vile/ChangeLog +++ b/app-editors/vile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/vile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.40 2012/03/19 06:42:56 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/ChangeLog,v 1.41 2012/06/24 04:21:59 radhermit Exp $ + + 24 Jun 2012; Tim Harder -vile-9.8e.ebuild, + -vile-9.8f.ebuild: + Remove old. *vile-9.8g (19 Mar 2012) diff --git a/app-editors/vile/vile-9.8e.ebuild b/app-editors/vile/vile-9.8e.ebuild deleted file mode 100644 index 8b9286d2f2ba..000000000000 --- a/app-editors/vile/vile-9.8e.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.8e.ebuild,v 1.3 2011/12/13 21:57:44 radhermit Exp $ - -EAPI=4 - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/current/${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_configure() { - econf \ - --with-ncurses \ - $(use_with perl ) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc CHANGES* README doc/*.doc - dohtml doc/*.html -} - -pkg_postinst() { - einfo "Updating /usr/bin/vi symlink" - eselect vi update --if-unset -} - -pkg_postrm() { - einfo "Updating /usr/bin/vi symlink" - eselect vi update --if-unset -} diff --git a/app-editors/vile/vile-9.8f.ebuild b/app-editors/vile/vile-9.8f.ebuild deleted file mode 100644 index 75efee843025..000000000000 --- a/app-editors/vile/vile-9.8f.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vile/vile-9.8f.ebuild,v 1.3 2012/02/10 18:01:31 grobian Exp $ - -EAPI="4" - -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone" -HOMEPAGE="http://invisible-island.net/vile/" -SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="perl" - -RDEPEND=">=sys-libs/ncurses-5.2 - perl? ( dev-lang/perl )" -DEPEND="${RDEPEND} - sys-devel/flex - app-admin/eselect-vi" - -src_configure() { - econf \ - --with-ncurses \ - $(use_with perl ) -} - -src_install() { - emake DESTDIR="${D}" install - dodoc CHANGES* README doc/*.doc - dohtml doc/*.html -} - -pkg_postinst() { - einfo "Updating ${EPREFIX}/usr/bin/vi symlink" - eselect vi update --if-unset -} - -pkg_postrm() { - einfo "Updating ${EPREFIX}/usr/bin/vi symlink" - eselect vi update --if-unset -} -- cgit v1.2.3-65-gdbad