diff options
Diffstat (limited to 'net-p2p/tribler/tribler-6.0.3.ebuild')
-rw-r--r-- | net-p2p/tribler/tribler-6.0.3.ebuild | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net-p2p/tribler/tribler-6.0.3.ebuild b/net-p2p/tribler/tribler-6.0.3.ebuild index cb7f3d62e4ff..cc57ab6100a9 100644 --- a/net-p2p/tribler/tribler-6.0.3.ebuild +++ b/net-p2p/tribler/tribler-6.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-6.0.3.ebuild,v 1.4 2013/02/18 19:01:32 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-6.0.3.ebuild,v 1.5 2013/03/23 19:46:34 vapier Exp $ EAPI="4" PYTHON_DEPEND="2" PYTHON_USE_WITH="sqlite" -inherit eutils python +inherit eutils python unpacker MY_PV="${PN}_${PV}_all" @@ -45,13 +45,6 @@ pkg_setup() { python_pkg_setup } -src_unpack() { - for i in ${A}; do - unpack ${i} - unpack ./data.tar.gz - done -} - src_prepare() { epatch "${FILESDIR}/${PN}-5.9.12-fix-global-declarations.patch" epatch "${FILESDIR}/${PN}-log2homedir.patch" |