diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-10-17 07:32:51 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-10-17 07:32:51 +0000 |
commit | 182410e73fd0b26dde38c56b97f4229224015d2d (patch) | |
tree | e25236b69ec8d4f7f811c11828d9fed318b71a3c /app-editors/xvile | |
parent | Only update vi symlink if unset (bug #384861 by Roger). (diff) | |
download | gentoo-2-182410e73fd0b26dde38c56b97f4229224015d2d.tar.gz gentoo-2-182410e73fd0b26dde38c56b97f4229224015d2d.tar.bz2 gentoo-2-182410e73fd0b26dde38c56b97f4229224015d2d.zip |
Remove old.
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.4d-r1.ebuild | 57 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.6.ebuild | 42 |
3 files changed, 5 insertions, 100 deletions
diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog index 8db198f13f5f..e340effbdd7d 100644 --- a/app-editors/xvile/ChangeLog +++ b/app-editors/xvile/ChangeLog @@ -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 index d4199e4359ab..000000000000 --- a/app-editors/xvile/xvile-9.4d-r1.ebuild +++ /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 index 6c357e90af82..000000000000 --- a/app-editors/xvile/xvile-9.6.ebuild +++ /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/* -} |