commit: e3d757b90a16e0511865592685ce2a0249c484b9 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org> AuthorDate: Thu Feb 11 03:32:51 2016 +0000 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org> CommitDate: Thu Feb 11 03:33:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3d757b9
x11-plugins/pidgin-skypeweb: Add new package. Resolves #573632 Committed-For: Igor Mikeshin <hoax <AT> list.ru> 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(+) diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest new file mode 100644 index 0000000..ce883fb --- /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 0000000..ca61979 --- /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>[email protected]</email> + <name>Igor Mikeshin</name> + <description>Proxied Maintainer. Assign bugs to him</description> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>NP-Hardass</name> + <description>Proxy Maintainer. CC him on bugs</description> + </maintainer> + <maintainer type="project"> + <email>[email protected]</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 0000000..4a23cb0 --- /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 0000000..18404c2 --- /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"
