diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-03 18:51:57 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-03 19:08:37 -0500 |
commit | c6a0908fb3da33e60d5e89f23341b2d5ffb15c5d (patch) | |
tree | 892ab45bb19bea6093961e2c790402feb75a400a /net-misc/ipx-utils | |
parent | net-misc/ipx-utils: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c6a0908fb3da33e60d5e89f23341b2d5ffb15c5d.tar.gz gentoo-c6a0908fb3da33e60d5e89f23341b2d5ffb15c5d.tar.bz2 gentoo-c6a0908fb3da33e60d5e89f23341b2d5ffb15c5d.zip |
net-misc/ipx-utils: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/ipx-utils')
-rw-r--r-- | net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild b/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild deleted file mode 100644 index 5ed3c8e796a6..000000000000 --- a/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="4" -inherit eutils - -DESCRIPTION="The IPX Utilities" -HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/" -SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/${P/-utils}.tar.gz" - -LICENSE="ipx-utils GPL-2" # GPL-2 only for init script -SLOT="0" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -DEPEND="" - -S=${WORKDIR}/${P/-utils} - -src_prepare() { - sed -i "s:-O2 -Wall:${CFLAGS}:" "${S}"/Makefile - epatch "${FILESDIR}"/${P}-makefile.patch - epatch "${FILESDIR}"/${P}-proc.patch #67642 -} - -src_install() { - dodir /sbin /usr/share/man/man8 - dodoc "${S}"/README - emake DESTDIR="${D}" install - - newconfd "${FILESDIR}"/ipx.confd ipx - newinitd "${FILESDIR}"/ipx.init ipx -} |