public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ole Reifschneider" <tranquility@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtermkey/
Date: Sun, 12 Feb 2017 20:28:40 +0000 (UTC)	[thread overview]
Message-ID: <1486931296.03342ee1ee73b9d6b58c20e549ed84e585a54797.tranquility@gentoo> (raw)

commit:     03342ee1ee73b9d6b58c20e549ed84e585a54797
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 20:24:41 2017 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 20:28:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03342ee1

dev-libs/libtermkey: Bump version to 0.19

Package-Manager: portage-2.3.3

 dev-libs/libtermkey/Manifest               |  1 +
 dev-libs/libtermkey/libtermkey-0.19.ebuild | 39 ++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-libs/libtermkey/Manifest b/dev-libs/libtermkey/Manifest
index 8224b43496..1ddf624b76 100644
--- a/dev-libs/libtermkey/Manifest
+++ b/dev-libs/libtermkey/Manifest
@@ -1,2 +1,3 @@
 DIST libtermkey-0.17.tar.gz 42176 SHA256 68949364ed5eaad857b3dea10071cde74b00b9f236dfbb702169f246c3cef389 SHA512 8b96f9961ff77872a974b376c73abc4afbe444a761f96b3681fc5420e33548a02609bf8b2b24494965824ca5dd80c953d1d4e2701070559365633d7bf0fdcb12 WHIRLPOOL ef755c2de422d8778d8501be3aefe249b6194e71ffd862a2479158c009dd483508e6a4e35a5a1338d219e585ad465ccd3cfecfc8db6c7cd0440aa802d71f645a
 DIST libtermkey-0.18.tar.gz 42317 SHA256 239746de41c845af52bb3c14055558f743292dd6c24ac26c2d6567a5a6093926 SHA512 7507d7bf22ab075e932401b2194dcc69b40138955dc398c86327a072603df2a1010474fa9a1c75aa7cab936fa500e5e53118675b0ec6e9a85b66a1b6b7f5332e WHIRLPOOL 065b7ec2ae25002846ba579a2c225c603f45798724a2366a1bf50da4b2ad027bda0306376438b722b00b0adb4c9a1060412c77b5b272896f533ac731dc862622
+DIST libtermkey-0.19.tar.gz 43148 SHA256 c505aa4cb48c8fa59c526265576b97a19e6ebe7b7da20f4ecaae898b727b48b7 SHA512 052ea6bcc7e440808e90e2f4912370985f3429866539a01f28676f1deb29381176bfa43de4c54ec1fa2682b399432c7a85c236c9de648a3c0f60087d2908e2d1 WHIRLPOOL d2a74067756c7da8ae46dc6bb4c84062e66d7f04b9f78ea424d16435dcde8401ed778fd357fcb6cbbe9a52c8395622296570d9236254086b86b4bfee27dcf6ec

diff --git a/dev-libs/libtermkey/libtermkey-0.19.ebuild b/dev-libs/libtermkey/libtermkey-0.19.ebuild
new file mode 100644
index 0000000000..ab1ff71f24
--- /dev/null
+++ b/dev-libs/libtermkey/libtermkey-0.19.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils flag-o-matic multilib
+
+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"
+
+RDEPEND="dev-libs/unibilium:="
+DEPEND="${RDEPEND}
+	sys-devel/libtool
+	virtual/pkgconfig
+	demos? ( dev-libs/glib:2 )"
+
+src_prepare() {
+	if ! use demos; then
+		sed -e '/^all:/s:$(DEMOS)::' -i Makefile || die
+	fi
+	eapply_user
+}
+
+src_compile() {
+	append-flags -fPIC -fPIE
+	emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" all
+}
+
+src_install() {
+	emake PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
+		DESTDIR="${D}" install
+	prune_libtool_files
+}


             reply	other threads:[~2017-02-12 20:28 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12 20:28 Ole Reifschneider [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
2022-06-10 18:08 Matt Turner
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
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=1486931296.03342ee1ee73b9d6b58c20e549ed84e585a54797.tranquility@gentoo \
    --to=tranquility@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