public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/eselect-wxwidgets: ChangeLog eselect-wxwidgets-0.7.ebuild eselect-wxwidgets-0.6.ebuild
@ 2007-12-20  0:11 Ryan Hill (dirtyepic)
  0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2007-12-20  0:11 UTC (permalink / raw
  To: gentoo-commits

dirtyepic    07/12/20 00:11:50

  Modified:             ChangeLog
  Added:                eselect-wxwidgets-0.7.ebuild
  Removed:              eselect-wxwidgets-0.6.ebuild
  Log:
  Version bump. Move wxwin.m4 handling from wxGTK to here. Die if wrapper
  called from portage (currently disabled for testing).
  (Portage version: 2.1.4_rc10)

Revision  Changes    Path
1.12                 app-admin/eselect-wxwidgets/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	13 Dec 2007 02:15:27 -0000	1.11
+++ ChangeLog	20 Dec 2007 00:11:49 -0000	1.12
@@ -1,6 +1,15 @@
 # ChangeLog for app-admin/eselect-wxwidgets
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v 1.11 2007/12/13 02:15:27 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v 1.12 2007/12/20 00:11:49 dirtyepic Exp $
+
+*eselect-wxwidgets-0.7 (20 Dec 2007)
+
+  20 Dec 2007; Ryan Hill <dirtyepic@gentoo.org> -files/wx-config-0.6,
+  -files/wxrc-0.6, -files/wxwidgets.eselect-0.6, +files/wx-config-0.7,
+  +files/wxrc-0.7, +files/wxwidgets.eselect-0.7, +files/wxwin.m4,
+  -eselect-wxwidgets-0.6.ebuild, +eselect-wxwidgets-0.7.ebuild:
+  Version bump. Move wxwin.m4 handling from wxGTK to here. Die if wrapper
+  called from portage (currently disabled for testing).
 
 *eselect-wxwidgets-0.6 (13 Dec 2007)
 



1.1                  app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7.ebuild?rev=1.1&content-type=text/plain

Index: eselect-wxwidgets-0.7.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-0.7.ebuild,v 1.1 2007/12/20 00:11:50 dirtyepic Exp $

DESCRIPTION="Manage the system default for wxWidgets packages."
HOMEPAGE="http://www.gentoo.org"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND="!<=x11-libs/wxGTK-2.6.4.0-r2"
RDEPEND="app-admin/eselect"

src_install() {
	insinto /usr/share/eselect/modules
	newins "${FILESDIR}"/wxwidgets.eselect-${PV} wxwidgets.eselect \
		|| die "Failed installing module"

	insinto /usr/share/aclocal
	doins "${FILESDIR}"/wxwin.m4

	newbin "${FILESDIR}"/wx-config-${PV} wx-config
	newbin "${FILESDIR}"/wxrc-${PV} wxrc

	keepdir /var/lib/wxwidgets
}

pkg_postinst() {
	if [[ ! -e ${ROOT}/var/lib/wxwidgets/current ]]; then
		echo 'WXCONFIG="none"' > "${ROOT}"/var/lib/wxwidgets/current
	fi

	echo
	elog "By default your system wxWidgets profile is set to \"none\"."
	elog
	elog "You will need to select a profile using \`eselect wxwidgets\` to"
	elog "use wxGTK outside of portage.  If you do not plan on building"
	elog "packages or doing development work with wxGTK outside of portage"
	elog "then you can safely leave this set to \"none\"."
	echo
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-20  0:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-20  0:11 [gentoo-commits] gentoo-x86 commit in app-admin/eselect-wxwidgets: ChangeLog eselect-wxwidgets-0.7.ebuild eselect-wxwidgets-0.6.ebuild Ryan Hill (dirtyepic)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox