diff options
Diffstat (limited to 'net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild')
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild new file mode 100644 index 000000000000..e565ad2aea60 --- /dev/null +++ b/net-im/skypetab-ng/skypetab-ng-0.5.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +if [[ ${PV} = *9999* ]]; then + EGIT_REPO_URI="git://github.com/kekekeks/skypetab-ng.git" + UNPACKER_ECLASS="git-2" + LIVE_EBUILD=yes +else + UNPACKER_ECLASS="vcs-snapshot" +fi + +inherit qt4-r2 multilib ${UNPACKER_ECLASS} + +if [[ -z ${LIVE_EBUILD} ]]; then + KEYWORDS="-* ~x86 ~amd64" + SRC_URI="http://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz" +fi + +DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux" +HOMEPAGE="http://github.com/kekekeks/skypetab-ng" +LICENSE="LGPL-3" +SLOT="0" +IUSE="" + +DEPEND=" + dev-qt/qtcore:4[abi_x86_32(-)] + dev-qt/qtgui:4[abi_x86_32(-)] +" +RDEPEND="${DEPEND} + || ( >=net-im/skype-4.1 <net-im/skype-4.1[-qt-static] ) +" + +pkg_setup() { + use amd64 && multilib_toolchain_setup x86 +} |