summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/915resolution/915resolution-0.5.2.ebuild6
-rw-r--r--sys-apps/915resolution/ChangeLog6
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-apps/915resolution/915resolution-0.5.2.ebuild b/sys-apps/915resolution/915resolution-0.5.2.ebuild
index 8c6ad5d189d4..cb31550a21f8 100644
--- a/sys-apps/915resolution/915resolution-0.5.2.ebuild
+++ b/sys-apps/915resolution/915resolution-0.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.2.ebuild,v 1.1 2006/07/22 17:29:44 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/915resolution-0.5.2.ebuild,v 1.2 2006/07/22 23:31:55 chutzpah Exp $
DESCRIPTION="Utility to patch VBIOS of Intel 855 / 865 / 915 chipsets"
HOMEPAGE="http://www.geocities.com/stomljen/"
@@ -15,7 +15,8 @@ DEPEND=""
RDEPEND=""
src_compile() {
- emake || die "Compiliation failed."
+ emake clean
+ emake CFLAGS="${CFLAGS}" || die "Compiliation failed."
}
src_install() {
@@ -26,6 +27,7 @@ src_install() {
}
pkg_postinst() {
+ elog
elog "${PN} alters your video BIOS in a non-permanent way, this means"
elog "that there is no risk of permanent damage to your video card, but"
elog "it also means that it must be run at every boot. To set it up, "
diff --git a/sys-apps/915resolution/ChangeLog b/sys-apps/915resolution/ChangeLog
index a8002b4b93b7..a47f2f2e986e 100644
--- a/sys-apps/915resolution/ChangeLog
+++ b/sys-apps/915resolution/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/915resolution
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/ChangeLog,v 1.2 2006/07/22 17:41:50 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/915resolution/ChangeLog,v 1.3 2006/07/22 23:31:55 chutzpah Exp $
+
+ 22 Jul 2006; Patrick McLean <chutzpah@gentoo.org>
+ 915resolution-0.5.2.ebuild:
+ Clean up the binary in the tarball before making, fixes bug #141437.
22 Jul 2006; Patrick McLean <chutzpah@gentoo.org> files/confd:
Fix default conf.d script to actually work.