summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-power/apcupsd/ChangeLog7
-rw-r--r--sys-power/apcupsd/apcupsd-3.12.4.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog
index 05c5775769fd..0ea5ae1e3439 100644
--- a/sys-power/apcupsd/ChangeLog
+++ b/sys-power/apcupsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/apcupsd
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.32 2007/11/26 14:48:55 jer Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.33 2008/01/13 12:20:38 tantive Exp $
+
+ 13 Jan 2008; Michael Imhof <tantive@gentoo.org> apcupsd-3.12.4.ebuild:
+ Stable. Closes #179998.
26 Nov 2007; Jeroen Roovers <jer@gentoo.org> Manifest:
Fix manifest.
diff --git a/sys-power/apcupsd/apcupsd-3.12.4.ebuild b/sys-power/apcupsd/apcupsd-3.12.4.ebuild
index 199f6997bafc..fe09d666c5f8 100644
--- a/sys-power/apcupsd/apcupsd-3.12.4.ebuild
+++ b/sys-power/apcupsd/apcupsd-3.12.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.4.ebuild,v 1.6 2007/03/23 19:56:58 je_fro Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.12.4.ebuild,v 1.7 2008/01/13 12:20:38 tantive Exp $
WEBAPP_MANUAL_SLOT="yes"
inherit eutils webapp
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 ~x86-fbsd"
IUSE="doc snmp usb cgi threads ncurses nls"
DEPEND="doc? ( virtual/tetex dev-tex/latex2html )
@@ -69,7 +69,7 @@ src_compile() {
if use doc; then
einfo "Building full documentation..."
- cd ${S}/doc/latex
+ cd "${S}"/doc/latex
make texcheck tex web pdf
fi
}
@@ -93,7 +93,7 @@ src_install() {
fi
if use cgi; then
- mv ${D}/etc/apcupsd/apcupsd.css ${D}${MY_CGIBINDIR}
+ mv "${D}"/etc/apcupsd/apcupsd.css "${D}"${MY_CGIBINDIR}
webapp_src_install
fi
}