summaryrefslogtreecommitdiff
path: root/x11-plugins
diff options
context:
space:
mode:
authorNP-Hardass <NP-Hardass@gentoo.org>2016-02-10 22:32:51 -0500
committerNP-Hardass <NP-Hardass@gentoo.org>2016-02-10 22:33:11 -0500
commite3d757b90a16e0511865592685ce2a0249c484b9 (patch)
tree3f3124a2e992edf99682e6268136b1d8e8103f23 /x11-plugins
parenta26ed50d8ae4645c5779bca9d1e05d777198c9b0 (diff)
downloadgentoo-e3d757b90a16e0511865592685ce2a0249c484b9.tar.gz
gentoo-e3d757b90a16e0511865592685ce2a0249c484b9.tar.xz
x11-plugins/pidgin-skypeweb: Add new package. Resolves #573632
Committed-For: Igor Mikeshin <hoax@list.ru> Package-Manager: portage-2.2.26
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-skypeweb/Manifest1
-rw-r--r--x11-plugins/pidgin-skypeweb/metadata.xml21
-rw-r--r--x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild19
-rw-r--r--x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild19
4 files changed, 60 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
new file mode 100644
index 00000000000..ce883fb352a
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -0,0 +1 @@
+DIST pidgin-skypeweb-1.1.tar.gz 321761 SHA256 e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 SHA512 bf293ddfac8839c720e6a1e3c594d764d9a2ec876ed201dfcaf62c3f6eba4d6260dcd0bd06e8af60e2c61942396cad9ff76c7be3f5586927ae6ebcd2971d7280 WHIRLPOOL a3c64e43bf4fb6e243a45ce9cffcac512665effd45d8de926faa0cfef254054cfac1963c0645e8e5ab87af35add5efebfa91467b33cb126137c5167ca19258ca
diff --git a/x11-plugins/pidgin-skypeweb/metadata.xml b/x11-plugins/pidgin-skypeweb/metadata.xml
new file mode 100644
index 00000000000..ca619790270
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hoax@list.ru</email>
+ <name>Igor Mikeshin</name>
+ <description>Proxied Maintainer. Assign bugs to him</description>
+ </maintainer>
+ <maintainer type="person">
+ <email>np-hardass@gentoo.org</email>
+ <name>NP-Hardass</name>
+ <description>Proxy Maintainer. CC him on bugs</description>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">EionRobb/skype4pidgin</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild
new file mode 100644
index 00000000000..4a23cb03cfa
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+ dev-libs/json-glib"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="${WORKDIR}/skype4pidgin-${PV}/skypeweb"
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild
new file mode 100644
index 00000000000..18404c25017
--- /dev/null
+++ b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit git-r3
+
+DESCRIPTION="SkypeWeb Plugin for Pidgin"
+HOMEPAGE="https://github.com/EionRobb/skype4pidgin"
+EGIT_REPO_URI="https://github.com/EionRobb/skype4pidgin"
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="net-im/pidgin
+ dev-libs/json-glib"
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+S="$S/skypeweb"