diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | b2c247e65f90ea689d3df4dc8b4f6d8050d299bc (patch) | |
tree | db85c497c7351e555ccd5cd56605f3d6600f79a4 /x11-misc/chgres | |
parent | header fix (diff) | |
download | historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.gz historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.tar.bz2 historical-b2c247e65f90ea689d3df4dc8b4f6d8050d299bc.zip |
whitespace cleanup
Diffstat (limited to 'x11-misc/chgres')
-rw-r--r-- | x11-misc/chgres/Manifest | 3 | ||||
-rw-r--r-- | x11-misc/chgres/chgres-0.1.ebuild | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11-misc/chgres/Manifest b/x11-misc/chgres/Manifest index a7abe2c78357..070d10c86705 100644 --- a/x11-misc/chgres/Manifest +++ b/x11-misc/chgres/Manifest @@ -1,3 +1,4 @@ -MD5 5195d4c9ea412f7fc9d593ed5244a2eb chgres-0.1.ebuild 576 MD5 ef4ccff2048c6467eabd1bdf401c06b8 ChangeLog 697 +MD5 6a694a331a3ca8ab957060bee09ccca4 chgres-0.1.ebuild 575 +MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 4df6bb301e2c9022393f7cc0202727cf files/digest-chgres-0.1 60 diff --git a/x11-misc/chgres/chgres-0.1.ebuild b/x11-misc/chgres/chgres-0.1.ebuild index 432c50f6ed24..a5e998b99985 100644 --- a/x11-misc/chgres/chgres-0.1.ebuild +++ b/x11-misc/chgres/chgres-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1.ebuild,v 1.3 2003/04/24 11:58:51 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/chgres/chgres-0.1.ebuild,v 1.4 2003/09/05 23:18:18 msterret Exp $ IUSE="" DESCRIPTION="A very simple command line utility for changing X resolutions" @@ -19,6 +19,6 @@ src_compile() { src_install() { exeinto /usr/bin - doexe chgres + doexe chgres dodoc README } |