diff options
author | Martin Väth <martin@mvath.de> | 2020-07-26 13:52:41 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2020-07-26 13:52:41 +0200 |
commit | da692069ad515db87c2d977adcbaeb2d9d1c6daa (patch) | |
tree | 61dbae9d61de2353388454ee7d514d81be3a5180 /sys-boot | |
parent | app-shells/push: Version bump (diff) | |
download | mv-da692069ad515db87c2d977adcbaeb2d9d1c6daa.tar.gz mv-da692069ad515db87c2d977adcbaeb2d9d1c6daa.tar.bz2 mv-da692069ad515db87c2d977adcbaeb2d9d1c6daa.zip |
Bumps to add SPDX-License-Identifier
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/grub-cfg-mv/Manifest | 2 | ||||
-rw-r--r-- | sys-boot/grub-cfg-mv/grub-cfg-mv-1.8.ebuild (renamed from sys-boot/grub-cfg-mv/grub-cfg-mv-1.7.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/grub-cfg-mv/Manifest b/sys-boot/grub-cfg-mv/Manifest index e7026d97..7f53c03c 100644 --- a/sys-boot/grub-cfg-mv/Manifest +++ b/sys-boot/grub-cfg-mv/Manifest @@ -1 +1 @@ -DIST grub-cfg-mv-1.7.tar.gz 4799 SHA512 9bdfd8875fb975cfeb81d72f8721660977a644d60c0671a4c4bbcd576e454387f08a4e5568731c25a94138257c603a0f29e972078ad70d34054e39ce90a12cbd +DIST grub-cfg-mv-1.8.tar.gz 4826 SHA512 ed5a7fe6915fd9c62058a4bd0e4ade78f4544fd8d3619dab9bfc2ea15e8c3da540c618d0a7c5ae5527e52cae2a4bf83ed6b1a0c97e8fc53cdd9047be564fe320 diff --git a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.7.ebuild b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.8.ebuild index 86699b3a..d6d88e74 100644 --- a/sys-boot/grub-cfg-mv/grub-cfg-mv-1.7.ebuild +++ b/sys-boot/grub-cfg-mv/grub-cfg-mv-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2016-2018 Martin V\"ath +# Copyright 2016-2020 Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="A grub.cfg library/example for GRUB2" HOMEPAGE="https://github.com/vaeth/grub-cfg-mv/" SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" |