public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/
Date: Sat, 29 Dec 2018 07:48:55 +0000 (UTC)	[thread overview]
Message-ID: <1546069009.d22b776633f5be491275c839a0e851416a70a07b.radhermit@gentoo> (raw)

commit:     d22b776633f5be491275c839a0e851416a70a07b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 29 07:35:08 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Dec 29 07:36:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d22b7766

app-editors/xvile: version bump to 9.8t

Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>

 app-editors/xvile/Manifest          |  1 +
 app-editors/xvile/xvile-9.8t.ebuild | 42 +++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest
index 98d04e2da3f..1ab676dbbdb 100644
--- a/app-editors/xvile/Manifest
+++ b/app-editors/xvile/Manifest
@@ -1,2 +1,3 @@
 DIST vile-9.8r.tgz 2322132 BLAKE2B ec477afbf927b527a484dd6ec2cf596a3f97ee1a523e7254aaaf88b98c1b353c82358a0e80408bcbe270ec6eb7b958fb8e9d517801705cf8bbcb4e58bea94026 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4
 DIST vile-9.8s.tgz 2328441 BLAKE2B 35b5cbec671347eb81503b70a2061395e3c8c904cd304acc83feda2baed71ede7936143ea554bb3bba0cda8056b1a6d76c5ee6473b244a8a05d113a8e613ead0 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab
+DIST vile-9.8t.tgz 2352119 BLAKE2B fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4 SHA512 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229

diff --git a/app-editors/xvile/xvile-9.8t.ebuild b/app-editors/xvile/xvile-9.8t.ebuild
new file mode 100644
index 00000000000..f8f7894ccb3
--- /dev/null
+++ b/app-editors/xvile/xvile-9.8t.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN/x/}-${PV}"
+DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
+HOMEPAGE="https://invisible-island.net/vile/"
+SRC_URI="ftp://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"
+DEPEND="${RDEPEND}
+	x11-base/xorg-proto
+	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
+	docinto html
+	dodoc doc/*.html
+}


             reply	other threads:[~2018-12-29  7:49 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-29  7:48 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-19 22:49 [gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/ Sam James
2024-11-02 23:00 Andreas K. Hüttel
2024-03-10 12:49 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-04 10:36 Sam James
2024-01-26 13:01 Sam James
2024-01-26 12:56 Sam James
2023-12-10 13:21 Arthur Zamarin
2023-12-10 13:21 Arthur Zamarin
2023-12-10 11:24 Arthur Zamarin
2023-12-10 11:24 Arthur Zamarin
2023-02-01  7:34 Arthur Zamarin
2023-02-01  7:31 Sam James
2023-02-01  7:27 Sam James
2023-02-01  7:27 Sam James
2023-01-31 18:43 Sam James
2023-01-31 18:43 Sam James
2023-01-13 18:26 Arthur Zamarin
2022-12-27 23:01 Sam James
2022-12-27 20:27 Sam James
2022-12-27 20:27 Sam James
2022-12-27 11:40 Sam James
2022-12-07 19:41 Sam James
2022-12-06 20:32 Sam James
2022-12-06 20:32 Sam James
2022-09-21 12:25 Agostino Sarubbo
2022-09-20  8:50 Agostino Sarubbo
2022-09-20  8:49 Agostino Sarubbo
2022-09-20  8:47 Agostino Sarubbo
2022-08-24  0:48 Sam James
2022-06-02 14:08 Ionen Wolkens
2022-06-02  2:36 Sam James
2022-06-02  2:36 Sam James
2021-10-29 13:31 Yixun Lan
2021-07-10  1:11 Sam James
2021-05-09 12:53 David Seifert
2019-07-31 15:33 Tim Harder
2019-07-31 13:34 Agostino Sarubbo
2019-07-31 13:12 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2018-04-27  1:14 Matt Turner
2017-09-05 20:22 Tim Harder
2017-06-10 15:10 Agostino Sarubbo
2017-04-27 11:23 Agostino Sarubbo
2017-04-22  7:33 Tobias Klausmann
2017-04-12 11:10 Tim Harder
2016-08-20 23:32 Tim Harder
2015-08-28  6:40 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1546069009.d22b776633f5be491275c839a0e851416a70a07b.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox