diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:40:47 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-11 01:40:47 +0000 |
commit | 1c7407f2f96ad0ad245b65257c266f11c89ffc6a (patch) | |
tree | 653c451b3291d70eb471ad29bba41648a81692ea /media-radio/xastir | |
parent | repoman: fix leading whitespace (diff) | |
download | gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.tar.gz gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.tar.bz2 gentoo-2-1c7407f2f96ad0ad245b65257c266f11c89ffc6a.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/Manifest | 2 | ||||
-rw-r--r-- | media-radio/xastir/xastir-1.2.0.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/media-radio/xastir/Manifest b/media-radio/xastir/Manifest index 91873e9d3673..e937f3224d7b 100644 --- a/media-radio/xastir/Manifest +++ b/media-radio/xastir/Manifest @@ -1,3 +1,3 @@ MD5 8161f1913224eff02ee7949e8ddd472c ChangeLog 354 -MD5 bc6be1cda789bf525aa3680b8cb281b1 xastir-1.2.0.ebuild 680 +MD5 c0607f3d1f45e3141420f557233b947d xastir-1.2.0.ebuild 672 MD5 28c8839ac6e0340f6d489f1104c0fea7 files/digest-xastir-1.2.0 65 diff --git a/media-radio/xastir/xastir-1.2.0.ebuild b/media-radio/xastir/xastir-1.2.0.ebuild index a06edd6f76bf..aa644870281c 100644 --- a/media-radio/xastir/xastir-1.2.0.ebuild +++ b/media-radio/xastir/xastir-1.2.0.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/media-radio/xastir/xastir-1.2.0.ebuild,v 1.2 2003/09/08 07:17:35 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.3 2003/09/11 01:39:53 msterret Exp $ DESCRIPTION="XASTIR" HOMEPAGE="http://xastir.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc - virtual/motif" + virtual/motif" src_compile() { cd ${S} @@ -27,4 +27,3 @@ src_install() { mkdir -p ${D}/usr/local dosym ../xastir usr/local/xastir } - |