diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-12-08 21:01:16 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-12-08 21:01:16 +0000 |
commit | 3cc9e8083fb02603ca6ed15ebf143c6caef7175e (patch) | |
tree | 1fc7472a998cd15277c0fc3769585b61f2bb163e /net-p2p/tribler | |
parent | Migrate to distutils-r1. (diff) | |
download | gentoo-2-3cc9e8083fb02603ca6ed15ebf143c6caef7175e.tar.gz gentoo-2-3cc9e8083fb02603ca6ed15ebf143c6caef7175e.tar.bz2 gentoo-2-3cc9e8083fb02603ca6ed15ebf143c6caef7175e.zip |
Version bump, remove older unstable
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p/tribler')
-rw-r--r-- | net-p2p/tribler/ChangeLog | 9 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.9.27.ebuild | 86 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.9.28.ebuild | 86 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.9.29.ebuild | 86 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.9.30.ebuild | 86 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-6.0.1.ebuild | 86 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-6.0.3.ebuild (renamed from net-p2p/tribler/tribler-6.0.0.ebuild) | 2 |
7 files changed, 9 insertions, 432 deletions
diff --git a/net-p2p/tribler/ChangeLog b/net-p2p/tribler/ChangeLog index c84736caa8ee..ec4955b442f0 100644 --- a/net-p2p/tribler/ChangeLog +++ b/net-p2p/tribler/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/tribler # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.38 2012/10/30 23:48:55 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.39 2012/12/08 21:01:16 blueness Exp $ + +*tribler-6.0.3 (08 Dec 2012) + + 08 Dec 2012; Anthony G. Basile <blueness@gentoo.org> +tribler-6.0.3.ebuild, + -tribler-5.9.27.ebuild, -tribler-5.9.28.ebuild, -tribler-5.9.29.ebuild, + -tribler-5.9.30.ebuild, -tribler-6.0.0.ebuild, -tribler-6.0.1.ebuild: + Version bump, remove older unstable *tribler-6.0.2 (30 Oct 2012) diff --git a/net-p2p/tribler/tribler-5.9.27.ebuild b/net-p2p/tribler/tribler-5.9.27.ebuild deleted file mode 100644 index 099e9f4566df..000000000000 --- a/net-p2p/tribler/tribler-5.9.27.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-5.9.27.ebuild,v 1.1 2012/08/05 13:40:25 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -MY_PV="${PN}_${PV}-1ubuntu1_all" - -DESCRIPTION="Bittorrent client that does not require a website to discover content" -HOMEPAGE="http://www.tribler.org/" -SRC_URI=" - http://dl.tribler.org/${MY_PV}.deb - x86? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_i386.deb ) - amd64? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_amd64.deb )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=" - dev-python/apsw - dev-python/m2crypto - dev-python/netifaces - dev-libs/openssl - dev-python/wxpython - vlc? ( - media-video/vlc - media-video/ffmpeg - )" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/share/tribler/swift" - -pkg_setup() { - python_set_active_version 2 - 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" - - python_convert_shebangs -r 2 . -} - -src_compile() { :; } - -src_install() { - #Rename the doc dir properly - 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} - - #Remove the licenses scattered throughout - rm usr/share/doc/${P}/copyright - rm usr/share/${PN}/Tribler/*.txt - rm usr/share/${PN}/Tribler/Core/DecentralizedTracking/pymdht/{LGPL-2.1.txt,LICENSE.txt} - - #Copy the rest over - cp -pPR usr/ "${ED}"/ -} - -pkg_postinst() { - python_mod_optimize "${ROOT}"usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}"usr/share/${PN} -} diff --git a/net-p2p/tribler/tribler-5.9.28.ebuild b/net-p2p/tribler/tribler-5.9.28.ebuild deleted file mode 100644 index 596c50237bf5..000000000000 --- a/net-p2p/tribler/tribler-5.9.28.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-5.9.28.ebuild,v 1.1 2012/08/23 14:58:57 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -MY_PV="${PN}_${PV}-1ubuntu1_all" - -DESCRIPTION="Bittorrent client that does not require a website to discover content" -HOMEPAGE="http://www.tribler.org/" -SRC_URI=" - http://dl.tribler.org/${MY_PV}.deb - x86? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_i386.deb ) - amd64? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_amd64.deb )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=" - dev-python/apsw - dev-python/m2crypto - dev-python/netifaces - dev-libs/openssl - dev-python/wxpython - vlc? ( - media-video/vlc - media-video/ffmpeg - )" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/share/tribler/swift" - -pkg_setup() { - python_set_active_version 2 - 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" - - python_convert_shebangs -r 2 . -} - -src_compile() { :; } - -src_install() { - #Rename the doc dir properly - 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} - - #Remove the licenses scattered throughout - rm usr/share/doc/${P}/copyright - rm usr/share/${PN}/Tribler/*.txt - rm usr/share/${PN}/Tribler/Core/DecentralizedTracking/pymdht/{LGPL-2.1.txt,LICENSE.txt} - - #Copy the rest over - cp -pPR usr/ "${ED}"/ -} - -pkg_postinst() { - python_mod_optimize "${ROOT}"usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}"usr/share/${PN} -} diff --git a/net-p2p/tribler/tribler-5.9.29.ebuild b/net-p2p/tribler/tribler-5.9.29.ebuild deleted file mode 100644 index ee23618a69fb..000000000000 --- a/net-p2p/tribler/tribler-5.9.29.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-5.9.29.ebuild,v 1.1 2012/08/29 23:09:49 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -MY_PV="${PN}_${PV}-1ubuntu1_all" - -DESCRIPTION="Bittorrent client that does not require a website to discover content" -HOMEPAGE="http://www.tribler.org/" -SRC_URI=" - http://dl.tribler.org/${MY_PV}.deb - x86? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_i386.deb ) - amd64? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_amd64.deb )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=" - dev-python/apsw - dev-python/m2crypto - dev-python/netifaces - dev-libs/openssl - dev-python/wxpython - vlc? ( - media-video/vlc - media-video/ffmpeg - )" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/share/tribler/swift" - -pkg_setup() { - python_set_active_version 2 - 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" - - python_convert_shebangs -r 2 . -} - -src_compile() { :; } - -src_install() { - #Rename the doc dir properly - 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} - - #Remove the licenses scattered throughout - rm usr/share/doc/${P}/copyright - rm usr/share/${PN}/Tribler/*.txt - rm usr/share/${PN}/Tribler/Core/DecentralizedTracking/pymdht/{LGPL-2.1.txt,LICENSE.txt} - - #Copy the rest over - cp -pPR usr/ "${ED}"/ -} - -pkg_postinst() { - python_mod_optimize "${ROOT}"usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}"usr/share/${PN} -} diff --git a/net-p2p/tribler/tribler-5.9.30.ebuild b/net-p2p/tribler/tribler-5.9.30.ebuild deleted file mode 100644 index 03a1a8849d44..000000000000 --- a/net-p2p/tribler/tribler-5.9.30.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-5.9.30.ebuild,v 1.1 2012/09/13 00:05:20 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -MY_PV="${PN}_${PV}-1ubuntu1_all" - -DESCRIPTION="Bittorrent client that does not require a website to discover content" -HOMEPAGE="http://www.tribler.org/" -SRC_URI=" - http://dl.tribler.org/${MY_PV}.deb - x86? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_i386.deb ) - amd64? ( http://dl.tribler.org/tribler-swift_5.9.23-27674_amd64.deb )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=" - dev-python/apsw - dev-python/m2crypto - dev-python/netifaces - dev-libs/openssl - dev-python/wxpython - vlc? ( - media-video/vlc - media-video/ffmpeg - )" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/share/tribler/swift" - -pkg_setup() { - python_set_active_version 2 - 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" - - python_convert_shebangs -r 2 . -} - -src_compile() { :; } - -src_install() { - #Rename the doc dir properly - 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} - - #Remove the licenses scattered throughout - rm usr/share/doc/${P}/copyright - rm usr/share/${PN}/Tribler/*.txt - rm usr/share/${PN}/Tribler/Core/DecentralizedTracking/pymdht/{LGPL-2.1.txt,LICENSE.txt} - - #Copy the rest over - cp -pPR usr/ "${ED}"/ -} - -pkg_postinst() { - python_mod_optimize "${ROOT}"usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}"usr/share/${PN} -} diff --git a/net-p2p/tribler/tribler-6.0.1.ebuild b/net-p2p/tribler/tribler-6.0.1.ebuild deleted file mode 100644 index 8911a538d61e..000000000000 --- a/net-p2p/tribler/tribler-6.0.1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-6.0.1.ebuild,v 1.1 2012/10/18 23:24:20 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2" -PYTHON_USE_WITH="sqlite" - -inherit eutils python - -MY_PV="${PN}_${PV}_all" - -DESCRIPTION="Bittorrent client that does not require a website to discover content" -HOMEPAGE="http://www.tribler.org/" -SRC_URI=" - http://dl.tribler.org/${MY_PV}.deb - x86? ( http://dl.tribler.org/tribler-swift_6.0.0-28795_i386.deb ) - amd64? ( http://dl.tribler.org/tribler-swift_6.0.0-28795_amd64.deb )" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=" - dev-python/apsw - dev-python/m2crypto - dev-python/netifaces - dev-libs/openssl - dev-python/wxpython - vlc? ( - media-video/vlc - media-video/ffmpeg - )" - -DEPEND="${RDEPEND} - app-arch/unzip" - -S="${WORKDIR}" - -QA_PREBUILT="/usr/share/tribler/swift" - -pkg_setup() { - python_set_active_version 2 - 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" - - python_convert_shebangs -r 2 . -} - -src_compile() { :; } - -src_install() { - #Rename the doc dir properly - 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} - - #Remove the licenses scattered throughout - rm usr/share/doc/${P}/copyright - rm usr/share/${PN}/Tribler/*.txt - rm usr/share/${PN}/Tribler/Core/DecentralizedTracking/pymdht/{LGPL-2.1.txt,LICENSE.txt} - - #Copy the rest over - cp -pPR usr/ "${ED}"/ -} - -pkg_postinst() { - python_mod_optimize "${ROOT}"usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup "${ROOT}"usr/share/${PN} -} diff --git a/net-p2p/tribler/tribler-6.0.0.ebuild b/net-p2p/tribler/tribler-6.0.3.ebuild index 1c214c44362e..e8f4e480d192 100644 --- a/net-p2p/tribler/tribler-6.0.0.ebuild +++ b/net-p2p/tribler/tribler-6.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-6.0.0.ebuild,v 1.1 2012/10/13 16:10:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/tribler-6.0.3.ebuild,v 1.1 2012/12/08 21:01:16 blueness Exp $ EAPI="4" PYTHON_DEPEND="2" |