x11-drivers/xf86-input-tslib: Version bump 1.2.0_rc1
authorMatt Turner <mattst88@gentoo.org>
Sat, 26 May 2018 21:13:21 +0000 (14:13 -0700)
committerMatt Turner <mattst88@gentoo.org>
Sat, 26 May 2018 21:24:54 +0000 (14:24 -0700)
Closes: https://bugs.gentoo.org/618748

x11-drivers/xf86-input-tslib/Manifest
x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild [new file with mode: 0644]

index f9bbc465d05b87c94711282a7a1c9a0bce162670..44584aa3db9039a8d5ccf8fba4ddb113734d6035 100644 (file)
@@ -1 +1,2 @@
+DIST xf86-input-tslib-1.2.0_rc1.tar.gz 12029 BLAKE2B 28841961882af8285d12830c5774eb86b0c4a3ed515394d493d384933209020e6593680a087c9d70a6e7b351e6556bf73246e3deff4eee7ab52d57f89ecc8f7c SHA512 6ab358470b01c5c29e8004624c5a0ac9e9737bf7ccc946a08606a2d5fe36657af7c062cf8a8fe98f692f9f352a3bc7aa90592faa43647fc133ac22ecb52d4805
 DIST xf86-input-tslib_0.0.6-3.tar.gz 307751 BLAKE2B 05037c2ca9339245b0987ce7e0121f4825a840dab24e60ce901d290b13841a3843d6c93ef9910db92d47418d649189d78e18e26ec248c4ff9ad1131e54b81240 SHA512 abc6060ba595790dab02a191861ee128a729916a6ea2df2a818a0b3388839dac933a0d7ee5530735f376f917f33bf8db40d42a7dce90b20a7682344370bc7b48
diff --git a/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild b/x11-drivers/xf86-input-tslib/xf86-input-tslib-1.2.0_rc1.ebuild
new file mode 100644 (file)
index 0000000..8054b93
--- /dev/null
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools vcs-snapshot
+
+DESCRIPTION="X.org tslib input driver"
+HOMEPAGE="https://github.com/merge/xf86-input-tslib"
+SRC_URI="https://github.com/merge/${PN}/archive/${PV/_rc/-rc}.tar.gz -> ${P}.tar.gz"
+IUSE=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+
+RDEPEND="x11-libs/tslib
+       x11-base/xorg-server:="
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"
+
+DOCS=( "README.md" )
+
+src_prepare() {
+       default
+       eautoreconf
+}
+
+src_install() {
+       default
+       find "${D}" -name '*.la' -delete || die
+}