Revision: 3993
Author: plaes800
Date: Mon May 7 21:35:44 2012
Log: [gentoo] esteid-browser-plugin 1.3.2 → 1.3.3
http://code.google.com/p/esteid/source/detail?r=3993
Added:
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-1.3.3.ebuild
Deleted:
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-1.3.2.ebuild
Modified:
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/Manifest
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-9999.ebuild
=======================================
--- /dev/null
+++
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-1.3.3.ebuild
Mon May 7 21:35:44 2012
@@ -0,0 +1,113 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+inherit cmake-utils mozextension multilib nsplugins
+
+MY_PN="esteid"
+MY_P="${MY_PN}-${PV}"
+
+FB_PN="firebreath"
+FB_PV="1.5.2"
+FB_P="${FB_PN}-${FB_PV}"
+
+DESCRIPTION="Estonian ID card digital signing browser plugin"
+HOMEPAGE="
http://code.google.com/p/esteid/"
+SRC_URI="
http://esteid.googlecode.com/files/${P}.tar.bz2
+
http://firebreath.googlecode.com/files/${FB_P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="app-arch/zip
+ dev-cpp/gtkmm:2.4
+ dev-libs/boost
+ dev-libs/openssl
+ dev-libs/smartcardpp"
+
+RDEPEND="${DEPEND}
+ app-misc/sk-certificates
+ app-crypt/ccid
+ dev-libs/opensc"
+
+S="${WORKDIR}/${FB_P}"
+
+src_unpack() {
+ # Unpack firebreath
+ unpack "${FB_P}.tar.bz2"
+
+ # Unpack esteid-browser-plugin into projects/ subdir
+ mkdir -p "${S}/projects"
+ pushd "${S}/projects"
+ unpack "${P}.tar.bz2"
+ popd
+}
+
+src_configure() {
+ local mycmakeargs="
+ -DSYSCONF_INSTALL_DIR=/etc
+ -DWITH_SYSTEM_BOOST=ON
+ "
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+
+ inst_plugin "/usr/$(get_libdir)/mozilla/plugins/npesteid.so"
+
+ local MOZILLA_FIVE_HOME xpiname
+ mozillas=""
+
+ xpiname="${MY_P}"
+ xpi_unpack "${CMAKE_BUILD_DIR}/projects/esteid/${xpiname}.xpi"
+
+ # FIXME: Hard-coded MOZILLA_FIVE_HOME dirs
+ # Install the extension for each of these Mozilla browsers;
+ # if none is found just silently skip extension install.
+ if has_version '>=www-client/firefox-3.5'; then
+ MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
+ xpi_install "${WORKDIR}/${xpiname}"
+ mozillas="$(best_version www-client/firefox) ${mozillas}"
+ fi
+ if has_version '>=www-client/firefox-bin-3.5'; then
+ MOZILLA_FIVE_HOME="/opt/firefox"
+ xpi_install "${WORKDIR}/${xpiname}"
+ mozillas="$(best_version www-client/firefox-bin) ${mozillas}"
+ fi
+ if has_version '>=www-client/seamonkey-2.0'; then
+ MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey"
+ xpi_install "${WORKDIR}/${xpiname}"
+ mozillas="$(best_version www-client/seamonkey) ${mozillas}"
+ fi
+ if has_version '>=www-client/seamonkey-bin-2.0'; then
+ MOZILLA_FIVE_HOME="/opt/seamonkey"
+ xpi_install "${WORKDIR}/${xpiname}"
+ mozillas="$(best_version www-client/seamonkey-bin) ${mozillas}"
+ fi
+ if has_version '>=mail-client/thunderbird-3.0'; then
+ MOZILLA_FIVE_HOME="/usr/$(get_libdir)/thunderbird"
+ xpi_install "${WORKDIR}/${xpiname}"
+ mozillas="$(best_version mail-client/thunderbird) ${mozillas}"
+ fi
+ if has_version '>=mail-client/thunderbird-bin-3.0'; then
+ MOZILLA_FIVE_HOME="/opt/thunderbird"
+ xpi_install "${WORKDIR}/${xpiname}"
+ mozillas="$(best_version mail-client/thunderbird-bin) ${mozillas}"
+ fi
+}
+
+pkg_postinst() {
+ elog "${PN} has been installed for the following packages:"
+ for i in ${mozillas}; do
+ elog " $i"
+ done
+
+ elog
+ elog "If you have installed other Mozilla programs after installing
esteid"
+ elog "browser plugin, you need to reinstall ${PN} to make this plugin"
+ elog "available to these programs."
+}
=======================================
---
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-1.3.2.ebuild
Wed Nov 2 10:46:37 2011
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-inherit cmake-utils mozextension multilib nsplugins
-
-MY_PN="esteid"
-MY_P="${MY_PN}-${PV}"
-
-FB_PN="firebreath"
-FB_PV="1.5.2"
-FB_P="${FB_PN}-${FB_PV}"
-
-DESCRIPTION="Estonian ID card digital signing browser plugin"
-HOMEPAGE="
http://code.google.com/p/esteid/"
-SRC_URI="
http://esteid.googlecode.com/files/${P}.tar.bz2
-
http://firebreath.googlecode.com/files/${FB_P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="app-arch/zip
- dev-cpp/gtkmm:2.4
- dev-libs/boost
- dev-libs/openssl
- dev-libs/smartcardpp"
-
-RDEPEND="${DEPEND}
- app-misc/sk-certificates
- app-crypt/ccid
- dev-libs/opensc"
-
-S="${WORKDIR}/${FB_P}"
-
-src_unpack() {
- # Unpack firebreath
- unpack "${FB_P}.tar.bz2"
-
- # Unpack esteid-browser-plugin into projects/ subdir
- mkdir -p "${S}/projects"
- pushd "${S}/projects"
- unpack "${P}.tar.bz2"
- popd
-}
-
-src_configure() {
- local mycmakeargs="
- -DSYSCONF_INSTALL_DIR=/etc
- -DWITH_SYSTEM_BOOST=ON
- "
-
- cmake-utils_src_configure
-}
-
-src_install() {
- cmake-utils_src_install
-
- inst_plugin "/usr/$(get_libdir)/mozilla/plugins/npesteid.so"
-
-
- local MOZILLA_FIVE_HOME xpiname
- mozillas=""
-
- xpiname="${MY_P}"
- xpi_unpack "${CMAKE_BUILD_DIR}/projects/esteid/${xpiname}.xpi"
-
-
- # FIXME: Hard-coded MOZILLA_FIVE_HOME dirs
- # Install the extension for each of these Mozilla browsers;
- # if none is found just silently skip extension install.
- if has_version '>=www-client/firefox-3.5'; then
- MOZILLA_FIVE_HOME="/usr/$(get_libdir)/firefox"
- xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version www-client/firefox) ${mozillas}"
- fi
- if has_version '>=www-client/firefox-bin-3.5'; then
- MOZILLA_FIVE_HOME="/opt/firefox"
- xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version www-client/firefox-bin) ${mozillas}"
- fi
- if has_version '>=www-client/seamonkey-2.0'; then
- MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey"
- xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version www-client/seamonkey) ${mozillas}"
- fi
- if has_version '>=www-client/seamonkey-bin-2.0'; then
- MOZILLA_FIVE_HOME="/opt/seamonkey"
- xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version www-client/seamonkey-bin) ${mozillas}"
- fi
- if has_version '>=mail-client/thunderbird-2.0'; then
- MOZILLA_FIVE_HOME="/usr/$(get_libdir)/thunderbird"
- xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version mail-client/thunderbird) ${mozillas}"
- fi
- if has_version '>=mail-client/thunderbird-bin-2.0'; then
- MOZILLA_FIVE_HOME="/opt/thunderbird"
- xpi_install "${WORKDIR}/${xpiname}"
- mozillas="$(best_version mail-client/thunderbird-bin) ${mozillas}"
- fi
-}
-
-pkg_postinst() {
- elog "${PN} has been installed for the following packages:"
- for i in ${mozillas}; do
- elog " $i"
- done
-
- elog
- elog "If you have installed other Mozilla programs after installing
esteid"
- elog "browser plugin, you need to reinstall ${PN} to make this plugin"
- elog "available to these programs."
-}
=======================================
--- /packages/gentoo/trunk/www-plugins/esteid-browser-plugin/Manifest Wed
Nov 2 10:46:37 2011
+++ /packages/gentoo/trunk/www-plugins/esteid-browser-plugin/Manifest Mon
May 7 21:35:44 2012
@@ -1,4 +1,4 @@
-DIST esteid-browser-plugin-1.3.2.tar.bz2 128115 RMD160
6db85a6370c3dd3b25640006faa5903ffd3006f2 SHA1
cb567ff9e0bd6ddbe3b2cd924064491dba22d483 SHA256
587528f8a2ca282ee9cd355232ef3f0b739eabeae63d9eb6b2eb91d9aef86168
+DIST esteid-browser-plugin-1.3.3.tar.bz2 128298 RMD160
90e9b83db2f154dbc4e9dc769121b7ca9472e20f SHA1
89d62d8fdf5c25d76d8e22b2c38fdbe0f44a0fdb SHA256
4005bf9daf4ee20c3abe72a4a69f5e568c7a9a7d9c1867b5a3981b1d501258e6
DIST firebreath-1.5.2.tar.bz2 4244477 RMD160
df9607dc8ca8b2e461735af6cf20762652462db7 SHA1
fd2033dd0b7225ec5db36176fb7e77633890c1b5 SHA256
82141c1530307988d75096577e7151a6e765237b1b15f09a195d525fe99b7aa6
-EBUILD esteid-browser-plugin-1.3.2.ebuild 3038 RMD160
7ed3e26e1d29acf2fff92ef61f72a80956562f35 SHA1
2412472a620ab30cf2560d1dbe519867299f743b SHA256
30a6173211aea4c65d1d7f037ee4115399b7753aa92c999a5e9f06ee5e634e82
-EBUILD esteid-browser-plugin-9999.ebuild 2991 RMD160
25b68466affee2a62a8fadd616995d94cfac2a8e SHA1
926ce98629a58e3199d9aa41894209d59166c795 SHA256
b1ca7d423c77153940aa7f48ad27c8c63dbaf7aa96204b81d58ef72c0c4f71f6
+EBUILD esteid-browser-plugin-1.3.3.ebuild 3035 RMD160
139fd3c086b8a8f5ff83a0d27c550f001261d9d2 SHA1
8ebcce753677ef957953a5395ba28c9e88730ab8 SHA256
d1e0c6f72a9051df36d496200afa3299f8b7a226657528106ef220467168a89c
+EBUILD esteid-browser-plugin-9999.ebuild 2989 RMD160
1b4ff60d0f6d7ddeae9ddc51edd2221670b54f95 SHA1
bf39dba96fd626ff7caef1ff17ae16b165420b60 SHA256
454808c97664f082dcd985b7397dd1e8c16106401c7b04f5392d09c6bb4cc797
=======================================
---
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-9999.ebuild
Wed Nov 2 10:46:37 2011
+++
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-9999.ebuild
Mon May 7 21:35:44 2012
@@ -44,7 +44,6 @@
-DSYSCONF_INSTALL_DIR=/etc
-DWITH_SYSTEM_BOOST=ON
"
-
cmake-utils_src_configure
}
@@ -53,7 +52,6 @@
inst_plugin "/usr/$(get_libdir)/mozilla/plugins/npesteid.so"
-
local MOZILLA_FIVE_HOME xpiname
mozillas=""