diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-06-07 10:19:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-06-07 10:19:12 +0000 |
commit | 62734f6e054a539b06ff1af142bf778731552d94 (patch) | |
tree | 30a446655f09692a7a2de8bffcc74549e95902c7 /net-p2p/tribler | |
parent | Version bump (diff) | |
download | gentoo-2-62734f6e054a539b06ff1af142bf778731552d94.tar.gz gentoo-2-62734f6e054a539b06ff1af142bf778731552d94.tar.bz2 gentoo-2-62734f6e054a539b06ff1af142bf778731552d94.zip |
Remove older versions
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/tribler')
-rw-r--r-- | net-p2p/tribler/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.5.19.ebuild | 78 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.5.20.ebuild | 78 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.5.21.ebuild | 78 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.5.23.ebuild | 78 | ||||
-rw-r--r-- | net-p2p/tribler/tribler-5.9.12.ebuild | 79 |
6 files changed, 6 insertions, 392 deletions
diff --git a/net-p2p/tribler/ChangeLog b/net-p2p/tribler/ChangeLog index 85b78dd8aadd..39e9675844e4 100644 --- a/net-p2p/tribler/ChangeLog +++ b/net-p2p/tribler/ChangeLog @@ -1,6 +1,11 @@ # 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.17 2012/06/07 10:17:39 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.18 2012/06/07 10:19:12 blueness Exp $ + + 07 Jun 2012; Anthony G. Basile <blueness@gentoo.org> -tribler-5.5.19.ebuild, + -tribler-5.5.20.ebuild, -tribler-5.5.21.ebuild, -tribler-5.5.23.ebuild, + -tribler-5.9.12.ebuild: + Remove older versions *tribler-5.9.14 (07 Jun 2012) diff --git a/net-p2p/tribler/tribler-5.5.19.ebuild b/net-p2p/tribler/tribler-5.5.19.ebuild deleted file mode 100644 index a2c23b7776fc..000000000000 --- a/net-p2p/tribler/tribler-5.5.19.ebuild +++ /dev/null @@ -1,78 +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.5.19.ebuild,v 1.1 2012/03/01 13:27:34 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=">=dev-lang/python-2.5[sqlite] - >=dev-python/m2crypto-0.16 - >=dev-python/wxpython-2.8 - >=dev-python/apsw-3.6 - >=dev-libs/openssl-0.9.8 - vlc? ( >=media-video/vlc-1.0.1 )" - -# Skipping for now: -# xulrunner-sdk >= 1.9.1.5 < 1.9.2 (optional, to run SwarmTransport) -# 7-Zip >= 4.6.5 (optional, to build SwarmTransport) - -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-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.5.20.ebuild b/net-p2p/tribler/tribler-5.5.20.ebuild deleted file mode 100644 index 7948bff50b89..000000000000 --- a/net-p2p/tribler/tribler-5.5.20.ebuild +++ /dev/null @@ -1,78 +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.5.20.ebuild,v 1.1 2012/03/03 22:04:55 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=">=dev-lang/python-2.5[sqlite] - >=dev-python/m2crypto-0.16 - >=dev-python/wxpython-2.8 - >=dev-python/apsw-3.6 - >=dev-libs/openssl-0.9.8 - vlc? ( >=media-video/vlc-1.0.1 )" - -# Skipping for now: -# xulrunner-sdk >= 1.9.1.5 < 1.9.2 (optional, to run SwarmTransport) -# 7-Zip >= 4.6.5 (optional, to build SwarmTransport) - -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-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.5.21.ebuild b/net-p2p/tribler/tribler-5.5.21.ebuild deleted file mode 100644 index b330546ffc46..000000000000 --- a/net-p2p/tribler/tribler-5.5.21.ebuild +++ /dev/null @@ -1,78 +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.5.21.ebuild,v 1.1 2012/03/13 15:50:08 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=">=dev-lang/python-2.5[sqlite] - >=dev-python/m2crypto-0.16 - >=dev-python/wxpython-2.8 - >=dev-python/apsw-3.6 - >=dev-libs/openssl-0.9.8 - vlc? ( >=media-video/vlc-1.0.1 )" - -# Skipping for now: -# xulrunner-sdk >= 1.9.1.5 < 1.9.2 (optional, to run SwarmTransport) -# 7-Zip >= 4.6.5 (optional, to build SwarmTransport) - -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-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.5.23.ebuild b/net-p2p/tribler/tribler-5.5.23.ebuild deleted file mode 100644 index 869bdb08c472..000000000000 --- a/net-p2p/tribler/tribler-5.5.23.ebuild +++ /dev/null @@ -1,78 +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.5.23.ebuild,v 1.1 2012/03/16 10:55:40 blueness Exp $ - -EAPI="4" -PYTHON_DEPEND="2:2.5" - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=">=dev-lang/python-2.5[sqlite] - >=dev-python/m2crypto-0.16 - >=dev-python/wxpython-2.8 - >=dev-python/apsw-3.6 - >=dev-libs/openssl-0.9.8 - vlc? ( >=media-video/vlc-1.0.1 )" - -# Skipping for now: -# xulrunner-sdk >= 1.9.1.5 < 1.9.2 (optional, to run SwarmTransport) -# 7-Zip >= 4.6.5 (optional, to build SwarmTransport) - -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}/${PN}-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.12.ebuild b/net-p2p/tribler/tribler-5.9.12.ebuild deleted file mode 100644 index 0da1d75cfbe1..000000000000 --- a/net-p2p/tribler/tribler-5.9.12.ebuild +++ /dev/null @@ -1,79 +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.12.ebuild,v 1.3 2012/06/04 20:08:24 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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="vlc" - -RDEPEND=">=dev-python/m2crypto-0.16 - >=dev-python/wxpython-2.8 - >=dev-python/apsw-3.6 - >=dev-libs/openssl-0.9.8 - vlc? ( >=media-video/vlc-1.1.0 )" - -# Skipping for now: -# xulrunner-sdk >= 1.9.1.5 < 1.9.2 (optional, to run SwarmTransport) -# 7-Zip >= 4.6.5 (optional, to build SwarmTransport) - -DEPEND="${RDEPEND} - app-arch/unzip" - -S=${WORKDIR} - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_unpack() { - unpack ${A} - unpack ./data.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}/${P}-fix-global-declarations.patch" - epatch "${FILESDIR}/${P}-remove-garbage.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} -} |