summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/babeld/babeld-1.3.4.ebuild')
-rw-r--r--net-misc/babeld/babeld-1.3.4.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-misc/babeld/babeld-1.3.4.ebuild b/net-misc/babeld/babeld-1.3.4.ebuild
deleted file mode 100644
index 181f747..0000000
--- a/net-misc/babeld/babeld-1.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-inherit toolchain-funcs
-
-DESCRIPTION="A loop-avoiding distance-vector routing protocol"
-HOMEPAGE="http://www.pps.univ-paris-diderot.fr/~jch/software/babel/"
-SRC_URI="http://www.pps.univ-paris-diderot.fr/~jch/software/files/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-LICENSE="GPL-2"
-SLOT="0"
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- emake \
- CC="$(tc-getCC)" \
- CFLAGS="${CFLAGS}"
-}
-
-src_install() {
- dosbin ${PN}
-}