summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-06-04 19:10:19 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-06-04 19:10:19 +0000
commite7861dabe228fca2c7c2a4e7655fa8e8bfaae1a5 (patch)
tree02109592f51552450d3824a55177cf7ef2908009 /sys-power
parentold (diff)
downloadgentoo-2-e7861dabe228fca2c7c2a4e7655fa8e8bfaae1a5.tar.gz
gentoo-2-e7861dabe228fca2c7c2a4e7655fa8e8bfaae1a5.tar.bz2
gentoo-2-e7861dabe228fca2c7c2a4e7655fa8e8bfaae1a5.zip
Remove old/unneeded versions.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/hibernate-script/ChangeLog8
-rw-r--r--sys-power/hibernate-script/files/hibernate-script-1.99-init.d.patch58
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.97-r5.ebuild69
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.98.1.ebuild69
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.99-r1.ebuild71
-rw-r--r--sys-power/hibernate-script/hibernate-script-1.99.ebuild69
6 files changed, 7 insertions, 337 deletions
diff --git a/sys-power/hibernate-script/ChangeLog b/sys-power/hibernate-script/ChangeLog
index 248499de429f..b06741373619 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/ChangeLog,v 1.85 2009/06/03 22:02:01 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/hibernate-script/ChangeLog,v 1.86 2009/06/04 19:10:18 nelchael Exp $
+
+ 04 Jun 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -hibernate-script-1.97-r5.ebuild, -hibernate-script-1.98.1.ebuild,
+ -hibernate-script-1.99.ebuild, -hibernate-script-1.99-r1.ebuild,
+ -files/hibernate-script-1.99-init.d.patch:
+ Remove old/unneeded versions.
03 Jun 2009; Dawid Węgliński <cla@gentoo.org>
hibernate-script-2.0-r1.ebuild:
diff --git a/sys-power/hibernate-script/files/hibernate-script-1.99-init.d.patch b/sys-power/hibernate-script/files/hibernate-script-1.99-init.d.patch
deleted file mode 100644
index 5c887185e1ec..000000000000
--- a/sys-power/hibernate-script/files/hibernate-script-1.99-init.d.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-
-Gentoo layout.
-
---- init.d/hibernate-cleanup.sh.org 2007-05-04 07:17:40.000000000 +0300
-+++ init.d/hibernate-cleanup.sh 2007-05-04 07:22:25.000000000 +0300
-@@ -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
-@@ -78,27 +78,30 @@ do_reload() {
-
-
- msg_status() {
-- echo -n "$1"
-+ einfon "$1"
- }
-
- msg() {
-- echo "$1"
-+ einfo "$1"
- }
-
--case "$1" in
--start)
-- msg_status "Invalidating stale software suspend images... "
-+opts="reload"
-+
-+depend() {
-+ after modules
-+ before localmount
-+}
-+
-+start() {
-+ ebegin "Invalidating stale software suspend images"
- do_start
-- msg "done."
-- ;;
--stop)
-+ eend $?
-+}
-+
-+stop() {
- do_stop
-- ;;
--restart|force-reload)
-- do_reload
-- ;;
--*)
-- msg "Usage: /etc/init.d/hibernate {start|stop|restart|force-reload}"
--esac
-+}
-
--exit 0
-+reload() {
-+ do_reload
-+}
diff --git a/sys-power/hibernate-script/hibernate-script-1.97-r5.ebuild b/sys-power/hibernate-script/hibernate-script-1.97-r5.ebuild
deleted file mode 100644
index 1b10e15e3ef3..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.97-r5.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2008 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.97-r5.ebuild,v 1.1 2008/01/26 22:11:48 alonbl Exp $
-
-inherit eutils
-
-PATCH_VERSION="6"
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-HOMEPAGE="http://www.tuxonice.net/"
-SRC_URI="http://www.tuxonice.net/downloads/all/${P}.tar.gz
- mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="vim-syntax"
-
-DEPEND=""
-RDEPEND="!<media-gfx/splashutils-1.5.2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Our patches
- epatch "${WORKDIR}"/patches/*.patch
-}
-
-src_install() {
- BASE_DIR="${D}" \
- DISTRIBUTION="gentoo" \
- PREFIX="/usr" \
- MAN_DIR="${D}/usr/share/man" \
- "${S}/install.sh" || die "Install failed"
-
- # 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/
-
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins hibernate.vim
- fi
-
- dodoc CHANGELOG README SCRIPTLET-API hibernate.vim
-
- insinto /etc/logrotate.d
- newins "${S}"/logrotate.d-hibernate-script hibernate-script
-}
-
-pkg_postinst() {
- elog
- elog "You should run the following command to invalidate suspend"
- elog "images on a clean boot."
- elog
- elog " # rc-update add hibernate-cleanup boot"
- elog
- elog "See /usr/share/doc/${PF}/README.* for further details."
- elog
- elog "Please note that you will need to manually emerge any utilities"
- elog "(radeontool, vbetool, ...) enabled in the configuration files,"
- elog "should you wish to use them."
-}
diff --git a/sys-power/hibernate-script/hibernate-script-1.98.1.ebuild b/sys-power/hibernate-script/hibernate-script-1.98.1.ebuild
deleted file mode 100644
index c38094b3040c..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.98.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2008 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.98.1.ebuild,v 1.1 2008/04/05 15:58:10 alonbl Exp $
-
-inherit eutils
-
-PATCH_VERSION="1"
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-HOMEPAGE="http://www.tuxonice.net/"
-SRC_URI="http://www.tuxonice.net/downloads/all/${P}.tar.gz
- mirror://gentoo/${P}-patches-${PATCH_VERSION}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="vim-syntax"
-
-DEPEND=""
-RDEPEND="!<media-gfx/splashutils-1.5.2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Our patches
- epatch "${WORKDIR}"/patches/*.patch
-}
-
-src_install() {
- BASE_DIR="${D}" \
- DISTRIBUTION="gentoo" \
- PREFIX="/usr" \
- MAN_DIR="${D}/usr/share/man" \
- "${S}/install.sh" || die "Install failed"
-
- # 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/
-
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins hibernate.vim
- fi
-
- dodoc CHANGELOG README SCRIPTLET-API hibernate.vim
-
- insinto /etc/logrotate.d
- newins "${S}"/logrotate.d-hibernate-script hibernate-script
-}
-
-pkg_postinst() {
- elog
- elog "You should run the following command to invalidate suspend"
- elog "images on a clean boot."
- elog
- elog " # rc-update add hibernate-cleanup boot"
- elog
- elog "See /usr/share/doc/${PF}/README.* for further details."
- elog
- elog "Please note that you will need to manually emerge any utilities"
- elog "(radeontool, vbetool, ...) enabled in the configuration files,"
- elog "should you wish to use them."
-}
diff --git a/sys-power/hibernate-script/hibernate-script-1.99-r1.ebuild b/sys-power/hibernate-script/hibernate-script-1.99-r1.ebuild
deleted file mode 100644
index 0ccaae585513..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.99-r1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2009 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.99-r1.ebuild,v 1.1 2009/01/14 19:34:21 nelchael Exp $
-
-inherit eutils
-
-PATCH_VERSION="1"
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-HOMEPAGE="http://www.tuxonice.net/"
-SRC_URI="http://www.tuxonice.net/downloads/all/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="vim-syntax"
-
-DEPEND=""
-RDEPEND="!<media-gfx/splashutils-1.5.2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-init.d.patch"
-}
-
-src_install() {
- BASE_DIR="${D}" \
- DISTRIBUTION="gentoo" \
- PREFIX="/usr" \
- MAN_DIR="${D}/usr/share/man" \
- "${S}/install.sh" || die "Install failed"
-
- # 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/
-
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins hibernate.vim
- fi
-
- dodoc CHANGELOG README SCRIPTLET-API hibernate.vim
-
- insinto /etc/logrotate.d
- newins "${S}"/logrotate.d-hibernate-script hibernate-script
-
- echo "# Bug #254674" >> "${D}/etc/hibernate/blacklisted-modules"
- echo "sdhci_pci" >> "${D}/etc/hibernate/blacklisted-modules"
- echo "sdhci" >> "${D}/etc/hibernate/blacklisted-modules"
-}
-
-pkg_postinst() {
- elog
- elog "You should run the following command to invalidate suspend"
- elog "images on a clean boot."
- elog
- elog " # rc-update add hibernate-cleanup boot"
- elog
- elog "See /usr/share/doc/${PF}/README.* for further details."
- elog
- elog "Please note that you will need to manually emerge any utilities"
- elog "(radeontool, vbetool, ...) enabled in the configuration files,"
- elog "should you wish to use them."
-}
diff --git a/sys-power/hibernate-script/hibernate-script-1.99.ebuild b/sys-power/hibernate-script/hibernate-script-1.99.ebuild
deleted file mode 100644
index a603a80479fe..000000000000
--- a/sys-power/hibernate-script/hibernate-script-1.99.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2009 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.99.ebuild,v 1.1 2009/01/08 23:03:10 nelchael Exp $
-
-inherit eutils
-
-PATCH_VERSION="1"
-
-DESCRIPTION="Hibernate script supporting multiple suspend methods"
-HOMEPAGE="http://www.tuxonice.net/"
-SRC_URI="http://www.tuxonice.net/downloads/all/${P}.tar.gz
- mirror://gentoo/${PN}-1.98.1-patches-${PATCH_VERSION}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="vim-syntax"
-
-DEPEND=""
-RDEPEND="!<media-gfx/splashutils-1.5.2"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Our patches
- epatch "${WORKDIR}"/patches/*.patch
-}
-
-src_install() {
- BASE_DIR="${D}" \
- DISTRIBUTION="gentoo" \
- PREFIX="/usr" \
- MAN_DIR="${D}/usr/share/man" \
- "${S}/install.sh" || die "Install failed"
-
- # 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/
-
- if use vim-syntax; then
- insinto /usr/share/vim/vimfiles/syntax
- doins hibernate.vim
- fi
-
- dodoc CHANGELOG README SCRIPTLET-API hibernate.vim
-
- insinto /etc/logrotate.d
- newins "${S}"/logrotate.d-hibernate-script hibernate-script
-}
-
-pkg_postinst() {
- elog
- elog "You should run the following command to invalidate suspend"
- elog "images on a clean boot."
- elog
- elog " # rc-update add hibernate-cleanup boot"
- elog
- elog "See /usr/share/doc/${PF}/README.* for further details."
- elog
- elog "Please note that you will need to manually emerge any utilities"
- elog "(radeontool, vbetool, ...) enabled in the configuration files,"
- elog "should you wish to use them."
-}