summaryrefslogtreecommitdiff
path: root/app-containers/containers-storage/containers-storage-1.50.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-containers/containers-storage/containers-storage-1.50.2.ebuild')
-rw-r--r--app-containers/containers-storage/containers-storage-1.50.2.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-containers/containers-storage/containers-storage-1.50.2.ebuild b/app-containers/containers-storage/containers-storage-1.50.2.ebuild
deleted file mode 100644
index dd7c4875f46e..000000000000
--- a/app-containers/containers-storage/containers-storage-1.50.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Default config and docs related to Containers' storage"
-HOMEPAGE="https://github.com/containers/storage"
-
-if [[ ${PV} == *9999* ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/containers/storage.git"
-else
- SRC_URI="https://github.com/containers/storage/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${P#containers-}"
- KEYWORDS="amd64 arm64 ~riscv"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND=">=dev-go/go-md2man-2.0.2"
-
-src_prepare() {
- default
- eapply "${FILESDIR}"/system-md2man-path.patch
-}
-
-src_configure() {
- return
-}
-
-src_compile() {
- emake -C docs containers-storage.conf.5
-}
-
-src_test() {
- return
-}
-
-src_install() {
- emake DESTDIR="${D}" -C docs install
-
- insinto /etc/containers
- doins storage.conf
-}