diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-03-14 18:05:51 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-03-14 18:05:51 +0000 |
commit | 1755ec84ba9aef805768288cd781f576cf215160 (patch) | |
tree | 7fc5c778d40f9de37c1fad53d7ef32a22599c02d /net-im | |
parent | version bump; remove old (diff) | |
download | gentoo-2-1755ec84ba9aef805768288cd781f576cf215160.tar.gz gentoo-2-1755ec84ba9aef805768288cd781f576cf215160.tar.bz2 gentoo-2-1755ec84ba9aef805768288cd781f576cf215160.zip |
Drop old versions that require emul-linux-x86 packages.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/skypetab-ng/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/skypetab-ng/skypetab-ng-0.5.1.ebuild | 38 |
2 files changed, 5 insertions, 40 deletions
diff --git a/net-im/skypetab-ng/ChangeLog b/net-im/skypetab-ng/ChangeLog index 090b98a72140..66656dc8a27c 100644 --- a/net-im/skypetab-ng/ChangeLog +++ b/net-im/skypetab-ng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/skypetab-ng -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/ChangeLog,v 1.13 2014/11/30 12:24:59 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/ChangeLog,v 1.14 2015/03/14 18:05:51 mgorny Exp $ + + 14 Mar 2015; Michał Górny <mgorny@gentoo.org> -skypetab-ng-0.5.1.ebuild: + Drop old versions that require emul-linux-x86 packages. 30 Nov 2014; Pacho Ramos <pacho@gentoo.org> skypetab-ng-0.5.2.ebuild: Update multilib deps diff --git a/net-im/skypetab-ng/skypetab-ng-0.5.1.ebuild b/net-im/skypetab-ng/skypetab-ng-0.5.1.ebuild deleted file mode 100644 index bb4d05a354d1..000000000000 --- a/net-im/skypetab-ng/skypetab-ng-0.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/skypetab-ng/skypetab-ng-0.5.1.ebuild,v 1.3 2014/08/05 18:34:04 mrueg Exp $ - -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/qtgui:4 - amd64? ( app-emulation/emul-linux-x86-qtlibs ) -" -RDEPEND="${DEPEND} - || ( >=net-im/skype-4.1 <net-im/skype-4.1[-qt-static] ) -" - -pkg_setup() { - use amd64 && multilib_toolchain_setup x86 -} |