swift       14/07/10 14:53:53

  Modified:             ChangeLog
  Added:                eid-mw-9999.ebuild eid-mw-4.0.6_p1480.ebuild
  Log:
  Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent 
Hardy
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2EDD52403B68AF47)
Revision  Changes    Path
1.9                  app-crypt/eid-mw/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   7 Mar 2014 15:24:12 -0000       1.8
+++ ChangeLog   10 Jul 2014 14:53:53 -0000      1.9
@@ -1,6 +1,14 @@
 # ChangeLog for app-crypt/eid-mw
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.8 2014/03/07 
15:24:12 swift Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/ChangeLog,v 1.9 2014/07/10 
14:53:53 swift Exp $
+
+*eid-mw-9999 (10 Jul 2014)
+*eid-mw-4.0.6_p1480 (10 Jul 2014)
+
+  10 Jul 2014; Sven Vermeulen <sw...@gentoo.org> +eid-mw-4.0.6_p1480.ebuild,
+  +eid-mw-9999.ebuild, +files/fix-nodialog-bug.patch:
+  Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent
+  Hardy
 
 *eid-mw-4.0.4_p1253 (07 Mar 2014)
 



1.1                  app-crypt/eid-mw/eid-mw-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild?rev=1.1&content-type=text/plain

Index: eid-mw-9999.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-9999.ebuild,v 1.1 
2014/07/10 14:53:53 swift Exp $

EAPI=5

inherit eutils versionator mozextension multilib

if [[ ${PV} == "9999" ]] ; then
        ESVN_REPO_URI="http://eid-mw.googlecode.com/svn/trunk/";
        inherit subversion autotools
        SRC_URI=""
else
        MY_P="${PN}-${PV/_p/-}"
        SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.tar_tcm406-250016.gz 
-> ${MY_P}.tar.gz"
        KEYWORDS="~x86 ~amd64"
        S="${WORKDIR}/eid-mw-$(get_version_component_range 1-3)"
fi

SLOT="0"
LICENSE="LGPL-3"
DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the 
Belgian Federal Government."

HOMEPAGE="http://eid.belgium.be";

IUSE="+gtk +xpi"

RDEPEND="gtk? ( x11-libs/gtk+:2 )
        >=sys-apps/pcsc-lite-1.2.9
        xpi? ( || ( >=www-client/firefox-bin-3.6.24
                >=www-client/firefox-3.6.20 ) )
        !app-misc/beid-runtime"

DEPEND="${RDEPEND}
        virtual/pkgconfig"

if [[ ${PV} == "9999" ]]; then
        src_prepare() {
                eautoreconf
        }
else
        src_prepare() {
                epatch "${FILESDIR}"/fix-nodialog-bug.patch
        }
fi

src_configure() {
        econf $(use_enable gtk dialogs) --disable-static
}

src_install() {
        emake DESTDIR="${D}" install
        if use xpi; then
                declare MOZILLA_FIVE_HOME
                if has_version '>=www-client/firefox-3.6.20'; then
                        MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
                        xpi_install     
"${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgium...@eid.belgium.be"
                fi
                if has_version '>=www-client/firefox-bin-3.6.24'; then
                        MOZILLA_FIVE_HOME="/opt/firefox"
                        xpi_install     
"${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgium...@eid.belgium.be"
                fi
        fi
        rm -r "${D}/usr/share" "${D}"/usr/lib*/*.la
}



1.1                  app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild?rev=1.1&content-type=text/plain

Index: eid-mw-4.0.6_p1480.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/eid-mw/eid-mw-4.0.6_p1480.ebuild,v 
1.1 2014/07/10 14:53:53 swift Exp $

EAPI=5

inherit eutils versionator mozextension multilib

if [[ ${PV} == "9999" ]] ; then
        ESVN_REPO_URI="http://eid-mw.googlecode.com/svn/trunk/";
        inherit subversion autotools
        SRC_URI=""
else
        MY_P="${PN}-${PV/_p/-}"
        SRC_URI="http://eid.belgium.be/en/binaries/${MY_P}.tar_tcm406-250016.gz 
-> ${MY_P}.tar.gz"
        KEYWORDS="~x86 ~amd64"
        S="${WORKDIR}/eid-mw-$(get_version_component_range 1-3)"
fi

SLOT="0"
LICENSE="LGPL-3"
DESCRIPTION="Belgian Electronic Identity Card middleware supplied by the 
Belgian Federal Government."

HOMEPAGE="http://eid.belgium.be";

IUSE="+gtk +xpi"

RDEPEND="gtk? ( x11-libs/gtk+:2 )
        >=sys-apps/pcsc-lite-1.2.9
        xpi? ( || ( >=www-client/firefox-bin-3.6.24
                >=www-client/firefox-3.6.20 ) )
        !app-misc/beid-runtime"

DEPEND="${RDEPEND}
        virtual/pkgconfig"

if [[ ${PV} == "9999" ]]; then
        src_prepare() {
                eautoreconf
        }
else
        src_prepare() {
                epatch "${FILESDIR}"/fix-nodialog-bug.patch
        }
fi

src_configure() {
        econf $(use_enable gtk dialogs) --disable-static
}

src_install() {
        emake DESTDIR="${D}" install
        if use xpi; then
                declare MOZILLA_FIVE_HOME
                if has_version '>=www-client/firefox-3.6.20'; then
                        MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
                        xpi_install     
"${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgium...@eid.belgium.be"
                fi
                if has_version '>=www-client/firefox-bin-3.6.24'; then
                        MOZILLA_FIVE_HOME="/opt/firefox"
                        xpi_install     
"${D}/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/belgium...@eid.belgium.be"
                fi
        fi
        rm -r "${D}/usr/share" "${D}"/usr/lib*/*.la
}




Reply via email to