Skip to content

Commit

Permalink
dev-libs/libplatform: Dep for libCEC and binary add-ons for Kodi
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20
  • Loading branch information
whyman committed Aug 9, 2015
1 parent 1e58c4a commit bc7648f
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-libs/libplatform/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST libplatform-1.0.10.tar.gz 77558 SHA256 6ba3239cb1c0a5341efcf9488f4d3dfad8c26d6b2994b2b2247e5a61568ab5cd SHA512 3fceea9287c4460d916971fb97475b96115d922a8882bce80d0cbbdf961f2848008c06ad7f6eac67c36be5e8486370ec9412a954840608332deca2ff6fb3cedc WHIRLPOOL 4db0338a5536fcb44859a6262628f90ade80190c06a7d98ba838c1dfb590cfc68676ffb6672c22f1b685fd33c0ebae0afde384b9324b02dec0071b96c96c6fe4
19 changes: 19 additions & 0 deletions dev-libs/libplatform/libplatform-1.0.10.ebuild
Original file line number Diff line number Diff line change
@@ -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}"
11 changes: 11 additions & 0 deletions dev-libs/libplatform/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>[email protected]</email>
<name>Ian Whyman</name>
</maintainer>
<upstream>
<remote-id type="github">Pulse-Eight/platform</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit bc7648f

Please sign in to comment.