diff options
author | Ryan Hill <rhill@gentoo.org> | 2012-03-10 06:00:57 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2012-03-10 06:00:57 +0000 |
commit | 4cffa5fdfc93b7e2b9720a3eca215a1520c25796 (patch) | |
tree | 5781f997ca24d158e73738ff91f46c1bade2b7b1 /net-p2p/vuze | |
parent | version bump (bug #407515) (diff) | |
download | historical-4cffa5fdfc93b7e2b9720a3eca215a1520c25796.tar.gz historical-4cffa5fdfc93b7e2b9720a3eca215a1520c25796.tar.bz2 historical-4cffa5fdfc93b7e2b9720a3eca215a1520c25796.zip |
Version bump (bug #406725). Add myself to metatdata.xml.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'net-p2p/vuze')
-rw-r--r-- | net-p2p/vuze/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/vuze/metadata.xml | 4 | ||||
-rw-r--r-- | net-p2p/vuze/vuze-4.7.0.2.ebuild (renamed from net-p2p/vuze/vuze-4.7.0.0.ebuild) | 12 |
3 files changed, 18 insertions, 8 deletions
diff --git a/net-p2p/vuze/ChangeLog b/net-p2p/vuze/ChangeLog index 257a1ddb955b..3403873f203b 100644 --- a/net-p2p/vuze/ChangeLog +++ b/net-p2p/vuze/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/vuze -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/ChangeLog,v 1.51 2011/12/27 17:04:28 caster Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/ChangeLog,v 1.52 2012/03/10 06:00:57 dirtyepic Exp $ + +*vuze-4.7.0.2 (10 Mar 2012) + + 10 Mar 2012; Ryan Hill <dirtyepic@gentoo.org> -vuze-4.7.0.0.ebuild, + +vuze-4.7.0.2.ebuild, metadata.xml: + Version bump (bug #406725). Add myself to metatdata.xml. *vuze-4.7.0.0-r1 (27 Dec 2011) diff --git a/net-p2p/vuze/metadata.xml b/net-p2p/vuze/metadata.xml index 7303cef96964..63574c2755c6 100644 --- a/net-p2p/vuze/metadata.xml +++ b/net-p2p/vuze/metadata.xml @@ -2,4 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>java</herd> + <maintainer> + <email>dirtyepic@gentoo.org</email> + <name>Ryan Hill</name> + </maintainer> </pkgmetadata> diff --git a/net-p2p/vuze/vuze-4.7.0.0.ebuild b/net-p2p/vuze/vuze-4.7.0.2.ebuild index 03bc10746964..3538b4ddb584 100644 --- a/net-p2p/vuze/vuze-4.7.0.0.ebuild +++ b/net-p2p/vuze/vuze-4.7.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/vuze-4.7.0.0.ebuild,v 1.1 2011/11/17 23:27:43 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/vuze/vuze-4.7.0.2.ebuild,v 1.1 2012/03/10 06:00:57 dirtyepic Exp $ EAPI=2 @@ -83,7 +83,7 @@ java_prepare() { } JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="swt-3.6,bcprov-1.3,json-simple,log4j,commons-cli-1" +EANT_GENTOO_CLASSPATH="swt-3.7,bcprov-1.3,json-simple,log4j,commons-cli-1" src_compile() { local mem @@ -130,10 +130,10 @@ pkg_postinst() { elog "Using this config file you can start the console UI." elog - if ! has_version dev-java/swt:3.6[xulrunner]; then + if ! has_version dev-java/swt:3.7[webkit]; then elog - elog "Your dev-java/swt:3.6 was built without xulrunner support. Features such as Vuze HD Network will not work." - elog "Rebuild swt with USE=xulrunner (needs xulrunner-1.9) to use these features." + elog "Your dev-java/swt:3.7 was built without xulrunner support. Features such as Vuze HD Network will not work." + elog "Rebuild swt with USE=webkit (needs net-libs/webkit-gtk:2) to use these features." fi fdo-mime_desktop_database_update |