From c8fff2a76c044cda341735953e775f1a2a75ffa1 Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Wed, 2 Mar 2016 14:26:37 -0800 Subject: [PATCH] bump(sys-libs/mtdev): sync with upstream --- .../sys-libs/{mtdev-1.1.2 => mtdev-1.1.4} | 8 +- .../metadata/md5-cache/sys-libs/mtdev-1.1.5 | 11 ++ .../portage-stable/sys-libs/mtdev/ChangeLog | 66 +++++++ .../sys-libs/mtdev/ChangeLog-2015 | 168 ++++++++++++++++++ .../portage-stable/sys-libs/mtdev/Manifest | 8 +- .../sys-libs/mtdev/metadata.xml | 11 ++ ...{mtdev-1.1.2.ebuild => mtdev-1.1.4.ebuild} | 8 +- .../sys-libs/mtdev/mtdev-1.1.5.ebuild | 25 +++ 8 files changed, 296 insertions(+), 9 deletions(-) rename sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/{mtdev-1.1.2 => mtdev-1.1.4} (54%) create mode 100644 sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.5 create mode 100644 sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog create mode 100644 sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog-2015 create mode 100644 sdk_container/src/third_party/portage-stable/sys-libs/mtdev/metadata.xml rename sdk_container/src/third_party/portage-stable/sys-libs/mtdev/{mtdev-1.1.2.ebuild => mtdev-1.1.4.ebuild} (65%) create mode 100644 sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.5.ebuild diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.2 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.4 similarity index 54% rename from sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.2 rename to sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.4 index 225319b216..57a6e8fc56 100644 --- a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.2 +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.4 @@ -1,11 +1,11 @@ DEFINED_PHASES=configure install DEPEND=>=sys-kernel/linux-headers-2.6.31 DESCRIPTION=Multitouch Protocol Translation Library -EAPI=4 +EAPI=5 HOMEPAGE=http://bitmath.org/code/mtdev/ IUSE=static-libs -KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 +KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 LICENSE=MIT SLOT=0 -SRC_URI=http://bitmath.org/code/mtdev/mtdev-1.1.2.tar.bz2 -_md5_=b0514955e875e24dd54116ec8c18120b +SRC_URI=http://bitmath.org/code/mtdev/mtdev-1.1.4.tar.bz2 +_md5_=6148b2ce894c42e95920d71a0d850997 diff --git a/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.5 b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.5 new file mode 100644 index 0000000000..a00916fef5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/metadata/md5-cache/sys-libs/mtdev-1.1.5 @@ -0,0 +1,11 @@ +DEFINED_PHASES=configure install +DEPEND=>=sys-kernel/linux-headers-2.6.31 +DESCRIPTION=Multitouch Protocol Translation Library +EAPI=5 +HOMEPAGE=http://bitmath.org/code/mtdev/ +IUSE=static-libs +KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 +LICENSE=MIT +SLOT=0 +SRC_URI=http://bitmath.org/code/mtdev/mtdev-1.1.5.tar.bz2 +_md5_=37b01eb94a127b6198926b3aaf75a789 diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog new file mode 100644 index 0000000000..f3ac663d07 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog @@ -0,0 +1,66 @@ +# ChangeLog for sys-libs/mtdev +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 +# (auto-generated from git log) + +*mtdev-1.1.5 (09 Aug 2015) +*mtdev-1.1.4 (09 Aug 2015) + + 09 Aug 2015; Robin H. Johnson +metadata.xml, + +mtdev-1.1.4.ebuild, +mtdev-1.1.5.ebuild: + proj/gentoo: Initial commit + + This commit represents a new era for Gentoo: + Storing the gentoo-x86 tree in Git, as converted from CVS. + + This commit is the start of the NEW history. + Any historical data is intended to be grafted onto this point. + + Creation process: + 1. Take final CVS checkout snapshot + 2. Remove ALL ChangeLog* files + 3. Transform all Manifests to thin + 4. Remove empty Manifests + 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ + 5.1. Do not touch files with -kb/-ko keyword flags. + + Signed-off-by: Robin H. Johnson + X-Thanks: Alec Warner - did the GSoC 2006 migration + tests + X-Thanks: Robin H. Johnson - infra guy, herding this + project + X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo + developer, wrote Git features for the migration + X-Thanks: Brian Harring - wrote much python to improve + cvs2svn + X-Thanks: Rich Freeman - validation scripts + X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 + work in migration + X-Thanks: Michał Górny - scripts, QA, nagging + X-Thanks: All of other Gentoo developers - many ideas and lots of paint on + the bikeshed + + 24 Aug 2015; Justin Lecher metadata.xml: + Use https by default + + Convert all URLs for sites supporting encrypted connections from http to + https + + Signed-off-by: Justin Lecher + + 24 Aug 2015; Mike Gilbert metadata.xml: + Revert DOCTYPE SYSTEM https changes in metadata.xml + + repoman does not yet accept the https version. + This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. + + Bug: https://bugs.gentoo.org/552720 + + 24 Jan 2016; Michał Górny metadata.xml: + Replace all herds with appropriate projects (GLEP 67) + + Replace all uses of herd with appropriate project maintainers, or no + maintainers in case of herds requested to be disbanded. + + 24 Jan 2016; Michał Górny metadata.xml: + Set appropriate maintainer types in metadata.xml (GLEP 67) + diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog-2015 b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog-2015 new file mode 100644 index 0000000000..7edae32ceb --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/ChangeLog-2015 @@ -0,0 +1,168 @@ +# ChangeLog for sys-libs/mtdev +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/ChangeLog,v 1.49 2015/03/14 13:51:46 maekke Exp $ + + 14 Mar 2015; Markus Meier mtdev-1.1.5.ebuild: + arm stable, bug #530652 + + 06 Mar 2015; Jeroen Roovers mtdev-1.1.5.ebuild: + Stable for HPPA (bug #530652). + + 03 Mar 2015; Yixun Lan mtdev-1.1.5.ebuild: + add arm64 support, tested on A53 board + + 24 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for alpha, wrt bug #530652 + + 23 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for sparc, wrt bug #530652 + + 22 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for ia64, wrt bug #530652 + + 21 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for ppc64, wrt bug #530652 + + 20 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for ppc, wrt bug #530652 + + 19 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for x86, wrt bug #530652 + + 18 Feb 2015; Agostino Sarubbo mtdev-1.1.5.ebuild: + Stable for amd64, wrt bug #530652 + +*mtdev-1.1.5 (23 May 2014) + + 23 May 2014; Chí-Thanh Christopher Nguyễn + +mtdev-1.1.5.ebuild, -mtdev-1.1.3.ebuild: + Version bump. Remove old. + + 08 Oct 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for x86, wrt bug #475480 + + 07 Oct 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for sparc, wrt bug #475480 + + 06 Oct 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for ia64, wrt bug #475480 + + 05 Oct 2013; Markus Meier mtdev-1.1.4.ebuild: + arm stable, bug #475480 + + 05 Oct 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for alpha, wrt bug #475480 + + 04 Oct 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for ppc64, wrt bug #475480 + + 03 Oct 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for ppc, wrt bug #475480 + + 02 Oct 2013; Jeroen Roovers mtdev-1.1.4.ebuild: + Stable for HPPA (bug #475480). + + 01 Oct 2013; Naohiro Aota -mtdev-1.1.2.ebuild, + mtdev-1.1.3.ebuild, mtdev-1.1.4.ebuild: + Update to EAPI=5. This update disable the silent rule. #486454; Drop old + ebuild. + + 29 Sep 2013; Agostino Sarubbo mtdev-1.1.4.ebuild: + Stable for amd64, wrt bug #475480 + +*mtdev-1.1.4 (11 Aug 2013) + + 11 Aug 2013; Chí-Thanh Christopher Nguyễn + +mtdev-1.1.4.ebuild: + Version bump, bug #480492. + + 04 Jan 2013; Jeroen Roovers mtdev-1.1.3.ebuild: + Stable for HPPA (bug #440872). + + 01 Jan 2013; Raúl Porcel mtdev-1.1.3.ebuild: + sh stable wrt #440872 + + 30 Dec 2012; Agostino Sarubbo mtdev-1.1.3.ebuild: + Stable for alpha, wrt bug #440872 + + 28 Dec 2012; Agostino Sarubbo mtdev-1.1.3.ebuild: + Stable for sparc, wrt bug #440872 + + 28 Dec 2012; Agostino Sarubbo mtdev-1.1.3.ebuild: + Stable for ia64, wrt bug #440872 + + 17 Dec 2012; Markus Meier mtdev-1.1.3.ebuild: + arm stable, bug #440872 + + 08 Dec 2012; Agostino Sarubbo mtdev-1.1.3.ebuild: + Stable for ppc64, wrt bug #440872 + + 28 Nov 2012; Brent Baude mtdev-1.1.3.ebuild: + Marking mtdev-1.1.3 ppc stable for bug 440872 + + 18 Nov 2012; Agostino Sarubbo mtdev-1.1.3.ebuild: + Stable for x86, wrt bug #440872 + + 16 Nov 2012; Agostino Sarubbo mtdev-1.1.3.ebuild: + Stable for amd64, wrt bug #440872 + +*mtdev-1.1.3 (01 Sep 2012) + + 01 Sep 2012; Tomáš Chvátal +mtdev-1.1.3.ebuild: + Version bump to latest. + + 26 Aug 2012; Raúl Porcel mtdev-1.1.2.ebuild: + alpha/ia64/sh/sparc stable wrt #419473 + + 12 Jul 2012; Brent Baude mtdev-1.1.2.ebuild: + Marking mtdev-1.1.2 ppc stable for bug 419473 + + 12 Jul 2012; Chí-Thanh Christopher Nguyễn + mtdev-1.1.2.ebuild: + Depend on >=linux-headers-2.6.31, bug #426308. + + 11 Jul 2012; Brent Baude mtdev-1.1.2.ebuild: + Marking mtdev-1.1.2 ppc64 stable for bug 419473 + + 28 Jun 2012; Naohiro Aota mtdev-1.1.2.ebuild: + Move sys-kernel/linux-headers from RDEPEND to DEPEND. #423495 + + 28 Jun 2012; Jeroen Roovers mtdev-1.1.2.ebuild: + Stable for HPPA (bug #419473). + + 27 Jun 2012; Markus Meier mtdev-1.1.2.ebuild: + arm stable, bug #419473 + + 24 Jun 2012; Agostino Sarubbo mtdev-1.1.2.ebuild: + Stable for x86, wrt bug #419473 + + 22 Jun 2012; Agostino Sarubbo mtdev-1.1.2.ebuild: + Stable for amd64, wrt bug #419473 + + 09 Jun 2012; Tomáš Chvátal -mtdev-1.1.0.ebuild, + mtdev-1.1.2.ebuild: + Keyword ppc and ppc64. Fixes bug#396669. + + 10 May 2012; Matt Turner mtdev-1.1.2.ebuild: + Added ~mips, bug 396669. + +*mtdev-1.1.2 (09 Mar 2012) + + 09 Mar 2012; Tomáš Chvátal +mtdev-1.1.2.ebuild: + Version bump to latest. + + 15 Jan 2012; Raúl Porcel mtdev-1.1.0.ebuild: + Add ~alpha/~ia64/~sh/~sparc wrt #396669 + + 12 Jan 2012; Markus Meier mtdev-1.1.0.ebuild: + add ~arm, bug #396669 + + 11 Jan 2012; Jeroen Roovers mtdev-1.1.0.ebuild: + Marked ~hppa (bug #396669). + +*mtdev-1.1.0 (11 May 2011) + + 11 May 2011; Naohiro Aota +mtdev-1.1.0.ebuild, + +metadata.xml: + New ebuild sys-libs/mtdev written by me. Multitouch Protocol Translation + Library. Dependency for bug #364033 diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/Manifest b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/Manifest index 53bbadbee4..f9ceab4a48 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/Manifest @@ -1 +1,7 @@ -DIST mtdev-1.1.2.tar.bz2 266202 SHA256 698dd11ca08b3a73ad33d8a5076f6d9e018d97afad3eba36f540b8ea7b775a30 SHA512 edd63be4a23b38202fa4a24f25f0f0ba90ff784c89da3a2f85b501cebbeecedf49c889594e2f46dd4913ddf184a68921a1f294dceba3a6db61f302ee91d3d5ac WHIRLPOOL e0282a4aee7bdc90d2bf4e5c9d92d2045596cdf211f1a258d2e2053e732bfc957317a85d352485c75c8c52ae0f72366d676089a3cae3173b0767ac68fe6d7539 +DIST mtdev-1.1.4.tar.bz2 273780 SHA256 6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38 SHA512 75da652e720cce9efcc23c2b72a0d8050096f054eff1338e02477816e107d469a7f9c5f4973146d38d939c3515ea39e926c70cf8f2ca0372c83c75506c61732b WHIRLPOOL 7cab0a478f342d019aae9103da36c18fdef137463d820f2f688fab18639e89a7f26b721a551b295df811262bd7d2466a9a405513b033c06abb9fd386a045fec3 +DIST mtdev-1.1.5.tar.bz2 274162 SHA256 6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f SHA512 78477a4af784e3f846df867f1428ffdc458e3ff33d465d45a84247a7e52f0e215cace397d72be64f6e641f07e0b97a930eff0e07fe9507e0138fb028a4037d6d WHIRLPOOL a0231e159b9a88ab2b46e72d64db1cfb9ae3734f8dc014c3be7bcde6e7c20b9587f0e0be83d5d37fddb5a1896f3419b58a80e97ab669993e6c01b2b1a19da1f2 +EBUILD mtdev-1.1.4.ebuild 559 SHA256 e1d1715ce5b6b8f72fa4315afd1d72b03bf127aaefbc570fd153ff71a3c14cdd SHA512 cf2fd5d78ce40b66833c186a31f97ee1afe3a102a0666d760793a19b438cbd3531bd7be95418ad677b9a0c9c528cdc33044d1e78a1fdee7317e4c4e00b3ed367 WHIRLPOOL cea48a4e86544c7d457a19762ab99cccd72c845bea96d80d95ce304a69316895d3a3d2083ccd7eaff3fc0b2947f5572d7e30ce1195a46ec6c7e55f53c5ca9092 +EBUILD mtdev-1.1.5.ebuild 566 SHA256 0f2b44e0eee353257983afbf7ce62a3eab9c08560e32a38ef6761d85b182096d SHA512 cc8eceadf7094c0643fdefb13850c13bd33ab4846d2570aac69bf5a01f786f7241772c2b688ab54519fb2861d862e8fe554fcbf3c845b4484ef20fc973a6b8a1 WHIRLPOOL 20abf001bcb090a873626fb5f907199a67fd2282b7c35907977bd25e50fd70c24ce4e8b89f9ea0eb8c46375ff73d21c176d691eb971c72c2408234778aa39073 +MISC ChangeLog 2469 SHA256 3bb3bef0384b93a4e6b28feaa50f4774f1cc45de58808ad6a26ec56d5c28f1b4 SHA512 071f74f49a7ee1ed82d84f50b444627b3aa459bf7d154b38caeb1492fd5fb294d895b1bd319206e368cd23da49a1dc4909f6843533b957f821913d3dbe572efb WHIRLPOOL 51e3780de328271d3fdbe6c3ce9e4cc28d0c7518af92ecb700aa89c72a7456c4aae726783a3f89173bb8eebf6ddb0a687d66988dd1111f98b1321cf65b48f7f9 +MISC ChangeLog-2015 5782 SHA256 c304abd5966a312ca2befba72c8b8f73aba412ed2b8236f28c36856c1c878895 SHA512 d72cefbc47e56199667fb92fa62ef8659706296f520b4f643d09385ee799a2269aa1992c5a7430597649d2a063adf33852af69b4f888f0556c8ed6422e97fce1 WHIRLPOOL 8939c56236b0126185c0d1e134a24552a08cebbc78a6e5db6a1a5c18321eb7ca284d47ff9613d27ef661fc13b1dbdc78ceb1fb5f3724c206beb68b672f63ec48 +MISC metadata.xml 307 SHA256 f6c5cd688b462a6fcb86824dfb90dd5a7659a8f66c22f623d35fa398c1aac957 SHA512 5765f66767b8854edcb68efbed96d5ad33a6b9dee582020b742de2136c19050bde444ac16359cefbf7ee463c842eb2ab6c6a46564a034497683d158e2d841ad5 WHIRLPOOL f45e23899ad68fa29c6a378e0e625de6f08a66988d68d9cb29d976d0e2b9d44cb3e0571e812c75d0a8a67d466bebbed69d538f244da2b503f5fd464a23670f30 diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/metadata.xml b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/metadata.xml new file mode 100644 index 0000000000..01ea67263a --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/metadata.xml @@ -0,0 +1,11 @@ + + + + + naota@gentoo.org + + + x11@gentoo.org + X11 + + diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.2.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.4.ebuild similarity index 65% rename from sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.2.ebuild rename to sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.4.ebuild index 4cc79bdb72..2b05b2dcb1 100644 --- a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.2.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/mtdev/mtdev-1.1.2.ebuild,v 1.11 2012/07/12 17:06:10 ranger Exp $ +# $Id$ -EAPI=4 +EAPI=5 DESCRIPTION="Multitouch Protocol Translation Library" HOMEPAGE="http://bitmath.org/code/mtdev/" @@ -10,7 +10,7 @@ SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86" IUSE="static-libs" DEPEND=">=sys-kernel/linux-headers-2.6.31" diff --git a/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.5.ebuild b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.5.ebuild new file mode 100644 index 0000000000..ab9e3f74d5 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/sys-libs/mtdev/mtdev-1.1.5.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Multitouch Protocol Translation Library" +HOMEPAGE="http://bitmath.org/code/mtdev/" +SRC_URI="http://bitmath.org/code/mtdev/${P}.tar.bz2" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86" +IUSE="static-libs" + +DEPEND=">=sys-kernel/linux-headers-2.6.31" + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + find "${ED}" -name '*.la' -exec rm -f {} + +}