diff options
author | 2004-02-23 16:20:55 +0000 | |
---|---|---|
committer | 2004-02-23 16:20:55 +0000 | |
commit | 65067d5e40f715c165368b98cabfc7c708825573 (patch) | |
tree | 0f301d7897da24bd623772fdc8caadeb13e4ebab /dev-util/subversion | |
parent | amd64 (Manifest recommit) (diff) | |
download | gentoo-2-65067d5e40f715c165368b98cabfc7c708825573.tar.gz gentoo-2-65067d5e40f715c165368b98cabfc7c708825573.tar.bz2 gentoo-2-65067d5e40f715c165368b98cabfc7c708825573.zip |
Fixed bad unpack command and extra whitespace.
Diffstat (limited to 'dev-util/subversion')
-rw-r--r-- | dev-util/subversion/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/subversion/subversion-1.0.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/subversion/ChangeLog b/dev-util/subversion/ChangeLog index 9e35f6e4ee78..1483b2c688e3 100644 --- a/dev-util/subversion/ChangeLog +++ b/dev-util/subversion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/subversion # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.55 2004/02/23 14:41:50 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/ChangeLog,v 1.56 2004/02/23 16:20:55 weeve Exp $ + + 23 Feb 2004; Jason Wever <weeve@gentoo.org> subversion-1.0.0.ebuild: + Fixed bad unpack command and extra whitespace. *subversion-1.0.0 (23 Feb 2004) diff --git a/dev-util/subversion/subversion-1.0.0.ebuild b/dev-util/subversion/subversion-1.0.0.ebuild index 2f83ad8f5c8f..eedd29f60611 100644 --- a/dev-util/subversion/subversion-1.0.0.ebuild +++ b/dev-util/subversion/subversion-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.0.0.ebuild,v 1.1 2004/02/23 14:41:50 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/subversion/subversion-1.0.0.ebuild,v 1.2 2004/02/23 16:20:55 weeve Exp $ inherit elisp-common libtool python @@ -34,7 +34,7 @@ RDEPEND="python? ( >=dev-lang/python-2.0 ) apache2? ( >=net-www/apache-2.0.48 ) !apache2? ( !>=net-www/apache-2* ) !dev-libs/apr - python? ( || ( =dev-lang/swig-1.3.19 + python? ( || ( =dev-lang/swig-1.3.19 >=dev-lang/swig-1.3.21 ) ) >=net-misc/neon-0.24.4 @@ -75,7 +75,7 @@ pkg_setup() { src_unpack() { cd ${WORKDIR} - unpack ${PN}-${PV}.tar.gz + unpack ${PN}-${PV}.tar.bz2 cd ${S} patch -p1 <${FILESDIR}/subversion-db4.patch |