summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/asterisk-rate_engine')
-rw-r--r--net-misc/asterisk-rate_engine/Manifest1
-rw-r--r--net-misc/asterisk-rate_engine/asterisk-rate_engine-0.5.4.ebuild40
-rw-r--r--net-misc/asterisk-rate_engine/files/rate-engine-0.5.4-astcfg.diff41
-rw-r--r--net-misc/asterisk-rate_engine/metadata.xml5
4 files changed, 0 insertions, 87 deletions
diff --git a/net-misc/asterisk-rate_engine/Manifest b/net-misc/asterisk-rate_engine/Manifest
deleted file mode 100644
index 34637a3a847a..000000000000
--- a/net-misc/asterisk-rate_engine/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST rate-engine-0.5.4.tar.gz 28883 BLAKE2B 8416dcb2e6a8c998b719fbf3572329fe97db4422b32ae9208bcfddb19ed96c5f61c8d83b0a47b5d33b0ed5f8d43e9958fbecdd26822374d93998456af3f625ff SHA512 2ddac9731d6cd3d3d8d6c83180f5c74b0f0c7dcb2b02e4fde8caa67b32119b725e6a6b4a01419ca753b8f40508027cf8bd876fc569c76287e38d9a042f116cb1
diff --git a/net-misc/asterisk-rate_engine/asterisk-rate_engine-0.5.4.ebuild b/net-misc/asterisk-rate_engine/asterisk-rate_engine-0.5.4.ebuild
deleted file mode 100644
index b6a966de805d..000000000000
--- a/net-misc/asterisk-rate_engine/asterisk-rate_engine-0.5.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-MY_PN="rate-engine"
-
-DESCRIPTION="Asterisk application for least-cost routing"
-HOMEPAGE="http://www.trollphone.org/files/"
-SRC_URI="http://www.trollphone.org/files/${MY_PN}-${PV}.tar.gz"
-
-IUSE=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-
-DEPEND="dev-libs/libpcre
- virtual/mysql
- >=net-misc/asterisk-1.0.5-r1
- !>=net-misc/asterisk-1.1.0"
-
-S=${WORKDIR}/${MY_PN}-${PV}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- # cflag fixes, install fixes and changes for asterisk-config
- epatch "${FILESDIR}"/${MY_PN}-${PV}-astcfg.diff
-}
-
-src_compile() {
- emake -j1 || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install samples || die
- dodoc ChangeLog DISCLAIMER NEWS README TODO *.sql *.conf*
-}
diff --git a/net-misc/asterisk-rate_engine/files/rate-engine-0.5.4-astcfg.diff b/net-misc/asterisk-rate_engine/files/rate-engine-0.5.4-astcfg.diff
deleted file mode 100644
index fe2772d660cc..000000000000
--- a/net-misc/asterisk-rate_engine/files/rate-engine-0.5.4-astcfg.diff
+++ /dev/null
@@ -1,41 +0,0 @@
---- rate-engine-0.5.4/Makefile.orig 2005-02-21 04:42:24.046680160 +0100
-+++ rate-engine-0.5.4/Makefile 2005-02-21 04:47:38.049944408 +0100
-@@ -10,7 +10,7 @@
-
- DEBUG+= -g -fno-inline-functions
-
--CFLAGS+= -O3 -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow \
-+CFLAGS+= -fPIC -W -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow \
- $(DEBUG) -D_REENTRANT -I/usr/include/pcre
- LDFLAGS+= $(DEBUG)
- LDLIBS+= -lpthread
-@@ -26,9 +26,9 @@
- OBJS:= $(SRCS:%.c=%.o)
- MOD= rate_engine.so
-
--ASTLIBDIR= /usr/lib/asterisk/modules
--ASTCONFDIR= /etc/asterisk
--BINDIR= /usr/bin
-+ASTLIBDIR= $(shell /usr/bin/asterisk-config --modulesdir)
-+ASTCONFDIR= $(shell /usr/bin/asterisk-config --sysconfdir)
-+BINDIR= $(shell /usr/bin/asterisk-config --bindir)
-
- .PHONY: all
-
-@@ -50,12 +50,14 @@
- .PHONY: install
-
- install: all
-- install -m 755 $(MOD) $(ASTLIBDIR)
-+ if [ ! -d $(DESTDIR)$(ASTLIBDIR) ]; then mkdir -p $(DESTDIR)$(ASTLIBDIR); fi
-+ install -m 755 $(MOD) $(DESTDIR)$(ASTLIBDIR)
-
- .PHONY: samples
-
- samples:
-- install -m 644 rate_engine.conf.sample $(ASTCONFDIR)/rate_engine.conf
-+ if [ ! -d $(DESTDIR)$(ASTCONFDIR) ]; then mkdir -p $(DESTDIR)$(ASTCONFDIR); fi
-+ install -m 644 rate_engine.conf.sample $(DESTDIR)$(ASTCONFDIR)/rate_engine.conf
-
- ifneq ($(wildcard .depend),)
- include .depend
diff --git a/net-misc/asterisk-rate_engine/metadata.xml b/net-misc/asterisk-rate_engine/metadata.xml
deleted file mode 100644
index c10b09fa8f36..000000000000
--- a/net-misc/asterisk-rate_engine/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person"><email>chainsaw@gentoo.org</email></maintainer>
-</pkgmetadata>