Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-biology/treeviewx: ChangeLog treeviewx-0.5.1-r1.ebuild treeviewx-0.5.1.ebuild
Date: Thu, 18 Feb 2010 02:55:30
Message-Id: E1NhwY0-0002zp-Ol@stork.gentoo.org
1 dirtyepic 10/02/18 02:55:24
2
3 Modified: ChangeLog treeviewx-0.5.1-r1.ebuild
4 treeviewx-0.5.1.ebuild
5 Log:
6 Remove unnecessary built_with_use check.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.21 sci-biology/treeviewx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 24 Mar 2009 21:20:00 -0000 1.20
23 +++ ChangeLog 18 Feb 2010 02:55:23 -0000 1.21
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-biology/treeviewx
26 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/ChangeLog,v 1.20 2009/03/24 21:20:00 ribosome Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/ChangeLog,v 1.21 2010/02/18 02:55:23 dirtyepic Exp $
30 +
31 + 18 Feb 2010; Ryan Hill <dirtyepic@g.o> treeviewx-0.5.1.ebuild,
32 + treeviewx-0.5.1-r1.ebuild:
33 + Remove unnecessary built_with_use check.
34
35 24 Mar 2009; Olivier Fisette <ribosome@g.o> metadata.xml:
36 Giving up maintainership of this package.
37
38
39
40 1.3 sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild?r1=1.2&r2=1.3
45
46 Index: treeviewx-0.5.1-r1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- treeviewx-0.5.1-r1.ebuild 5 Nov 2008 23:57:18 -0000 1.2
53 +++ treeviewx-0.5.1-r1.ebuild 18 Feb 2010 02:55:23 -0000 1.3
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2008 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild,v 1.2 2008/11/05 23:57:18 ribosome Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1-r1.ebuild,v 1.3 2010/02/18 02:55:23 dirtyepic Exp $
60
61 inherit eutils wxwidgets
62
63 @@ -17,18 +17,6 @@
64
65 S="${WORKDIR}/tv-${PV}"
66
67 -pkg_setup() {
68 - if ! built_with_use x11-libs/wxGTK X; then
69 - echo
70 - eerror "TreeViewX requires an SVG library which is part of the"
71 - eerror "optional X support in the \"x11-libs/wxGTK\" package. To"
72 - eerror "install TreeViewX on your system, first recompile"
73 - eerror "\"x11-libs/wxGTK\" with the \"X\" USE flag enabled, then try"
74 - eerror "to install TreeViewX again."
75 - die "X support not enabled in \"x11-libs/wxGTK\""
76 - fi
77 -}
78 -
79 src_unpack() {
80 unpack ${A}
81 cd "${S}"
82
83
84
85 1.8 sci-biology/treeviewx/treeviewx-0.5.1.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild?rev=1.8&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild?rev=1.8&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild?r1=1.7&r2=1.8
90
91 Index: treeviewx-0.5.1.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild,v
94 retrieving revision 1.7
95 retrieving revision 1.8
96 diff -u -r1.7 -r1.8
97 --- treeviewx-0.5.1.ebuild 16 Jun 2008 10:45:59 -0000 1.7
98 +++ treeviewx-0.5.1.ebuild 18 Feb 2010 02:55:23 -0000 1.8
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2008 Gentoo Foundation
101 +# Copyright 1999-2010 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild,v 1.7 2008/06/16 10:45:59 markusle Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/treeviewx/treeviewx-0.5.1.ebuild,v 1.8 2010/02/18 02:55:23 dirtyepic Exp $
105
106 inherit eutils wxwidgets
107
108 @@ -17,18 +17,6 @@
109
110 S="${WORKDIR}/tv-${PV}"
111
112 -pkg_setup() {
113 - if ! built_with_use x11-libs/wxGTK X; then
114 - echo
115 - eerror "TreeViewX requires an SVG library which is part of the"
116 - eerror "optional X support in the \"x11-libs/wxGTK\" package. To"
117 - eerror "install TreeViewX on your system, first recompile"
118 - eerror "\"x11-libs/wxGTK\" with the \"X\" USE flag enabled, then try"
119 - eerror "to install TreeViewX again."
120 - die "X support not enabled in \"x11-libs/wxGTK\""
121 - fi
122 -}
123 -
124 src_unpack() {
125 unpack ${A}
126 cd "${S}"