From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtermkey/
Date: Fri, 10 Jun 2022 18:08:08 +0000 (UTC) [thread overview]
Message-ID: <1654884472.ea02bd8dc42f7c79d401a93e4412f898c82fce11.mattst88@gentoo> (raw)
commit: ea02bd8dc42f7c79d401a93e4412f898c82fce11
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 17:45:32 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 18:07:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea02bd8d
dev-libs/libtermkey: Drop old versions
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libtermkey/Manifest | 1 -
dev-libs/libtermkey/libtermkey-0.20.ebuild | 39 ------------------------------
2 files changed, 40 deletions(-)
diff --git a/dev-libs/libtermkey/Manifest b/dev-libs/libtermkey/Manifest
index 309b58690364..b720c446dac0 100644
--- a/dev-libs/libtermkey/Manifest
+++ b/dev-libs/libtermkey/Manifest
@@ -1,2 +1 @@
-DIST libtermkey-0.20.tar.gz 45167 BLAKE2B e51a0c91efce056824ee56918aa6a794096e1f19e02d04278c0f3e82382055f16b0413c9f3832492677fbb68bcc1803303cb4c8ee8dc7363276dfeda3e5a6e4f SHA512 81a4bc5917c60ca692ec3065ac0252ae5dc1adccc2832be1c83c82318c97473d883900ab88a8a0ee08ab3f831ff07f3a4827ee3d8e936a3a42c4708ee58f6301
DIST libtermkey-0.22.tar.gz 46147 BLAKE2B fddc00a1ae525e5ed8c9c6eaee46fe30a99dbbc76ca988f9f5301b3c5c13a6de4462d6cc612119409a21737176f67ac196109b11fb58f414b25db5b6a49f4982 SHA512 2e8242cd1e6acb8900125dcee9fd47f7554c359363f760b88858c82667e1f3871bdd87358b14c8a133ef3cd2699947a5045477e64cdf7f96d4ead1723e73a219
diff --git a/dev-libs/libtermkey/libtermkey-0.20.ebuild b/dev-libs/libtermkey/libtermkey-0.20.ebuild
deleted file mode 100644
index 6dd0ea0eb31e..000000000000
--- a/dev-libs/libtermkey/libtermkey-0.20.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="Library for easy processing of keyboard entry from terminal-based programs"
-HOMEPAGE="http://www.leonerd.org.uk/code/libtermkey/"
-SRC_URI="http://www.leonerd.org.uk/code/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="demos static-libs"
-
-RDEPEND="dev-libs/unibilium:="
-DEPEND="${RDEPEND}
- sys-devel/libtool
- virtual/pkgconfig
- demos? ( dev-libs/glib:2 )"
-
-src_prepare() {
- default
-
- if ! use demos; then
- sed -e '/^all:/s:$(DEMOS)::' -i Makefile || die
- fi
-}
-
-src_compile() {
- append-flags -fPIC
- emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" all
-}
-
-src_install() {
- emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" DESTDIR="${D}" install
- use static-libs || rm "${ED}"/usr/$(get_libdir)/${PN}.a || die
- rm "${ED}"/usr/$(get_libdir)/${PN}.la || die
-}
next reply other threads:[~2022-06-10 18:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-10 18:08 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-10 3:28 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtermkey/ Sam James
2024-02-10 3:28 Sam James
2024-02-10 1:25 Sam James
2024-02-10 1:25 Sam James
2024-01-05 5:25 Sam James
2023-12-01 20:57 Arthur Zamarin
2023-06-28 21:49 Sam James
2023-04-08 13:42 Luca Barbato
2022-07-15 7:40 Sam James
2021-10-11 13:47 Yixun Lan
2021-06-27 20:03 Aaron Bauman
2020-02-11 11:56 Agostino Sarubbo
2020-02-10 8:18 Agostino Sarubbo
2020-02-10 8:16 Agostino Sarubbo
2020-02-05 8:53 Tim Harder
2019-04-20 19:01 Mikle Kolyada
2019-03-16 12:44 Ole Reifschneider
2018-01-05 11:18 Patrice Clement
2017-08-23 11:39 Tim Harder
2017-08-23 11:39 Tim Harder
2017-02-12 20:28 Ole Reifschneider
2015-12-07 20:49 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=1654884472.ea02bd8dc42f7c79d401a93e4412f898c82fce11.mattst88@gentoo \
--to=mattst88@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