Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 614468 - app-crypt/signify-20: version bump
Summary: app-crypt/signify-20: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL: https://github.com/aperezdc/signify/b...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-04-01 23:10 UTC by Enne Eziarc
Modified: 2017-04-27 12:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Enne Eziarc 2017-04-01 23:10:04 UTC
Here's a patch (which also fixes bug 583996 and should prevent a few more being filed):

--- /dev/null   2017-03-23 05:25:53.238856619 +0000
+++ signify-20.ebuild   2017-04-02 00:03:40.720745309 +0100
@@ -0,0 +1,20 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="OpenBSD tool to signs and verify signatures on files. Portable version."
+HOMEPAGE="https://github.com/aperezdc/signify"
+SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=dev-libs/libbsd-0.8"
+RDEPEND="${DEPEND}"
+
+src_install() {
+       DESTDIR="${D}" PREFIX="/usr" emake install
+}
Comment 1 Patrick Lauer gentoo-dev 2017-04-27 12:44:11 UTC
Done.