summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2016-12-20 20:50:33 -0500
committerLars Wendler <polynomial-c@gentoo.org>2016-12-23 09:18:42 +0100
commit47188a67d7b18f3d3ad3a24c3028f3017dd25132 (patch)
tree221dac634f6f5b4a1de9fd33b80b95e195117492 /dev-libs/libplatform/libplatform-2.1.0.1.ebuild
parentsys-libs/slang: Removed old. (diff)
downloadgentoo-47188a67d7b18f3d3ad3a24c3028f3017dd25132.tar.gz
gentoo-47188a67d7b18f3d3ad3a24c3028f3017dd25132.tar.bz2
gentoo-47188a67d7b18f3d3ad3a24c3028f3017dd25132.zip
dev-libs/libplatform-2.1.0.1: version bump
Gentoo-bug: 603274 Closes: https://github.com/gentoo/gentoo/pull/3193
Diffstat (limited to 'dev-libs/libplatform/libplatform-2.1.0.1.ebuild')
-rw-r--r--dev-libs/libplatform/libplatform-2.1.0.1.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libplatform/libplatform-2.1.0.1.ebuild b/dev-libs/libplatform/libplatform-2.1.0.1.ebuild
new file mode 100644
index 000000000000..b3179ea9c5f9
--- /dev/null
+++ b/dev-libs/libplatform/libplatform-2.1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+MY_PN="platform"
+MY_PN_PREFIX="p8"
+
+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/${MY_PN_PREFIX}-${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-${MY_PN_PREFIX}-${MY_PN}-${PV}"