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