summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-07 17:25:04 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-07 17:25:04 +0300
commita049adcefca6c992bbdafe99d71c5430d07a8d7e (patch)
tree14ee881cc577f8f37a341b90532b34e8771a3e03 /net-im/reaim/reaim-0.8-r2.ebuild
parentnet-im/pyaim-t: remove last rited package (diff)
downloadgentoo-a049adcefca6c992bbdafe99d71c5430d07a8d7e.tar.gz
gentoo-a049adcefca6c992bbdafe99d71c5430d07a8d7e.tar.bz2
gentoo-a049adcefca6c992bbdafe99d71c5430d07a8d7e.zip
net-im/reaim: remove last rited package
Diffstat (limited to 'net-im/reaim/reaim-0.8-r2.ebuild')
-rw-r--r--net-im/reaim/reaim-0.8-r2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-im/reaim/reaim-0.8-r2.ebuild b/net-im/reaim/reaim-0.8-r2.ebuild
deleted file mode 100644
index f2f98fe678d0..000000000000
--- a/net-im/reaim/reaim-0.8-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="AIM transport proxy over NAT firewalls"
-HOMEPAGE="http://reaim.sourceforge.net/"
-SRC_URI="mirror://sourceforge/reaim/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=sys-apps/sed-4"
-RDEPEND="net-firewall/iptables"
-
-pkg_setup() {
- tc-export CC
-}
-
-src_prepare() {
- sed -i -e 's/gcc/$(CC) $(CFLAGS) $(LDFLAGS)/' \
- -e 's/ -g / /' Makefile || die "sed failed" #365863
- default
-}
-
-src_install() {
- local HTML_DOCS=( html )
- einstalldocs
- doman reaim.8
- dosbin reaim
- doinitd "${FILESDIR}"/reaim
-}