From 6f713362689bf8424cc3d2c0efa9b7b34c6eafeb Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 22 Apr 2016 19:20:45 +0200 Subject: app-crypt/signify: Fix install prefix #580644 Package-Manager: portage-2.2.28 --- app-crypt/signify/signify-17-r1.ebuild | 21 +++++++++++++++++++++ app-crypt/signify/signify-17.ebuild | 17 ----------------- 2 files changed, 21 insertions(+), 17 deletions(-) create mode 100644 app-crypt/signify/signify-17-r1.ebuild delete mode 100644 app-crypt/signify/signify-17.ebuild (limited to 'app-crypt/signify') diff --git a/app-crypt/signify/signify-17-r1.ebuild b/app-crypt/signify/signify-17-r1.ebuild new file mode 100644 index 000000000000..fad24b1050dd --- /dev/null +++ b/app-crypt/signify/signify-17-r1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Cryptographically sign and verify files" +HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify" +SRC_URI="https://github.com/aperezdc/signify/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="" + +src_install() { + DESTDIR="${D}" PREFIX="/usr" emake install +} diff --git a/app-crypt/signify/signify-17.ebuild b/app-crypt/signify/signify-17.ebuild deleted file mode 100644 index 6315b12e4797..000000000000 --- a/app-crypt/signify/signify-17.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -DESCRIPTION="Cryptographically sign and verify files" -HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify" -SRC_URI="https://github.com/aperezdc/signify/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="" -- cgit v1.2.3-65-gdbad