diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-05 12:27:07 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-05 12:27:07 +0000 |
commit | 0aeaf0700582e2efbf728f1ef4c8b7891f2e6e7e (patch) | |
tree | c0558ce5f40e15da16c0f7778226a1abfd367170 /app-laptop | |
parent | Remove old versions of nose. (diff) | |
download | gentoo-2-0aeaf0700582e2efbf728f1ef4c8b7891f2e6e7e.tar.gz gentoo-2-0aeaf0700582e2efbf728f1ef4c8b7891f2e6e7e.tar.bz2 gentoo-2-0aeaf0700582e2efbf728f1ef4c8b7891f2e6e7e.zip |
Move rm to src_prepare(), wrt to bug #437294
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/prey/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/prey/prey-0.5.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-laptop/prey/ChangeLog b/app-laptop/prey/ChangeLog index a604ce7eaff4..f17604566665 100644 --- a/app-laptop/prey/ChangeLog +++ b/app-laptop/prey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/prey # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/prey/ChangeLog,v 1.7 2012/09/23 08:13:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/prey/ChangeLog,v 1.8 2012/10/05 12:27:07 ago Exp $ + + 05 Oct 2012; Agostino Sarubbo <ago@gentoo.org> prey-0.5.4.ebuild: + Move rm to src_prepare(), wrt to bug #437294 23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> prey-0.5.4.ebuild: x86 stable wrt bug #432776 diff --git a/app-laptop/prey/prey-0.5.4.ebuild b/app-laptop/prey/prey-0.5.4.ebuild index 9e298cfa4b2f..b97bc2b1be67 100644 --- a/app-laptop/prey/prey-0.5.4.ebuild +++ b/app-laptop/prey/prey-0.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/prey/prey-0.5.4.ebuild,v 1.2 2012/09/23 08:13:24 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/prey/prey-0.5.4.ebuild,v 1.3 2012/10/05 12:27:07 ago Exp $ EAPI=4 @@ -57,13 +57,13 @@ pkg_setup() { ewarn "interface. This may allow the thief to alter" ewarn "or disable the ${PN} functionality" fi +} +src_prepare() { # remove system module since it depends on hal and we don't # have hal in portage anymore rm -rf "${S}"/modules/system || die -} -src_prepare() { epatch "${FILESDIR}"/${P}-cron-functions.patch \ "${FILESDIR}"/${P}-gtk-ui.patch \ "${FILESDIR}"/${PN}-0.5.3-mplayer-support.patch |