summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild')
-rw-r--r--sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild b/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
deleted file mode 100644
index bc2c7caf828a..000000000000
--- a/sys-apps/man-pages-posix/man-pages-posix-2013a.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MY_P="${PN}-${PV:0:4}-${PV:0-1}"
-DESCRIPTION="POSIX man-pages (0p, 1p, 3p)"
-HOMEPAGE="https://www.kernel.org/doc/man-pages/"
-SRC_URI="https://www.kernel.org/pub/linux/docs/man-pages/${PN}/${MY_P}.tar.xz"
-
-LICENSE="man-pages-posix-2013"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-IUSE=""
-RESTRICT="binchecks"
-
-RDEPEND="virtual/man !<sys-apps/man-pages-3"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() { :; }
-
-src_configure() { :; }
-
-src_compile() { :; }
-
-src_install() {
- emake install DESTDIR="${ED}"
- dodoc man-pages-*.Announce README
-}