public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-admin/showconsole: showconsole-1.07.ebuild showconsole-1.08.ebuild ChangeLog
@ 2012-05-31  2:42 99% Zac Medico (zmedico)
  0 siblings, 0 replies; 1+ results
From: Zac Medico (zmedico) @ 2012-05-31  2:42 UTC (permalink / raw
  To: gentoo-commits

zmedico     12/05/31 02:42:52

  Modified:             showconsole-1.07.ebuild showconsole-1.08.ebuild
                        ChangeLog
  Log:
  inherit multilib for get_libdir
  
  (Portage version: 2.2.0_alpha108_p8/cvs/Linux i686)

Revision  Changes    Path
1.13                 app-admin/showconsole/showconsole-1.07.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild?r1=1.12&r2=1.13

Index: showconsole-1.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- showconsole-1.07.ebuild	15 Mar 2006 01:45:48 -0000	1.12
+++ showconsole-1.07.ebuild	31 May 2012 02:42:49 -0000	1.13
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild,v 1.12 2006/03/15 01:45:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.07.ebuild,v 1.13 2012/05/31 02:42:49 zmedico Exp $
 
-inherit eutils toolchain-funcs
+inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="small daemon for logging console output during boot"
 HOMEPAGE="http://www.novell.com/linux/suse/"



1.15                 app-admin/showconsole/showconsole-1.08.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild?r1=1.14&r2=1.15

Index: showconsole-1.08.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- showconsole-1.08.ebuild	24 Oct 2006 00:20:03 -0000	1.14
+++ showconsole-1.08.ebuild	31 May 2012 02:42:49 -0000	1.15
@@ -1,12 +1,12 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v 1.14 2006/10/24 00:20:03 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/showconsole-1.08.ebuild,v 1.15 2012/05/31 02:42:49 zmedico Exp $
 
 # This tarball is extracted from SuSe's sysvinit-2.86-#.src.rpm
 # You can find said src rpm via opensuse.org:
 # http://mirrors.kernel.org/opensuse/distribution/SL-OSS-*/inst-source/suse/src/
 
-inherit eutils toolchain-funcs
+inherit eutils multilib toolchain-funcs
 
 DESCRIPTION="small daemon for logging console output during boot"
 HOMEPAGE="http://www.novell.com/linux/suse/"



1.21                 app-admin/showconsole/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/showconsole/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/showconsole/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	24 Oct 2006 00:20:03 -0000	1.20
+++ ChangeLog	31 May 2012 02:42:52 -0000	1.21
@@ -1,6 +1,10 @@
 # ChangeLog for app-admin/showconsole
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/ChangeLog,v 1.20 2006/10/24 00:20:03 ticho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/showconsole/ChangeLog,v 1.21 2012/05/31 02:42:52 zmedico Exp $
+
+  31 May 2012; Zac Medico <zmedico@gentoo.org> showconsole-1.07.ebuild,
+  showconsole-1.08.ebuild:
+  inherit multilib for get_libdir
 
   24 Oct 2006; Andrej Kacian <ticho@gentoo.org> showconsole-1.08.ebuild:
   Stable on x86, bug #152221.






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-05-31  2:42 99% [gentoo-commits] gentoo-x86 commit in app-admin/showconsole: showconsole-1.07.ebuild showconsole-1.08.ebuild ChangeLog Zac Medico (zmedico)

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