diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:18:22 +0000 |
commit | 74c67bc9b18224aa531a17e81da6a6c266e23aa3 (patch) | |
tree | 02a510fccee994ec771f87ca27b66e65171a7955 /x11-misc/chgres | |
parent | header fix (diff) | |
download | gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.gz gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.tar.bz2 gentoo-2-74c67bc9b18224aa531a17e81da6a6c266e23aa3.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 } |