summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:01:57 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-01-29 21:01:57 +0000
commit209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c (patch)
tree02cb305593e90204bdb07791e0e425c65b2b01dd /xfce-extra/eatmonkey
parentbump to eapi3, use arrays etc (diff)
downloadhistorical-209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c.tar.gz
historical-209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c.tar.bz2
historical-209c5e3edbdbdf0bef4c0ca9054d6e77cee7479c.zip
bump to eapi3, use arrays
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/eatmonkey')
-rw-r--r--xfce-extra/eatmonkey/eatmonkey-0.1.4.ebuild13
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() {