diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:02:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 00:02:07 +0000 |
commit | 7c68339db6a81107ea6e388f703fa2b6972661af (patch) | |
tree | 02d5ca7733bca2ee646021cedc0f4c95775f11fb /dev-util/rapidsvn | |
parent | don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-7c68339db6a81107ea6e388f703fa2b6972661af.tar.gz gentoo-2-7c68339db6a81107ea6e388f703fa2b6972661af.tar.bz2 gentoo-2-7c68339db6a81107ea6e388f703fa2b6972661af.zip |
don't assign S=${WORKDIR}/${P}, trim trailing whitespace
Diffstat (limited to 'dev-util/rapidsvn')
-rw-r--r-- | dev-util/rapidsvn/rapidsvn-0.5.0.ebuild | 5 | ||||
-rw-r--r-- | dev-util/rapidsvn/rapidsvn-0.6.0.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/dev-util/rapidsvn/rapidsvn-0.5.0.ebuild b/dev-util/rapidsvn/rapidsvn-0.5.0.ebuild index d5f7578c2d1e..4c24f43ec3de 100644 --- a/dev-util/rapidsvn/rapidsvn-0.5.0.ebuild +++ b/dev-util/rapidsvn/rapidsvn-0.5.0.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/dev-util/rapidsvn/rapidsvn-0.5.0.ebuild,v 1.6 2004/06/25 02:44:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.5.0.ebuild,v 1.7 2004/07/15 00:02:07 agriffis Exp $ DESCRIPTION="Cross-platform GUI front-end for the Subversion revision system." HOMEPAGE="http://rapidsvn.tigris.org/" @@ -14,8 +14,6 @@ DEPEND="=dev-util/subversion-1.0* >=x11-libs/wxGTK-2.4.0 doc? ( dev-libs/libxslt app-text/docbook-sgml-utils app-doc/doxygen )" -S=${WORKDIR}/${P} - src_compile() { # if you compiled subversion without (the) apache2 (flag) and with the berkdb flag # you will get an error that it can't find the lib db4 @@ -35,4 +33,3 @@ src_compile() { src_install() { einstall || die } - diff --git a/dev-util/rapidsvn/rapidsvn-0.6.0.ebuild b/dev-util/rapidsvn/rapidsvn-0.6.0.ebuild index 9433a715e17b..4e2a76009ac5 100644 --- a/dev-util/rapidsvn/rapidsvn-0.6.0.ebuild +++ b/dev-util/rapidsvn/rapidsvn-0.6.0.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/dev-util/rapidsvn/rapidsvn-0.6.0.ebuild,v 1.2 2004/06/25 02:44:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rapidsvn/rapidsvn-0.6.0.ebuild,v 1.3 2004/07/15 00:02:07 agriffis Exp $ DESCRIPTION="Cross-platform GUI front-end for the Subversion revision system." HOMEPAGE="http://rapidsvn.tigris.org/" @@ -14,8 +14,6 @@ DEPEND=">=dev-util/subversion-1.0.0 >=x11-libs/wxGTK-2.4.2 doc? ( dev-libs/libxslt app-text/docbook-sgml-utils app-doc/doxygen )" -S=${WORKDIR}/${P} - src_compile() { # if you compiled subversion without (the) apache2 (flag) and with the berkdb flag # you will get an error that it can't find the lib db4 @@ -33,4 +31,3 @@ src_compile() { src_install() { einstall || die } - |