Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/opera: ChangeLog opera-10.00_pre4453.ebuild
Date: Tue, 30 Jun 2009 15:17:21
Message-Id: E1MLf5D-0007qL-Tz@stork.gentoo.org
1 jer 09/06/30 15:17:19
2
3 Modified: ChangeLog opera-10.00_pre4453.ebuild
4 Log:
5 Compress the faux src_ functions. Add a pkg_setup that describes what to post on bugs.g.o.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.356 www-client/opera/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.356&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?rev=1.356&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/ChangeLog?r1=1.355&r2=1.356
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v
18 retrieving revision 1.355
19 retrieving revision 1.356
20 diff -u -r1.355 -r1.356
21 --- ChangeLog 28 Jun 2009 14:11:04 -0000 1.355
22 +++ ChangeLog 30 Jun 2009 15:17:19 -0000 1.356
23 @@ -1,6 +1,10 @@
24 # ChangeLog for www-client/opera
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.355 2009/06/28 14:11:04 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.356 2009/06/30 15:17:19 jer Exp $
28 +
29 + 30 Jun 2009; Jeroen Roovers <jer@g.o> opera-10.00_pre4453.ebuild:
30 + Compress the faux src_ functions. Add a pkg_setup that describes what to
31 + post on bugs.g.o.
32
33 28 Jun 2009; Jeroen Roovers <jer@g.o> opera-10.00_pre4453.ebuild:
34 Fix amd64 SRC_URI (patch by Jouni Rinne, bug #275629).
35
36
37
38 1.3 www-client/opera/opera-10.00_pre4453.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4453.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4453.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/opera/opera-10.00_pre4453.ebuild?r1=1.2&r2=1.3
43
44 Index: opera-10.00_pre4453.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4453.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- opera-10.00_pre4453.ebuild 28 Jun 2009 14:11:04 -0000 1.2
51 +++ opera-10.00_pre4453.ebuild 30 Jun 2009 15:17:19 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4453.ebuild,v 1.2 2009/06/28 14:11:04 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-10.00_pre4453.ebuild,v 1.3 2009/06/30 15:17:19 jer Exp $
57
58 EAPI="2"
59
60 @@ -118,6 +118,12 @@
61 done
62 }
63
64 +pkg_setup() {
65 + elog "${WARN}If you seek support, please file a bug report at${NORMAL}"
66 + elog "${WARN}https://bugs.gentoo.org and post the output of${NORMAL}"
67 + elog "${WARN} \`emerge -vp =${CATEGORY}/${P}'${NORMAL}"
68 +}
69 +
70 src_unpack() {
71 unpack ${A}
72 if [[ ! -d ${S} ]]; then
73 @@ -146,17 +152,10 @@
74 install.sh || die "sed failed"
75 }
76
77 -src_configure() {
78 - # This workaround is sadly needed because gnome2.eclass doesn't check
79 - # whether a configure script exists.
80 - true
81 -}
82 -
83 -src_compile() {
84 - # This workaround is sadly needed because gnome2.eclass doesn't check
85 - # whether a Makefile exists.
86 - true
87 -}
88 +# These workarounds are sadly needed because gnome2.eclass doesn't check
89 +# whether a configure/Makefile script exists.
90 +src_configure() { :; }
91 +src_compile() { :; }
92
93 src_install() {
94 # Prepare installation directories for Opera's installer script.