From 7c7c2c9727d6b2ff30945b5aea0d575e1c406d8b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 2 May 2018 14:13:35 +0100 Subject: gentoo resync : 02.05.2018 --- x11-libs/libfakekey/Manifest | 3 +- x11-libs/libfakekey/libfakekey-0.1-r1.ebuild | 46 ---------------------------- x11-libs/libfakekey/libfakekey-0.1-r3.ebuild | 2 +- 3 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 x11-libs/libfakekey/libfakekey-0.1-r1.ebuild (limited to 'x11-libs/libfakekey') diff --git a/x11-libs/libfakekey/Manifest b/x11-libs/libfakekey/Manifest index 0027402b90df..77738873895a 100644 --- a/x11-libs/libfakekey/Manifest +++ b/x11-libs/libfakekey/Manifest @@ -1,5 +1,4 @@ AUX libfakekey-0.1-ac.patch 746 BLAKE2B 01bcc6cabd6f138eaeb6fba8452a3c7348e1ad7a6e91b6676bf8d7a29a05004af4b295d134072697bb6d34370f9a3cfffa1358c774f785a4c05652feaa06412d SHA512 b1cabad39d87d8df492f48b2afff78e182e64167d5253a40abf74ab786c8598bb1ee6e24ee62f394c787e08e5f7740e23864ccc82624efa9d2a533b9a37877cf DIST libfakekey-0.1.tar.bz2 203504 BLAKE2B f3e51a1ff38dd95238a1035617045f728177c9dca96d760dfe3c4485511b500944e6f64aeb5acb3e65db3badc4c189ae25ea50f42f58a927f3ec1899c4778751 SHA512 1fda0548cf14657083a6602f8d6c08efae8cae2236de7ed17fc4058765156c6bb923956e3c7fd75f2db586399f1d8a3320ab5bbed71cc5a8b0d146590a14a808 -EBUILD libfakekey-0.1-r1.ebuild 1160 BLAKE2B 1aa023d22994559a48bd6feac59e17c4db200667a3f4838248c8a77e0b7a3eaf252f6c88e86465636c04ec4bd0cf237f3d7285bf044100fc37b06c2ae7a712e2 SHA512 fb1d4c1463ba21e5a3ec55b518c8d25ceef4359ec5dde616713500f3268ab45ee58bcf21293ccb7d1427b299030a2e7f9a065ee93c7671090b07a560d9afc1fb -EBUILD libfakekey-0.1-r3.ebuild 1145 BLAKE2B b363f487b9e473d0ed5681ef0474096ab62bbf753433736e1ad47b4a7090abcb13b0350dfeedf681d83633ae89e203abdd1b00521ef7627973cc7811a75aface SHA512 9f93c6f9dd67b6c335ea0786a148227691a1edd66b021382ac9745b2af4fdea65908b5327d6263fd6f0e91041005e1057a837aa7b7819ddeff14356309a3372e +EBUILD libfakekey-0.1-r3.ebuild 1144 BLAKE2B c917446ab90d8a19ddc565ff85d0f02c864dab602c7e68e0a121953f238f86a83525dbdcbf3d991fe8dfb4d01ebd97b15245e3fef856d625865a5ff282d5d076 SHA512 bc35111648791927ef1923a65780abccf84a25db23aa8d0004a340b90fbbd2362d3fc8390d188b9119cf76f854e4bc7c4c0f0a3364f383434e887b997ca4b888 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild deleted file mode 100644 index eff9f11885f9..000000000000 --- a/x11-libs/libfakekey/libfakekey-0.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 - -inherit eutils autotools - -DESCRIPTION="Helper library for the x11-misc/matchbox-keyboard package" -HOMEPAGE="http://matchbox-project.org/" -SRC_URI="http://matchbox-project.org/sources/${PN}/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" - -KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86" -IUSE="debug doc" - -RDEPEND="x11-libs/libXtst" - -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_prepare() { - # Allow configure to use libtool-2 - epatch "${FILESDIR}/${P}-ac.patch" - - # Fix underlinking bug #367595 - sed -i -e 's/^fakekey_test_LDADD=/fakekey_test_LDADD=-lX11 /' \ - tests/Makefile.am || die 'Cannot sed Makefile.am' - sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.ac || die - eautoreconf -} - -src_configure() { - # --with/without-x is ignored by configure script and X is used. - econf --with-x \ - $(use_enable debug) \ - $(use_enable doc doxygen-docs) \ - || die "Configuration failed" -} - -src_install() { - make DESTDIR="${D}" install || die "Installation failed" - - dodoc AUTHORS ChangeLog INSTALL NEWS README - use doc && dohtml doc/html/* -} diff --git a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild index b865dc4827dc..d423f654cc18 100644 --- a/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.1-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://downloads.yoctoproject.org/releases/matchbox/${PN}/${PV}/${P}.ta LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86" IUSE="debug doc" RDEPEND="x11-libs/libXtst" -- cgit v1.2.3