mgorny      14/06/26 08:33:47

  Modified:             ChangeLog
  Added:                lib-compat-1.4.2-r1.ebuild
  Log:
  Support being installed on amd64. Since app-emulation/emul-linux-x86-compat 
installs fundamentally the same files, there is no point having both. Bug 
#506226.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.35                 sys-libs/lib-compat/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   20 May 2012 12:22:03 -0000      1.34
+++ ChangeLog   26 Jun 2014 08:33:47 -0000      1.35
@@ -1,6 +1,13 @@
 # ChangeLog for sys-libs/lib-compat
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.34 
2012/05/20 12:22:03 ferringb Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.35 
2014/06/26 08:33:47 mgorny Exp $
+
+*lib-compat-1.4.2-r1 (26 Jun 2014)
+
+  26 Jun 2014; Michał Górny <mgo...@gentoo.org> +lib-compat-1.4.2-r1.ebuild:
+  Support being installed on amd64. Since app-emulation/emul-linux-x86-compat
+  installs fundamentally the same files, there is no point having both. Bug
+  #506226.
 
   20 May 2012; Brian Harring <ferri...@gentoo.org> lib-compat-1.4.ebuild,
   lib-compat-1.4.1.ebuild:



1.1                  sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: lib-compat-1.4.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild,v 1.1 
2014/06/26 08:33:47 mgorny Exp $

EAPI=5

DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for very old 
programs"
HOMEPAGE="http://www.gentoo.org/";
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~x86"
IUSE=""

RDEPEND="!<=app-emulation/emul-linux-x86-compat-20140508"

src_install() {
        if use alpha ; then
                cd alpha || die
        else
                cd x86 || die
                ABI=x86

                into /
                dolib.so ld-linux.so.1*
                rm -f ld-linux.so.1*
        fi
        into /usr
        dolib.so *.so*
}




Reply via email to