summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-06-13 09:43:26 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-06-13 09:43:26 +0000
commitb07c9bd3cc686289aa13a116a6a8e88a69be7754 (patch)
treeab01de5ea31b32de8cdb8e1074639de1464776f5
parentRemove old. (diff)
downloadgentoo-2-b07c9bd3cc686289aa13a116a6a8e88a69be7754.tar.gz
gentoo-2-b07c9bd3cc686289aa13a116a6a8e88a69be7754.tar.bz2
gentoo-2-b07c9bd3cc686289aa13a116a6a8e88a69be7754.zip
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--net-misc/astmanproxy/ChangeLog5
-rw-r--r--net-misc/astmanproxy/astmanproxy-1.1.ebuild44
2 files changed, 4 insertions, 45 deletions
diff --git a/net-misc/astmanproxy/ChangeLog b/net-misc/astmanproxy/ChangeLog
index de66030882c3..e8f7f97db084 100644
--- a/net-misc/astmanproxy/ChangeLog
+++ b/net-misc/astmanproxy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/astmanproxy
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/ChangeLog,v 1.11 2015/04/18 12:37:40 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/ChangeLog,v 1.12 2015/06/13 09:43:26 mrueg Exp $
+
+ 13 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -astmanproxy-1.1.ebuild:
+ Remove old.
18 Apr 2015; Sven Wegener <swegener@gentoo.org> astmanproxy-1.28.2.ebuild:
Rename distfile to include package name.
diff --git a/net-misc/astmanproxy/astmanproxy-1.1.ebuild b/net-misc/astmanproxy/astmanproxy-1.1.ebuild
deleted file mode 100644
index 15e514722b7d..000000000000
--- a/net-misc/astmanproxy/astmanproxy-1.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/astmanproxy-1.1.ebuild,v 1.6 2009/12/23 12:52:19 flameeyes Exp $
-
-inherit eutils multilib
-
-DESCRIPTION="Proxy for the Asterisk manager interface"
-HOMEPAGE="http://www.popvox.com/astmanproxy/"
-SRC_URI="http://www.popvox.com/${PN}/${P}-20050705-0643.tgz"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-DEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # small patch for cflags and path changes
- epatch "${FILESDIR}"/${P}-gentoo.diff
-
- # Fix multilib
- sed -i -e "s#/usr/lib/#/usr/$(get_libdir)/#" "${S}/Makefile" \
- || die "multilib sed failed"
-}
-
-src_install() {
- # bug #298082
- emake -j1 DESTDIR="${D}" install || die
-
- dodoc README README.* VERSIONS astmanproxy.conf
-
- docinto samples
- dodoc samples/*
-
- # fix permissions on config file
- fperms 0640 /etc/astmanproxy.conf
-
- newinitd "${FILESDIR}"/astmanproxy.rc6 astmanproxy
-}