diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-09-11 14:04:38 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-09-11 14:04:38 +0000 |
commit | ccf2b76f73578df2dab411daa7bcab7263e84861 (patch) | |
tree | c47ebb1c213b7c4bec3f1508a17b9b4b58053e42 | |
parent | Fixed php dep wrt bug #102850. (diff) | |
download | gentoo-2-ccf2b76f73578df2dab411daa7bcab7263e84861.tar.gz gentoo-2-ccf2b76f73578df2dab411daa7bcab7263e84861.tar.bz2 gentoo-2-ccf2b76f73578df2dab411daa7bcab7263e84861.zip |
fix whitespace
(Portage version: 2.0.52-r1)
-rw-r--r-- | app-arch/alien/alien-8.47.ebuild | 11 | ||||
-rw-r--r-- | app-arch/alien/alien-8.53.ebuild | 11 | ||||
-rw-r--r-- | app-arch/pdv/pdv-1.5.1-r1.ebuild | 6 | ||||
-rw-r--r-- | app-arch/sharutils/sharutils-4.2.1-r11.ebuild | 4 |
4 files changed, 17 insertions, 15 deletions
diff --git a/app-arch/alien/alien-8.47.ebuild b/app-arch/alien/alien-8.47.ebuild index c2224c4e382d..c60c4752f01f 100644 --- a/app-arch/alien/alien-8.47.ebuild +++ b/app-arch/alien/alien-8.47.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.47.ebuild,v 1.4 2005/05/26 22:49:55 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.47.ebuild,v 1.5 2005/09/11 14:04:38 swegener Exp $ DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats" HOMEPAGE="http://kitenet.net/programs/alien/" @@ -25,9 +25,10 @@ src_compile() { src_install() { dodir /usr/lib/perl5/site_perl/`perl -e 'printf "%vd", $^V;'`/Alien/Package - make install PREFIX=${D}/usr \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - VARPREFIX=${D} + make install \ + PREFIX=${D}/usr \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + VARPREFIX=${D} dodoc INSTALL README TODO } diff --git a/app-arch/alien/alien-8.53.ebuild b/app-arch/alien/alien-8.53.ebuild index 8d49655b0dc3..aaf5024035ca 100644 --- a/app-arch/alien/alien-8.53.ebuild +++ b/app-arch/alien/alien-8.53.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.53.ebuild,v 1.1 2005/07/04 16:12:32 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/alien/alien-8.53.ebuild,v 1.2 2005/09/11 14:04:38 swegener Exp $ DESCRIPTION="Converts between the rpm, dpkg, stampede slp, and slackware tgz file formats" HOMEPAGE="http://kitenet.net/programs/alien/" @@ -25,9 +25,10 @@ src_compile() { src_install() { dodir /usr/lib/perl5/site_perl/`perl -e 'printf "%vd", $^V;'`/Alien/Package - make install PREFIX=${D}/usr \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 \ - INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - VARPREFIX=${D} + make install \ + PREFIX=${D}/usr \ + INSTALLMAN1DIR=${D}/usr/share/man/man1 \ + INSTALLMAN3DIR=${D}/usr/share/man/man3 \ + VARPREFIX=${D} dodoc INSTALL README TODO } diff --git a/app-arch/pdv/pdv-1.5.1-r1.ebuild b/app-arch/pdv/pdv-1.5.1-r1.ebuild index 6216a7ce31da..65505db14c17 100644 --- a/app-arch/pdv/pdv-1.5.1-r1.ebuild +++ b/app-arch/pdv/pdv-1.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r1.ebuild,v 1.4 2005/05/17 20:09:16 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pdv/pdv-1.5.1-r1.ebuild,v 1.5 2005/09/11 14:03:41 swegener Exp $ inherit eutils @@ -14,8 +14,8 @@ KEYWORDS="~x86 ~ppc" IUSE="nomotif" DEPEND=">=sys-devel/autoconf-2.58 - sys-devel/automake - !nomotif? ( virtual/x11 x11-libs/openmotif )" + sys-devel/automake + !nomotif? ( virtual/x11 x11-libs/openmotif )" src_unpack() { unpack ${A} diff --git a/app-arch/sharutils/sharutils-4.2.1-r11.ebuild b/app-arch/sharutils/sharutils-4.2.1-r11.ebuild index ba127cc8ec7f..fae9008095f4 100644 --- a/app-arch/sharutils/sharutils-4.2.1-r11.ebuild +++ b/app-arch/sharutils/sharutils-4.2.1-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r11.ebuild,v 1.10 2005/04/06 23:06:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/sharutils/sharutils-4.2.1-r11.ebuild,v 1.11 2005/09/11 14:02:53 swegener Exp $ inherit eutils @@ -53,7 +53,7 @@ src_install() { cd ${D}/usr/share/locale for x in *. do - rm -rf ${x} + rm -rf ${x} done rm -rf ${D}/usr/lib |