From e3d757b90a16e0511865592685ce2a0249c484b9 Mon Sep 17 00:00:00 2001 From: NP-Hardass Date: Wed, 10 Feb 2016 22:32:51 -0500 Subject: x11-plugins/pidgin-skypeweb: Add new package. Resolves #573632 Committed-For: Igor Mikeshin Package-Manager: portage-2.2.26 --- x11-plugins/pidgin-skypeweb/Manifest | 1 + x11-plugins/pidgin-skypeweb/metadata.xml | 21 +++++++++++++++++++++ .../pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild | 19 +++++++++++++++++++ .../pidgin-skypeweb/pidgin-skypeweb-9999.ebuild | 19 +++++++++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 x11-plugins/pidgin-skypeweb/Manifest create mode 100644 x11-plugins/pidgin-skypeweb/metadata.xml create mode 100644 x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild create mode 100644 x11-plugins/pidgin-skypeweb/pidgin-skypeweb-9999.ebuild diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest new file mode 100644 index 000000000000..ce883fb352ad --- /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 000000000000..ca6197902703 --- /dev/null +++ b/x11-plugins/pidgin-skypeweb/metadata.xml @@ -0,0 +1,21 @@ + + + + + hoax@list.ru + Igor Mikeshin + Proxied Maintainer. Assign bugs to him + + + np-hardass@gentoo.org + NP-Hardass + Proxy Maintainer. CC him on bugs + + + proxy-maint@gentoo.org + Proxy Maintainers + + + EionRobb/skype4pidgin + + 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 000000000000..4a23cb03cfa1 --- /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 000000000000..18404c250173 --- /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" -- cgit v1.2.3-65-gdbad