public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/
Date: Fri, 26 Jan 2024 12:56:08 +0000 (UTC)	[thread overview]
Message-ID: <1706273754.d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9.sam@gentoo> (raw)

commit:     d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 26 12:55:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 26 12:55:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d20bb09c

app-editors/xvile: add 9.8z

Closes: https://bugs.gentoo.org/893916
Closes: https://bugs.gentoo.org/906021
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/xvile/Manifest          |  2 ++
 app-editors/xvile/xvile-9.8z.ebuild | 59 +++++++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/app-editors/xvile/Manifest b/app-editors/xvile/Manifest
index 87584730daa3..1fd26cd6f7b3 100644
--- a/app-editors/xvile/Manifest
+++ b/app-editors/xvile/Manifest
@@ -4,3 +4,5 @@ DIST vile-9.8x.tgz 2476108 BLAKE2B a788f3a0544d2044e41aadd1d875ef62bd40179aa2090
 DIST vile-9.8x.tgz.asc 729 BLAKE2B 30d033ac048b88c74f6115eeb2c09984a438e60cc4ad291532bdd0789408b9a4c0734d0322588741da2d66562258a8cb7ba557f5c7e212a4219bc6b2719d1407 SHA512 2138a256e00e2d68e747c09579ed4c4d946f6337cc3b2b8763a775871afd9acb96f1562746347632dd021b0528f0e2143e1bcba3b1e583c685f58e9f19af543a
 DIST vile-9.8y.tgz 2477410 BLAKE2B 993f43a8e033e40d95c6d762daafebf328cae291380d448ec14b2a335569d5de7f628308433cb5abec15958bf1fc47c29f3f0ed49282f22cf7affd839c6ac2c6 SHA512 ce3c7178f6aecfd152e487d0053399739cf8880aa9c38283c9e4e7b95606fa2484f3cf9f7e797f538a47555be5257fbd34b112210e68a39d74f6b8ae7d968c32
 DIST vile-9.8y.tgz.asc 729 BLAKE2B 224cc75c025eb81b898990cb9f44a24e340664c658cead90f16d9103ed3bd3f15ce2c5dcf278c25f4a82069be2d39905f241c5d263b3170a731fb7e865cc45f7 SHA512 5475819801b6dcf3259811b5d3e29584a89baf574ca5685e61c6f98ba15c088ac6843bef66d2a9008b18fb4013fb40aa963ee48b15a786d6724f9ad7a599bd13
+DIST vile-9.8z.tgz 2491799 BLAKE2B a581d269931b2f14307a37e9ec9166cd66d6b48aea15405b6805d6ef2ff448342ff4027d10ef67ed9eace1083484ff282edd8f13341ed515a2f11efed9f8e74d SHA512 f5ff6f3d239f993d7b060e89650567e1c622cec1a024901e29d15cd9a588e8603097e12087d54e88beca91a3a7cd7328a541bac62889368da6636f143d6380ff
+DIST vile-9.8z.tgz.asc 729 BLAKE2B 62c9a5b34f3c1018df7e702dfc8e2bc24012aefb305abc1f21a58181a4ec89df6358d601ced10b41942c2bd63dc4e97f56987f90293deb4c8783dc0b98c38065 SHA512 0c7f5b64425f3f28833e54e072709687730e10fab7e231c1850335aa736ddeb5a6c800b66bab2ad6c79460d13987ee6803f9abb0606cd79682e2e1026b3ece25

diff --git a/app-editors/xvile/xvile-9.8z.ebuild b/app-editors/xvile/xvile-9.8z.ebuild
new file mode 100644
index 000000000000..65f99a7cda4f
--- /dev/null
+++ b/app-editors/xvile/xvile-9.8z.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Bump with app-editors/vile
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/thomasdickey.asc
+inherit verify-sig
+
+MY_P="${PN/x/}-${PV}"
+DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
+HOMEPAGE="https://invisible-island.net/vile/"
+SRC_URI="https://invisible-island.net/archives/vile/current/${MY_P}.tgz"
+SRC_URI+=" verify-sig? ( https://invisible-island.net/archives/vile/current/${MY_P}.tgz.asc )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~riscv ~sparc ~x86"
+IUSE="perl"
+
+RDEPEND="
+	~app-editors/vile-${PV}
+	virtual/libcrypt:=
+	>=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
+	perl? ( dev-lang/perl:= )
+"
+DEPEND="
+	${RDEPEND}
+	x11-base/xorg-proto
+"
+BDEPEND="
+	app-alternatives/lex
+	virtual/pkgconfig
+	verify-sig? ( sec-keys/openpgp-keys-thomasdickey )
+"
+
+S="${WORKDIR}"/${MY_P}
+
+src_configure() {
+	econf \
+		--disable-stripping \
+		--with-ncurses \
+		--with-pkg-config \
+		--with-x \
+		$(use_with perl)
+}
+
+src_install() {
+	dobin xvile
+	dodoc CHANGES* README doc/*.doc
+	docinto html
+	dodoc doc/*.html
+}


             reply	other threads:[~2024-01-26 12:56 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 12:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-02 23:00 [gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/ 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
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-12-29  7:48 Tim Harder
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=1706273754.d20bb09cc1c96d93fd13f0d2c968fc45a0d2e5b9.sam@gentoo \
    --to=sam@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