summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-06-24 04:20:55 +0000
committerTim Harder <radhermit@gentoo.org>2012-06-24 04:20:55 +0000
commitd44405d93480ef40f23b66b94e8ab85c7338dc73 (patch)
tree76283be989f41d64ad0c4f266fb4c7c7dcef215c /app-editors
parentRemove old. (diff)
downloadgentoo-2-d44405d93480ef40f23b66b94e8ab85c7338dc73.tar.gz
gentoo-2-d44405d93480ef40f23b66b94e8ab85c7338dc73.tar.bz2
gentoo-2-d44405d93480ef40f23b66b94e8ab85c7338dc73.zip
Remove old.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xvile/ChangeLog6
-rw-r--r--app-editors/xvile/xvile-9.8e.ebuild44
-rw-r--r--app-editors/xvile/xvile-9.8f.ebuild44
3 files changed, 5 insertions, 89 deletions
diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog
index 0aa622011416..cba939c91dbd 100644
--- a/app-editors/xvile/ChangeLog
+++ b/app-editors/xvile/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/xvile
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.25 2012/03/19 06:46:42 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.26 2012/06/24 04:20:55 radhermit Exp $
+
+ 24 Jun 2012; Tim Harder <radhermit@gentoo.org> -xvile-9.8e.ebuild,
+ -xvile-9.8f.ebuild:
+ Remove old.
*xvile-9.8g (19 Mar 2012)
diff --git a/app-editors/xvile/xvile-9.8e.ebuild b/app-editors/xvile/xvile-9.8e.ebuild
deleted file mode 100644
index 5dd3efa7936a..000000000000
--- a/app-editors/xvile/xvile-9.8e.ebuild
+++ /dev/null
@@ -1,44 +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/xvile/xvile-9.8e.ebuild,v 1.2 2011/12/13 22:07:53 radhermit Exp $
-
-EAPI=4
-
-inherit versionator
-
-MY_P="${PN/x/}-${PV}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="http://invisible-island.net/vile/"
-SRC_URI="ftp://invisible-island.net/vile/current/${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-${PV}
- >=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"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --with-ncurses \
- --with-x \
- $(use_with perl)
-}
-
-src_install() {
- dobin xvile
- dodoc CHANGES* README doc/*.doc
- dohtml doc/*.html
-}
diff --git a/app-editors/xvile/xvile-9.8f.ebuild b/app-editors/xvile/xvile-9.8f.ebuild
deleted file mode 100644
index dd91c477d151..000000000000
--- a/app-editors/xvile/xvile-9.8f.ebuild
+++ /dev/null
@@ -1,44 +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/xvile/xvile-9.8f.ebuild,v 1.1 2011/12/13 22:02:55 radhermit Exp $
-
-EAPI="4"
-
-inherit versionator
-
-MY_P="${PN/x/}-${PV}"
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="http://invisible-island.net/vile/"
-SRC_URI="ftp://invisible-island.net/vile/current/${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-${PV}
- >=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"
-
-S="${WORKDIR}/${MY_P}"
-
-src_configure() {
- econf \
- --with-ncurses \
- --with-x \
- $(use_with perl)
-}
-
-src_install() {
- dobin xvile
- dodoc CHANGES* README doc/*.doc
- dohtml doc/*.html
-}