public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/sgibootcd: sgibootcd-0.12.ebuild ChangeLog
@ 2011-02-06 22:21 Mart Raudsepp (leio)
  0 siblings, 0 replies; 2+ messages in thread
From: Mart Raudsepp (leio) @ 2011-02-06 22:21 UTC (permalink / raw
  To: gentoo-commits

leio        11/02/06 22:21:48

  Modified:             sgibootcd-0.12.ebuild ChangeLog
  Log:
  Fix repoman QA warnings. Drop to ~mips, we don't have a stable tree at the moment
  
  (Portage version: 2.1.9.35/cvs/Linux mips64)

Revision  Changes    Path
1.3                  sys-boot/sgibootcd/sgibootcd-0.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?r1=1.2&r2=1.3

Index: sgibootcd-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sgibootcd-0.12.ebuild	15 Jul 2007 02:25:03 -0000	1.2
+++ sgibootcd-0.12.ebuild	6 Feb 2011 22:21:48 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.2 2007/07/15 02:25:03 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.3 2011/02/06 22:21:48 leio Exp $
 
 inherit eutils toolchain-funcs
 
@@ -9,21 +9,20 @@
 SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${P}.tar.bz2"
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="-* mips"
+KEYWORDS="-* ~mips"
 IUSE=""
+RDEPEND=""
 DEPEND=""
 RESTRICT=""
 
 src_compile() {
-	cd ${S}
 	local mycc="$(tc-getCC) ${CFLAGS}"
 
-	[ -f "${S}/sgibootcd" ] && rm -f ${S}/sgibootcd
+	[ -f "${S}/sgibootcd" ] && rm -f "${S}"/sgibootcd
 	einfo "${mycc} sgibootcd.c -o sgibootcd"
 	${mycc} sgibootcd.c -o sgibootcd
 }
 
 src_install() {
-	cd ${S}
-	dobin ${S}/sgibootcd
+	dobin "${S}"/sgibootcd
 }



1.3                  sys-boot/sgibootcd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	9 Feb 2007 05:53:46 -0000	1.2
+++ ChangeLog	6 Feb 2011 22:21:48 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/sgibootcd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.2 2007/02/09 05:53:46 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.3 2011/02/06 22:21:48 leio Exp $
+
+  06 Feb 2011; Mart Raudsepp <leio@gentoo.org> sgibootcd-0.12.ebuild:
+  Fix repoman QA warnings. Drop to ~mips, we don't have a stable tree at the
+  moment
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.






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

* [gentoo-commits] gentoo-x86 commit in sys-boot/sgibootcd: sgibootcd-0.12.ebuild ChangeLog
@ 2014-02-03  9:07 Joshua Kinard (kumba)
  0 siblings, 0 replies; 2+ messages in thread
From: Joshua Kinard (kumba) @ 2014-02-03  9:07 UTC (permalink / raw
  To: gentoo-commits

kumba       14/02/03 09:07:57

  Modified:             sgibootcd-0.12.ebuild ChangeLog
  Log:
  EAPI=5, and change the ebuild license to "all-rights-reserved" due to lack of specific license in source.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D25D95E3)

Revision  Changes    Path
1.4                  sys-boot/sgibootcd/sgibootcd-0.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild?r1=1.3&r2=1.4

Index: sgibootcd-0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sgibootcd-0.12.ebuild	6 Feb 2011 22:21:48 -0000	1.3
+++ sgibootcd-0.12.ebuild	3 Feb 2014 09:07:57 -0000	1.4
@@ -1,13 +1,14 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.3 2011/02/06 22:21:48 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/sgibootcd-0.12.ebuild,v 1.4 2014/02/03 09:07:57 kumba Exp $
 
+EAPI="5"
 inherit eutils toolchain-funcs
 
 DESCRIPTION="Creates burnable CD images for SGI LiveCDs"
 HOMEPAGE="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/"
 SRC_URI="ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/${P}.tar.bz2"
-LICENSE="as-is"
+LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~mips"
 IUSE=""



1.4                  sys-boot/sgibootcd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/sgibootcd/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	6 Feb 2011 22:21:48 -0000	1.3
+++ ChangeLog	3 Feb 2014 09:07:57 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for sys-boot/sgibootcd
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.3 2011/02/06 22:21:48 leio Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/sgibootcd/ChangeLog,v 1.4 2014/02/03 09:07:57 kumba Exp $
+
+  03 Feb 2014; Joshua Kinard <kumba@gentoo.org> sgibootcd-0.12.ebuild:
+  EAPI=5, and change the ebuild license to "all-rights-reserved" due to lack of
+  specific license in source.
 
   06 Feb 2011; Mart Raudsepp <leio@gentoo.org> sgibootcd-0.12.ebuild:
   Fix repoman QA warnings. Drop to ~mips, we don't have a stable tree at the





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

end of thread, other threads:[~2014-02-03  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03  9:07 [gentoo-commits] gentoo-x86 commit in sys-boot/sgibootcd: sgibootcd-0.12.ebuild ChangeLog Joshua Kinard (kumba)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-06 22:21 Mart Raudsepp (leio)

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