ottxor      14/04/23 19:55:09

  Modified:             ChangeLog
  Added:                eselect-wxwidgets-20140423.ebuild
  Log:
  add prefix support (bug #508438)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

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

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog   24 Mar 2014 15:08:39 -0000      1.68
+++ ChangeLog   23 Apr 2014 19:55:09 -0000      1.69
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/eselect-wxwidgets
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v 
1.68 2014/03/24 15:08:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/ChangeLog,v 
1.69 2014/04/23 19:55:09 ottxor Exp $
+
+*eselect-wxwidgets-20140423 (23 Apr 2014)
+
+  23 Apr 2014; Christoph Junghans <ott...@gentoo.org>
+  +eselect-wxwidgets-20140423.ebuild, +files/wx-config-1.4, +files/wxrc-1.4:
+  add prefix support (bug #508438)
 
   24 Mar 2014; Agostino Sarubbo <a...@gentoo.org>
   eselect-wxwidgets-20131230.ebuild:



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

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

Index: eselect-wxwidgets-20140423.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/eselect-wxwidgets/eselect-wxwidgets-20140423.ebuild,v
 1.1 2014/04/23 19:55:09 ottxor Exp $

EAPI="5"

inherit multilib

WXWRAP_VER=1.4

DESCRIPTION="Eselect module and wrappers for wxWidgets"
HOMEPAGE="http://www.gentoo.org";
SRC_URI="http://dev.gentoo.org/~ottxor/dist/${P}.tar.xz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 
~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux 
~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""

RDEPEND="app-admin/eselect"

src_prepare() {
        cp "${FILESDIR}"/{wx-config,wxrc}-${WXWRAP_VER} . || die
        sed \
                -e "/^LIBDIR=/s:lib:$(get_libdir):" \
                -e "/^EPREFIX=/s:'':'${EPREFIX}':" \
                -i {wx-config,wxrc}-${WXWRAP_VER} || die
}

src_install() {
        insinto /usr/share/eselect/modules
        doins wxwidgets.eselect

        insinto /usr/share/aclocal
        newins "${FILESDIR}"/wxwin.m4-3.0 wxwin.m4

        newbin wx-config-${WXWRAP_VER} wx-config
        newbin wxrc-${WXWRAP_VER} wxrc

        keepdir /var/lib/wxwidgets
        keepdir /usr/share/bakefile/presets
}

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

        echo
        elog "This eselect module only controls the version of wxGTK used when"
        elog "building packages outside of portage.  If you are not doing 
development"
        elog "with wxWidgets or bakefile you will never need to use it."
        echo
}




Reply via email to