summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-06-02 19:28:34 -0400
committerAaron Bauman <bman@gentoo.org>2018-06-02 22:58:03 -0400
commitb3182d7b56587a04fb1decf38d2cf427a103e375 (patch)
tree6505e60f6d0aae9685b2b4368383b079a75899ed /sys-libs/libxcrypt/libxcrypt-2.0.ebuild
parentsys-libs/rvm: drop old EAPI (diff)
downloadgentoo-b3182d7b56587a04fb1decf38d2cf427a103e375.tar.gz
gentoo-b3182d7b56587a04fb1decf38d2cf427a103e375.tar.bz2
gentoo-b3182d7b56587a04fb1decf38d2cf427a103e375.zip
sys-libs/libxcrypt: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/libxcrypt/libxcrypt-2.0.ebuild')
-rw-r--r--sys-libs/libxcrypt/libxcrypt-2.0.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild b/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
deleted file mode 100644
index 92b8cab9bfec..000000000000
--- a/sys-libs/libxcrypt/libxcrypt-2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-DESCRIPTION="A replacement for libcrypt with DES, MD5 and blowfish support"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-HOMEPAGE="http://www.suse.de/us/private/products/suse_linux/i386/packages_personal/libxcrypt.html"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}