From fa141bb5bd3b3eccdb2b5d6ea01b7ac1750a137d Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Wed, 10 Oct 2012 14:07:05 +0000 Subject: eapi4 (Portage version: 2.1.11.9/cvs/Linux x86_64) --- app-crypt/sign/ChangeLog | 8 +++++--- app-crypt/sign/sign-1.0.7.ebuild | 21 ++++++++++----------- 2 files changed, 15 insertions(+), 14 deletions(-) (limited to 'app-crypt/sign') diff --git a/app-crypt/sign/ChangeLog b/app-crypt/sign/ChangeLog index f83f6eead912..d1d1982cdad5 100644 --- a/app-crypt/sign/ChangeLog +++ b/app-crypt/sign/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/sign -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.15 2010/10/25 18:20:02 grobian Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/ChangeLog,v 1.16 2012/10/10 14:07:05 ago Exp $ + + 10 Oct 2012; Agostino Sarubbo sign-1.0.7.ebuild: + eapi4 25 Oct 2010; Fabian Groffen sign-1.0.7.ebuild: Fix building on ppc-macos by dropping -g from hardwired CFLAGS @@ -55,4 +58,3 @@ 13 Jul 2004; Sven Wegener +metadata.xml, +sign-1.0.5.ebuild: Initial import, ebuild written by me. - diff --git a/app-crypt/sign/sign-1.0.7.ebuild b/app-crypt/sign/sign-1.0.7.ebuild index b0c5f0128e77..39e413b52d1d 100644 --- a/app-crypt/sign/sign-1.0.7.ebuild +++ b/app-crypt/sign/sign-1.0.7.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.12 2011/04/16 04:30:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/sign/sign-1.0.7.ebuild,v 1.13 2012/10/10 14:07:05 ago Exp $ + +EAPI=4 inherit toolchain-funcs eutils @@ -16,10 +18,7 @@ IUSE="" RDEPEND=">=dev-libs/openssl-0.9.8" DEPEND="${RDEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" - +src_prepare() { epatch "${FILESDIR}"/${PV}-openssl-0.9.8.patch epatch "${FILESDIR}"/${PV}-as-needed.patch # remove -g from CFLAGS, it happens to break the build on ppc-macos @@ -27,12 +26,12 @@ src_unpack() { } src_compile() { - emake CC="$(tc-getCC)" || die + emake CC="$(tc-getCC)" } src_install() { - dobin sign || die - doman man/sign.1 || die - dodoc README || die - dosym sign /usr/bin/unsign || die + dobin ${PN} + doman man/${PN}.1 + dodoc README + dosym ${PN} /usr/bin/un${PN} } -- cgit v1.2.3-65-gdbad