idella4     15/04/03 13:38:36

  Modified:             ChangeLog
  Added:                ucspi-ssl-0.94.ebuild
  Log:
  bump; ebuild preapred by Alex Efrox in Bug #516868
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.29                 sys-apps/ucspi-ssl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-ssl/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-ssl/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-ssl/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/ucspi-ssl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   10 Aug 2014 20:25:24 -0000      1.28
+++ ChangeLog   3 Apr 2015 13:38:36 -0000       1.29
@@ -1,6 +1,11 @@
 # ChangeLog for sys-apps/ucspi-ssl
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-ssl/ChangeLog,v 1.28 
2014/08/10 20:25:24 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-ssl/ChangeLog,v 1.29 
2015/04/03 13:38:36 idella4 Exp $
+
+*ucspi-ssl-0.94 (03 Apr 2015)
+
+  03 Apr 2015; Ian Delaney <[email protected]> +ucspi-ssl-0.94.ebuild:
+  bump; ebuild preapred by Alex Efrox in Bug #516868
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> ucspi-ssl-0.70-r1.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  sys-apps/ucspi-ssl/ucspi-ssl-0.94.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-ssl/ucspi-ssl-0.94.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/ucspi-ssl/ucspi-ssl-0.94.ebuild?rev=1.1&content-type=text/plain

Index: ucspi-ssl-0.94.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/ucspi-ssl/ucspi-ssl-0.94.ebuild,v 
1.1 2015/04/03 13:38:36 idella4 Exp $

EAPI=5

inherit eutils fixheadtails qmail

DESCRIPTION="Command-line tools for building SSL client-server applications."
HOMEPAGE="http://www.fehcom.de/ipnet/ucspi-ssl.html";
SRC_URI="http://www.fehcom.de/ipnet/ucspi-ssl/${P}.tgz";

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~alpha ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86-fbsd"
IUSE="perl"

DEPEND=">=dev-libs/openssl-0.9.6g"
RDEPEND="${DEPEND}
        sys-apps/ucspi-tcp"

S="${WORKDIR}"/host/superscript.com/net/${P}/src

src_prepare() {
        ht_fix_all
        sed -i -e 's:HOME/command:/usr/bin:' sslcat.sh sslconnect.sh https\@.sh
        sed -i -e 's:auto:gcc:' conf-cc conf-ld

        qmail_set_cc

        echo "/usr/bin" > conf-tcpbin
        echo "/usr/" > home
        echo "/usr/share/ca-certificates/" > conf-cadir
        echo "${QMAIL_HOME}/control/dh1024.pem" > conf-dhfile
}

src_compile() {
        emake -j1
}

src_install() {
        dodoc ../doc/*
        doman ../man/*.*
        dobin sslserver sslclient sslcat sslconnect https\@ || die
        use perl && dobin sslperl
}





Reply via email to