public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: multilib.eclass
Date: Sun, 01 Jun 2008 01:38:09 +0000	[thread overview]
Message-ID: <E1K2cWP-0005tT-Hw@stork.gentoo.org> (raw)

vapier      08/06/01 01:38:09

  Modified:             multilib.eclass
  Log:
  remove old docs as well

Revision  Changes    Path
1.66                 eclass/multilib.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/multilib.eclass?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/multilib.eclass?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/multilib.eclass?r1=1.65&r2=1.66

Index: multilib.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- multilib.eclass	1 Jun 2008 01:37:29 -0000	1.65
+++ multilib.eclass	1 Jun 2008 01:38:09 -0000	1.66
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.65 2008/06/01 01:37:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.66 2008/06/01 01:38:09 vapier Exp $
 
 # @ECLASS: multilib.eclass
 # @MAINTAINER:
@@ -13,84 +13,6 @@
 ___ECLASS_RECUR_MULTILIB="yes"
 [[ -z ${___ECLASS_RECUR_TOOLCHAIN_FUNCS} ]] && inherit toolchain-funcs
 
-# is_final_abi:
-# Return true if ${ABI} is the final abi to be installed (and thus we are
-# on our last run through a src_* function.
-
-# number_abis:
-# echo the number of ABIs we will be installing for
-
-# get_install_abis:
-# Return a list of the ABIs we want to install for with
-# the last one in the list being the default.
-
-# get_all_abis:
-# Return a list of the ABIs supported by this profile.
-# the last one in the list being the default.
-
-# get_all_libdirs:
-# Returns a list of all the libdirs used by this profile.  This includes
-# those that might not be touched by the current ebuild and always includes
-# "lib".
-
-# get_libdir:
-# Returns the libdir for the selected ABI.  This is backwards compatible
-# and simply calls get_abi_LIBDIR() on newer profiles.  You should use this
-# to determine where to install shared objects (ex: /usr/$(get_libdir))
-
-# get_abi_var <VAR> [<ABI>]:
-# returns the value of ${<VAR>_<ABI>} which should be set in make.defaults
-#
-# get_abi_CFLAGS:
-# get_abi_CDEFINE:
-# get_abi_LIBDIR:
-# Aliases for 'get_abi_var CFLAGS', etc.
-
-# get_ml_incdir [<include dir> [<ABI>]]
-# include dir defaults to /usr/include
-# ABI defaults to ${ABI} or ${DEFAULT_ABI}
-#
-# If a multilib include dir is associated with the passed include dir, then
-# we return it, otherwise, we just echo back the include dir.  This is
-# neccessary when a built script greps header files rather than testing them
-# via #include (like perl) to figure out features.
-
-# prep_ml_includes:
-# Some includes (include/asm, glibc, etc) are ABI dependent.  In this case,
-# We can install them in different locations for each ABI and create a common
-# header which includes the right one based on CDEFINE_${ABI}.  If your
-# package installs ABI-specific headers, just add 'prep_ml_includes' to the
-# end of your src_install().  It takes a list of directories that include
-# files are installed in (default is /usr/include if none are passed).
-#
-# Example:
-# src_install() {
-#    ...
-#    prep_ml_includes /usr/qt/3/include
-# }
-
-# create_ml_includes <include dir> <symbol 1>:<dir 1> [<symbol 2>:<dir 2> ...]
-# If you need more control than prep_ml_includes can offer (like linux-headers
-# for the asm-* dirs, then use create_ml_includes.  The firs argument is the
-# common dir.  The remaining args are of the form <symbol>:<dir> where
-# <symbol> is what is put in the #ifdef for choosing that dir.
-#
-# Ideas for this code came from debian's sparc-linux headers package.
-#
-# Example:
-# create_ml_includes /usr/include/asm __sparc__:/usr/include/asm-sparc __sparc64__:/usr/include/asm-sparc64
-# create_ml_includes /usr/include/asm __i386__:/usr/include/asm-i386 __x86_64__:/usr/include/asm-x86_64
-
-# get_libname [version]
-# returns libname with proper suffix {.so,.dylib} and optionally supplied version
-# for ELF/MACH-O shared objects
-#
-# Example:
-# get_libname libfoo ${PV}
-# Returns: libfoo.so.${PV} (ELF) || libfoo.${PV}.dylib (MACH)
-
-### END DOCUMENTATION ###
-
 # Defaults:
 export MULTILIB_ABIS=${MULTILIB_ABIS:-"default"}
 export DEFAULT_ABI=${DEFAULT_ABI:-"default"}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-06-01  1:38 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-01  1:38 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-01-17  7:44 [gentoo-commits] gentoo-x86 commit in eclass: multilib.eclass Mike Frysinger (vapier)
2014-01-17  6:21 Mike Frysinger (vapier)
2013-04-22  1:18 Mike Frysinger (vapier)
2012-10-17 19:13 Mike Frysinger (vapier)
2012-08-27 15:04 Mike Frysinger (vapier)
2012-08-22 16:03 Mike Frysinger (vapier)
2012-06-03  8:27 Mike Frysinger (vapier)
2011-12-10 19:41 Mike Frysinger (vapier)
2011-10-27  5:50 Mike Frysinger (vapier)
2011-10-17 19:14 Mike Frysinger (vapier)
2011-10-14 22:54 Mike Frysinger (vapier)
2011-03-18 22:03 Mike Frysinger (vapier)
2011-03-18 21:58 Mike Frysinger (vapier)
2011-03-18 21:56 Mike Frysinger (vapier)
2011-03-18 19:13 Mike Frysinger (vapier)
2011-03-18 19:12 Mike Frysinger (vapier)
2011-03-16 20:09 Mike Frysinger (vapier)
2011-03-10  5:01 Mike Frysinger (vapier)
2011-03-10  4:29 Mike Frysinger (vapier)
2011-03-10  4:26 Mike Frysinger (vapier)
2011-03-10  1:52 Mike Frysinger (vapier)
2011-03-07  2:46 Mike Frysinger (vapier)
2010-08-14 21:31 Harald van Dijk (truedfx)
2009-10-08 20:10 Fabian Groffen (grobian)
2009-10-08 19:56 Fabian Groffen (grobian)
2009-10-08 19:54 Fabian Groffen (grobian)
2009-06-14 11:40 Fabian Groffen (grobian)
2009-04-04 18:02 Fabian Groffen (grobian)
2009-02-20 23:20 Mike Frysinger (vapier)
2009-02-09 19:53 Markus Meier (maekke)
2009-01-09  6:59 Mike Frysinger (vapier)
2008-11-28  9:20 Mike Frysinger (vapier)
2008-11-28  6:31 Mike Frysinger (vapier)
2008-06-01  1:37 Mike Frysinger (vapier)
2008-05-02  4:07 Mike Frysinger (vapier)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K2cWP-0005tT-Hw@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox