blueness    14/09/13 01:32:07

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

Revision  Changes    Path
1.53                 net-p2p/tribler/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog   9 Sep 2014 00:10:43 -0000       1.52
+++ ChangeLog   13 Sep 2014 01:32:07 -0000      1.53
@@ -1,6 +1,12 @@
 # ChangeLog for net-p2p/tribler
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.52 2014/09/09 
00:10:43 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.53 2014/09/13 
01:32:07 blueness Exp $
+
+*tribler-6.3.3 (13 Sep 2014)
+
+  13 Sep 2014; Anthony G. Basile <bluen...@gentoo.org> +tribler-6.3.3.ebuild,
+  -tribler-6.3.1.ebuild:
+  Version bump, remove older unstable
 
   09 Sep 2014; Anthony G. Basile <bluen...@gentoo.org> -tribler-6.1.0.ebuild,
   -tribler-6.2.0.ebuild:



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

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

Index: tribler-6.3.3.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.3.ebuild,v 1.1 
2014/09/13 01:32:07 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:0[-bindist]
        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