public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-boot/silo: ChangeLog silo-1.4.13-r1.ebuild silo-1.4.13a_pre20070930_p2.ebuild
@ 2008-05-15 15:00 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2008-05-15 15:00 UTC (permalink / raw
  To: gentoo-commits

armin76     08/05/15 15:00:51

  Modified:             ChangeLog silo-1.4.13-r1.ebuild
  Added:                silo-1.4.13a_pre20070930_p2.ebuild
  Log:
  Version bump, using debian patchset and snapshot from git
  (Portage version: 2.1.5_rc10)

Revision  Changes    Path
1.37                 sys-boot/silo/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	24 Jul 2007 15:18:29 -0000	1.36
+++ ChangeLog	15 May 2008 15:00:51 -0000	1.37
@@ -1,6 +1,13 @@
 # ChangeLog for sys-boot/silo
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.36 2007/07/24 15:18:29 gustavoz Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/ChangeLog,v 1.37 2008/05/15 15:00:51 armin76 Exp $
+
+*silo-1.4.13a_pre20070930_p2 (15 May 2008)
+
+  15 May 2008; Raúl Porcel <armin76@gentoo.org>
+  +files/sanitized-linuxheaders.patch, silo-1.4.13-r1.ebuild,
+  +silo-1.4.13a_pre20070930_p2.ebuild:
+  Version bump, using debian patchset and snapshot from git
 
 *silo-1.4.13-r1 (24 Jul 2007)
 



1.2                  sys-boot/silo/silo-1.4.13-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild?r1=1.1&r2=1.2

Index: silo-1.4.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- silo-1.4.13-r1.ebuild	24 Jul 2007 15:18:29 -0000	1.1
+++ silo-1.4.13-r1.ebuild	15 May 2008 15:00:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild,v 1.1 2007/07/24 15:18:29 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.13-r1.ebuild,v 1.2 2008/05/15 15:00:51 armin76 Exp $
 
 inherit mount-boot flag-o-matic toolchain-funcs
 
@@ -22,8 +22,8 @@
 
 src_unpack() {
 	unpack ${A}
-	cd ${S}
-	epatch ${FILESDIR}/silo-1.4.x-noglibc_time.patch
+	cd "${S}"
+	epatch "${FILESDIR}"/silo-1.4.x-noglibc_time.patch
 }
 
 src_compile() {
@@ -38,11 +38,11 @@
 }
 
 src_install() {
-	make DESTDIR=${D} install || die
-	dodoc COPYING ChangeLog first-isofs/README.SILO_ISOFS docs/README*
+	make DESTDIR="${D}" install || die
+	dodoc first-isofs/README.SILO_ISOFS docs/README*
 
 	# Fix maketilo manpage
-	rm ${D}/usr/share/man/man1/maketilo.1
+	rm "${D}"/usr/share/man/man1/maketilo.1
 	dosym /usr/share/man/man1/tilo.1 /usr/share/man/man1/maketilo.1
 }
 



1.1                  sys-boot/silo/silo-1.4.13a_pre20070930_p2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/silo-1.4.13a_pre20070930_p2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-boot/silo/silo-1.4.13a_pre20070930_p2.ebuild?rev=1.1&content-type=text/plain

Index: silo-1.4.13a_pre20070930_p2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.13a_pre20070930_p2.ebuild,v 1.1 2008/05/15 15:00:51 armin76 Exp $

inherit mount-boot flag-o-matic toolchain-funcs

DEB_PL="${P##*_p}"
MY_PV="${PV##*_pre}"
MY_GIT="git${MY_PV%%_*}"
MY_PV="${PV%%_*}"
MY_P="${PN}_${MY_PV}+${MY_GIT}"

DESCRIPTION="SPARC/UltraSPARC Improved Loader, a boot loader for sparc"
SRC_URI="mirror://debian/pool/main/s/${PN}/${MY_P}.orig.tar.gz
	mirror://debian/pool/main/s/${PN}/${MY_P}-${DEB_PL}.diff.gz"
HOMEPAGE="http://www.sparc-boot.org"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="-* ~sparc"
IUSE="hardened"

PROVIDE="virtual/bootloader"

DEPEND="sys-fs/e2fsprogs
	sys-apps/sparc-utils"

ABI_ALLOW="sparc32"

S="${WORKDIR}/${PN}"

src_unpack() {
	unpack ${A}

	epatch ${MY_P}-${DEB_PL}.diff

	cd "${S}"
	epatch "${WORKDIR}"/${MY_P/_/-}/debian/patches/*.patch
	epatch "${FILESDIR}"/sanitized-linuxheaders.patch

	#Set the correct version
	sed -i -e "s/1.4.13/1.4.13_git20070830_p2/g" Rules.make
}

src_compile() {
	filter-flags "-fstack-protector"

	if use hardened
	then
		make ${MAKEOPTS} CC="$(tc-getCC) -fno-stack-protector -fno-pic"
	else
		make ${MAKEOPTS} CC="$(tc-getCC)" || die
	fi
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc first-isofs/README.SILO_ISOFS docs/README*

	# Fix maketilo manpage
	rm "${D}"/usr/share/man/man1/maketilo.1
	dosym /usr/share/man/man1/tilo.1 /usr/share/man/man1/maketilo.1
}

pkg_postinst() {
	ewarn "NOTE: If this is an upgrade to an existing SILO install,"
	ewarn "      you will need to re-run silo as the /boot/second.b"
	ewarn "      file has changed, else the system will fail to load"
	ewarn "      SILO at the next boot."
}



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-15 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 15:00 [gentoo-commits] gentoo-x86 commit in sys-boot/silo: ChangeLog silo-1.4.13-r1.ebuild silo-1.4.13a_pre20070930_p2.ebuild Raul Porcel (armin76)

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