Revision: 4013
Author: plaes800
Date: Mon Nov 12 03:23:16 2012
Log: [Gentoo] www-plugins/esteid-browser-plugin: 1.3.3 → 1.3.4
Also unkeyword the 9999 release
http://code.google.com/p/esteid/source/detail?r=4013
Added:
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-1.3.4.ebuild
Deleted:
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-1.3.3.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.4.ebuild
Mon Nov 12 03:23:16 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.3.ebuild
Mon May 7 21:35:44 2012
+++ /dev/null
@@ -1,113 +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-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/Manifest Sat
Jun 16 22:26:45 2012
+++ /packages/gentoo/trunk/www-plugins/esteid-browser-plugin/Manifest Mon
Nov 12 03:23:16 2012
@@ -1,4 +1,4 @@
-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.3.ebuild 3035 RMD160
139fd3c086b8a8f5ff83a0d27c550f001261d9d2 SHA1
8ebcce753677ef957953a5395ba28c9e88730ab8 SHA256
d1e0c6f72a9051df36d496200afa3299f8b7a226657528106ef220467168a89c
-EBUILD esteid-browser-plugin-9999.ebuild 2989 RMD160
248935b27324765ecbdff374cf250b3219d08041 SHA1
19042e8bf5e1f986c0900f8daa7d228841ca7882 SHA256
b88bf34bfe7d6f2b33801e25f3b2452d37333b706e19c6b49ecf83827e409fee
+DIST esteid-browser-plugin-1.3.4.tar.bz2 128364 SHA256
4684614f5c03b69f7650da95752f065d51abfd08e913d7b5d3967df6b731594c SHA512
b6fc2e3363a297340fd6f9c62b6c00a75f61959f628e7fff64d3f335efa0b55c9d0597cb6dc9f66fa14b69e528bae13754cbdf4034f2eeeee222217ea13302be
WHIRLPOOL
14e91f8431dd67af2e323e29d0f03b4320ecc03462c7d77a58dfeba56f79a6148ea69b4f28859f0a874b28db6e61e5f87197645bbea6844ea463adc1e8adfed8
+DIST firebreath-1.5.2.tar.bz2 4244477 SHA256
82141c1530307988d75096577e7151a6e765237b1b15f09a195d525fe99b7aa6
+EBUILD esteid-browser-plugin-1.3.4.ebuild 3035 SHA256
d1e0c6f72a9051df36d496200afa3299f8b7a226657528106ef220467168a89c SHA512
dd816347cce88ce2931957220345337bdd7d8008bc66bbb6187aace2952f0c652d4b9d8e9d1b6651ae013b1ab5761bb120a58591d425e5a3de4d1f57096d6d2d
WHIRLPOOL
a5ef67996af32e1f99ffee196a222195ea2cb9d3e2f5d92a8a7d22c4b878416525740f91d68ab09571d215adc19c4c80994b9cc518a6194975e8955dacde0105
+EBUILD esteid-browser-plugin-9999.ebuild 2978 SHA256
1c562b175b2d13ed5277f500a1e646464bdad3053e1093e4033a550d03e5cc9b SHA512
3b79c6f776a43e6fbadd32f0127c92e88ab7a27d123da5ac1a7b9c4bc5930a6433dd337d813d9f1860650bc44454329b763dd1a27b2fb26a2d231c6ec7d6727a
WHIRLPOOL
d25ee5644b5ddef130d8f9e1efb2fe333abf9a524c907c084bf74c57f2374af2a19fa3a5ecf6bca4102469f91a5ab2e829c25a4c2d83ee1a64b724b8fa65a278
=======================================
---
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-9999.ebuild
Sat Jun 16 22:26:45 2012
+++
/packages/gentoo/trunk/www-plugins/esteid-browser-plugin/esteid-browser-plugin-9999.ebuild
Mon Nov 12 03:23:16 2012
@@ -18,7 +18,7 @@
HOMEPAGE="
http://code.google.com/p/esteid/"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE="debug"
DEPEND="app-arch/zip