dev-libs/libtsm: bump to 4.0.1
authorBen Kohler <bkohler@gentoo.org>
Thu, 24 Oct 2019 16:04:38 +0000 (11:04 -0500)
committerBen Kohler <bkohler@gentoo.org>
Thu, 24 Oct 2019 16:09:24 +0000 (11:09 -0500)
This is a fork that seems to be the de-facto new upstream.  The original
upstream version will remain in the tree as long as it works, so users
can mask this new one of they want to stay "vanilla".

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
dev-libs/libtsm/Manifest
dev-libs/libtsm/libtsm-4.0.1.ebuild [new file with mode: 0644]

index 0b8bf8f73327e4dbc835cca5885c50c14b182a50..36599246021f804707942c7ecbd1a7ac0691b936 100644 (file)
@@ -1 +1,2 @@
 DIST libtsm-3.tar.xz 293264 BLAKE2B 51044f5e7be2269e1b3f40b04aa486f30a3a496d57d3aa64f25b148edb04d8e039dafbe0df32d0557f4c3a21da52bb53be146fe57d84d4e8201289c3bd347d95 SHA512 119834fd6a84489cc7904bf01905c29004901ddf73d6dc4a1f47f6b402ad76f65cb4226eaa718a73dc06694b1524647eff6046894fd9526a8588eed97f6f68b6
+DIST v4.0.1.tar.gz 157161 BLAKE2B cba597870d58907e647b9929cf9b97db76b6b38655d56dc3fe0ad0f534db8446cbc82d69a0ec10e58506e001aaf610dee4ab3ecb785b79b2f0571805c04d726e SHA512 28a5ac3d9cf12c4655b3e69ce90b814829ab517f69b88e6339e26dfab6957321a292e96fff687308a39cd16b499e8b29aa133216eb531750e4502a691a907752
diff --git a/dev-libs/libtsm/libtsm-4.0.1.ebuild b/dev-libs/libtsm/libtsm-4.0.1.ebuild
new file mode 100644 (file)
index 0000000..8e79be5
--- /dev/null
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=Release
+inherit cmake-utils
+
+DESCRIPTION="Terminal Emulator State Machine"
+HOMEPAGE="https://github.com/Aetf/libtsm"
+SRC_URI="https://github.com/Aetf/${PN}/archive/v${PV}.tar.gz"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""