* [gentoo-commits] gentoo-x86 commit in net-p2p/tribler: ChangeLog tribler-5.9.29.ebuild
@ 2012-08-29 23:09 Anthony G. Basile (blueness)
0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-08-29 23:09 UTC (permalink / raw
To: gentoo-commits
blueness 12/08/29 23:09:50
Modified: ChangeLog
Added: tribler-5.9.29.ebuild
Log:
Version bump
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.33 net-p2p/tribler/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 24 Aug 2012 14:22:33 -0000 1.32
+++ ChangeLog 29 Aug 2012 23:09:49 -0000 1.33
@@ -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.32 2012/08/24 14:22:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/tribler/ChangeLog,v 1.33 2012/08/29 23:09:49 blueness Exp $
+
+*tribler-5.9.29 (29 Aug 2012)
+
+ 29 Aug 2012; Anthony G. Basile <blueness@gentoo.org> +tribler-5.9.29.ebuild:
+ Version bump
24 Aug 2012; Agostino Sarubbo <ago@gentoo.org> tribler-5.9.22.ebuild:
Stable for amd64, wrt bug #432432
1.1 net-p2p/tribler/tribler-5.9.29.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/tribler-5.9.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/tribler-5.9.29.ebuild?rev=1.1&content-type=text/plain
Index: tribler-5.9.29.ebuild
===================================================================
# 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}
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-29 23:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-29 23:09 [gentoo-commits] gentoo-x86 commit in net-p2p/tribler: ChangeLog tribler-5.9.29.ebuild Anthony G. Basile (blueness)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox