public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-02-16 17:10 Michael Januszewski (spock)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Januszewski (spock) @ 2008-02-16 17:10 UTC (permalink / raw
  To: gentoo-commits

spock       08/02/16 17:10:18

  Modified:             ChangeLog
  Added:                linux-logo-5.03.ebuild
  Log:
  Version bump (bug #210274).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.55                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	19 Nov 2007 01:33:19 -0000	1.54
+++ ChangeLog	16 Feb 2008 17:10:17 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/linux-logo
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.54 2007/11/19 01:33:19 kumba Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.55 2008/02/16 17:10:17 spock Exp $
+
+*linux-logo-5.03 (16 Feb 2008)
+
+  16 Feb 2008; Michał Januszewski <spock@gentoo.org>
+  +linux-logo-5.03.ebuild:
+  Version bump (bug #210274).
 
   19 Nov 2007; Joshua Kinard <kumba@gentoo.org> linux-logo-5.02.ebuild:
   Stable on mips, per #197394.



1.1                  app-misc/linux-logo/linux-logo-5.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.1&content-type=text/plain

Index: linux-logo-5.03.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.1 2008/02/16 17:10:17 spock Exp $

inherit eutils

MY_P=${PN/-/_}-${PV}
S=${WORKDIR}/${MY_P}
DESCRIPTION="A utility that displays an ANSI/ASCII logo and some system information"
HOMEPAGE="http://www.deater.net/weave/vmwprod/linux_logo/"
SRC_URI="http://www.deater.net/weave/vmwprod/linux_logo/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
IUSE="nls"

RDEPEND="nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	echo "./logos/gentoo.logo" >> logo_config
	echo "./logos/gentoo2.logo" >> logo_config
	echo "./logos/banner-simplified.logo" >> logo_config
	echo "./logos/banner.logo" >> logo_config
	echo "./logos/classic-no_periods.logo" >> logo_config
	echo "./logos/classic-no_periods_or_chars.logo" >> logo_config
	echo "./logos/classic.logo" >> logo_config
	cp "${FILESDIR}"/gentoo{,2}.logo "${S}"/logos/
	echo "NAME gentoo" >> "${S}"/logos/gentoo.logo
}

src_compile() {
	./configure --prefix="${D}"/usr || die
	sed -i -e "s/CFLAGS=.*/CFLAGS=${CFLAGS}/" {,libsysinfo-*/}Makefile.default
	emake || die
}

src_install() {
	make install || die

	dodoc BUGS README README.CUSTOM_LOGOS TODO USAGE LINUX_LOGO.FAQ

	cp "${FILESDIR}"/${PN}.conf "${WORKDIR}"
	sed -i -e 's/-L 4 -f -u/-f -u/' "${WORKDIR}"/${PN}.conf

	newinitd "${FILESDIR}"/${PN}.initscript ${PN}
	newconfd "${WORKDIR}"/${PN}.conf ${PN}
}

pkg_postinst() {
	echo
	elog "Linux_logo ebuild for Gentoo comes with two Gentoo logos."
	elog ""
	elog "To display the first Gentoo logo type: linux_logo -L gentoo"
	elog "To display the second Gentoo logo type: linux_logo -L gentoo-alt"
	elog "To display all the logos available type: linux_logo -L list."
	elog ""
	elog "To start linux_logo on boot, please type:"
	elog "   rc-update add linux-logo default"
	elog "which uses the settings found in"
	elog "   /etc/conf.d/linux-logo"
	echo
}



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



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

* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-03-26 17:08 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-03-26 17:08 UTC (permalink / raw
  To: gentoo-commits

armin76     08/03/26 17:08:32

  Modified:             ChangeLog linux-logo-5.03.ebuild
  Log:
  sparc/x86 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.56                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	16 Feb 2008 17:10:17 -0000	1.55
+++ ChangeLog	26 Mar 2008 17:08:31 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.55 2008/02/16 17:10:17 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.56 2008/03/26 17:08:31 armin76 Exp $
+
+  26 Mar 2008; Raúl Porcel <armin76@gentoo.org> linux-logo-5.03.ebuild:
+  sparc/x86 stable
 
 *linux-logo-5.03 (16 Feb 2008)
 



1.2                  app-misc/linux-logo/linux-logo-5.03.ebuild

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

Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-logo-5.03.ebuild	16 Feb 2008 17:10:17 -0000	1.1
+++ linux-logo-5.03.ebuild	26 Mar 2008 17:08:31 -0000	1.2
@@ -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/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.1 2008/02/16 17:10:17 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.2 2008/03/26 17:08:31 armin76 Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc sparc x86"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



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



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

* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-03-27 12:24 Santiago M. Mola (coldwind)
  0 siblings, 0 replies; 7+ messages in thread
From: Santiago M. Mola (coldwind) @ 2008-03-27 12:24 UTC (permalink / raw
  To: gentoo-commits

coldwind    08/03/27 12:24:41

  Modified:             ChangeLog linux-logo-5.03.ebuild
  Log:
  amd64 stable wrt bug #214912
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.57                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	26 Mar 2008 17:08:31 -0000	1.56
+++ ChangeLog	27 Mar 2008 12:24:40 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.56 2008/03/26 17:08:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.57 2008/03/27 12:24:40 coldwind Exp $
+
+  27 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
+  linux-logo-5.03.ebuild:
+  amd64 stable wrt bug #214912
 
   26 Mar 2008; Raúl Porcel <armin76@gentoo.org> linux-logo-5.03.ebuild:
   sparc/x86 stable



1.3                  app-misc/linux-logo/linux-logo-5.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?r1=1.2&r2=1.3

Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-logo-5.03.ebuild	26 Mar 2008 17:08:31 -0000	1.2
+++ linux-logo-5.03.ebuild	27 Mar 2008 12:24:40 -0000	1.3
@@ -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/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.2 2008/03/26 17:08:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.3 2008/03/27 12:24:40 coldwind Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~mips ~ppc sparc x86"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



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



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

* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-03-27 19:06 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-03-27 19:06 UTC (permalink / raw
  To: gentoo-commits

nixnut      08/03/27 19:06:43

  Modified:             ChangeLog linux-logo-5.03.ebuild
  Log:
  Stable on ppc wrt bug 214912
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.58                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	27 Mar 2008 12:24:40 -0000	1.57
+++ ChangeLog	27 Mar 2008 19:06:42 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.57 2008/03/27 12:24:40 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.58 2008/03/27 19:06:42 nixnut Exp $
+
+  27 Mar 2008; nixnut <nixnut@gentoo.org> linux-logo-5.03.ebuild:
+  Stable on ppc wrt bug 214912
 
   27 Mar 2008; Santiago M. Mola <coldwind@gentoo.org>
   linux-logo-5.03.ebuild:



1.4                  app-misc/linux-logo/linux-logo-5.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?r1=1.3&r2=1.4

Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linux-logo-5.03.ebuild	27 Mar 2008 12:24:40 -0000	1.3
+++ linux-logo-5.03.ebuild	27 Mar 2008 19:06:42 -0000	1.4
@@ -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/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.3 2008/03/27 12:24:40 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.4 2008/03/27 19:06:42 nixnut Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc sparc x86"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



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



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

* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-03-27 22:58 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-03-27 22:58 UTC (permalink / raw
  To: gentoo-commits

jer         08/03/27 22:58:13

  Modified:             ChangeLog linux-logo-5.03.ebuild
  Log:
  Stable for HPPA (bug #214912).
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.59                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	27 Mar 2008 19:06:42 -0000	1.58
+++ ChangeLog	27 Mar 2008 22:58:13 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.58 2008/03/27 19:06:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.59 2008/03/27 22:58:13 jer Exp $
+
+  27 Mar 2008; Jeroen Roovers <jer@gentoo.org> linux-logo-5.03.ebuild:
+  Stable for HPPA (bug #214912).
 
   27 Mar 2008; nixnut <nixnut@gentoo.org> linux-logo-5.03.ebuild:
   Stable on ppc wrt bug 214912



1.5                  app-misc/linux-logo/linux-logo-5.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?r1=1.4&r2=1.5

Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-logo-5.03.ebuild	27 Mar 2008 19:06:42 -0000	1.4
+++ linux-logo-5.03.ebuild	27 Mar 2008 22:58:13 -0000	1.5
@@ -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/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.4 2008/03/27 19:06:42 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.5 2008/03/27 22:58:13 jer Exp $
 
 inherit eutils
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc sparc x86"
+KEYWORDS="amd64 hppa ~ia64 ~mips ppc sparc x86"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



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



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

* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-10-15 17:39 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 7+ messages in thread
From: Diego Petteno (flameeyes) @ 2008-10-15 17:39 UTC (permalink / raw
  To: gentoo-commits

flameeyes    08/10/15 17:39:04

  Modified:             ChangeLog linux-logo-5.03.ebuild
  Log:
  Don't use a sed command, override CFLAGS at make.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.61                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	10 Sep 2008 21:05:34 -0000	1.60
+++ ChangeLog	15 Oct 2008 17:39:04 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.60 2008/09/10 21:05:34 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.61 2008/10/15 17:39:04 flameeyes Exp $
+
+  15 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> linux-logo-5.03.ebuild:
+  Don't use a sed command, override CFLAGS at make.
 
   10 Sep 2008; Michał Januszewski <spock@gentoo.org>
   -files/linux-logo-4.07-gentoo-logo.patch, -linux-logo-4.12.ebuild,



1.6                  app-misc/linux-logo/linux-logo-5.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?r1=1.5&r2=1.6

Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux-logo-5.03.ebuild	27 Mar 2008 22:58:13 -0000	1.5
+++ linux-logo-5.03.ebuild	15 Oct 2008 17:39:04 -0000	1.6
@@ -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/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.5 2008/03/27 22:58:13 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.6 2008/10/15 17:39:04 flameeyes Exp $
 
 inherit eutils
 
@@ -35,8 +35,7 @@
 
 src_compile() {
 	./configure --prefix="${D}"/usr || die
-	sed -i -e "s/CFLAGS=.*/CFLAGS=${CFLAGS}/" {,libsysinfo-*/}Makefile.default
-	emake || die
+	emake CFLAGS="${CFLAGS}" || die
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild
@ 2008-10-29 17:27 Michael Januszewski (spock)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Januszewski (spock) @ 2008-10-29 17:27 UTC (permalink / raw
  To: gentoo-commits

spock       08/10/29 17:27:35

  Modified:             ChangeLog linux-logo-5.03.ebuild
  Log:
  Fix bug #243654 (respect the CC variable).
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27 x86_64)

Revision  Changes    Path
1.62                 app-misc/linux-logo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	15 Oct 2008 17:39:04 -0000	1.61
+++ ChangeLog	29 Oct 2008 17:27:35 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for app-misc/linux-logo
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.61 2008/10/15 17:39:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/ChangeLog,v 1.62 2008/10/29 17:27:35 spock Exp $
+
+  29 Oct 2008; Michał Januszewski <spock@gentoo.org>
+  linux-logo-5.03.ebuild:
+  Fix bug #243654 (respect the CC variable).
 
   15 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> linux-logo-5.03.ebuild:
   Don't use a sed command, override CFLAGS at make.



1.7                  app-misc/linux-logo/linux-logo-5.03.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild?r1=1.6&r2=1.7

Index: linux-logo-5.03.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-logo-5.03.ebuild	15 Oct 2008 17:39:04 -0000	1.6
+++ linux-logo-5.03.ebuild	29 Oct 2008 17:27:35 -0000	1.7
@@ -1,8 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.6 2008/10/15 17:39:04 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux-logo/linux-logo-5.03.ebuild,v 1.7 2008/10/29 17:27:35 spock Exp $
 
-inherit eutils
+inherit eutils toolchain-funcs
 
 MY_P=${PN/-/_}-${PV}
 S=${WORKDIR}/${MY_P}
@@ -35,7 +35,7 @@
 
 src_compile() {
 	./configure --prefix="${D}"/usr || die
-	emake CFLAGS="${CFLAGS}" || die
+	emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
 }
 
 src_install() {






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

end of thread, other threads:[~2008-10-29 17:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 17:27 [gentoo-commits] gentoo-x86 commit in app-misc/linux-logo: ChangeLog linux-logo-5.03.ebuild Michael Januszewski (spock)
  -- strict thread matches above, loose matches on Subject: below --
2008-10-15 17:39 Diego Petteno (flameeyes)
2008-03-27 22:58 Jeroen Roovers (jer)
2008-03-27 19:06 Gysbert Wassenaar (nixnut)
2008-03-27 12:24 Santiago M. Mola (coldwind)
2008-03-26 17:08 Raul Porcel (armin76)
2008-02-16 17:10 Michael Januszewski (spock)

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