aboutsummaryrefslogtreecommitdiff
path: root/virtual/libcrypt/libcrypt-1-r1.ebuild
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2022-09-06 09:33:24 +0300
committerSyndamia <kamen@syndamia.com>2022-09-06 09:33:24 +0300
commitb495ea1b5a450c94c493049c4104be9e20896818 (patch)
tree2345d262878a782e6a01b5c6eecfa8f57dd1b09d /virtual/libcrypt/libcrypt-1-r1.ebuild
parent5b5ad2d0855ed1dc0e358c42d4f89563dd90ae2f (diff)
downloadgarbage-b495ea1b5a450c94c493049c4104be9e20896818.tar
garbage-b495ea1b5a450c94c493049c4104be9e20896818.tar.gz
garbage-b495ea1b5a450c94c493049c4104be9e20896818.zip
Removed a lot of the gentoo ebuild, following reconfiguration of my setup
Diffstat (limited to 'virtual/libcrypt/libcrypt-1-r1.ebuild')
-rw-r--r--virtual/libcrypt/libcrypt-1-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/virtual/libcrypt/libcrypt-1-r1.ebuild b/virtual/libcrypt/libcrypt-1-r1.ebuild
deleted file mode 100644
index 2c8f799..0000000
--- a/virtual/libcrypt/libcrypt-1-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit multilib-build
-
-DESCRIPTION="Virtual for libcrypt.so"
-
-SLOT="0/1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="static-libs"
-
-RDEPEND="
- !prefix-guest? (
- elibc_glibc? ( sys-libs/glibc[crypt(+),static-libs(+)?] )
- elibc_musl? ( sys-libs/musl )
- )
- elibc_Cygwin? ( sys-libs/cygwin-crypt )
-"