public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-compat: ChangeLog emul-linux-x86-compat-20091231-r1.ebuild
@ 2010-01-16 21:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-01-16 21:45 UTC (permalink / raw
  To: gentoo-commits

pacho       10/01/16 21:45:00

  Modified:             ChangeLog
  Added:                emul-linux-x86-compat-20091231-r1.ebuild
  Log:
  Fix bug 300843
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 app-emulation/emul-linux-x86-compat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	15 Jan 2010 02:22:05 -0000	1.39
+++ ChangeLog	16 Jan 2010 21:44:59 -0000	1.40
@@ -1,6 +1,13 @@
 # ChangeLog for app-emulation/emul-linux-x86-compat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.39 2010/01/15 02:22:05 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.40 2010/01/16 21:44:59 pacho Exp $
+
+*emul-linux-x86-compat-20091231-r1 (16 Jan 2010)
+
+  16 Jan 2010; Pacho Ramos <pacho@gentoo.org>
+  +emul-linux-x86-compat-20091231-r1.ebuild:
+  Be sure libstdc++.so.5 is finally present in all systems since other
+  packages expect to get it when RDEPEND on emul-linux-x86-compat
 
   15 Jan 2010; Jonathan Callen <abcd@gentoo.org>
   emul-linux-x86-compat-20081109.ebuild,



1.1                  app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild?rev=1.1&content-type=text/plain

Index: emul-linux-x86-compat-20091231-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild,v 1.1 2010/01/16 21:44:59 pacho Exp $

inherit emul-linux-x86 eutils multilib
DESCRIPTION="32 bit lib-compat, and also libgcc_s and libstdc++ from gcc 3.3 and 3.4 for non-multilib systems"
HOMEPAGE="http://www.gentoo.org/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~amd64-linux"
RESTRICT="strip"
IUSE="multilib"

DEPEND=""
RDEPEND="multilib? ( sys-libs/libstdc++-v3 )"

S=${WORKDIR}

QA_TEXTRELS_amd64="usr/lib32/libg++.so.2.7.2.8
	usr/lib32/libstdc++.so.2.7.2.8"
QA_DT_HASH="usr/lib32/.*"

src_unpack() {
	emul-linux-x86_src_unpack
	if has_multilib_profile ; then
		rm -rf "${S}/usr/lib32/libstdc++.so.5.0.7" \
			"${S}/usr/lib32/libstdc++.so.5" || die
	fi
}

src_install() {
	emul-linux-x86_src_install
	doenvd "${FILESDIR}/99libstdc++32" || die
}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-compat: ChangeLog emul-linux-x86-compat-20091231-r1.ebuild
@ 2010-01-29 22:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-01-29 22:43 UTC (permalink / raw
  To: gentoo-commits

pacho       10/01/29 22:43:03

  Modified:             ChangeLog emul-linux-x86-compat-20091231-r1.ebuild
  Log:
  amd64 stable, bug 301928
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.42                 app-emulation/emul-linux-x86-compat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	23 Jan 2010 19:35:59 -0000	1.41
+++ ChangeLog	29 Jan 2010 22:43:03 -0000	1.42
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-compat
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.41 2010/01/23 19:35:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.42 2010/01/29 22:43:03 pacho Exp $
+
+  29 Jan 2010; Pacho Ramos <pacho@gentoo.org>
+  emul-linux-x86-compat-20091231-r1.ebuild:
+  amd64 stable, bug 301928
 
   23 Jan 2010; Pacho Ramos <pacho@gentoo.org>
   -emul-linux-x86-compat-20091231.ebuild:



1.2                  app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild?r1=1.1&r2=1.2

Index: emul-linux-x86-compat-20091231-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- emul-linux-x86-compat-20091231-r1.ebuild	16 Jan 2010 21:44:59 -0000	1.1
+++ emul-linux-x86-compat-20091231-r1.ebuild	29 Jan 2010 22:43:03 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild,v 1.1 2010/01/16 21:44:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/emul-linux-x86-compat-20091231-r1.ebuild,v 1.2 2010/01/29 22:43:03 pacho Exp $
 
 inherit emul-linux-x86 eutils multilib
 DESCRIPTION="32 bit lib-compat, and also libgcc_s and libstdc++ from gcc 3.3 and 3.4 for non-multilib systems"
@@ -8,7 +8,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~amd64-linux"
+KEYWORDS="-* amd64 ~amd64-linux"
 RESTRICT="strip"
 IUSE="multilib"
 






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-compat: ChangeLog emul-linux-x86-compat-20091231-r1.ebuild
@ 2011-01-30 11:13 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2011-01-30 11:13 UTC (permalink / raw
  To: gentoo-commits

pacho       11/01/30 11:13:53

  Modified:             ChangeLog
  Removed:              emul-linux-x86-compat-20091231-r1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.9.35/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 app-emulation/emul-linux-x86-compat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	27 Jun 2010 13:13:35 -0000	1.46
+++ ChangeLog	30 Jan 2011 11:13:53 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for app-emulation/emul-linux-x86-compat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.46 2010/06/27 13:13:35 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-compat/ChangeLog,v 1.47 2011/01/30 11:13:53 pacho Exp $
+
+  30 Jan 2011; Pacho Ramos <pacho@gentoo.org>
+  -emul-linux-x86-compat-20091231-r1.ebuild:
+  Remove old.
 
   27 Jun 2010; Samuli Suominen <ssuominen@gentoo.org>
   emul-linux-x86-compat-20100611.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-30 11:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 22:43 [gentoo-commits] gentoo-x86 commit in app-emulation/emul-linux-x86-compat: ChangeLog emul-linux-x86-compat-20091231-r1.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30 11:13 Pacho Ramos (pacho)
2010-01-16 21:45 Pacho Ramos (pacho)

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