diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:55:47 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-01-29 20:55:47 +0000 |
commit | 08823020284ac63e3d078654e5cff3738ccdc362 (patch) | |
tree | ee2176887aa563f96eeae7357093e1c4e01ee422 /xfce-extra/eatmonkey | |
parent | Version bump thanks to LABBE Corentin (Montjoie) (diff) | |
download | gentoo-2-08823020284ac63e3d078654e5cff3738ccdc362.tar.gz gentoo-2-08823020284ac63e3d078654e5cff3738ccdc362.tar.bz2 gentoo-2-08823020284ac63e3d078654e5cff3738ccdc362.zip |
bump to eapi3, use arrays
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/eatmonkey')
-rw-r--r-- | xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild b/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild index 0c701e2fbe50..8eded304d451 100644 --- a/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild +++ b/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild,v 1.3 2010/03/27 09:52:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild,v 1.4 2011/01/29 20:55:47 ssuominen Exp $ -EAPI=2 +EAPI=3 inherit xfconf DESCRIPTION="A download manager that works exclusively with aria2" @@ -29,9 +29,12 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext" pkg_setup() { + PATCHES=( "${FILESDIR}"/${P}-syntax.patch ) + XFCONF=( + --disable-dependency-tracking + ) + DOCS="AUTHORS ChangeLog NEWS README" - XFCONF="--disable-dependency-tracking" - PATCHES=( "${FILESDIR}/${P}-syntax.patch" ) } src_prepare() { |