summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2011-02-06 22:21:48 +0000
committerMart Raudsepp <leio@gentoo.org>2011-02-06 22:21:48 +0000
commite2502f68565a992c78ac67172e20ea006ac18277 (patch)
treec47a4a92eaa82b433d1b1392527b6a12364f5717 /sys-boot/sgibootcd
parentVersion bump. (diff)
downloadgentoo-2-e2502f68565a992c78ac67172e20ea006ac18277.tar.gz
gentoo-2-e2502f68565a992c78ac67172e20ea006ac18277.tar.bz2
gentoo-2-e2502f68565a992c78ac67172e20ea006ac18277.zip
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)
Diffstat (limited to 'sys-boot/sgibootcd')
-rw-r--r--sys-boot/sgibootcd/ChangeLog8
-rw-r--r--sys-boot/sgibootcd/sgibootcd-0.12.ebuild13
2 files changed, 12 insertions, 9 deletions
diff --git a/sys-boot/sgibootcd/ChangeLog b/sys-boot/sgibootcd/ChangeLog
index 0cd94ec0d782..98158437fa1b 100644
--- a/sys-boot/sgibootcd/ChangeLog
+++ b/sys-boot/sgibootcd/ChangeLog
@@ -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.
diff --git a/sys-boot/sgibootcd/sgibootcd-0.12.ebuild b/sys-boot/sgibootcd/sgibootcd-0.12.ebuild
index 3cd867c53633..b5ac9ebb893e 100644
--- a/sys-boot/sgibootcd/sgibootcd-0.12.ebuild
+++ b/sys-boot/sgibootcd/sgibootcd-0.12.ebuild
@@ -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 @@ 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"
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
}