diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 09:39:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 09:39:16 +0000 |
commit | bb0613bec133883b70e988e85e10b44ddb62f066 (patch) | |
tree | 1ed1bb83b6d8b46c4ce4dfe2616f275eb876ce18 | |
parent | Non-maintainer commit: backport upstream fix for >=media-libs/libv4l-0.8.3 su... (diff) | |
download | gentoo-2-bb0613bec133883b70e988e85e10b44ddb62f066.tar.gz gentoo-2-bb0613bec133883b70e988e85e10b44ddb62f066.tar.bz2 gentoo-2-bb0613bec133883b70e988e85e10b44ddb62f066.zip |
Comply with EAPI3 standards
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
-rw-r--r-- | media-video/griffith/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/griffith/griffith-9999.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index 192b7559f6aa..3ba648f87dfe 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/griffith # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.56 2011/08/05 09:17:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.57 2011/08/05 09:39:16 hwoarang Exp $ + + 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> griffith-9999.ebuild: + Comply with EAPI3 standards 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> griffith-0.12.1.ebuild, +files/griffith-0.12.1-sqlalchemy-0.7.patch, griffith-9999.ebuild: diff --git a/media-video/griffith/griffith-9999.ebuild b/media-video/griffith/griffith-9999.ebuild index 225e398f521e..83a73f822034 100644 --- a/media-video/griffith/griffith-9999.ebuild +++ b/media-video/griffith/griffith-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.6 2011/08/05 09:17:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.7 2011/08/05 09:39:16 hwoarang Exp $ EAPI="3" ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/griffith/trunk" @@ -40,7 +40,9 @@ pkg_setup() { src_unpack() { unpack ${A} subversion_src_unpack +} +src_prepare() { cd "${S}" sed -i \ -e 's#/pl/#/pl.UTF-8/#' \ |