diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:16:31 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-02 19:16:31 +0000 |
commit | 9776f65f4321955fc4123508e2520ca278d16c4a (patch) | |
tree | 5cf8f85f84ba5c51cd91f5b5ca4b58fb5ff97f85 | |
parent | [bump] dev-perl/DateManip-6.320.0 (diff) | |
download | gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.tar.gz gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.tar.bz2 gentoo-2-9776f65f4321955fc4123508e2520ca278d16c4a.zip |
inherit multilib for get_libdir
-rw-r--r-- | eclass/ChangeLog | 12 | ||||
-rw-r--r-- | eclass/common-lisp-common-2.eclass | 6 | ||||
-rw-r--r-- | eclass/common-lisp-common-3.eclass | 6 | ||||
-rw-r--r-- | eclass/common-lisp-common.eclass | 6 | ||||
-rw-r--r-- | eclass/db.eclass | 6 | ||||
-rw-r--r-- | eclass/depend.php.eclass | 6 | ||||
-rw-r--r-- | eclass/freedict.eclass | 6 | ||||
-rw-r--r-- | eclass/gnat.eclass | 6 | ||||
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 4 | ||||
-rw-r--r-- | eclass/java-ant-2.eclass | 4 | ||||
-rw-r--r-- | eclass/mysql-autotools.eclass | 4 | ||||
-rw-r--r-- | eclass/mysql-cmake.eclass | 4 | ||||
-rw-r--r-- | eclass/mysql.eclass | 4 | ||||
-rw-r--r-- | eclass/nsplugins.eclass | 4 | ||||
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 4 | ||||
-rw-r--r-- | eclass/ruby-ng.eclass | 4 | ||||
-rw-r--r-- | eclass/scsh.eclass | 6 |
17 files changed, 48 insertions, 44 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 333852efccc6..a58a79d22348 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.283 2012/06/02 19:02:42 zmedico Exp $ - - 02 Jun 2012; Zac Medico <zmedico@gentoo.org> gst-plugins-base.eclass, - kde4-base.eclass: +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.284 2012/06/02 19:16:31 zmedico Exp $ + + 02 Jun 2012; Zac Medico <zmedico@gentoo.org> common-lisp-common-2.eclass, + java-ant-2.eclass, common-lisp-common-3.eclass, common-lisp-common.eclass, + db.eclass, depend.php.eclass, freedict.eclass, gnat.eclass, + gst-plugins-bad.eclass, gst-plugins-base.eclass, kde4-base.eclass, + mysql.eclass, mysql-autotools.eclass, mysql-cmake.eclass, nsplugins.eclass, + php-ext-source-r2.eclass, ruby-ng.eclass, scsh.eclass: inherit multilib for get_libdir 01 Jun 2012; Ralph Sennhauser <sera@gentoo.org> ant-tasks.eclass: diff --git a/eclass/common-lisp-common-2.eclass b/eclass/common-lisp-common-2.eclass index 01bee535ed3d..0e4022302230 100644 --- a/eclass/common-lisp-common-2.eclass +++ b/eclass/common-lisp-common-2.eclass @@ -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/eclass/common-lisp-common-2.eclass,v 1.4 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common-2.eclass,v 1.5 2012/06/02 19:16:31 zmedico Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -8,7 +8,7 @@ # Some handy constants -inherit eutils +inherit eutils multilib CLSOURCEROOT=/usr/share/common-lisp/source/ CLSYSTEMROOT=/usr/share/common-lisp/systems/ diff --git a/eclass/common-lisp-common-3.eclass b/eclass/common-lisp-common-3.eclass index df2df3679d8d..5a4f8319967d 100644 --- a/eclass/common-lisp-common-3.eclass +++ b/eclass/common-lisp-common-3.eclass @@ -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/eclass/common-lisp-common-3.eclass,v 1.3 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common-3.eclass,v 1.4 2012/06/02 19:16:31 zmedico Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -9,7 +9,7 @@ # installed files have the right modification time relative to each # other. -inherit eutils +inherit eutils multilib CLSOURCEROOT=/usr/share/common-lisp/source/ CLSYSTEMROOT=/usr/share/common-lisp/systems/ diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass index 2f259fd64d7f..2cb852a42b88 100644 --- a/eclass/common-lisp-common.eclass +++ b/eclass/common-lisp-common.eclass @@ -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/eclass/common-lisp-common.eclass,v 1.14 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.15 2012/06/02 19:16:31 zmedico Exp $ # # Author Matthew Kennedy <mkennedy@gentoo.org> # @@ -8,7 +8,7 @@ # Some handy constants -inherit eutils +inherit eutils multilib CLFASLROOT=/usr/$(get_libdir)/common-lisp/ CLSOURCEROOT=/usr/share/common-lisp/source/ diff --git a/eclass/db.eclass b/eclass/db.eclass index 1bd076ef9ce1..e80de161180d 100644 --- a/eclass/db.eclass +++ b/eclass/db.eclass @@ -1,11 +1,11 @@ -# 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/eclass/db.eclass,v 1.45 2012/04/15 20:15:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/db.eclass,v 1.46 2012/06/02 19:16:31 zmedico Exp $ # This is a common location for functions used in the sys-libs/db ebuilds # # Bugs: pauldv@gentoo.org -inherit eutils +inherit eutils multilib IUSE="doc test examples" diff --git a/eclass/depend.php.eclass b/eclass/depend.php.eclass index 66dbd897e338..6a1fbfb78b9d 100644 --- a/eclass/depend.php.eclass +++ b/eclass/depend.php.eclass @@ -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/eclass/depend.php.eclass,v 1.31 2011/12/14 23:10:51 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/depend.php.eclass,v 1.32 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: depend.php.eclass # @MAINTAINER: @@ -15,7 +15,7 @@ # for specific PHP features, SAPIs etc. Also provides dodoc-php wrapper to install # documentation for PHP packages to php-specific location. -inherit eutils phpconfutils +inherit eutils multilib phpconfutils # PHP5-only depend functions diff --git a/eclass/freedict.eclass b/eclass/freedict.eclass index efce8c243675..0c33e747cdb7 100644 --- a/eclass/freedict.eclass +++ b/eclass/freedict.eclass @@ -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/eclass/freedict.eclass,v 1.19 2011/08/22 04:46:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.20 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: freedict.eclass # @MAINTAINER: @@ -22,7 +22,7 @@ # @DESCRIPTION: # Please see above for a description. -inherit eutils +inherit eutils multilib IUSE="" diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index c64f588c72b9..a22c9ad8bcb5 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -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/eclass/gnat.eclass,v 1.41 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.42 2012/06/02 19:16:31 zmedico Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -17,7 +17,7 @@ # $S (this is where the working copy of source is held) and $DL instead of $D as # its installation point. -inherit flag-o-matic eutils +inherit flag-o-matic eutils multilib # The environment is set locally in src_compile and src_install functions # by the common code sourced here and in gnat-eselect module. diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index d7f233a752ca..7cbb24b6cb3e 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.42 2012/05/02 18:31:42 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.43 2012/06/02 19:16:31 zmedico Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -9,7 +9,7 @@ # plugin rather than in a single package. # -inherit eutils versionator gst-plugins10 +inherit eutils multilib versionator gst-plugins10 # This list is current for gst-plugins-bad-0.10.21. my_gst_plugins_bad="directsound directdraw osx_video quicktime vcd diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index fea0adf2d36f..b83fed39ced1 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -14,9 +14,9 @@ # # Licensed under the GNU General Public License, v2 # -# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.53 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/java-ant-2.eclass,v 1.54 2012/06/02 19:16:31 zmedico Exp $ -inherit java-utils-2 +inherit java-utils-2 multilib # This eclass provides functionality for Java packages which use # ant to build. In particular, it will attempt to fix build.xml files, so that diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index e8e74bdbd4a1..8d98915a64e3 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.7 2012/05/15 22:51:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.8 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: mysql-autotools.eclass # @MAINTAINER: @@ -17,7 +17,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit autotools +inherit autotools multilib # # HELPER FUNCTIONS: diff --git a/eclass/mysql-cmake.eclass b/eclass/mysql-cmake.eclass index 7e2e0eac0e88..939f4ff62a78 100644 --- a/eclass/mysql-cmake.eclass +++ b/eclass/mysql-cmake.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.7 2012/01/09 10:42:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-cmake.eclass,v 1.8 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: mysql-cmake.eclass # @MAINTAINER: @@ -15,7 +15,7 @@ # the src_unpack, src_prepare, src_configure, src_compile, scr_install, # pkg_preinst, pkg_postinst, pkg_config and pkg_postrm phase hooks. -inherit cmake-utils +inherit cmake-utils multilib # # HELPER FUNCTIONS: diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index 0b56ea467fbf..30b5b01a82f6 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.170 2012/01/09 10:42:19 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.171 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -19,7 +19,7 @@ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" -inherit eutils flag-o-matic gnuconfig autotools mysql_fx versionator toolchain-funcs +inherit eutils flag-o-matic gnuconfig autotools multilib mysql_fx versionator toolchain-funcs # Shorten the path because the socket path length must be shorter than 107 chars # and we will run a mysql server during test phase diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass index 5c401273640e..a6af002f7074 100644 --- a/eclass/nsplugins.eclass +++ b/eclass/nsplugins.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.29 2012/05/11 10:46:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.30 2012/06/02 19:16:31 zmedico Exp $ # # @ECLASS: nsplugins.eclass # @MAINTAINER: @@ -12,7 +12,7 @@ # Reusable functions that promote sharing of netscape/moz plugins, also provides # share_plugins_dir function for mozilla applications. -inherit eutils +inherit eutils multilib DESCRIPTION="Based on the ${ECLASS} eclass" diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 167c2b57f187..29e2891f2077 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.25 2012/02/16 11:25:38 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.26 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -16,7 +16,7 @@ # This eclass provides a unified interface for compiling and installing standalone # PHP extensions (modules). -inherit flag-o-matic autotools +inherit flag-o-matic autotools multilib EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_install diff --git a/eclass/ruby-ng.eclass b/eclass/ruby-ng.eclass index 0408ae61b612..bd10fc39b12a 100644 --- a/eclass/ruby-ng.eclass +++ b/eclass/ruby-ng.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.45 2012/02/23 23:06:13 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.46 2012/06/02 19:16:31 zmedico Exp $ # @ECLASS: ruby-ng.eclass # @MAINTAINER: @@ -69,7 +69,7 @@ # (e.g. selenium's firefox driver extension). When set this argument is # passed to "grep -E" to remove reporting of these shared objects. -inherit eutils java-utils-2 toolchain-funcs +inherit eutils java-utils-2 multilib toolchain-funcs EXPORT_FUNCTIONS src_unpack src_prepare src_configure src_compile src_test src_install pkg_setup diff --git a/eclass/scsh.eclass b/eclass/scsh.eclass index a06447ee62d0..66ae17d65cb6 100644 --- a/eclass/scsh.eclass +++ b/eclass/scsh.eclass @@ -1,9 +1,9 @@ -# 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/eclass/scsh.eclass,v 1.8 2011/12/27 17:55:12 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/scsh.eclass,v 1.9 2012/06/02 19:16:31 zmedico Exp $ # -inherit eutils +inherit eutils multilib LICENSE="as-is BSD" SLOT="0" |