summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Orlitzky <mjo@gentoo.org>2014-12-08 01:42:24 +0000
committerMichael Orlitzky <mjo@gentoo.org>2014-12-08 01:42:24 +0000
commitabaf6392e916ae3a4301c9c6b0f3bf9496d8f78c (patch)
tree50f292d30494e9c28b96b192d486da7a8303ca37 /app-laptop
parentDropping amd64 stable keyword. There might be an issue with this version. I a... (diff)
downloadgentoo-2-abaf6392e916ae3a4301c9c6b0f3bf9496d8f78c.tar.gz
gentoo-2-abaf6392e916ae3a4301c9c6b0f3bf9496d8f78c.tar.bz2
gentoo-2-abaf6392e916ae3a4301c9c6b0f3bf9496d8f78c.zip
Version bump.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)
Diffstat (limited to 'app-laptop')
-rw-r--r--app-laptop/hdapsd/ChangeLog8
-rw-r--r--app-laptop/hdapsd/hdapsd-20141203.ebuild (renamed from app-laptop/hdapsd/hdapsd-20141024.ebuild)12
2 files changed, 13 insertions, 7 deletions
diff --git a/app-laptop/hdapsd/ChangeLog b/app-laptop/hdapsd/ChangeLog
index 7e6761a92099..465da70e36ce 100644
--- a/app-laptop/hdapsd/ChangeLog
+++ b/app-laptop/hdapsd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-laptop/hdapsd
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.29 2014/10/29 02:12:52 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/ChangeLog,v 1.30 2014/12/08 01:42:24 mjo Exp $
+
+*hdapsd-20141203 (08 Dec 2014)
+
+ 08 Dec 2014; Michael Orlitzky <mjo@gentoo.org> +hdapsd-20141203.ebuild,
+ -hdapsd-20141024.ebuild:
+ Version bump.
*hdapsd-20141024 (29 Oct 2014)
diff --git a/app-laptop/hdapsd/hdapsd-20141024.ebuild b/app-laptop/hdapsd/hdapsd-20141203.ebuild
index ab9bbc838317..d064a4a68f92 100644
--- a/app-laptop/hdapsd/hdapsd-20141024.ebuild
+++ b/app-laptop/hdapsd/hdapsd-20141203.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20141024.ebuild,v 1.1 2014/10/29 02:12:52 mjo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/hdapsd/hdapsd-20141203.ebuild,v 1.1 2014/12/08 01:42:24 mjo Exp $
EAPI=5
inherit linux-info readme.gentoo systemd
@@ -32,19 +32,19 @@ src_configure(){
econf \
$(use_enable libconfig) \
--with-systemdsystemunitdir=$(systemd_get_unitdir) \
- --docdir="${EROOT}usr/share/doc/${PF}"
+ --docdir="/usr/share/doc/${PF}"
}
src_install() {
default
- newconfd "${FILESDIR}/hdapsd.conf-${PV}" hdapsd
- newinitd "${FILESDIR}/hdapsd.init-${PV}" hdapsd
+ newconfd "${FILESDIR}/hdapsd.conf-20141024" hdapsd
+ newinitd "${FILESDIR}/hdapsd.init-20141024" hdapsd
readme.gentoo_create_doc
}
pkg_postinst(){
- [[ -z $(ls "${EROOT}"sys/block/*/queue/protect 2>/dev/null) ]] && \
- [[ -z $(ls "${EROOT}"sys/block/*/device/unload_heads 2>/dev/null) ]] && \
+ [[ -z $(ls "${ROOT}"sys/block/*/queue/protect 2>/dev/null) ]] && \
+ [[ -z $(ls "${ROOT}"sys/block/*/device/unload_heads 2>/dev/null) ]] && \
ewarn "Your kernel does NOT support shock protection."
readme.gentoo_print_elog