ulm 15/03/31 18:43:33
Modified: ChangeLog gnat.eclass gnatbuild.eclass
java-vm-2.eclass myspell.eclass python.eclass
vdr-plugin-2.eclass
Log:
Update dependency after package move of eselect modules to app-eselect.
Revision Changes Path
1.1580 eclass/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1580&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1580&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1579&r2=1.1580
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1579
retrieving revision 1.1580
diff -u -r1.1579 -r1.1580
--- ChangeLog 29 Mar 2015 17:13:04 -0000 1.1579
+++ ChangeLog 31 Mar 2015 18:43:33 -0000 1.1580
@@ -1,6 +1,11 @@
# ChangeLog for eclass directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1579 2015/03/29
17:13:04 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1580 2015/03/31
18:43:33 ulm Exp $
+
+ 31 Mar 2015; Ulrich Müller <[email protected]> java-vm-2.eclass,
+ vdr-plugin-2.eclass, gnat.eclass, gnatbuild.eclass, myspell.eclass,
+ python.eclass:
+ Update dependency after package move of eselect modules to app-eselect.
29 Mar 2015; Michael Palimaka <[email protected]> kde4-base.eclass:
Drop dev-qt/designer[-phonon] dep now that blockers are resolved (bug
1.43 eclass/gnat.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnat.eclass?rev=1.43&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnat.eclass?rev=1.43&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnat.eclass?r1=1.42&r2=1.43
Index: gnat.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gnat.eclass 2 Jun 2012 19:16:31 -0000 1.42
+++ gnat.eclass 31 Mar 2015 18:43:33 -0000 1.43
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.42 2012/06/02
19:16:31 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.43 2015/03/31
18:43:33 ulm Exp $
#
# Author: George Shapovalov <[email protected]>
# Belongs to: ada herd <[email protected]>
@@ -40,7 +40,7 @@
# make sure we have an appropriately recent eselect-gnat installed, as we are
# using some common code here.
-DEPEND=">=app-admin/eselect-gnat-1.3"
+DEPEND=">=app-eselect/eselect-gnat-1.3"
# ----------------------------------
1.64 eclass/gnatbuild.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.64&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.64&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?r1=1.63&r2=1.64
Index: gnatbuild.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- gnatbuild.eclass 17 Oct 2014 13:17:30 -0000 1.63
+++ gnatbuild.eclass 31 Mar 2015 18:43:33 -0000 1.64
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.63 2014/10/17
13:17:30 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.64 2015/03/31
18:43:33 ulm Exp $
#
# Authors: George Shapovalov <[email protected]>
# Steve Arnold <[email protected]>
@@ -27,11 +27,11 @@
IUSE="nls"
# multilib is supported via profiles now, multilib usevar is deprecated
-DEPEND=">=app-admin/eselect-gnat-1.3
- sys-devel/bc
+DEPEND=">=app-eselect/eselect-gnat-1.3
+ sys-devel/bc
"
-RDEPEND="app-admin/eselect-gnat"
+RDEPEND="app-eselect/eselect-gnat"
# Note!
# It may not be safe to source this at top level. Only source inside local
1.48 eclass/java-vm-2.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?rev=1.48&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?rev=1.48&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/java-vm-2.eclass?r1=1.47&r2=1.48
Index: java-vm-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- java-vm-2.eclass 22 Jul 2014 06:38:56 -0000 1.47
+++ java-vm-2.eclass 31 Mar 2015 18:43:33 -0000 1.48
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.47 2014/07/22
06:38:56 haubi Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/java-vm-2.eclass,v 1.48 2015/03/31
18:43:33 ulm Exp $
# @ECLASS: java-vm-2.eclass
# @MAINTAINER:
@@ -16,7 +16,7 @@
RDEPEND="
=dev-java/java-config-2*
- || ( app-admin/eselect-java <dev-java/java-config-2.2 )"
+ || ( app-eselect/eselect-java <dev-java/java-config-2.2 )"
DEPEND="${RDEPEND}"
has "${EAPI}" 0 1 && DEPEND="${DEPEND} >=sys-apps/portage-2.1"
@@ -50,7 +50,7 @@
# @FUNCTION: java-vm-2_pkg_setup
# @DESCRIPTION:
# default pkg_setup
-#
+#
# Initialize vm handle.
java-vm-2_pkg_setup() {
@@ -254,7 +254,7 @@
# @DESCRIPTION:
# Set PaX markings on all JDK/JRE executables to allow code-generation on
# the heap by the JIT compiler.
-#
+#
# The markings need to be set prior to the first invocation of the the freshly
# built / installed VM. Be it before creating the Class Data Sharing archive or
# generating cacerts. Otherwise a PaX enabled kernel will kill the VM.
1.10 eclass/myspell.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/myspell.eclass?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/myspell.eclass?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/myspell.eclass?r1=1.9&r2=1.10
Index: myspell.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- myspell.eclass 5 Jan 2014 11:39:48 -0000 1.9
+++ myspell.eclass 31 Mar 2015 18:43:33 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.9 2014/01/05
11:39:48 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.10 2015/03/31
18:43:33 ulm Exp $
# Author: Kevin F. Quinn <[email protected]>
# Packages: app-dicts/myspell-*
@@ -26,7 +26,7 @@
# Legacy variable for dictionaries installed before eselect-oodict existed
# so has to remain for binpkg support. This variable is unmaintained -
-# if you have a problem with it, emerge app-admin/eselect-oodict.
+# if you have a problem with it, emerge app-eselect/eselect-oodict.
# The location for openoffice softlinks
MYSPELL_OOOBASE="/usr/lib/openoffice/share/dict/ooo"
@@ -156,7 +156,7 @@
# and create softlinks indicated by dictionary.lst.<lang>
myspell_pkg_postinst() {
# Update for known applications
- if has_version ">=app-admin/eselect-oodict-20060706"; then
+ if has_version ">=app-eselect/eselect-oodict-20060706"; then
if has_version app-office/openoffice; then
eselect oodict set myspell-$(get_myspell_lang)
fi
@@ -167,14 +167,14 @@
fi
return
fi
- if has_version app-admin/eselect-oodict; then
+ if has_version app-eselect/eselect-oodict; then
eselect oodict set myspell-$(get_myspell_lang)
return
fi
# Legacy code for dictionaries installed before eselect-oodict existed
# so has to remain for binpkg support. This code is unmaintained -
- # if you have a problem with it, emerge app-admin/eselect-oodict.
+ # if you have a problem with it, emerge app-eselect/eselect-oodict.
[[ -d ${MYSPELL_OOOBASE} ]] || return
# This stuff is here, not in src_install, as the softlinks are
# deliberately _not_ listed in the package database.
@@ -208,7 +208,7 @@
# the dictionary.<lang>.lst file)
myspell_pkg_preinst() {
# Update for known applications
- if has_version ">=app-admin/eselect-oodict-20060706"; then
+ if has_version ">=app-eselect/eselect-oodict-20060706"; then
if has_version app-office/openoffice; then
# When building from source, the default library path
is correct
eselect oodict unset myspell-$(get_myspell_lang)
@@ -222,7 +222,7 @@
return
fi
# Previous versions of eselect-oodict didn't cater for -bin on amd64
- if has_version app-admin/eselect-oodict; then
+ if has_version app-eselect/eselect-oodict; then
eselect oodict unset myspell-$(get_myspell_lang)
return
fi
@@ -230,7 +230,7 @@
# Legacy code for dictionaries installed before eselect-oodict existed
# Don't delete this; needed for uninstalls and binpkg support.
# This code is unmaintained - if you have a problem with it,
- # emerge app-admin/eselect-oodict.
+ # emerge app-eselect/eselect-oodict.
local filen dictlst entry fields removeentry suffix
dictlst="dictionary.lst.$(get_myspell_lang)"
[[ -d ${MYSPELL_OOOBASE} ]] || return
1.171 eclass/python.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.171&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?rev=1.171&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python.eclass?r1=1.170&r2=1.171
Index: python.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/python.eclass,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- python.eclass 20 Nov 2014 15:32:09 -0000 1.170
+++ python.eclass 31 Mar 2015 18:43:33 -0000 1.171
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.170 2014/11/20
15:32:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.171 2015/03/31
18:43:33 ulm Exp $
# @ECLASS: python.eclass
# @MAINTAINER:
@@ -260,7 +260,7 @@
}
if _python_implementation; then
- DEPEND=">=app-admin/eselect-python-20091230"
+ DEPEND=">=app-eselect/eselect-python-20091230"
RDEPEND="${DEPEND}"
PDEPEND="app-admin/python-updater"
fi
1.32 eclass/vdr-plugin-2.eclass
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.32&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.32&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?r1=1.31&r2=1.32
Index: vdr-plugin-2.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- vdr-plugin-2.eclass 5 Jan 2015 18:15:06 -0000 1.31
+++ vdr-plugin-2.eclass 31 Mar 2015 18:43:33 -0000 1.32
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.31
2015/01/05 18:15:06 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.32
2015/03/31 18:43:33 ulm Exp $
# @ECLASS: vdr-plugin-2.eclass
# @MAINTAINER:
@@ -101,8 +101,8 @@
inherit eutils flag-o-matic multilib toolchain-funcs unpacker
case ${EAPI:-0} in
- 4|5) ;;
- *) die "EAPI ${EAPI} unsupported."
+ 4|5) ;;
+ *) die "EAPI ${EAPI} unsupported."
esac
EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_compile src_install
pkg_postinst pkg_postrm pkg_config
@@ -125,7 +125,7 @@
DEPEND="${COMMON_DEPEND}
virtual/linuxtv-dvb-headers"
RDEPEND="${COMMON_DEPEND}
- >=app-admin/eselect-vdr-0.0.2"
+ >=app-eselect/eselect-vdr-0.0.2"
if [[ "${GENTOO_VDR_CONDITIONAL:-no}" = "yes" ]]; then
IUSE="${IUSE} vdr"