From 25bd95faf84ffd12df2f92189e8ada287734c436 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 1 Jun 2019 13:46:12 -0500 Subject: sys-apps/openrc: remove old unstable versions Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: William Hubbs --- sys-apps/openrc/openrc-0.40.2.ebuild | 330 ----------------------------------- 1 file changed, 330 deletions(-) delete mode 100644 sys-apps/openrc/openrc-0.40.2.ebuild (limited to 'sys-apps/openrc/openrc-0.40.2.ebuild') diff --git a/sys-apps/openrc/openrc-0.40.2.ebuild b/sys-apps/openrc/openrc-0.40.2.ebuild deleted file mode 100644 index 03c55deff415..000000000000 --- a/sys-apps/openrc/openrc-0.40.2.ebuild +++ /dev/null @@ -1,330 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic pam toolchain-funcs - -DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" -HOMEPAGE="https://github.com/openrc/openrc/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="audit debug ncurses pam newnet prefix +netifrc selinux static-libs - unicode kernel_linux kernel_FreeBSD" - -COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) - ncurses? ( sys-libs/ncurses:0= ) - pam? ( - sys-auth/pambase - virtual/pam - ) - audit? ( sys-process/audit ) - kernel_linux? ( - sys-process/psmisc - !=sys-libs/libselinux-2.6 - ) - !