summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-02-06 18:37:25 +0000
committerJeroen Roovers <jer@gentoo.org>2013-02-06 18:37:25 +0000
commitcdcf6615ce900ea90b9f995bada58e6538037392 (patch)
tree5f7051a016eb79fc7d5839c61f95e024eaa1d249 /www-client/opera-next
parentmigrate to python-r1, version bump (diff)
downloadgentoo-2-cdcf6615ce900ea90b9f995bada58e6538037392.tar.gz
gentoo-2-cdcf6615ce900ea90b9f995bada58e6538037392.tar.bz2
gentoo-2-cdcf6615ce900ea90b9f995bada58e6538037392.zip
Fix update checker removal.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-client/opera-next')
-rw-r--r--www-client/opera-next/ChangeLog6
-rw-r--r--www-client/opera-next/opera-next-12.13_pre1733.ebuild4
-rw-r--r--www-client/opera-next/opera-next-12.14_pre1737.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/www-client/opera-next/ChangeLog b/www-client/opera-next/ChangeLog
index c80906874b4b..eb497822e2c4 100644
--- a/www-client/opera-next/ChangeLog
+++ b/www-client/opera-next/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/opera-next
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.170 2013/02/05 18:09:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.171 2013/02/06 18:37:25 jer Exp $
+
+ 06 Feb 2013; Jeroen Roovers <jer@gentoo.org> opera-next-12.13_pre1733.ebuild,
+ opera-next-12.14_pre1737.ebuild:
+ Fix update checker removal.
*opera-next-12.14_pre1737 (05 Feb 2013)
diff --git a/www-client/opera-next/opera-next-12.13_pre1733.ebuild b/www-client/opera-next/opera-next-12.13_pre1733.ebuild
index c263474273bf..1228395d000e 100644
--- a/www-client/opera-next/opera-next-12.13_pre1733.ebuild
+++ b/www-client/opera-next/opera-next-12.13_pre1733.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.13_pre1733.ebuild,v 1.2 2013/01/30 14:48:11 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.13_pre1733.ebuild,v 1.3 2013/02/06 18:37:25 jer Exp $
EAPI=4
inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
@@ -200,7 +200,7 @@ src_prepare() {
src_install() {
# We install into usr instead of opt as Opera does not support the latter
dodir /usr
- rm -f lib/opera/opera_autoupdatechecker
+ rm lib/${PN}/opera_autoupdatechecker || die
mv lib/ "${D}/${OPREFIX}" || die
mv share/ "${D}/usr/" || die
diff --git a/www-client/opera-next/opera-next-12.14_pre1737.ebuild b/www-client/opera-next/opera-next-12.14_pre1737.ebuild
index 0a2f1fee5b37..e19e9d143c0d 100644
--- a/www-client/opera-next/opera-next-12.14_pre1737.ebuild
+++ b/www-client/opera-next/opera-next-12.14_pre1737.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.14_pre1737.ebuild,v 1.1 2013/02/05 18:09:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.14_pre1737.ebuild,v 1.2 2013/02/06 18:37:25 jer Exp $
EAPI=4
inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator
@@ -200,7 +200,7 @@ src_prepare() {
src_install() {
# We install into usr instead of opt as Opera does not support the latter
dodir /usr
- rm -f lib/opera/opera_autoupdatechecker
+ rm lib/${PN}/opera_autoupdatechecker || die
mv lib/ "${D}/${OPREFIX}" || die
mv share/ "${D}/usr/" || die