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-im/reaim/
Date: Mon, 02 May 2016 22:24:20
Message-Id: 1462227707.493f9ae4616e651050131693122624946ff36505.wizardedit@gentoo
1 commit: 493f9ae4616e651050131693122624946ff36505
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 22:21:39 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 22:21:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=493f9ae4
7
8 net-im/reaim: remove old ebuild
9
10 Package-Manager: portage-2.2.26
11
12 net-im/reaim/reaim-0.8-r1.ebuild | 36 ------------------------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/net-im/reaim/reaim-0.8-r1.ebuild b/net-im/reaim/reaim-0.8-r1.ebuild
16 deleted file mode 100644
17 index 59cb354..0000000
18 --- a/net-im/reaim/reaim-0.8-r1.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="AIM transport proxy over NAT firewalls"
30 -HOMEPAGE="http://reaim.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/reaim/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 -IUSE=""
37 -
38 -DEPEND=">=sys-apps/sed-4"
39 -RDEPEND="net-firewall/iptables"
40 -
41 -pkg_setup() {
42 - tc-export CC
43 -}
44 -
45 -src_prepare() {
46 - sed -i -e 's/gcc/$(CC) $(CFLAGS) $(LDFLAGS)/' \
47 - -e 's/ -g / /' Makefile || die "sed failed" #365863
48 -}
49 -
50 -src_install() {
51 - dosbin reaim || die
52 - doman reaim.8
53 - dodoc CREDITS
54 - dohtml -r -x CVS html/*
55 - newinitd "${FILESDIR}"/reaim reaim
56 -}