diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2009-08-16 18:27:55 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2009-08-16 18:27:55 +0000 |
commit | 3604b770056e0e2a7c2c4b42e93dc6a93d482257 (patch) | |
tree | a5e5b48c27feacc372f6c3b1b08f4dee13f9d581 /www-misc/xxv/xxv-1.2.1402.ebuild | |
parent | Non-maintainer commit: Version bump for security bug 278186. Removing unneded... (diff) | |
download | gentoo-2-3604b770056e0e2a7c2c4b42e93dc6a93d482257.tar.gz gentoo-2-3604b770056e0e2a7c2c4b42e93dc6a93d482257.tar.bz2 gentoo-2-3604b770056e0e2a7c2c4b42e93dc6a93d482257.zip |
version bump; some eapi=2 fixes in older ebuilds
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'www-misc/xxv/xxv-1.2.1402.ebuild')
-rw-r--r-- | www-misc/xxv/xxv-1.2.1402.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www-misc/xxv/xxv-1.2.1402.ebuild b/www-misc/xxv/xxv-1.2.1402.ebuild index 1dbb66809584..5732b42adb92 100644 --- a/www-misc/xxv/xxv-1.2.1402.ebuild +++ b/www-misc/xxv/xxv-1.2.1402.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.2.1402.ebuild,v 1.4 2009/07/19 18:08:02 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/xxv/xxv-1.2.1402.ebuild,v 1.5 2009/08/16 18:27:55 hd_brummy Exp $ EAPI="2" @@ -102,9 +102,7 @@ pkg_setup() { db_update_check } -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { sed -i "${S}"/bin/xxvd \ -e "s:debian:Gentoo:" \ |