sys-apps/ucspi-unix: drop old EAPI
authorAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 23:59:49 +0000 (19:59 -0400)
committerAaron Bauman <bman@gentoo.org>
Sun, 3 Jun 2018 02:58:29 +0000 (22:58 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild [deleted file]

diff --git a/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild b/sys-apps/ucspi-unix/ucspi-unix-0.36-r2.ebuild
deleted file mode 100644 (file)
index adc83aa..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A ucspi implementation for unix sockets"
-HOMEPAGE="http://untroubled.org/ucspi-unix/"
-SRC_URI="${HOMEPAGE}archive/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-libs/bglibs-1.019-r1"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${PN}-gentoo-head.patch
-}
-
-src_compile() {
-       use kernel_linux && PEERCRED="-DHASPEERCRED=1"
-       echo "$(tc-getCC) ${CFLAGS} -I/usr/lib/bglibs/include ${PEERCRED}" > conf-cc
-       echo "$(tc-getCC) ${LDFLAGS} -L/usr/lib/bglibs/lib" > conf-ld
-       make || die  #don't use emake b/c of jobserver
-}
-
-src_install() {
-       dobin unixserver unixclient unixcat || die
-       doman unixserver.1 unixclient.1
-       dodoc ANNOUNCEMENT NEWS PROTOCOL README TODO
-}