diff options
author | Stefaan De Roeck <stefaan@gentoo.org> | 2008-01-28 09:54:31 +0000 |
---|---|---|
committer | Stefaan De Roeck <stefaan@gentoo.org> | 2008-01-28 09:54:31 +0000 |
commit | 58b2c670f69cf1e22b0b64dd8b0d9c0bd9d4191c (patch) | |
tree | 023fb00fa6d75c6dd57946dc3ea29aa0b73e2990 /net-misc | |
parent | qemu-user is broken (diff) | |
download | gentoo-2-58b2c670f69cf1e22b0b64dd8b0d9c0bd9d4191c.tar.gz gentoo-2-58b2c670f69cf1e22b0b64dd8b0d9c0bd9d4191c.tar.bz2 gentoo-2-58b2c670f69cf1e22b0b64dd8b0d9c0bd9d4191c.zip |
Fix the unpacking of cvs sources, bug #205429
(Portage version: 2.1.4)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/netcomics-cvs/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-misc/netcomics-cvs/ChangeLog b/net-misc/netcomics-cvs/ChangeLog index b661dc9268e8..59a454269283 100644 --- a/net-misc/netcomics-cvs/ChangeLog +++ b/net-misc/netcomics-cvs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/netcomics-cvs -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/ChangeLog,v 1.7 2006/08/06 00:01:38 chriswhite Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/ChangeLog,v 1.8 2008/01/28 09:54:31 stefaan Exp $ + + 28 Jan 2008; Stefaan De Roeck <stefaan@gentoo.org> + netcomics-cvs-0.14.1.ebuild: + Fix the unpacking of cvs sources, bug #205429 05 Aug 2006; Chris White <chriswhite@gentoo.org> metadata.xml: metadata.xml translation by Yoshino-san in bug #136637 diff --git a/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild b/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild index 1806ab393aa2..42a30719f356 100644 --- a/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild +++ b/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild,v 1.7 2006/05/13 04:44:02 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netcomics-cvs/netcomics-cvs-0.14.1.ebuild,v 1.8 2008/01/28 09:54:31 stefaan Exp $ -inherit cvs perl-app +inherit perl-app cvs ECVS_SERVER="netcomics.cvs.sourceforge.net:/cvsroot/netcomics" ECVS_MODULE="netcomics" @@ -37,6 +37,6 @@ src_install () { # get rid of /var/tmp/portage references: dosed $f # files are installed in vendor_perl, not site_perl, change it too: - perl -pi -e "s/site_perl/vendor_perl/" ${D}${f} + perl -pi -e "s/site_perl/vendor_perl/" "${D}"${f} done } |