diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-15 00:01:51 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-15 00:01:51 +0100 |
commit | 9fd953b2870c84d5fc76bc74152486396caf675e (patch) | |
tree | e7c150cd64cfd663958c0a8095c8873e8c2757d7 /net-im/skypetab-ng/skypetab-ng-9999.ebuild | |
parent | net-im/gajim: Update GTK+ icon cache (diff) | |
download | gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.tar.gz gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.tar.bz2 gentoo-9fd953b2870c84d5fc76bc74152486396caf675e.zip |
profiles: Remove last-rited packages
Closes: https://bugs.gentoo.org/633498
Closes: https://bugs.gentoo.org/633510
Closes: https://bugs.gentoo.org/633502
Closes: https://bugs.gentoo.org/620722
Closes: https://bugs.gentoo.org/608174
Diffstat (limited to 'net-im/skypetab-ng/skypetab-ng-9999.ebuild')
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-9999.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-im/skypetab-ng/skypetab-ng-9999.ebuild b/net-im/skypetab-ng/skypetab-ng-9999.ebuild deleted file mode 100644 index 2295ba44020b..000000000000 --- a/net-im/skypetab-ng/skypetab-ng-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://github.com/kekekeks/${PN}.git" - UNPACKER_ECLASS="git-2" - LIVE_EBUILD=yes -else - UNPACKER_ECLASS="vcs-snapshot" -fi - -inherit eutils qt4-r2 multilib ${UNPACKER_ECLASS} - -if [[ -z ${LIVE_EBUILD} ]]; then - KEYWORDS="-* ~x86 ~amd64" - SRC_URI="https://github.com/kekekeks/${PN}/tarball/v${PV} -> ${P}.tar.gz" -fi - -DESCRIPTION="An LD_PRELOAD wrapper that adds tabs to Skype for Linux" -HOMEPAGE="https://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 -} - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.5.2_p20150201-isdigit.patch -} |