x11-plugins/purple-mattermost: new package, a client for mattermost
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 22 Oct 2017 18:42:14 +0000 (19:42 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 22 Oct 2017 18:51:31 +0000 (19:51 +0100)
Ebuild provided by Ulya Trofimovich.

Package-Manager: Portage-2.3.12, Repoman-2.3.3

x11-plugins/purple-mattermost/Manifest [new file with mode: 0644]
x11-plugins/purple-mattermost/metadata.xml [new file with mode: 0644]
x11-plugins/purple-mattermost/purple-mattermost-1.2.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/purple-mattermost/Manifest b/x11-plugins/purple-mattermost/Manifest
new file mode 100644 (file)
index 0000000..4d60496
--- /dev/null
@@ -0,0 +1 @@
+DIST purple-mattermost-1.2.tar.gz 65402 SHA256 2484c68fcc3c57a176991c143346dc8cc6a0aaf37d5ecd0ff2c0ec201ca094ae SHA512 75e80c1021393c5fe78404a4439b5454f8a4495c1510bf8a3a449acdf1807b8620ac19680607de29bd1599eb0f1354f93c6fa7b21b4294b36649b6e1455760d6 WHIRLPOOL 0f29872e5c8a76d37767433a22d4bee8c903aa55ed0fd80da7d38ae24e2c1a049eb4779008ead8be4a297816e4c359293fe1bbfbd13c0ec687e84b73d64de0b0
diff --git a/x11-plugins/purple-mattermost/metadata.xml b/x11-plugins/purple-mattermost/metadata.xml
new file mode 100644 (file)
index 0000000..711617a
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>slyfox@gentoo.org</email>
+               <name>Sergei Trofimovich</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">EionRobb/purple-mattermost</remote-id>
+       </upstream>
+</pkgmetadata>
diff --git a/x11-plugins/purple-mattermost/purple-mattermost-1.2.ebuild b/x11-plugins/purple-mattermost/purple-mattermost-1.2.ebuild
new file mode 100644 (file)
index 0000000..d4b6347
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A libpurple/Pidgin plugin for Mattermost"
+HOMEPAGE="https://github.com/EionRobb/purple-mattermost"
+SRC_URI="https://github.com/EionRobb/purple-mattermost/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-text/discount
+       dev-libs/glib
+       dev-libs/json-glib
+       net-im/pidgin"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+       emake CC="$(tc-getCC)"
+}