diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 10:06:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-24 10:06:05 +0000 |
commit | f315c491526d79b6490e3efef7546dcc3306705d (patch) | |
tree | ed551d073262229bf46500daaac84cf873cb64ff /sys-power | |
parent | Regen digest. (diff) | |
download | gentoo-2-f315c491526d79b6490e3efef7546dcc3306705d.tar.gz gentoo-2-f315c491526d79b6490e3efef7546dcc3306705d.tar.bz2 gentoo-2-f315c491526d79b6490e3efef7546dcc3306705d.zip |
Link in libz for pciutils #163563 by Tristan Heaven.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/athcool/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/athcool/files/athcool-0.3.11-build.patch | 12 | ||||
-rw-r--r-- | sys-power/athcool/files/digest-athcool-0.3.11 | 2 |
3 files changed, 16 insertions, 6 deletions
diff --git a/sys-power/athcool/ChangeLog b/sys-power/athcool/ChangeLog index 157b50291cdf..550a06d21ea2 100644 --- a/sys-power/athcool/ChangeLog +++ b/sys-power/athcool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/athcool -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/ChangeLog,v 1.4 2006/06/24 05:29:04 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/athcool/ChangeLog,v 1.5 2007/01/24 10:06:05 vapier Exp $ + + 24 Jan 2007; Mike Frysinger <vapier@gentoo.org> + files/athcool-0.3.11-build.patch: + Link in libz for pciutils #163563 by Tristan Heaven. 24 Jun 2006; Mike Frysinger <vapier@gentoo.org> +files/athcool-0.3.11-build.patch, athcool-0.3.11.ebuild: diff --git a/sys-power/athcool/files/athcool-0.3.11-build.patch b/sys-power/athcool/files/athcool-0.3.11-build.patch index e29f0a2e9b39..8b8e619dd71f 100644 --- a/sys-power/athcool/files/athcool-0.3.11-build.patch +++ b/sys-power/athcool/files/athcool-0.3.11-build.patch @@ -1,6 +1,6 @@ ---- Makefile.orig 2006-06-24 01:30:31.000000000 -0400 -+++ Makefile 2006-06-24 01:31:17.000000000 -0400 -@@ -14,10 +14,10 @@ +--- Makefile ++++ Makefile +@@ -14,13 +14,13 @@ SRCS = athcool.c scanpci.c OBJS = $(SRCS:.c=.o) @@ -13,7 +13,11 @@ +DEFS = -I. -DPACKAGE=\"$(PACKAGE)\" -DVERSION=\"$(VERSION)\" #DEFS += -DENABLE_FORCEID=1 #DEFS += -DDISABLE_WRITE_REG=1 - LIBS = -lpci +-LIBS = -lpci ++LIBS = -lpci -lz + + ### rules ### + @@ -30,13 +30,13 @@ all: $(PACKAGE) diff --git a/sys-power/athcool/files/digest-athcool-0.3.11 b/sys-power/athcool/files/digest-athcool-0.3.11 index d7a26c9e4766..a969695940b0 100644 --- a/sys-power/athcool/files/digest-athcool-0.3.11 +++ b/sys-power/athcool/files/digest-athcool-0.3.11 @@ -1 +1,3 @@ MD5 0fdcc3e32f8e795ff95747e640710ce4 athcool-0.3.11.tar.gz 20761 +RMD160 076ea6fac685415332e8f322edeae7003afbe57f athcool-0.3.11.tar.gz 20761 +SHA256 63359649d98430da4d552b92e8b66af08f8410171e9ff82edda3c796831b841a athcool-0.3.11.tar.gz 20761 |