diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-01-25 20:21:57 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-03-07 01:30:11 +0000 |
commit | 5f81e38492da0840ad7d6bb1b633d1cac63d9049 (patch) | |
tree | f6c2b1318b523ff44a59d557788c52e43c909e42 /sys-firmware/gnuk | |
parent | sys-kernel/longterm-sources: Version bump (diff) | |
download | portage-5f81e38492da0840ad7d6bb1b633d1cac63d9049.tar.xz |
sys-firmware/gnuk: Version bump
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-firmware/gnuk')
-rw-r--r-- | sys-firmware/gnuk/files/1.2.8-MINOR-Always-get-version-from-the-VERSION-file.patch (renamed from sys-firmware/gnuk/files/1.2.6-MINOR-Always-get-version-from-the-VERSION-file.patch) | 4 | ||||
-rw-r--r-- | sys-firmware/gnuk/gnuk-1.2.8.ebuild (renamed from sys-firmware/gnuk/gnuk-1.2.6.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-firmware/gnuk/files/1.2.6-MINOR-Always-get-version-from-the-VERSION-file.patch b/sys-firmware/gnuk/files/1.2.8-MINOR-Always-get-version-from-the-VERSION-file.patch index 1c280235..6d704acb 100644 --- a/sys-firmware/gnuk/files/1.2.6-MINOR-Always-get-version-from-the-VERSION-file.patch +++ b/sys-firmware/gnuk/files/1.2.8-MINOR-Always-get-version-from-the-VERSION-file.patch @@ -1,4 +1,4 @@ -From e41a2ab90801e58b96f696cdba02b42c1e618ecc Mon Sep 17 00:00:00 2001 +From 97d8b30d11913ae4d25da22d6c1de19b75e3d5fa Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin <bertrand@jacquin.bzh> Date: Sun, 19 Feb 2017 02:18:13 +0000 Subject: [PATCH] MINOR: Always get version from the VERSION file @@ -8,7 +8,7 @@ Subject: [PATCH] MINOR: Always get version from the VERSION file 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/configure b/src/configure -index 09925e2e5d6a..1d03a335031b 100755 +index e959befdddf3..ca6710cba8a3 100755 --- a/src/configure +++ b/src/configure @@ -51,17 +51,7 @@ exec_prefix='${prefix}' diff --git a/sys-firmware/gnuk/gnuk-1.2.6.ebuild b/sys-firmware/gnuk/gnuk-1.2.8.ebuild index 433c36be..66199638 100644 --- a/sys-firmware/gnuk/gnuk-1.2.6.ebuild +++ b/sys-firmware/gnuk/gnuk-1.2.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit git-r3 eutils python-r1 udev DESCRIPTION="An Implementation of USB Cryptographic Token for GnuPG" HOMEPAGE="https://www.fsij.org/category/gnuk.html" -EGIT_REPO_URI="git://git.gniibe.org/${PN}/${PN}.git" +EGIT_REPO_URI="https://salsa.debian.org/gnuk-team/${PN}/${PN}.git" EGIT_COMMIT="release/${PV}" LICENSE="GPL-3" |