public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.1.2-r1.ebuild java-config-2.0.33-r1.ebuild
@ 2007-11-27 14:36 Petteri Raty (betelgeuse)
  0 siblings, 0 replies; only message in thread
From: Petteri Raty (betelgeuse) @ 2007-11-27 14:36 UTC (permalink / raw
  To: gentoo-commits

betelgeuse    07/11/27 14:36:21

  Modified:             ChangeLog java-config-2.1.2-r1.ebuild
                        java-config-2.0.33-r1.ebuild
  Log:
  Add dependency on app-admin/eselect. Fixes bug #200490.
  (Portage version: 2.1.4_rc2)

Revision  Changes    Path
1.176                dev-java/java-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.176&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?rev=1.176&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/ChangeLog?r1=1.175&r2=1.176

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog	14 Oct 2007 07:45:00 -0000	1.175
+++ ChangeLog	27 Nov 2007 14:36:20 -0000	1.176
@@ -1,6 +1,10 @@
 # ChangeLog for dev-java/java-config
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.175 2007/10/14 07:45:00 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.176 2007/11/27 14:36:20 betelgeuse Exp $
+
+  27 Nov 2007; Petteri Räty <betelgeuse@gentoo.org>
+  java-config-2.0.33-r1.ebuild, java-config-2.1.2-r1.ebuild:
+  Add dependency on app-admin/eselect. Fixes bug #200490.
 
 *java-config-2.1.2-r1 (14 Oct 2007)
 



1.2                  dev-java/java-config/java-config-2.1.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.1.2-r1.ebuild?r1=1.1&r2=1.2

Index: java-config-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- java-config-2.1.2-r1.ebuild	14 Oct 2007 07:45:00 -0000	1.1
+++ java-config-2.1.2-r1.ebuild	27 Nov 2007 14:36:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.2-r1.ebuild,v 1.1 2007/10/14 07:45:00 ali_bush Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.2-r1.ebuild,v 1.2 2007/11/27 14:36:20 betelgeuse Exp $
 
 inherit distutils eutils
 
@@ -13,8 +13,9 @@
 KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="dev-lang/python"
+DEPEND=""
 RDEPEND="${DEPEND}
+	app-admin/eselect
 	>=dev-java/java-config-wrapper-0.13"
 
 PYTHON_MODNAME="java_config_2"
@@ -32,11 +33,6 @@
 	newins config/jdk-defaults-${ARCH}.conf jdk-defaults.conf || die "arch config not found"
 }
 
-pkg_postrm() {
-	distutils_python_version
-	distutils_pkg_postrm
-}
-
 pkg_postinst() {
 	distutils_pkg_postinst
 



1.9                  dev-java/java-config/java-config-2.0.33-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.0.33-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.0.33-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/java-config/java-config-2.0.33-r1.ebuild?r1=1.8&r2=1.9

Index: java-config-2.0.33-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.33-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- java-config-2.0.33-r1.ebuild	25 Aug 2007 22:31:05 -0000	1.8
+++ java-config-2.0.33-r1.ebuild	27 Nov 2007 14:36:21 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.0.33-r1.ebuild,v 1.8 2007/08/25 22:31:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.0.33-r1.ebuild,v 1.9 2007/11/27 14:36:21 betelgeuse Exp $
 
 inherit distutils eutils
 
@@ -15,6 +15,7 @@
 
 DEPEND="dev-lang/python"
 RDEPEND="${DEPEND}
+	app-admin/eselect
 	>=dev-java/java-config-wrapper-0.13"
 
 src_unpack() {



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-27 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 14:36 [gentoo-commits] gentoo-x86 commit in dev-java/java-config: ChangeLog java-config-2.1.2-r1.ebuild java-config-2.0.33-r1.ebuild Petteri Raty (betelgeuse)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox