diff options
author | Alistair Bush <ali_bush@gentoo.org> | 2009-01-25 03:36:03 +0000 |
---|---|---|
committer | Alistair Bush <ali_bush@gentoo.org> | 2009-01-25 03:36:03 +0000 |
commit | bc10cedd7d8bc7389e09e539a39757cc7cf96e09 (patch) | |
tree | de93a6b682a4c30c04917d5b7d4c0872ce909a61 /dev-java | |
parent | Update metadata to reflect reality (diff) | |
download | gentoo-2-bc10cedd7d8bc7389e09e539a39757cc7cf96e09.tar.gz gentoo-2-bc10cedd7d8bc7389e09e539a39757cc7cf96e09.tar.bz2 gentoo-2-bc10cedd7d8bc7389e09e539a39757cc7cf96e09.zip |
Version Bump java-config:2.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/java-config/ChangeLog | 9 | ||||
-rw-r--r-- | dev-java/java-config/java-config-2.1.7.ebuild | 40 |
2 files changed, 48 insertions, 1 deletions
diff --git a/dev-java/java-config/ChangeLog b/dev-java/java-config/ChangeLog index b5105510b944..e24d2f3ddcfd 100644 --- a/dev-java/java-config/ChangeLog +++ b/dev-java/java-config/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-java/java-config # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.206 2009/01/07 21:41:14 caster Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.207 2009/01/25 03:36:03 ali_bush Exp $ + +*java-config-2.1.7 (25 Jan 2009) + + 25 Jan 2009; Alistair Bush <ali_bush@gentoo.org> + +java-config-2.1.7.ebuild: + Version Bump java-config. This version is to stop python-2.6 + DeprecationWarning messages. 07 Jan 2009; Vlastimil Babka <caster@gentoo.org> -files/java-config-2.0.33-r1.patch, -files/java-config-2.1.2-r1.patch, diff --git a/dev-java/java-config/java-config-2.1.7.ebuild b/dev-java/java-config/java-config-2.1.7.ebuild new file mode 100644 index 000000000000..e9ab651415fd --- /dev/null +++ b/dev-java/java-config/java-config-2.1.7.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.7.ebuild,v 1.1 2009/01/25 03:36:03 ali_bush Exp $ + +inherit fdo-mime gnome2-utils distutils eutils + +DESCRIPTION="Java environment configuration tool" +HOMEPAGE="http://www.gentoo.org/proj/en/java/" +SRC_URI="mirror://gentoo/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="dev-lang/python" +RDEPEND="${DEPEND} + >=dev-java/java-config-wrapper-0.15" + +PYTHON_MODNAME="java_config_2" + +src_install() { + distutils_src_install + + insinto /usr/share/java-config-2/config/ + newins config/jdk-defaults-${ARCH}.conf jdk-defaults.conf || die "arch config not found" +} + +pkg_postrm() { + distutils_python_version + distutils_pkg_postrm + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} + +pkg_postinst() { + distutils_pkg_postinst + fdo-mime_desktop_database_update + gnome2_icon_cache_update +} |