diff options
author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-02-10 22:32:51 -0500 |
---|---|---|
committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-02-10 22:33:11 -0500 |
commit | e3d757b90a16e0511865592685ce2a0249c484b9 (patch) | |
tree | 3f3124a2e992edf99682e6268136b1d8e8103f23 /x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild | |
parent | games-kids/gcompris: version bump (diff) | |
download | gentoo-e3d757b90a16e0511865592685ce2a0249c484b9.tar.gz gentoo-e3d757b90a16e0511865592685ce2a0249c484b9.tar.bz2 gentoo-e3d757b90a16e0511865592685ce2a0249c484b9.zip |
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/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild')
-rw-r--r-- | x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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" |