diff options
author | Michael Imhof <tantive@gentoo.org> | 2008-01-13 12:20:38 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2008-01-13 12:20:38 +0000 |
commit | 10d874d4a20bb6f7193e79a15431c1d9cf09582c (patch) | |
tree | 9e1f3dfa92b38164b9e1e8d14717b0e646bd8b23 /sys-power/apcupsd | |
parent | Stable on x86 wrt #205527 (diff) | |
download | gentoo-2-10d874d4a20bb6f7193e79a15431c1d9cf09582c.tar.gz gentoo-2-10d874d4a20bb6f7193e79a15431c1d9cf09582c.tar.bz2 gentoo-2-10d874d4a20bb6f7193e79a15431c1d9cf09582c.zip |
Stable. Closes #179998.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-power/apcupsd')
-rw-r--r-- | sys-power/apcupsd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.12.4.ebuild | 10 |
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 } |