alonbl 14/12/21 20:07:18 Modified: ChangeLog Added: xca-1.1.0.ebuild Log: Version bump, bug#531290 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Revision Changes Path 1.46 app-crypt/xca/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 7 Nov 2014 07:16:53 -0000 1.45 +++ ChangeLog 21 Dec 2014 20:07:18 -0000 1.46 @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/xca # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.45 2014/11/07 07:16:53 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/ChangeLog,v 1.46 2014/12/21 20:07:18 alonbl Exp $ + +*xca-1.1.0 (21 Dec 2014) + + 21 Dec 2014; Alon Bar-Lev <[email protected]> +xca-1.1.0.ebuild: + Version bump, bug#531290 07 Nov 2014; Alon Bar-Lev <[email protected]> -xca-0.9.0.ebuild, -xca-0.9.1.ebuild, -xca-0.9.3.ebuild: 1.1 app-crypt/xca/xca-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/xca/xca-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: xca-1.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-crypt/xca/xca-1.1.0.ebuild,v 1.1 2014/12/21 20:07:18 alonbl Exp $ EAPI="5" inherit eutils toolchain-funcs DESCRIPTION="A GUI to OpenSSL, RSA public keys, certificates, signing requests and revokation lists" HOMEPAGE="http://xca.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="bindist" RDEPEND=">=dev-libs/openssl-0.9.8[bindist=] dev-qt/qtgui:4" DEPEND="${RDEPEND}" src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-desktop.patch } src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ STRIP=true } src_compile() { # enforce all to avoid the automatic silent rules emake all } src_install() { # non standard destdir emake install destdir="${ED}" insinto /etc/xca doins misc/*.txt }
