diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-16 04:45:43 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-16 04:45:43 +0000 |
commit | 06707f0c6737086b3db25f2f279c26df6031f9fc (patch) | |
tree | 159cad7c0c891ade4634469870e9e8e614da90c1 /app-laptop/i8kutils | |
parent | Clean up stray digests (diff) | |
download | historical-06707f0c6737086b3db25f2f279c26df6031f9fc.tar.gz historical-06707f0c6737086b3db25f2f279c26df6031f9fc.tar.bz2 historical-06707f0c6737086b3db25f2f279c26df6031f9fc.zip |
Whitespace fix
Package-Manager: paludis-0.1.0 svn 68:104M/
Diffstat (limited to 'app-laptop/i8kutils')
-rw-r--r-- | app-laptop/i8kutils/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/i8kutils/Manifest | 14 | ||||
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.25.ebuild | 8 |
3 files changed, 20 insertions, 7 deletions
diff --git a/app-laptop/i8kutils/ChangeLog b/app-laptop/i8kutils/ChangeLog index 252290c302bd..a5b4089cef43 100644 --- a/app-laptop/i8kutils/ChangeLog +++ b/app-laptop/i8kutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/i8kutils # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.10 2006/01/15 16:14:28 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.11 2006/01/16 04:45:43 halcy0n Exp $ + + 16 Jan 2006; Mark Loeser <halcy0n@gentoo.org> i8kutils-1.25.ebuild: + Whitespace fix 15 Jan 2006; Olivier CrĂȘte <tester@gentoo.org> i8kutils-1.25.ebuild: More fixing of the installation of i8kmon diff --git a/app-laptop/i8kutils/Manifest b/app-laptop/i8kutils/Manifest index 7503dde2c73a..3e481640bc2c 100644 --- a/app-laptop/i8kutils/Manifest +++ b/app-laptop/i8kutils/Manifest @@ -1,6 +1,16 @@ -MD5 c1fb7e87780a1dbb1510b703193d48b6 ChangeLog 1820 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 99bc1e493d3c464e5236e07543319b07 ChangeLog 1909 MD5 3b93250488155c8ff80461d5f4f1d220 files/digest-i8kutils-1.25 64 MD5 d4d358aea65a5d6fd19f4abb17c043d4 files/i8k.conf 891 MD5 1dae8e3aae85f468d86aaddf072bb559 files/i8k.init 1165 -MD5 5dbb914981f40e0442be8dd0ac9471df i8kutils-1.25.ebuild 1132 +MD5 69d4fb8086d087cf9c09bfd3091dd277 i8kutils-1.25.ebuild 1112 MD5 8ad10de4d8833ae2a73147d6e65c199c metadata.xml 252 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDyyUACRZPokWLroQRAl+7AKC8jYhuPyNsA4sKPsZDvoYu9G5+1wCgh7ml +oOWBV1ICTB/FyYKs9sTK/P0= +=Smwb +-----END PGP SIGNATURE----- diff --git a/app-laptop/i8kutils/i8kutils-1.25.ebuild b/app-laptop/i8kutils/i8kutils-1.25.ebuild index aaebbb57f841..ba3a0bbaa1ed 100644 --- a/app-laptop/i8kutils/i8kutils-1.25.ebuild +++ b/app-laptop/i8kutils/i8kutils-1.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.7 2006/01/15 16:14:28 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.8 2006/01/16 04:45:43 halcy0n Exp $ @@ -36,10 +36,10 @@ src_install() { if use tcltk then - dobin i8kmon - doman i8kmon.1 + dobin i8kmon + doman i8kmon.1 docinto / - dodoc i8kmon.conf + dodoc i8kmon.conf else echo >> ${D}/etc/conf.d/i8k echo '# i8kmon disabled because the package was installed without USE=tcltk' >> ${D}/etc/conf.d/i8k |