From 7691718fdecdc399803b9fd4c41d42e8d1e86afc Mon Sep 17 00:00:00 2001 From: kolla Date: Fri, 27 Feb 2009 12:46:59 +0000 Subject: =?UTF-8?q?Sletter=20packaging=20fra=20branches,=20blir=20s=C3=A5?= =?UTF-8?q?=20mye=20s=C3=B8l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.testnett.uninett.no/radsecproxy/branches/release-1.0@484 e88ac4ed-0b26-0410-9574-a7f39faa03bf --- .../radsecproxy/radsecproxy-1.0_alpha1.ebuild | 41 ---------------------- 1 file changed, 41 deletions(-) delete mode 100644 packaging/gentoo/net-dialup/radsecproxy/radsecproxy-1.0_alpha1.ebuild (limited to 'packaging/gentoo/net-dialup/radsecproxy/radsecproxy-1.0_alpha1.ebuild') diff --git a/packaging/gentoo/net-dialup/radsecproxy/radsecproxy-1.0_alpha1.ebuild b/packaging/gentoo/net-dialup/radsecproxy/radsecproxy-1.0_alpha1.ebuild deleted file mode 100644 index bbd07e3..0000000 --- a/packaging/gentoo/net-dialup/radsecproxy/radsecproxy-1.0_alpha1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: radsecproxy-1.0_alpha1.ebuild 12 2007-06-14 19:53:35Z kolla $ - -inherit eutils - -MY_P=${P%_alpha1}-alpha-p1 -S=${S%_alpha1}-alpha-p1 - -DESCRIPTION="RADIUS/RADSEC Proxy" -HOMEPAGE="http://software.uninett.no/radsecproxy" -SRC_URI="http://software.uninett.no/${PN}/${MY_P}.tar.gz" - -LICENSE="" -SLOT="0" -KEYWORDS="x86 ~alpha ~amd64 ~arm ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390" - -IUSE="" - -DEPEND="dev-libs/openssl" -RDEPEND="dev-libs/openssl" - -src_unpack() { - unpack ${A} - # Use sbin instead of bin - sed 's:^bin_PROGRAMS:sbin_PROGRAMS:' -i "${S}"/Makefile.am -} - -src_install() { - einstall || die - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - newinitd "${FILESDIR}/${PN}.initd" ${PN} - newconfd "${FILESDIR}/${PN}.confd" ${PN} -} - -pkg_postinst () { - echo - elog "Example config exists as /etc/radsecproxy.conf-example" - elog "Copy this to /etc/radsecproxy.conf and edit to suit your needs" - echo -} -- cgit v1.1