From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 30B241386F1 for ; Sun, 9 Aug 2015 14:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C93541427C; Sun, 9 Aug 2015 14:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6B88A1427C for ; Sun, 9 Aug 2015 14:48:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6C2734092E for ; Sun, 9 Aug 2015 14:48:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 792AD129 for ; Sun, 9 Aug 2015 14:48:12 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1439131681.bc7648feb4b3d1831becd765bd824760da3857a2.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libplatform/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libplatform/Manifest dev-libs/libplatform/libplatform-1.0.10.ebuild dev-libs/libplatform/metadata.xml X-VCS-Directories: dev-libs/libplatform/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: bc7648feb4b3d1831becd765bd824760da3857a2 X-VCS-Branch: master Date: Sun, 9 Aug 2015 14:48:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ae579ca2-89a0-4982-a365-98bf14120b60 X-Archives-Hash: 16cd00c8df1b54db384b96ff83232711 commit: bc7648feb4b3d1831becd765bd824760da3857a2 Author: Ian Whyman gentoo org> AuthorDate: Sun Aug 9 14:47:48 2015 +0000 Commit: Ian Whyman gentoo org> CommitDate: Sun Aug 9 14:48:01 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc7648fe dev-libs/libplatform: Dep for libCEC and binary add-ons for Kodi Package-Manager: portage-2.2.20 dev-libs/libplatform/Manifest | 1 + dev-libs/libplatform/libplatform-1.0.10.ebuild | 19 +++++++++++++++++++ dev-libs/libplatform/metadata.xml | 11 +++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-libs/libplatform/Manifest b/dev-libs/libplatform/Manifest new file mode 100644 index 0000000..697e6f0 --- /dev/null +++ b/dev-libs/libplatform/Manifest @@ -0,0 +1 @@ +DIST libplatform-1.0.10.tar.gz 77558 SHA256 6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd SHA512 3fceea9287c4460d916971fb97475b96115d922a8882bce80d0cbbdf961f2848008c06ad7f6eac67c36be5e8486370ec9412a954840608332deca2ff6fb3cedc WHIRLPOOL 4db0338a5536fcb44859a6262628f90ade80190c06a7d98ba838c1dfb590cfc68676ffb6672c22f1b685fd33c0ebae0afde384b9324b02dec0071b96c96c6fe4 diff --git a/dev-libs/libplatform/libplatform-1.0.10.ebuild b/dev-libs/libplatform/libplatform-1.0.10.ebuild new file mode 100644 index 0000000..9cb05b6 --- /dev/null +++ b/dev-libs/libplatform/libplatform-1.0.10.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit cmake-utils + +MY_PN="platform" + +DESCRIPTION="Platform support library used by libCEC and binary add-ons for Kodi." +HOMEPAGE="https://github.com/Pulse-Eight/platform" +SRC_URI="https://github.com/Pulse-Eight/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~arm ~amd64 ~x86" +IUSE="" + +S="${WORKDIR}/${MY_PN}-${PV}" diff --git a/dev-libs/libplatform/metadata.xml b/dev-libs/libplatform/metadata.xml new file mode 100644 index 0000000..d52810c --- /dev/null +++ b/dev-libs/libplatform/metadata.xml @@ -0,0 +1,11 @@ + + + + + thev00d00@gentoo.org + Ian Whyman + + + Pulse-Eight/platform + +