commit:     ad3d5df8f608fdc80a5ee145d4a501c394f16ab4
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 11:50:37 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 11:50:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad3d5df8

dev-libs/volume_key: Removed old

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-libs/volume_key/volume_key-0.3.12-r1.ebuild | 51 -----------------------
 dev-libs/volume_key/volume_key-0.3.12-r2.ebuild | 55 -------------------------
 2 files changed, 106 deletions(-)

diff --git a/dev-libs/volume_key/volume_key-0.3.12-r1.ebuild 
b/dev-libs/volume_key/volume_key-0.3.12-r1.ebuild
deleted file mode 100644
index 9eb5fb16e7a..00000000000
--- a/dev-libs/volume_key/volume_key-0.3.12-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-
-inherit python-single-r1
-
-DESCRIPTION="Library for manipulating and storing storage volume encryption 
keys"
-HOMEPAGE="https://pagure.io/volume_key";
-SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       app-crypt/gpgme
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       sys-apps/util-linux
-       sys-fs/cryptsetup:=
-"
-DEPEND="
-       ${RDEPEND}
-       sys-devel/gettext
-       test? ( dev-libs/nss[utils] )
-       "
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       # --without-python disables python2
-       econf --without-python --with-python3
-}
-
-src_install() {
-       default
-       find "${ED}" -type f -name "*.la" -delete || die
-
-       python_optimize
-}

diff --git a/dev-libs/volume_key/volume_key-0.3.12-r2.ebuild 
b/dev-libs/volume_key/volume_key-0.3.12-r2.ebuild
deleted file mode 100644
index 90c67ed022e..00000000000
--- a/dev-libs/volume_key/volume_key-0.3.12-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit python-single-r1
-
-DESCRIPTION="Library for manipulating and storing storage volume encryption 
keys"
-HOMEPAGE="https://pagure.io/volume_key";
-SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-       ${PYTHON_DEPS}
-       app-crypt/gpgme
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       sys-apps/util-linux
-       sys-fs/cryptsetup:=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       sys-devel/gettext
-       test? ( dev-libs/nss[utils] )
-"
-
-PATCHES=(
-       "${FILESDIR}/${P}-support_higher_LUKS_versions.patch"
-)
-
-pkg_setup() {
-       python-single-r1_pkg_setup
-}
-
-src_configure() {
-       # --without-python disables python2
-       econf --without-python --with-python3
-}
-
-src_install() {
-       default
-       find "${ED}" -type f -name "*.la" -delete || die
-
-       python_optimize
-}

Reply via email to