mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -9,7 +9,7 @@ MY_P="${PN/aes/AES}-v${PV}"
|
||||
|
||||
DESCRIPTION="Linux kernel module to encrypt disk partitions with AES cipher"
|
||||
HOMEPAGE="https://sourceforge.net/projects/loop-aes/"
|
||||
SRC_URI="http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2"
|
||||
SRC_URI="https://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
|
||||
@@ -11,9 +11,9 @@ MY_P="${PN/aes/AES}-v${PV}"
|
||||
DESCRIPTION="Linux kernel module to encrypt disk partitions with AES cipher"
|
||||
HOMEPAGE="https://sourceforge.net/projects/loop-aes/"
|
||||
SRC_URI="
|
||||
http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2
|
||||
https://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2
|
||||
verify-sig? (
|
||||
http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2.sign
|
||||
https://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2.sign
|
||||
-> ${MY_P}.tar.bz2.sig
|
||||
)
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user