From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libvterm/
Date: Thu, 26 Sep 2019 17:34:35 +0000 (UTC) [thread overview]
Message-ID: <1569519264.6da964f881ce39fb8dc7034c62c28c4205993a9d.mgorny@gentoo> (raw)
commit: 6da964f881ce39fb8dc7034c62c28c4205993a9d
Author: Bernardo Meurer <bernardo <AT> standard <DOT> ai>
AuthorDate: Fri Sep 20 20:18:57 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 26 17:34:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6da964f8
dev-libs/libvterm: yank 0.1
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-libs/libvterm/Manifest | 1 -
dev-libs/libvterm/libvterm-0.1.ebuild | 42 -----------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-libs/libvterm/Manifest b/dev-libs/libvterm/Manifest
index 44dc9dce71e..96f6d5e77d5 100644
--- a/dev-libs/libvterm/Manifest
+++ b/dev-libs/libvterm/Manifest
@@ -1,3 +1,2 @@
DIST libvterm-0.0_pre20181126.tar.gz 65524 BLAKE2B 00ad4cbc60739aae173e86ae7aa357869f815658c3c13e04808841e5e1e847732046e212153d4e4d49bbddcd5c661cdb7f7f962e6fd0a305a534bbca074a4ca6 SHA512 9f55c9a00807e46c1c6157fc372d3cad575f2574ac8b3abc82acd26ef6425166ac18ee1b7d77a9dfc617b14bc9eb7dc3a364cef5c0bf6c4951dc755d9c6c5ce0
DIST libvterm-0.1.1.tar.gz 69044 BLAKE2B 2e521a26238772370718e3c643e2225c9be7877f6312573d54c8cf3b34e38996886f1100ddae12e34ced1c8eace1a307238024fb91b2a96e6b9e2e85d30a5073 SHA512 beb21ae2bcc5f5e7dbc8cb645e004ce923f2b77f756b48a9ec835dbe1c99afa8cdbce12c5f982b5ca880b5b1ea113570d48733a1d043a7b16ae271f5718a6757
-DIST libvterm-0.1.tar.gz 69960 BLAKE2B 27849727b8fec8b807c151a035286f3f4ee0464995271771da190b270a4b6c4d4258f5635e4a14418d6ff3fae981f30d2c9bdeb5c7b3f0ca74eed3a99642e354 SHA512 35317b6998764336edca6a4a011714f87853996a43dbd907d9a73013d9169f9ff39fbeaa405fd0504830b302518ead1f9b6c00fdfc46ae8f7e51cff1a5464dc7
diff --git a/dev-libs/libvterm/libvterm-0.1.ebuild b/dev-libs/libvterm/libvterm-0.1.ebuild
deleted file mode 100644
index 7109c9ce442..00000000000
--- a/dev-libs/libvterm/libvterm-0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit flag-o-matic
-
-DESCRIPTION="An abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator"
-HOMEPAGE="http://www.leonerd.org.uk/code/libvterm/"
-SRC_URI="https://launchpad.net/${PN}/trunk/v${PV}/+download/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE=""
-
-BDEPEND="
- dev-lang/perl
- sys-devel/libtool
- virtual/pkgconfig
-"
-DEPEND=""
-RDEPEND="!dev-libs/libvterm-neovim"
-
-src_prepare() {
- default
- # Remove broken test
- rm "t/63screen_resize.test" || die
-}
-
-src_compile() {
- append-cflags -fPIC
- emake VERBOSE=1 PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
-}
-
-src_install() {
- emake \
- VERBOSE=1 \
- PREFIX="${EPREFIX}/usr" \
- LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
- DESTDIR="${D}" install
- find "${D}" -name '*.la' -delete || die "Failed to prune libtool files"
-}
next reply other threads:[~2019-09-26 17:34 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-26 17:34 Michał Górny [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-10-01 1:29 Sam James
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-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=1569519264.6da964f881ce39fb8dc7034c62c28c4205993a9d.mgorny@gentoo \
--to=mgorny@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