diff options
author | Christian Heim <phreak@gentoo.org> | 2006-10-22 08:25:09 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-10-22 08:25:09 +0000 |
commit | 311f44f2cb332e072ef4dc36427bfa58b0eadc65 (patch) | |
tree | 5cacc1dcd27323d22ffc37041c174352919d4dbc /sys-power/cpufreqd/files | |
parent | Another revision bump, seems my initial intention (the one in #152096) wasn't... (diff) | |
download | historical-311f44f2cb332e072ef4dc36427bfa58b0eadc65.tar.gz historical-311f44f2cb332e072ef4dc36427bfa58b0eadc65.tar.bz2 historical-311f44f2cb332e072ef4dc36427bfa58b0eadc65.zip |
Another revision bump, seems my initial intention (the one in #152096) wasn't that good. Reverting my changes. Furthermore, seems like I missed to add automake to the DEPEND, #152290 (thanks to t35t0r <t35t0r at gmail.com>).
Package-Manager: portage-2.1.2_pre3-r5
Diffstat (limited to 'sys-power/cpufreqd/files')
-rw-r--r-- | sys-power/cpufreqd/files/cpufreqd-2.2.0-Makefile.am.patch | 17 | ||||
-rw-r--r-- | sys-power/cpufreqd/files/digest-cpufreqd-2.2.0-r1 | 6 |
2 files changed, 0 insertions, 23 deletions
diff --git a/sys-power/cpufreqd/files/cpufreqd-2.2.0-Makefile.am.patch b/sys-power/cpufreqd/files/cpufreqd-2.2.0-Makefile.am.patch deleted file mode 100644 index 4033bac3ab35..000000000000 --- a/sys-power/cpufreqd/files/cpufreqd-2.2.0-Makefile.am.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: cpufreqd-2.2.0/Makefile.am -=================================================================== ---- cpufreqd-2.2.0.orig/Makefile.am -+++ cpufreqd-2.2.0/Makefile.am -@@ -22,11 +22,7 @@ SUBDIRS = src utils manpages - #man5_MANS = manpages/cpufreqd.conf.5 - - install-data-local: -- if [ -f $(DESTDIR)/$(sysconfdir)/cpufreqd.conf ]; then \ -- echo "** preserving old configuration file **"; \ -- else \ -- install -Dm 0644 $(top_srcdir)/cpufreqd.conf $(DESTDIR)/$(sysconfdir)/cpufreqd.conf; \ -- fi; -+ install -Dm 0644 $(top_srcdir)/cpufreqd.conf $(DESTDIR)/$(sysconfdir)/conf.d/cpufreqd - - tags: - if [ -f ./tags ]; then \ diff --git a/sys-power/cpufreqd/files/digest-cpufreqd-2.2.0-r1 b/sys-power/cpufreqd/files/digest-cpufreqd-2.2.0-r1 deleted file mode 100644 index 928d8acc56d6..000000000000 --- a/sys-power/cpufreqd/files/digest-cpufreqd-2.2.0-r1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 a8916004d3fb75ed43822eb978c08fc5 cpufreqd-2.2.0.tar.bz2 292219 -RMD160 2e61db9bac593ae564e5103c80b4c49b9a85011c cpufreqd-2.2.0.tar.bz2 292219 -SHA256 13b857d23dff773965eb03a1531e6265627c328d5cc448ec4d446a7c54348d3b cpufreqd-2.2.0.tar.bz2 292219 -MD5 df36711124e08b3349692a8788755d14 nvclock0.8b.tar.gz 353127 -RMD160 66cac5993dc141d00efaa95d8f5ec38ed53854f6 nvclock0.8b.tar.gz 353127 -SHA256 a1fbdb82837c33869c0ebfcb95b6e11fc53b86919e8d1d17265d1af71eb04393 nvclock0.8b.tar.gz 353127 |