From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/
Date: Sat, 1 Oct 2022 01:29:40 +0000 (UTC) [thread overview]
Message-ID: <1664587771.1ea57d7bfe9bbad7c8b494bc180a1f1e37462acf.sam@gentoo> (raw)
commit: 1ea57d7bfe9bbad7c8b494bc180a1f1e37462acf
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 1 01:19:19 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 1 01:29:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea57d7b
dev-libs/libvterm: add 0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/libvterm/Manifest | 1 +
dev-libs/libvterm/libvterm-0.3.ebuild | 28 ++++++++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest
index ab3d2b0602ca..115db5509890 100644
--- a/dev-libs/libvterm/Manifest
+++ b/dev-libs/libvterm/Manifest
@@ -1,2 +1,3 @@
DIST libvterm-0.1.4.tar.gz 69122 BLAKE2B 4f0acc9ec6755c4a840e5df6c32c44e12c5316b5c5918d0e8eada19d819736c3e5b9090b468e32b3141a7fbb5ba226e365be27d6d1d9ca22f9f5e365fc3971c2 SHA512 90b5d47417e3f469df5c6574a27d12bd6bd1571d17cab7c4ac0ee61b1dbcb6361987f6fdfd11e314ea32f8958ec165c319a34d0f77288947c7cbc11de697d524
DIST libvterm-0.2.tar.gz 79712 BLAKE2B db17d15550a595652368edd7ee0ccab2a69effa79677a23d6ee94731fc05d685df0de843d2e953cd59d2077922e72834d7ab09eaf5260aed869d9511cfd224a7 SHA512 bc99ae4fbdc165ced92c10fb0168ae6da2ed702208064616fefcd42aba71c57b7d42a08bc5b0e7e1ebda8cc4b5682d16059bdd2edfb12fbd8ac97527e854b14c
+DIST libvterm-0.3.tar.gz 83861 BLAKE2B a2e8e9d80698880d87f9d26977a4e3dec7b520c3096d0ca6f7823254eeebe51666380ed2a5c05c923dd8b138f15c87e671fdfb03e5511c01711e112cdda9867a SHA512 2a7b6831476465d6a9f7c792406f4e3c4eca0c3dbce4b7031f2646c87e33692128a3d3ce27e1541403772cc0b5eface7bd41325e1e5300c3915bfc0bac97a896
diff --git a/dev-libs/libvterm/libvterm-0.3.ebuild b/dev-libs/libvterm/libvterm-0.3.ebuild
new file mode 100644
index 000000000000..5011f386127d
--- /dev/null
+++ b/dev-libs/libvterm/libvterm-0.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
+HOMEPAGE="https://www.leonerd.org.uk/code/libvterm/"
+SRC_URI="https://www.leonerd.org.uk/code/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos"
+
+BDEPEND="
+ dev-lang/perl
+ sys-devel/libtool
+"
+
+src_compile() {
+ emake VERBOSE=1 PREFIX="${EPREFIX}"/usr LIBDIR="${EPREFIX}/usr/$(get_libdir)"
+}
+
+src_install() {
+ emake VERBOSE=1 DESTDIR="${D}" PREFIX="${EPREFIX}"/usr LIBDIR="${EPREFIX}/usr/$(get_libdir)" install
+
+ find "${ED}" -name '*.la' -delete || die "Failed to prune libtool files"
+ find "${ED}" -name '*.a' -delete || die
+}
next reply other threads:[~2022-10-01 1:29 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-01 1:29 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-01 20:57 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/ Arthur Zamarin
2023-10-19 12:17 Sam James
2023-10-19 6:16 Joonas Niilola
2023-10-19 6:16 Joonas Niilola
2023-08-28 22:08 Sam James
2023-06-14 17:28 Matt Turner
2023-04-08 20:56 Marek Szuba
2023-04-08 13:42 Luca Barbato
2022-12-02 12:01 Arthur Zamarin
2022-11-08 4:54 Jakov Smolić
2022-11-07 17:27 Arthur Zamarin
2022-07-29 4:17 Sam James
2022-07-15 7:40 Sam James
2022-06-02 10:50 Matt Turner
2022-03-31 18:45 Jakov Smolić
2022-03-31 18:45 Jakov Smolić
2022-02-26 3:44 Sam James
2022-02-26 3:44 Sam James
2021-10-11 13:47 Yixun Lan
2021-06-27 20:03 Aaron Bauman
2021-04-01 22:33 Sam James
2021-04-01 21:17 Sam James
2021-04-01 12:11 Thomas Deutschmann
2021-04-01 0:43 Sam James
2020-04-28 19:23 Mart Raudsepp
2020-01-16 15:45 Tim Harder
2019-12-29 9:24 Mikle Kolyada
2019-11-28 19:40 Patrick McLean
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-26 17:34 Michał Górny
2019-09-20 8:13 Michał Górny
2019-09-20 8:13 Michał Górny
2019-04-20 19:01 Mikle Kolyada
2018-12-12 16:49 Ole Reifschneider
2018-02-16 14:08 Patrice Clement
2018-02-16 9:45 Ole Reifschneider
2018-01-05 11:18 Patrice Clement
2018-01-05 11:18 Patrice Clement
2016-03-05 14:29 Ole Reifschneider
2015-10-26 18:24 Ole Reifschneider
2015-10-23 10:31 Ole Reifschneider
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=1664587771.1ea57d7bfe9bbad7c8b494bc180a1f1e37462acf.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