summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-03-03 15:37:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-03-03 15:37:10 +0000
commit7c7c7e7b9b485c912403f20d2032982701d15120 (patch)
tree74fee10e1e24312099b1cadb186501b5870d135f /app-editors/xvile
parentVersion bumped. (diff)
downloadhistorical-7c7c7e7b9b485c912403f20d2032982701d15120.tar.gz
historical-7c7c7e7b9b485c912403f20d2032982701d15120.tar.bz2
historical-7c7c7e7b9b485c912403f20d2032982701d15120.zip
Add updated version, fix keywords problems, etc
Diffstat (limited to 'app-editors/xvile')
-rw-r--r--app-editors/xvile/ChangeLog7
-rw-r--r--app-editors/xvile/Manifest4
-rw-r--r--app-editors/xvile/files/digest-xvile-9.4d5
-rw-r--r--app-editors/xvile/xvile-9.4d.ebuild48
4 files changed, 62 insertions, 2 deletions
diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog
index 746cf582dbb4..65a88549ac2f 100644
--- a/app-editors/xvile/ChangeLog
+++ b/app-editors/xvile/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/xvile
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.6 2004/03/03 00:47:09 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.7 2004/03/03 15:37:10 agriffis Exp $
+
+*xvile-9.4d (02 Mar 2004)
+
+ 02 Mar 2004; <agriffis@gentoo.org> xvile-9.4d.ebuild:
+ Add updated version, fix keywords problems, etc
02 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> xvile-9.2r.ebuild:
Tidy older ebuild since it depends on an old app-editors/vile version
diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest
index 14c1d39c12da..a64071d0d8ee 100644
--- a/app-editors/xvile/Manifest
+++ b/app-editors/xvile/Manifest
@@ -1,3 +1,5 @@
-MD5 1c4ac7ef469d892824ca4157d0cc2f8c ChangeLog 1358
+MD5 986e21a029f2bf277b47e44533a472a8 ChangeLog 1491
+MD5 aad76f4c0816eba2695820a8f56c9853 xvile-9.4d.ebuild 1245
MD5 20169fbe890b9057599d51fd456ef80c xvile-9.3h.ebuild 1525
+MD5 cb5eef1dde0145c3a3daee63b4388131 files/digest-xvile-9.4d 305
MD5 55768ae3bd94b5c67efdb12a1c969702 files/digest-xvile-9.3h 551
diff --git a/app-editors/xvile/files/digest-xvile-9.4d b/app-editors/xvile/files/digest-xvile-9.4d
new file mode 100644
index 000000000000..a29dc80d695e
--- /dev/null
+++ b/app-editors/xvile/files/digest-xvile-9.4d
@@ -0,0 +1,5 @@
+MD5 1c69045467b7c48be99fa7ac2052a95f vile-9.4.tgz 1549606
+MD5 a6fc7b8a370cbd75d8b08c78c10c9422 vile-9.4a.patch.gz 17204
+MD5 a1cfe131604727f8c7e79e6d6adce601 vile-9.4b.patch.gz 63382
+MD5 8b0d033ea3efe2ea40050d66892017e1 vile-9.4c.patch.gz 8660
+MD5 4b425a8bc9f5a7fcf12277f63e4e6b69 vile-9.4d.patch.gz 18117
diff --git a/app-editors/xvile/xvile-9.4d.ebuild b/app-editors/xvile/xvile-9.4d.ebuild
new file mode 100644
index 000000000000..3e53a04ae45a
--- /dev/null
+++ b/app-editors/xvile/xvile-9.4d.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.1 2004/03/03 15:37:10 agriffis Exp $
+
+IUSE="perl"
+
+S=${WORKDIR}/vile-9.4
+DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
+SRC_URI="ftp://ftp.phred.org/pub/vile/vile-9.4.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"
+
+HOMEPAGE="http://www.clark.net/pub/dickey/vile/vile.html"
+
+RDEPEND="perl? ( dev-lang/perl )
+ virtual/x11
+ =app-editors/vile-${PVR}"
+
+DEPEND="${RDEPEND}
+ sys-devel/flex"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 ~ppc ~sparc alpha ia64"
+
+src_unpack() {
+ local p
+
+ unpack vile-9.4.tgz
+ cd ${S} || die "cd failed"
+
+ 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
+ dodoc CHANGES* COPYING MANIFEST INSTALL README* doc/*
+}