summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-10-22 11:04:53 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-10-22 11:04:53 +0000
commit69528aebb66e2566e380b5834f46bdd65f5182d2 (patch)
treee63c0e634d89662e790e1873f8674b0c65fca40b
parentPruned old versions. (diff)
downloadhistorical-69528aebb66e2566e380b5834f46bdd65f5182d2.tar.gz
historical-69528aebb66e2566e380b5834f46bdd65f5182d2.tar.bz2
historical-69528aebb66e2566e380b5834f46bdd65f5182d2.zip
Pruned old versions.
Package-Manager: portage-2.0.51.22-r3
-rw-r--r--sys-power/acpid/ChangeLog6
-rw-r--r--sys-power/acpid/acpid-1.0.4-r1.ebuild72
-rw-r--r--sys-power/acpid/files/digest-acpid-1.0.4-r11
-rw-r--r--sys-power/cpufreqd/ChangeLog9
-rw-r--r--sys-power/cpufreqd/cpufreqd-1.2.2.ebuild32
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.0.0_beta4-r1.ebuild50
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.0.0_beta4.ebuild43
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.0.0_pre1.ebuild82
-rw-r--r--sys-power/cpufreqd/files/cpufreqd-2.0.0-beta4-cpu_interval_inconsistency.diff43
-rw-r--r--sys-power/cpufreqd/files/cpufreqd-2.0.0_beta4-init.d38
-rw-r--r--sys-power/cpufreqd/files/digest-cpufreqd-1.2.21
-rw-r--r--sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta41
-rw-r--r--sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4-r11
-rw-r--r--sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_pre12
-rw-r--r--sys-power/hibernate-script/ChangeLog8
-rw-r--r--sys-power/hibernate-script/files/digest-hibernate-script-1.081
-rw-r--r--sys-power/hibernate-script/files/digest-hibernate-script-1.091
-rw-r--r--sys-power/hibernate-script/files/digest-hibernate-script-1.101
-rw-r--r--sys-power/hibernate-script/files/hibernate-script-1.08-gentoo.patch29
-rw-r--r--sys-power/hibernate-script/files/hibernate-script-1.09-gentoo.patch29
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.08.ebuild70
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.09.ebuild74
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.10.ebuild66
23 files changed, 20 insertions, 640 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog
index 6e3ef8ff9b82..1db28f869d28 100644
--- a/sys-power/acpid/ChangeLog
+++ b/sys-power/acpid/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-power/acpid
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.13 2005/09/16 11:55:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.14 2005/10/22 10:59:27 brix Exp $
+
+ 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -acpid-1.0.4-r1.ebuild:
+ Pruned old versions.
16 Sep 2005; Aron Griffis <agriffis@gentoo.org> acpid-1.0.4-r2.ebuild:
Mark 1.0.4-r2 stable on alpha
diff --git a/sys-power/acpid/acpid-1.0.4-r1.ebuild b/sys-power/acpid/acpid-1.0.4-r1.ebuild
deleted file mode 100644
index 9aceff08322c..000000000000
--- a/sys-power/acpid/acpid-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r1.ebuild,v 1.5 2005/09/08 13:01:50 brix Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Daemon for Advanced Configuration and Power Interface"
-HOMEPAGE="http://acpid.sourceforge.net"
-SRC_URI="mirror://sourceforge/acpid/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 -ppc ~alpha ~amd64 ~ia64"
-IUSE="doc"
-
-DEPEND="sys-apps/sed"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # Fix building with gcc4
- epatch ${FILESDIR}/${P}-gcc4.patch
-
- # do not treat warnings as errors, bug #90873
- sed -i -e "s:-Werror::" ${S}/Makefile
-}
-
-src_compile() {
- # DO NOT COMPILE WITH OPTIMISATIONS (bug #22365)
- # That is a note to the devs. IF you are a user, go ahead and optimise
- # if you want, but we won't support bugs associated with that.
- make CC="$(tc-getCC)" INSTPREFIX="${D}" || die
-}
-
-src_install() {
- # needed since the Makefile doesn't do 'mkdir -p $(BINDIR)'
- dodir /usr/bin
-
- make INSTPREFIX="${D}" install || die
-
- exeinto /etc/acpi
- newexe ${FILESDIR}/${P}-default.sh default.sh || die
-
- insinto /etc/acpi/events
- newins ${FILESDIR}/${P}-default default || die
-
- dodoc README Changelog TODO
-
- exeinto /etc/init.d
- newexe ${FILESDIR}/acpid.rc6 acpid || die
-
- if use doc; then
- docinto examples
- dodoc samples/{acpi_handler.sh,sample.conf}
-
- docinto examples/battery
- dodoc samples/battery/*
-
- docinto examples/panasonic
- dodoc samples/panasonic/*
- fi
-}
-
-pkg_postinst() {
- echo
- einfo "You may wish to read the Gentoo Linux Power Management Guide,"
- einfo "which can be found online at:"
- einfo " http://www.gentoo.org/doc/en/power-management-guide.xml"
- echo
-}
diff --git a/sys-power/acpid/files/digest-acpid-1.0.4-r1 b/sys-power/acpid/files/digest-acpid-1.0.4-r1
deleted file mode 100644
index 37c23c5f0323..000000000000
--- a/sys-power/acpid/files/digest-acpid-1.0.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3aff94e92186e99ed5fd6dcee2db7c74 acpid-1.0.4.tar.gz 23416
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog
index bf2dcbf088fc..5fa35820cfaf 100644
--- a/sys-power/cpufreqd/ChangeLog
+++ b/sys-power/cpufreqd/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-power/cpufreqd
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.18 2005/10/21 20:01:13 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.19 2005/10/22 11:02:38 brix Exp $
+
+ 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -files/cpufreqd-2.0.0-beta4-cpu_interval_inconsistency.diff,
+ -files/cpufreqd-2.0.0_beta4-init.d, -cpufreqd-1.2.2.ebuild,
+ -cpufreqd-2.0.0_beta4.ebuild, -cpufreqd-2.0.0_beta4-r1.ebuild,
+ -cpufreqd-2.0.0_pre1.ebuild:
+ Pruned old versions.
21 Oct 2005; Henrik Brix Andersen <brix@gentoo.org>
cpufreqd-2.0.0_pre1.ebuild, cpufreqd-2.0.0_pre1-r1.ebuild:
diff --git a/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild
deleted file mode 100644
index de438bd72b78..000000000000
--- a/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.2.ebuild,v 1.2 2005/04/07 17:02:25 blubb Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="Daemon to adjust CPU frequency for power saving"
-
-HOMEPAGE="http://cpufreqd.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc amd64"
-
-IUSE=""
-
-src_compile() {
- # cpufreqd segfaults when built as PIE
- filter-flags "-fpie" "-fPIE" "-Wl,-pie"
-
- econf || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-
- doinitd scripts/gentoo/cpufreqd
-
- dodoc AUTHORS ChangeLog README TODO
-}
diff --git a/sys-power/cpufreqd/cpufreqd-2.0.0_beta4-r1.ebuild b/sys-power/cpufreqd/cpufreqd-2.0.0_beta4-r1.ebuild
deleted file mode 100644
index bd5bdec1196b..000000000000
--- a/sys-power/cpufreqd/cpufreqd-2.0.0_beta4-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0_beta4-r1.ebuild,v 1.2 2005/08/29 21:30:44 swegener Exp $
-
-inherit eutils linux-info
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="CPU Frequency Daemon"
-HOMEPAGE="http://cpufreqd.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-DEPEND="sys-power/cpufrequtils"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="CPU_FREQ"
-ERROR_CPU_FREQ="${P} requires support for CPU Frequency scaling (CONFIG_CPU_FREQ)"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${MY_P}-cpu_interval_inconsistency.diff
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newinitd ${FILESDIR}/${P}-init.d ${PN}
-}
-
-pkg_postinst() {
- einfo
- einfo "Significant changes have happened since the 1.x releases, including"
- einfo "changes in the configuration file format."
- einfo
- einfo "Make sure you update your /etc/cpufreqd.conf file before starting"
- einfo "${PN}. You can use 'etc-update' to accomplish this:"
- einfo
- einfo " # etc-update"
- einfo
-}
diff --git a/sys-power/cpufreqd/cpufreqd-2.0.0_beta4.ebuild b/sys-power/cpufreqd/cpufreqd-2.0.0_beta4.ebuild
deleted file mode 100644
index 5e7e93a19571..000000000000
--- a/sys-power/cpufreqd/cpufreqd-2.0.0_beta4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0_beta4.ebuild,v 1.2 2005/08/26 13:02:30 brix Exp $
-
-inherit flag-o-matic linux-info
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="CPU Frequency Daemon"
-HOMEPAGE="http://cpufreqd.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE=""
-DEPEND="sys-power/cpufrequtils"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="CPU_FREQ"
-ERROR_CPU_FREQ="${P} requires support for CPU Frequency scaling (CONFIG_CPU_FREQ)"
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newinitd ${FILESDIR}/${P}-init.d ${PN}
-}
-
-pkg_postinst() {
- einfo
- einfo "Significant changes have happened since the 1.x releases, including"
- einfo "changes in the configuration file format."
- einfo
- einfo "Make sure you update your /etc/cpufreqd.conf file before starting"
- einfo "${PN}. You can use 'etc-update' to accomplish this:"
- einfo
- einfo " # etc-update"
- einfo
-}
diff --git a/sys-power/cpufreqd/cpufreqd-2.0.0_pre1.ebuild b/sys-power/cpufreqd/cpufreqd-2.0.0_pre1.ebuild
deleted file mode 100644
index e3d444d46fce..000000000000
--- a/sys-power/cpufreqd/cpufreqd-2.0.0_pre1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0_pre1.ebuild,v 1.2 2005/10/21 20:01:13 brix Exp $
-
-inherit eutils
-
-MY_P=${P/_/-}
-S=${WORKDIR}/${MY_P}
-
-NVCLOCK_VERSION="0.8b"
-
-DESCRIPTION="CPU Frequency Daemon"
-HOMEPAGE="http://cpufreqd.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz
- nvidia? ( http://www.linuxhardware.org/nvclock/nvclock${NVCLOCK_VERSION}.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="acpi apm lm_sensors nforce2 nvidia pmu"
-DEPEND="sys-power/cpufrequtils
- lm_sensors? ( sys-apps/lm_sensors )"
-RDEPEND="${DEPEND}"
-
-src_unpack() {
- unpack ${A}
-
- cd ${WORKDIR}/nvclock${NVCLOCK_VERSION}
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fd.patch
-
- cd ${S}
- epatch ${FILESDIR}/${MY_P}-nv.patch
-}
-
-src_compile() {
- local config
-
- if use nvidia; then
- cd ${WORKDIR}/nvclock${NVCLOCK_VERSION}
- econf \
- --disable-gtk \
- --disable-qt \
- --disable-nvcontrol \
- || die "econf nvclock failed"
- emake -j1 || die "emake nvclock failed"
- config="--enable-nvclock=${WORKDIR}/nvclock${NVCLOCK_VERSION}"
- fi
-
- cd ${S}
- econf \
- $(use_enable acpi) \
- $(use_enable apm) \
- $(use_enable lm_sensors sensors) \
- $(use_enable nforce2) \
- $(use_enable pmu) \
- ${config} \
- || die "econf failed"
-}
-
-src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-
- newinitd ${FILESDIR}/${P}-init.d ${PN}
-
- insinto /etc
- newins ${FILESDIR}/${MY_P}-cpufreqd.conf cpufreqd.conf
-}
-
-pkg_postinst() {
- einfo
- einfo "Significant changes have happened since the 1.x releases, including"
- einfo "changes in the configuration file format."
- einfo
- einfo "Make sure you update your /etc/cpufreqd.conf file before starting"
- einfo "${PN}. You can use 'etc-update' to accomplish this:"
- einfo
- einfo " # etc-update"
- einfo
-}
diff --git a/sys-power/cpufreqd/files/cpufreqd-2.0.0-beta4-cpu_interval_inconsistency.diff b/sys-power/cpufreqd/files/cpufreqd-2.0.0-beta4-cpu_interval_inconsistency.diff
deleted file mode 100644
index 994fab7f89ec..000000000000
--- a/sys-power/cpufreqd/files/cpufreqd-2.0.0-beta4-cpu_interval_inconsistency.diff
+++ /dev/null
@@ -1,43 +0,0 @@
-Index: cpufreqd.conf
-===================================================================
-RCS file: /cvsroot/cpufreqd/sources2/cpufreqd.conf,v
-retrieving revision 1.6
-retrieving revision 1.7
-diff -u -r1.6 -r1.7
---- cpufreqd.conf 21 Aug 2005 18:40:02 -0000 1.6
-+++ cpufreqd.conf 29 Aug 2005 16:30:49 -0000 1.7
-@@ -139,7 +139,7 @@
- [Rule]
- name=CPU Too Hot
- acpi_temperature=55-100
--cpu=30-100
-+cpu_interval=30-100
- profile=Performance Low
- [/Rule]
-
-@@ -151,7 +151,7 @@
- programs=xine,mplayer,gmaplayer
- battery_interval=0-100
- acpi_temperature=0-60
--cpu=0-100
-+cpu_interval=0-100
- profile=Performance High
- [/Rule]
-
-Index: src/cpufreqd_cpu.c
-===================================================================
-RCS file: /cvsroot/cpufreqd/sources2/src/cpufreqd_cpu.c,v
-retrieving revision 1.9
-retrieving revision 1.11
-diff -u -r1.9 -r1.11
---- src/cpufreqd_cpu.c 18 Aug 2005 20:45:36 -0000 1.9
-+++ src/cpufreqd_cpu.c 29 Aug 2005 16:55:16 -0000 1.11
-@@ -43,7 +43,7 @@
- static unsigned int delta_time, kernel_version;
-
- static struct cpufreqd_keyword kw[] = {
-- { .word = "cpu", .parse = &cpu_parse, .evaluate = &cpu_evaluate },
-+ { .word = "cpu_interval", .parse = &cpu_parse, .evaluate = &cpu_evaluate },
- { .word = NULL, .parse = NULL, .evaluate = NULL, .free = NULL }
- };
-
diff --git a/sys-power/cpufreqd/files/cpufreqd-2.0.0_beta4-init.d b/sys-power/cpufreqd/files/cpufreqd-2.0.0_beta4-init.d
deleted file mode 100644
index 4b0fdb2f6293..000000000000
--- a/sys-power/cpufreqd/files/cpufreqd-2.0.0_beta4-init.d
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/files/cpufreqd-2.0.0_beta4-init.d,v 1.2 2005/09/02 15:48:25 brix Exp $
-
-CONFIGFILE=/etc/cpufreqd.conf
-
-depend() {
- need localmount
- use logger
-}
-
-checkconfig() {
- if [[ ! -f ${CONFIGFILE} ]]; then
- eerror "Configuration file ${CONFIGFILE} not found"
- return 1
- fi
-
- if [[ ! -e /proc/cpufreq ]] && [[ ! -e /sys/devices/system/cpu/cpu0/cpufreq ]]; then
- eerror "cpufreqd requires the kernel to be configured with CONFIG_CPU_FREQ"
- return 1
- fi
-}
-
-start() {
- checkconfig || return 1
-
- ebegin "Starting CPU Frequency Daemon"
- start-stop-daemon --start --quiet --exec /usr/sbin/cpufreqd -- \
- -f ${CONFIGFILE}
- eend ${?}
-}
-
-stop() {
- ebegin "Stopping CPU Frequency Daemon"
- start-stop-daemon --stop --quiet --exec /usr/sbin/cpufreqd
- eend ${?}
-}
diff --git a/sys-power/cpufreqd/files/digest-cpufreqd-1.2.2 b/sys-power/cpufreqd/files/digest-cpufreqd-1.2.2
deleted file mode 100644
index 85a6708f9d4b..000000000000
--- a/sys-power/cpufreqd/files/digest-cpufreqd-1.2.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e26bd0a1566aae79398c92be155c0367 cpufreqd-1.2.2.tar.gz 330959
diff --git a/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4 b/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4
deleted file mode 100644
index 576f49f75e13..000000000000
--- a/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ead34f298bc2e2e6f227ea03350e588f cpufreqd-2.0.0-beta4.tar.gz 456917
diff --git a/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4-r1 b/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4-r1
deleted file mode 100644
index 576f49f75e13..000000000000
--- a/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_beta4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ead34f298bc2e2e6f227ea03350e588f cpufreqd-2.0.0-beta4.tar.gz 456917
diff --git a/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_pre1 b/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_pre1
deleted file mode 100644
index 8b9b27aed009..000000000000
--- a/sys-power/cpufreqd/files/digest-cpufreqd-2.0.0_pre1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 5a3b7315b06c1c68d3998f0cbb73783b cpufreqd-2.0.0-pre1.tar.gz 362917
-MD5 df36711124e08b3349692a8788755d14 nvclock0.8b.tar.gz 353127
diff --git a/sys-power/hibernate-script/ChangeLog b/sys-power/hibernate-script/ChangeLog
index 3c59b309f7c4..ce9ba673e5f9 100644
--- a/sys-power/hibernate-script/ChangeLog
+++ b/sys-power/hibernate-script/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-power/hibernate-script
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/ChangeLog,v 1.18 2005/10/20 13:43:03 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/ChangeLog,v 1.19 2005/10/22 11:04:53 brix Exp $
+
+ 22 Oct 2005; Henrik Brix Andersen <brix@gentoo.org>
+ -files/hibernate-script-1.08-gentoo.patch,
+ -files/hibernate-script-1.09-gentoo.patch, -hibernate-script-1.08.ebuild,
+ -hibernate-script-1.09.ebuild, -hibernate-script-1.10.ebuild:
+ Pruned old versions.
*hibernate-script-1.12 (20 Oct 2005)
diff --git a/sys-power/hibernate-script/files/digest-hibernate-script-1.08 b/sys-power/hibernate-script/files/digest-hibernate-script-1.08
deleted file mode 100644
index 56ad265681e4..000000000000
--- a/sys-power/hibernate-script/files/digest-hibernate-script-1.08
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f6d52b74076d423ae519aa8c66da88ea hibernate-script-1.08.tar.gz 62182
diff --git a/sys-power/hibernate-script/files/digest-hibernate-script-1.09 b/sys-power/hibernate-script/files/digest-hibernate-script-1.09
deleted file mode 100644
index ffe655f103fb..000000000000
--- a/sys-power/hibernate-script/files/digest-hibernate-script-1.09
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2adfa48d3020b1f33005eebc9bd5ac8a hibernate-script-1.09.tar.gz 63823
diff --git a/sys-power/hibernate-script/files/digest-hibernate-script-1.10 b/sys-power/hibernate-script/files/digest-hibernate-script-1.10
deleted file mode 100644
index 1d5fbfdf2692..000000000000
--- a/sys-power/hibernate-script/files/digest-hibernate-script-1.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 cbd8320a2a458d1cfad5420c6fa6a823 hibernate-script-1.10.tar.gz 63598
diff --git a/sys-power/hibernate-script/files/hibernate-script-1.08-gentoo.patch b/sys-power/hibernate-script/files/hibernate-script-1.08-gentoo.patch
deleted file mode 100644
index 4393afd88211..000000000000
--- a/sys-power/hibernate-script/files/hibernate-script-1.08-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -urp hibernate-script-1.08/init.d/hibernate-cleanup.sh hibernate-script-1.08-gentoo/init.d/hibernate-cleanup.sh
---- hibernate-script-1.08/init.d/hibernate-cleanup.sh 2005-05-13 15:28:26.000000000 +0200
-+++ hibernate-script-1.08-gentoo/init.d/hibernate-cleanup.sh 2005-05-13 15:43:10.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/sbin/runscript
-
- # This script invalidates any stale swsusp and Software Suspend 2 images. It
- # searches all swap partitions on your machine, as well as Suspend2's
-@@ -57,9 +57,14 @@ check_filewriter_sig() {
- esac
- }
-
--echo -n "Clearing Software Suspend 2 signatures... "
--check_swap_sig
--check_filewriter_sig
--echo "done."
-+depend() {
-+ after localmount
-+ before bootmisc
-+}
-
--exit 0
-+start() {
-+ ebegin "Clearing Software Suspend 2 signatures"
-+ check_swap_sig
-+ check_filewriter_sig
-+ eend
-+}
diff --git a/sys-power/hibernate-script/files/hibernate-script-1.09-gentoo.patch b/sys-power/hibernate-script/files/hibernate-script-1.09-gentoo.patch
deleted file mode 100644
index 3c9d838dc3a9..000000000000
--- a/sys-power/hibernate-script/files/hibernate-script-1.09-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -urp hibernate-script-1.09/init.d/hibernate-cleanup.sh hibernate-script-1.09-gentoo/init.d/hibernate-cleanup.sh
---- hibernate-script-1.09/init.d/hibernate-cleanup.sh 2005-06-27 17:58:32.000000000 +0200
-+++ hibernate-script-1.09-gentoo/init.d/hibernate-cleanup.sh 2005-06-27 18:02:54.000000000 +0200
-@@ -1,4 +1,4 @@
--#!/bin/sh
-+#!/sbin/runscript
-
- # This script invalidates any stale swsusp and Software Suspend 2 images. It
- # searches all swap partitions on your machine, as well as Suspend2's
-@@ -57,9 +57,14 @@ check_filewriter_sig() {
- esac
- }
-
--echo -n "Clearing Software Suspend 2 signatures... "
--check_swap_sig
--check_filewriter_sig
--echo "done."
-+depend() {
-+ after localmount
-+ before bootmisc
-+}
-
--exit 0
-+start() {
-+ ebegin "Clearing Software Suspend 2 signatures"
-+ check_swap_sig
-+ check_filewriter_sig
-+ eend
-+}
diff --git a/sys-power/hibernate-script/hibernate-script-1.08.ebuild b/sys-power/hibernate-script/hibernate-script-1.08.ebuild
deleted file mode 100644
index b85e45503073..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.08.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/hibernate-script-1.08.ebuild,v 1.2 2005/06/09 09:38:32 brix Exp $
-
-inherit eutils
-
-# The following works with both pre-releases and releases
-MY_P=${PN}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-
-HOMEPAGE="http://www.suspend2.net"
-SRC_URI="http://www.suspend2.net/downloads/all/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-IUSE=""
-
-DEPEND="sys-apps/sed"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- # use /sys/power/state instead of swsusp2
- sed -i \
- -e "s:^\(UseSuspend2\):# \1:" \
- -e "s:^\(Reboot\):# \1:" \
- -e "s:^\(EnableEscape\):# \1:" \
- -e "s:^\(DefaultConsoleLevel\):# \1:" \
- -e "s:^# \(UseSysfsPowerState\) mem:\1 disk:" \
- -e "s:^# \(PowerdownMethod shutdown\):\1:" \
- ${S}/hibernate.conf
-
- # remove obsolete swsusp2_15 scriptlet
- rm -f ${S}/scriptlets.d/swsusp2_15
-}
-
-src_install() {
- BASE_DIR=${D} PREFIX=/usr MAN_DIR=${D}/usr/share/man \
- ${S}/install.sh
-
- # hibernate-ram will default to using ram.conf
- dosym /usr/sbin/hibernate /usr/sbin/hibernate-ram
-
- newinitd ${S}/init.d/hibernate-cleanup.sh hibernate-cleanup
-
- # other ebuilds can install scriplets to this dir
- keepdir /etc/hibernate/scriptlets.d/
-
- dodoc CHANGELOG README SCRIPTLET-API TODO
-}
-
-pkg_postinst() {
- einfo
- einfo "The /etc/hibernate/sleep.conf file has been moved to"
- einfo "/etc/hibernate/ram.conf to follow upstream."
- einfo
- einfo "If you use Software Suspend 2 you should run"
- einfo " rc-update add hibernate-cleanup boot"
- einfo "to invalidate suspend images on a clean boot. See"
- einfo "/usr/share/doc/${PF}/README.gz for further details."
- einfo
-}
diff --git a/sys-power/hibernate-script/hibernate-script-1.09.ebuild b/sys-power/hibernate-script/hibernate-script-1.09.ebuild
deleted file mode 100644
index 5259e63bbf7e..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.09.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/hibernate-script-1.09.ebuild,v 1.3 2005/07/25 08:22:02 brix Exp $
-
-inherit eutils
-
-# The following works with both pre-releases and releases
-MY_P=${PN}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-
-HOMEPAGE="http://www.suspend2.net"
-SRC_URI="http://www.suspend2.net/downloads/all/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-IUSE="logrotate"
-
-DEPEND="sys-apps/sed"
-RDEPEND="logrotate? ( app-admin/logrotate )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- # use /sys/power/state instead of swsusp2
- sed -i \
- -e "s:^\(UseSuspend2\):# \1:" \
- -e "s:^\(Reboot\):# \1:" \
- -e "s:^\(EnableEscape\):# \1:" \
- -e "s:^\(DefaultConsoleLevel\):# \1:" \
- -e "s:^\(Compressor\):# \1:" \
- -e "s:^\(Encryptor\):# \1:" \
- -e "s:^# \(UseSysfsPowerState\) mem:\1 disk:" \
- -e "s:^# \(PowerdownMethod shutdown\):\1:" \
- ${S}/hibernate.conf
-
- # remove obsolete swsusp2_15 scriptlet
- rm -f ${S}/scriptlets.d/swsusp2_15
-}
-
-src_install() {
- BASE_DIR=${D} PREFIX=/usr MAN_DIR=${D}/usr/share/man \
- ${S}/install.sh
-
- # hibernate-ram will default to using ram.conf
- dosym /usr/sbin/hibernate /usr/sbin/hibernate-ram
-
- newinitd ${S}/init.d/hibernate-cleanup.sh hibernate-cleanup
-
- # other ebuilds can install scriplets to this dir
- keepdir /etc/hibernate/scriptlets.d/
-
- dodoc CHANGELOG README SCRIPTLET-API TODO
-
- if use logrotate; then
- insinto /etc/logrotate.d
- newins logrotate.d-hibernate-script hibernate-script
- fi
-}
-
-pkg_postinst() {
- einfo
- einfo "If you use Software Suspend 2 you should run"
- einfo " rc-update add hibernate-cleanup boot"
- einfo "to invalidate suspend images on a clean boot. See"
- einfo "/usr/share/doc/${PF}/README.gz for further details."
- einfo
-}
diff --git a/sys-power/hibernate-script/hibernate-script-1.10.ebuild b/sys-power/hibernate-script/hibernate-script-1.10.ebuild
deleted file mode 100644
index 00d4ec1eb672..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.10.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/hibernate-script-1.10.ebuild,v 1.1 2005/07/13 17:03:01 brix Exp $
-
-inherit eutils
-
-# The following works with both pre-releases and releases
-MY_P=${PN}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-
-HOMEPAGE="http://www.suspend2.net"
-SRC_URI="http://www.suspend2.net/downloads/all/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="logrotate"
-
-DEPEND="sys-apps/sed"
-RDEPEND="logrotate? ( app-admin/logrotate )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
-
- # remove obsolete swsusp2_15 scriptlet
- rm -f ${S}/scriptlets.d/swsusp2_15
-}
-
-src_install() {
- BASE_DIR=${D} PREFIX=/usr MAN_DIR=${D}/usr/share/man \
- ${S}/install.sh
-
- # hibernate-ram will default to using ram.conf
- dosym /usr/sbin/hibernate /usr/sbin/hibernate-ram
-
- newinitd ${S}/init.d/hibernate-cleanup.sh hibernate-cleanup
-
- # other ebuilds can install scriplets to this dir
- keepdir /etc/hibernate/scriptlets.d/
-
- dodoc CHANGELOG README SCRIPTLET-API TODO
-
- if use logrotate; then
- insinto /etc/logrotate.d
- newins logrotate.d-hibernate-script hibernate-script
- fi
-}
-
-pkg_postinst() {
- einfo
- einfo "If you use Software Suspend 2 you should run"
- einfo " # rc-update add hibernate-cleanup boot"
- einfo "to invalidate suspend images on a clean boot."
- einfo
- einfo "See /usr/share/doc/${PF}/README.gz for further details."
- einfo
- einfo "Please note that /etc/hibernate/hibernate.conf now defaults"
- einfo "to using Software Suspend 2."
- einfo
-}