summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-09-16 09:21:21 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-09-16 09:21:21 +0000
commit68d0a29746cd40148c73c6f4b41dcf27f5f02dae (patch)
treebb074183a41600ed34a210e5ae9b886d9641cebb /mail-client/ciphire-mail
parentdisabled also "csv" test when extraengine not set ; thanks to Marvin Vek, bug... (diff)
downloadhistorical-68d0a29746cd40148c73c6f4b41dcf27f5f02dae.tar.gz
historical-68d0a29746cd40148c73c6f4b41dcf27f5f02dae.tar.bz2
historical-68d0a29746cd40148c73c6f4b41dcf27f5f02dae.zip
New release.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'mail-client/ciphire-mail')
-rw-r--r--mail-client/ciphire-mail/ChangeLog8
-rw-r--r--mail-client/ciphire-mail/Manifest10
-rw-r--r--mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild169
-rw-r--r--mail-client/ciphire-mail/files/digest-ciphire-mail-1.1.0152
4 files changed, 184 insertions, 5 deletions
diff --git a/mail-client/ciphire-mail/ChangeLog b/mail-client/ciphire-mail/ChangeLog
index 4a806204207d..2271137170a1 100644
--- a/mail-client/ciphire-mail/ChangeLog
+++ b/mail-client/ciphire-mail/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/ciphire-mail
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.4 2005/09/07 23:08:07 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.5 2005/09/16 09:21:21 azarah Exp $
+
+*ciphire-mail-1.1.015 (16 Sep 2005)
+
+ 16 Sep 2005; Martin Schlemmer <azarah@gentoo.org>
+ +ciphire-mail-1.1.015.ebuild:
+ New release.
07 Sep 2005; Martin Schlemmer <azarah@gentoo.org>
ciphire-mail-1.0.0.ebuild:
diff --git a/mail-client/ciphire-mail/Manifest b/mail-client/ciphire-mail/Manifest
index 74320d242f81..216383f53ce0 100644
--- a/mail-client/ciphire-mail/Manifest
+++ b/mail-client/ciphire-mail/Manifest
@@ -2,15 +2,17 @@
Hash: SHA1
MD5 99fd7006b8d4771155c2b81731e2c459 ciphire-mail-1.0.0.ebuild 3533
+MD5 57953cbac985471d7798a218b59d6481 ciphire-mail-1.1.015.ebuild 4536
MD5 0b4cc3cd51315e0263f4ffaea1519de3 ciphire-mail-1.1.009.ebuild 4418
-MD5 6e9d900b046704a700a96ab3e7dfc1b3 ChangeLog 740
+MD5 c8185e9c0bf8d6f4563056c08102b55b ChangeLog 877
MD5 b612d343db3c54560665171eb7db245c metadata.xml 223
MD5 bc3695b7104bb878d3e496ad4f7d6e10 files/digest-ciphire-mail-1.1.009 147
MD5 3ba822caed60cb1af266084b7298fe80 files/digest-ciphire-mail-1.0.0 83
+MD5 fe76f274577e0471d8abeeed5b301ac9 files/digest-ciphire-mail-1.1.015 147
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDH3MP1ZcsMnZjRyIRApxvAJ0YLTb3QV6sq6EQ0HXFkiCuM2gtnwCgp3F1
-coyJ0jshsghkRyl9W9+jPRE=
-=eQg0
+iD8DBQFDKo7x1ZcsMnZjRyIRAkk9AJ9tHkM1JgNKH07PguBRDYpHH0KWBACcDjgZ
+2vTJs1ujwq4G5RwcgQG06Po=
+=6bJi
-----END PGP SIGNATURE-----
diff --git a/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild
new file mode 100644
index 000000000000..191b1c7518be
--- /dev/null
+++ b/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild
@@ -0,0 +1,169 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.1 2005/09/16 09:21:21 azarah Exp $
+
+inherit eutils qt3
+
+LOC="/opt/ciphire-mail"
+DESCRIPTION="Ciphire Mail is an email encryption tool, operating seamlessly in the background."
+HOMEPAGE="http://www.ciphire.com/"
+SRC_URI="${P}-linux-i686.tar.gz
+ amd64? ( ciphire-redir64.so )"
+LICENSE="Ciphire"
+SLOT="0"
+KEYWORDS="-* ~x86 ~amd64"
+RESTRICT="nostrip fetch nomirror"
+IUSE="X gnome kde"
+
+DEPEND=
+RDEPEND="virtual/x11
+ x86? ( $(qt_min_version 3.2) )
+ amd64? ( app-emulation/emul-linux-x86-glibc
+ >=app-emulation/emul-linux-x86-baselibs-2.1.1
+ >=app-emulation/emul-linux-x86-xlibs-1.2
+ >=app-emulation/emul-linux-x86-qtlibs-1.1 )"
+# We need X and QT regardless, as the USE=X is more just for the session
+# wrappers, etc.
+
+pkg_nofetch() {
+ einfo "You need to perform the following steps to install this package:"
+ einfo " - Go here: https://www.ciphire.com/linux_download.html,"
+ einfo " - Download: ${P}-linux-i686.tar.gz"
+ einfo " and place it in ${DISTDIR}"
+ echo
+ if useq amd64 ; then
+ ewarn " - Go here: https://forum.ciphire.com/viewtopic.php?p=4173:"
+ ewarn " - Download: ciphire-redir64.so"
+ ewarn " and place it in ${DISTDIR}"
+ echo
+ fi
+ einfo " - emerge this package again"
+ echo
+}
+
+pkg_setup() {
+ if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \
+ ! portageq has_version / ciphire-mail ; then
+ echo
+ einfo "If you have previously had Ciphire Mail manually installed,"
+ einfo "please uninstall it first (from dir you installed it):"
+ echo
+ einfo " # ./ciphire-uninstall system"
+ echo
+ einfo "and then remerge ciphire-mail."
+ echo
+ die "Old version of ciphire-mail installed"
+ fi
+
+ check_license || die "License check failed"
+}
+
+src_unpack() {
+ unpack "${P}-linux-i686.tar.gz"
+
+ # Do not run 'more' to show the license - we already handle it with
+ # check_license() in pkg_setup() ...
+ sed -i -e 's:more\(.*\$LICENSE_FILE\):echo\1:' \
+ "${S}/files/setupdata/libciphire.sh"
+}
+
+src_install() {
+ local x=
+
+ dodir "${LOC}"
+ keepdir "${LOC}/updates" "${LOC}/user_default/updates"
+
+ # Do not enable the graphical popups
+ env -u DISPLAY \
+ ./install-ciphire.sh "${D}${LOC}" <<-EOF
+ en
+ n
+ yes
+ y
+ n
+ n
+ EOF
+ [[ "$?" != 0 ]] && die "install-ciphire.sh failed"
+
+ # Revert the change in src_unpack()
+ dosed -e 's:echo\(.*\$LICENSE_FILE\):more\1:' \
+ "${LOC}"/setupdata/libciphire.sh
+
+ # Fixup $D in setupdata
+ for x in "${D}${LOC}"/setupdata/*; do
+ sed -i -e "s:${D}::g" "${x}"
+ done
+
+ if useq amd64 ; then
+ # Install 64bit ciphire-redir.so
+ exeinto "${LOC}"
+ doexe "${DISTDIR}"/ciphire-redir64.so
+ # Make sure the redirector gets used.
+ dosed -e \
+ '/PRELOAD_VALUE=/ s|\$CITARGET/ciphire-redir.so|\$CITARGET/ciphire-redir64.so:\$CITARGET/ciphire-redir.so|' \
+ "${LOC}"/ciphire-systemsetup
+ [[ -z $(grep 'ciphire-redir64.so' "${D}${LOC}/ciphire-systemsetup") ]] && \
+ die "Could not add 'ciphire-redir64.so'!"
+ fi
+
+ # Enable X support
+ useq X && dosed -e 's:^XSUPPORT=.*:XSUPPORT=1:' \
+ "${LOC}"/setupdata/ciphire.distconfig
+
+ cm_make_wrapper ciphire-setup ciphire-setup "${LOC}"
+ cm_make_wrapper ciphire-ctl ciphire-ctl "${LOC}"
+ cm_make_wrapper ciphire-msg ciphire-msg "${LOC}"
+
+ if useq X && ( useq gnome || useq kde ) ; then
+ make_desktop_entry ciphire-setup \
+ "Ciphire Mail User Setup" \
+ "${LOC}"/data/logo32.png \
+ "Network" \
+ "${LOC}"
+ fi
+}
+
+pkg_postinst() {
+ if [[ ${ROOT} == "/" ]] ; then
+ useq X && env -u DISPLAY "${LOC}"/ciphire-systemsetup xreinstall \
+ || env -u DISPLAY "${LOC}"/ciphire-systemsetup reinstall
+ fi
+
+ echo
+ einfo "To setup Ciphire Mail for a user, please run as that user:"
+ echo
+ einfo " ${LOC}/ciphire-setup"
+ echo
+ einfo "If you have previously had Ciphire Mail manually installed,"
+ einfo "please uninstall it first (from dir you installed it):"
+ echo
+ einfo " # ./ciphire-uninstall system"
+ echo
+ einfo "and then remerge ciphire-mail."
+ echo
+ if useq amd64 ; then
+ ewarn "Please note that the AMD64 support (ciphire-redir64.so) is"
+ ewarn "Beta, and not officially supported!"
+ echo
+ ebeep
+ fi
+}
+
+cm_make_wrapper() {
+ local wrapper=$1 bin=$2 dir=$3
+ local tmpwrapper=$(emktemp)
+
+ cat << EOF > "${tmpwrapper}"
+#!/bin/bash
+
+exec ${dir}/${bin} "\$@"
+EOF
+ chmod go+rx "${tmpwrapper}"
+ if [[ -n $5 ]] ; then
+ exeinto "${5}"
+ newexe "${tmpwrapper}" "${wrapper}"
+ else
+ newbin "${tmpwrapper}" "${wrapper}"
+ fi
+}
+
diff --git a/mail-client/ciphire-mail/files/digest-ciphire-mail-1.1.015 b/mail-client/ciphire-mail/files/digest-ciphire-mail-1.1.015
new file mode 100644
index 000000000000..a4f2e4c2729c
--- /dev/null
+++ b/mail-client/ciphire-mail/files/digest-ciphire-mail-1.1.015
@@ -0,0 +1,2 @@
+MD5 15c50a4ee96eabb54cc94eab7af47642 ciphire-mail-1.1.015-linux-i686.tar.gz 10583540
+MD5 b46b5d2a785d82185230c0ab7bcc1e82 ciphire-redir64.so 24792