Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ipx-utils/
Date: Wed, 04 May 2016 00:10:55
Message-Id: 1462320517.c6a0908fb3da33e60d5e89f23341b2d5ffb15c5d.wizardedit@gentoo
1 commit: c6a0908fb3da33e60d5e89f23341b2d5ffb15c5d
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 23:51:57 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:08:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a0908f
7
8 net-misc/ipx-utils: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild | 34 ------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild b/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild
16 deleted file mode 100644
17 index 5ed3c8e..0000000
18 --- a/net-misc/ipx-utils/ipx-utils-1.1-r3.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="4"
26 -inherit eutils
27 -
28 -DESCRIPTION="The IPX Utilities"
29 -HOMEPAGE="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/"
30 -SRC_URI="ftp://sunsite.unc.edu/pub/Linux/system/filesystems/ncpfs/${P/-utils}.tar.gz"
31 -
32 -LICENSE="ipx-utils GPL-2" # GPL-2 only for init script
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc64 x86"
35 -IUSE=""
36 -
37 -DEPEND=""
38 -
39 -S=${WORKDIR}/${P/-utils}
40 -
41 -src_prepare() {
42 - sed -i "s:-O2 -Wall:${CFLAGS}:" "${S}"/Makefile
43 - epatch "${FILESDIR}"/${P}-makefile.patch
44 - epatch "${FILESDIR}"/${P}-proc.patch #67642
45 -}
46 -
47 -src_install() {
48 - dodir /sbin /usr/share/man/man8
49 - dodoc "${S}"/README
50 - emake DESTDIR="${D}" install
51 -
52 - newconfd "${FILESDIR}"/ipx.confd ipx
53 - newinitd "${FILESDIR}"/ipx.init ipx
54 -}