diff options
author | Michael Imhof <tantive@gentoo.org> | 2005-08-01 17:25:04 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2005-08-01 17:25:04 +0000 |
commit | 0307e9b9620d6269ea28317ebcba9ce0d5a9ecdb (patch) | |
tree | c98bf28ac6d1e2661a1dd0448d0379f393d0ff93 /sys-power | |
parent | Stable on sparc, Bug 99688. (diff) | |
download | historical-0307e9b9620d6269ea28317ebcba9ce0d5a9ecdb.tar.gz historical-0307e9b9620d6269ea28317ebcba9ce0d5a9ecdb.tar.bz2 historical-0307e9b9620d6269ea28317ebcba9ce0d5a9ecdb.zip |
Fixed a typo. Closes #100956.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/apcupsd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/apcupsd/Manifest | 10 | ||||
-rw-r--r-- | sys-power/apcupsd/apcupsd-3.10.18.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-power/apcupsd/ChangeLog b/sys-power/apcupsd/ChangeLog index fc9fde9f68f1..dae841efa9ee 100644 --- a/sys-power/apcupsd/ChangeLog +++ b/sys-power/apcupsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/apcupsd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.6 2005/08/01 17:04:16 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/ChangeLog,v 1.7 2005/08/01 17:25:04 tantive Exp $ + + 01 Aug 2005; Michael Imhof <tantive@gentoo.org> apcupsd-3.10.18.ebuild: + Fixed a typo. Closes #100956. *apcupsd-3.10.18 (01 Aug 2005) diff --git a/sys-power/apcupsd/Manifest b/sys-power/apcupsd/Manifest index b45a7481aa65..eaea4123868f 100644 --- a/sys-power/apcupsd/Manifest +++ b/sys-power/apcupsd/Manifest @@ -4,9 +4,9 @@ Hash: SHA1 MD5 fa8c4988501225d5763b770d88f81102 apcupsd-3.10.17.ebuild 2588 MD5 27ae5add10fc42e77804f1ecd768df87 metadata.xml 226 MD5 90addc3e3ec4f77230cd7f491e1da84a apcupsd-3.10.15-r1.ebuild 2421 -MD5 49b2b6d79b0fa05f07016b7eafc2d3fa ChangeLog 11430 +MD5 27bfaa0d7a4c43f80b865521073b3b14 ChangeLog 11537 MD5 4080a872f94b93a8e92d1b446c9c6d64 apcupsd-3.10.16-r3.ebuild 2627 -MD5 f06b1d0a6b130686a110322e2964aa38 apcupsd-3.10.18.ebuild 2589 +MD5 85eb86b15dc283ec168b160aba1669b1 apcupsd-3.10.18.ebuild 2590 MD5 0477fe3f08b01a504eb26e6763f3982e files/digest-apcupsd-3.10.18 68 MD5 ed12d329ca566b8f2632d425828ea5d7 files/digest-apcupsd-3.10.16-r3 68 MD5 659d5670233b274842418c62ef15aafb files/digest-apcupsd-3.10.17 68 @@ -26,7 +26,7 @@ MD5 2a93b5c4f2574caa199b3d93cf838e8c files/3.10.15/apcupsd.in.patch 315 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC7lZRKtJO8LeSoosRAobdAJ0cSi1RyooZyZhmE6NeUyB4munx5wCfbR/f -O2luBsFC67kutE6vhaT+mL0= -=Ru3E +iD8DBQFC7ls1KtJO8LeSoosRAqE1AKCXV1xDcC5M1ITpdBAORyLg7DandwCcDx1Y +d/tYHOCoFOLXbKura6t+1AQ= +=RP2a -----END PGP SIGNATURE----- diff --git a/sys-power/apcupsd/apcupsd-3.10.18.ebuild b/sys-power/apcupsd/apcupsd-3.10.18.ebuild index b53556670e0f..6ff91ae2dc78 100644 --- a/sys-power/apcupsd/apcupsd-3.10.18.ebuild +++ b/sys-power/apcupsd/apcupsd-3.10.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18.ebuild,v 1.1 2005/08/01 17:04:16 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/apcupsd-3.10.18.ebuild,v 1.2 2005/08/01 17:25:04 tantive Exp $ inherit eutils depend.apache @@ -71,7 +71,7 @@ src_install() { if use cgi; then insinto ${APACHE_MODULEDIR} - newins ${FILEDIR}/${PV}/apache.conf 60_apcupsd.conf + newins ${FILESDIR}/${PV}/apache.conf 60_apcupsd.conf fi insinto /etc/apcupsd |