Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/eselect-wxwidgets: ChangeLog eselect-wxwidgets-0.7-r1.ebuild eselect-wxwidgets-0.7.ebuild
Date: Sun, 23 Dec 2007 04:02:59
Message-Id: E1J6I36-0002md-BO@stork.gentoo.org
1 dirtyepic 07/12/23 04:02:48
2
3 Modified: ChangeLog
4 Added: eselect-wxwidgets-0.7-r1.ebuild
5 Removed: eselect-wxwidgets-0.7.ebuild
6 Log:
7 Fix wxrc wrapper to work when called from eclass and push out various small
8 local changes i forgot to commit.
9 (Portage version: 2.1.4_rc10)
10
11 Revision Changes Path
12 1.14 app-admin/eselect-wxwidgets/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 22 Dec 2007 22:06:03 -0000 1.13
25 +++ ChangeLog 23 Dec 2007 04:02:47 -0000 1.14
26 @@ -1,6 +1,14 @@
27 # ChangeLog for app-admin/eselect-wxwidgets
28 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v 1.13 2007/12/22 22:06:03 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v 1.14 2007/12/23 04:02:47 dirtyepic Exp $
31 +
32 +*eselect-wxwidgets-0.7-r1 (23 Dec 2007)
33 +
34 + 23 Dec 2007; Ryan Hill <dirtyepic@g.o> files/wx-config-0.7,
35 + files/wxrc-0.7, -eselect-wxwidgets-0.7.ebuild,
36 + +eselect-wxwidgets-0.7-r1.ebuild:
37 + Fix wxrc wrapper to work when called from eclass and push out various small
38 + local changes i forgot to commit.
39
40 22 Dec 2007; nixnut <nixnut@g.o> eselect-wxwidgets-0.7.ebuild:
41 Added ~ppc wrt bug 199594
42
43
44
45 1.1 app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: eselect-wxwidgets-0.7-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7-r1.ebuild,v 1.1 2007/12/23 04:02:47 dirtyepic Exp $
55
56 DESCRIPTION="Manage the system default for wxWidgets packages."
57 HOMEPAGE="http://www.gentoo.org"
58 SRC_URI=""
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
63 IUSE=""
64
65 DEPEND="!<=x11-libs/wxGTK-2.6.4.0-r2"
66 RDEPEND="app-admin/eselect"
67
68 src_install() {
69 insinto /usr/share/eselect/modules
70 newins "${FILESDIR}"/wxwidgets.eselect-${PV} wxwidgets.eselect \
71 || die "Failed installing module"
72
73 insinto /usr/share/aclocal
74 doins "${FILESDIR}"/wxwin.m4
75
76 newbin "${FILESDIR}"/wx-config-${PV} wx-config
77 newbin "${FILESDIR}"/wxrc-${PV} wxrc
78
79 keepdir /var/lib/wxwidgets
80 }
81
82 pkg_postinst() {
83 if [[ ! -e ${ROOT}/var/lib/wxwidgets/current ]]; then
84 echo 'WXCONFIG="none"' > "${ROOT}"/var/lib/wxwidgets/current
85 fi
86
87 echo
88 elog "By default your system wxWidgets profile is set to \"none\"."
89 elog
90 elog "You will need to select a profile using \`eselect wxwidgets\` to"
91 elog "use wxGTK outside of portage. If you do not plan on building"
92 elog "packages or doing development work with wxGTK outside of portage"
93 elog "then you can safely leave this set to \"none\"."
94 echo
95 }
96
97
98
99 --
100 gentoo-commits@g.o mailing list