Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/vuze-coreplugins: ChangeLog vuze-coreplugins-4.5.0.2.ebuild vuze-coreplugins-4.4.0.4.ebuild
Date: Thu, 26 Aug 2010 10:20:42
Message-Id: 20100826102038.9A6A32004E@flycatcher.gentoo.org
1 caster 10/08/26 10:20:38
2
3 Modified: ChangeLog
4 Added: vuze-coreplugins-4.5.0.2.ebuild
5 Removed: vuze-coreplugins-4.4.0.4.ebuild
6 Log:
7 Version bump, bug #331601.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.30 net-p2p/vuze-coreplugins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/vuze-coreplugins/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/vuze-coreplugins/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/vuze-coreplugins/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-p2p/vuze-coreplugins/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 17 Jun 2010 21:26:35 -0000 1.29
24 +++ ChangeLog 26 Aug 2010 10:20:38 -0000 1.30
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-p2p/vuze-coreplugins
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze-coreplugins/ChangeLog,v 1.29 2010/06/17 21:26:35 caster Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze-coreplugins/ChangeLog,v 1.30 2010/08/26 10:20:38 caster Exp $
30 +
31 +*vuze-coreplugins-4.5.0.2 (26 Aug 2010)
32 +
33 + 26 Aug 2010; Vlastimil Babka <caster@g.o>
34 + -vuze-coreplugins-4.4.0.4.ebuild, +vuze-coreplugins-4.5.0.2.ebuild:
35 + Version bump, bug #331601.
36
37 *vuze-coreplugins-4.4.0.6 (17 Jun 2010)
38
39
40
41
42 1.1 net-p2p/vuze-coreplugins/vuze-coreplugins-4.5.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/vuze-coreplugins/vuze-coreplugins-4.5.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/vuze-coreplugins/vuze-coreplugins-4.5.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vuze-coreplugins-4.5.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze-coreplugins/vuze-coreplugins-4.5.0.2.ebuild,v 1.1 2010/08/26 10:20:38 caster Exp $
52
53 # eventually this should be built from source...
54
55 EAPI=2
56
57 inherit eutils
58
59 PLUGINS_N=azplugins
60 RATING_N=azrating
61 UPDATER_N=azupdater
62 UPNPAV_N=azupnpav
63 PLUGINS_V=2.1.6
64 RATING_V=1.3.1
65 UPDATER_V=1.8.16
66 UPNPAV_V=0.2.29.2
67 PLUGINS_DIST=${PLUGINS_N}_${PLUGINS_V}.jar
68 RATING_DIST=${RATING_N}_${RATING_V}.jar
69 UPDATER_DIST=${UPDATER_N}_${UPDATER_V}.zip
70 UPNPAV_DIST=${UPNPAV_N}_${UPNPAV_V}.zip
71
72 ALLPLUGINS_URL="http://azureus.sourceforge.net/plugins"
73
74 DESCRIPTION="Core plugins for Vuze that are included in upstream distribution"
75 HOMEPAGE="http://www.vuze.com/"
76 SRC_URI="
77 ${ALLPLUGINS_URL}/${PLUGINS_DIST}
78 ${ALLPLUGINS_URL}/${RATING_DIST}
79 ${ALLPLUGINS_URL}/${UPDATER_DIST}
80 ${ALLPLUGINS_URL}/${UPNPAV_DIST}"
81 LICENSE="GPL-2 BSD"
82
83 SLOT="0"
84 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
85 IUSE=""
86
87 RDEPEND="~net-p2p/vuze-${PV}"
88 DEPEND="${RDEPEND}
89 app-arch/unzip"
90
91 S="${WORKDIR}"
92
93 src_unpack() {
94 mkdir -p plugins/{${PLUGINS_N},${RATING_N},${UPDATER_N},${UPNPAV_N}} || die
95 cp "${DISTDIR}/${PLUGINS_DIST}" plugins/${PLUGINS_N} || die
96 cp "${DISTDIR}/${RATING_DIST}" plugins/${RATING_N} || die
97 cd "${WORKDIR}/plugins/${UPDATER_N}" && unpack ${UPDATER_DIST} || die
98 cd "${WORKDIR}/plugins/${UPNPAV_N}" && unpack ${UPNPAV_DIST} || die
99 }
100
101 src_compile() { :; }
102
103 src_install() {
104 insinto /usr/share/vuze/
105 doins -r "${WORKDIR}/plugins"
106 }
107
108 pkg_postinst() {
109 elog "Since version 4.0.0.2, plugins that are normally bundled by upstream"
110 elog "(and auto-installed in each user's ~/.azureus if not bundled)"
111 elog "are now installed into shared plugin directory by the ebuild."
112 elog "Vuze may warn that shared plugin dir is not writable, that's fine."
113 elog "Users are recommended to delete the following plugin copies:"
114 elog "~/.azureus/plugins/{${PLUGINS_N},${RATING_N},${UPDATER_N},${UPNPAV_N}}"
115 }