summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2010-03-21 19:23:47 +0000
committerRaúl Porcel <armin76@gentoo.org>2010-03-21 19:23:47 +0000
commit7a3aeadffd88c2c60e2d7aa574367ef0affecfa4 (patch)
tree8c644dfe947455d1a87ce6e3f75f4e02a0b1645b /sys-boot/silo
parentVersion bump, remove old (diff)
downloadhistorical-7a3aeadffd88c2c60e2d7aa574367ef0affecfa4.tar.gz
historical-7a3aeadffd88c2c60e2d7aa574367ef0affecfa4.tar.bz2
historical-7a3aeadffd88c2c60e2d7aa574367ef0affecfa4.zip
cleanup ebuild
Package-Manager: portage-2.1.7.17/cvs/Linux ia64
Diffstat (limited to 'sys-boot/silo')
-rw-r--r--sys-boot/silo/Manifest2
-rw-r--r--sys-boot/silo/silo-1.4.14_p20100228.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/sys-boot/silo/Manifest b/sys-boot/silo/Manifest
index d3eda63cbb24..4483beab062f 100644
--- a/sys-boot/silo/Manifest
+++ b/sys-boot/silo/Manifest
@@ -6,6 +6,6 @@ DIST silo_1.4.14+git20100228-1.diff.gz 10143 RMD160 499cade0bad6aaa1c688b54afced
DIST silo_1.4.14+git20100228.orig.tar.gz 738325 RMD160 9b318207270f3deb49fc9bc8339dde8aa40604fc SHA1 c04eb92e0a81d117e71f143e86528a30b7f88058 SHA256 3ed377c7ec122736655e49cdfdff193e9eed122807e4705a423d036223c9caa4
DIST silo_1.4.14.orig.tar.gz 181510 RMD160 88d835d695b26fd10f00d66ed94e33175f9b1c25 SHA1 9572835d9f6addae2287b400b55d6220006895ef SHA256 1f17faa150039faf7b2944098f358ee5bf4145969cad678cc53a2f8bb5d4d2dd
EBUILD silo-1.4.14.ebuild 1873 RMD160 b0ac944b94f2458bd5e47c81bea5811f06121144 SHA1 1d66f4580935c8f4fd515f7d5b70b655472d098e SHA256 01f2e4a42dbf0f93ec48e885f830a276a057daff173f8fa801e95f62975adc18
-EBUILD silo-1.4.14_p20100228.ebuild 1909 RMD160 09759de38e7481424db327a5045151686b44a6fa SHA1 db86181d15394ebab95422b2fa215ef117da0735 SHA256 dd8679c0526ae05945871d30861e71adf154bf2b0bb1fdc4fde13647974866ce
+EBUILD silo-1.4.14_p20100228.ebuild 1857 RMD160 1b7ae8c7ca389a002d9c61bfa1fcf7dda2089090 SHA1 01f7437d0c1f8bff29c32ec9a2aa1a41744bb9dd SHA256 2cefa05cca7d6d3d1efa3e939a6d952dc54e5df6882331f8291fab9cd0ca2bb8
MISC ChangeLog 8803 RMD160 df8a27025ed030d433edafa2e1d6e9cb0c0299b7 SHA1 40558eeb0d75a26c8e0329c1395526ac96781c3b SHA256 6e220de8b4212f41e7405b50469f967e2cc1b8184746fc85efdda8d1a815feed
MISC metadata.xml 282 RMD160 8eda0577518bd9d63fffd12838529c4a90635e03 SHA1 a85093a86ad24fe08b02cf3d33f6a98193924004 SHA256 cb00fd9fed9bb03fc750aa7fdf8232e1f5b8d46e65a14e4f6629a91c2120423f
diff --git a/sys-boot/silo/silo-1.4.14_p20100228.ebuild b/sys-boot/silo/silo-1.4.14_p20100228.ebuild
index 4355f276573b..22a295763cf0 100644
--- a/sys-boot/silo/silo-1.4.14_p20100228.ebuild
+++ b/sys-boot/silo/silo-1.4.14_p20100228.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.1 2010/03/21 19:21:21 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/silo/silo-1.4.14_p20100228.ebuild,v 1.2 2010/03/21 19:23:47 armin76 Exp $
inherit mount-boot flag-o-matic toolchain-funcs
@@ -36,14 +36,13 @@ src_unpack() {
cd "${S}"
# epatch "${WORKDIR}"/${MY_P/_/-}/debian/patches/*.patch
-# epatch "${FILESDIR}"/sanitized-linuxheaders.patch
#Set the correct version
sed -i -e "s/1.4.14/1.4.14_git2010228_p1/g" Rules.make
# Fix build failure
sed -i -e "s/-fno-strict-aliasing/-fno-strict-aliasing -U_FORTIFY_SOURCE/g" Rules.make
-
+
}
src_compile() {
@@ -71,4 +70,4 @@ pkg_postinst() {
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."
-} \ No newline at end of file
+}