blueness    14/09/04 10:29:12

  Modified:             ChangeLog
  Added:                tribler-6.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0xF52D4BBA)

Revision  Changes    Path
1.50                 net-p2p/tribler/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   11 Aug 2013 22:59:17 -0000      1.49
+++ ChangeLog   4 Sep 2014 10:29:12 -0000       1.50
@@ -1,6 +1,11 @@
 # ChangeLog for net-p2p/tribler
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.49 2013/08/11 
22:59:17 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.50 2014/09/04 
10:29:12 blueness Exp $
+
+*tribler-6.3.1 (04 Sep 2014)
+
+  04 Sep 2014; Anthony G. Basile <bluen...@gentoo.org> +tribler-6.3.1.ebuild:
+  Version bump
 
   11 Aug 2013; Alexis Ballier <aball...@gentoo.org> tribler-6.0.3.ebuild,
   tribler-6.1.0.ebuild, tribler-6.2.0.ebuild:



1.1                  net-p2p/tribler/tribler-6.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/tribler-6.3.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/tribler-6.3.1.ebuild?rev=1.1&content-type=text/plain

Index: tribler-6.3.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-6.3.1.ebuild,v 1.1 
2014/09/04 10:29:12 blueness Exp $

EAPI="5"

inherit eutils unpacker

DESCRIPTION="Bittorrent client that does not require a website to discover 
content"
HOMEPAGE="http://www.tribler.org/";
SRC_URI="
        
https://github.com/Tribler/tribler/releases/download/v6.3.1/tribler_6.3.1_all.deb
        x86?   ( 
https://github.com/Tribler/tribler/releases/download/v6.3.1/tribler-swift_6.3.1_i386.deb
 )
        amd64? ( 
https://github.com/Tribler/tribler/releases/download/v6.3.1/tribler-swift_6.3.1_amd64.deb
 )"

LICENSE="GPL-2 LGPL-2.1+ PSF-2.4 openssl wxWinLL-3.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vlc"

RDEPEND="
        dev-lang/python:2.7[sqlite]
        dev-python/apsw
        dev-python/feedparser
        dev-python/m2crypto
        dev-python/netifaces
        dev-libs/openssl
        dev-python/wxpython
        net-libs/rb_libtorrent
        vlc? (
                        media-video/vlc
                        media-video/ffmpeg:0
                )"

DEPEND="${RDEPEND}
        app-arch/unzip"

S="${WORKDIR}"

QA_PREBUILT="/usr/lib/tribler/swift"

src_prepare() {
        epatch "${FILESDIR}/${PN}-log2homedir.patch"
        epatch "${FILESDIR}/${PN}-6.2.0-fix-desktop.patch"
}

src_compile() { :; }

src_install() {
        #Remove the licenses scattered throughout
        rm usr/share/doc/${PN}-swift/copyright  # LGPL-2.1+
        rm usr/share/doc/${PN}/copyright        # LGPL-2.1+
        rm usr/share/${PN}/Tribler/binary-LICENSE-postfix.txt # GPL-2 LGPL-2.1+ 
PSF-2.4 openssl wxWinLL-3.1

        #Rename the doc dir properly
        mv usr/share/doc/${PN}-swift usr/share/doc/${PN}
        mv usr/share/doc/${PN} usr/share/doc/${P}

        #Move the readme to the doc dir
        mv usr/share/${PN}/Tribler/readme.txt usr/share/doc/${P}

        #Copy the rest over
        cp -pPR usr/ "${ED}"/
}




Reply via email to