diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-18 18:07:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-18 18:07:12 +0000 |
commit | b1050c8feb68a1432f0985f2b38a77a071c6809e (patch) | |
tree | b61bb6e79cb62ed77445fcfed1f29457aaf68fe7 /net-misc/gnomba | |
parent | version bump; mark 0.7 stable on x86 (diff) | |
download | historical-b1050c8feb68a1432f0985f2b38a77a071c6809e.tar.gz historical-b1050c8feb68a1432f0985f2b38a77a071c6809e.tar.bz2 historical-b1050c8feb68a1432f0985f2b38a77a071c6809e.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'net-misc/gnomba')
-rw-r--r-- | net-misc/gnomba/Manifest | 12 | ||||
-rw-r--r-- | net-misc/gnomba/gnomba-0.6.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 13 deletions
diff --git a/net-misc/gnomba/Manifest b/net-misc/gnomba/Manifest index 8a11cedb969c..ecb7c8b8691b 100644 --- a/net-misc/gnomba/Manifest +++ b/net-misc/gnomba/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 8c1d72bf014ee2d7ce3161464ea3855b ChangeLog 1484 MD5 2172ae164f492fe0967e80b58927c768 gnomba-0.6.2.ebuild 897 -MD5 7eafee2905802254e28b56c90d885dbb gnomba-0.6.2-r1.ebuild 1055 +MD5 5eafccef4fd8233e5cff7bbccb70be87 gnomba-0.6.2-r1.ebuild 1055 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 900ccd7d2abcc3d34cc0858830561440 files/digest-gnomba-0.6.2 64 MD5 900ccd7d2abcc3d34cc0858830561440 files/digest-gnomba-0.6.2-r1 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) - -iD8DBQFBc8NQI1lqEGTUzyQRAnmsAJ4tQM5Ezt0qOHeWjFH2L1nK8S334ACdFlUG -G/8+F49qiZqkCIB57aJo8+0= -=NPd9 ------END PGP SIGNATURE----- diff --git a/net-misc/gnomba/gnomba-0.6.2-r1.ebuild b/net-misc/gnomba/gnomba-0.6.2-r1.ebuild index 4ff7a0d0ea0d..5ae930978dff 100644 --- a/net-misc/gnomba/gnomba-0.6.2-r1.ebuild +++ b/net-misc/gnomba/gnomba-0.6.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2-r1.ebuild,v 1.2 2004/10/18 13:21:11 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/gnomba/gnomba-0.6.2-r1.ebuild,v 1.3 2004/10/18 18:07:12 mr_bones_ Exp $ inherit eutils @@ -16,7 +16,7 @@ DEPEND="gnome-base/gnome-libs" src_compile() { econf `use_enable debug` || die "econf failed" - # We touch the Makefile here, because the configure script + # We touch the Makefile here, because the configure script # touches Makefile.in and we want to avoid the recreation touch Makefile emake \ |