diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-25 21:35:01 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-25 21:35:01 +0000 |
commit | d224396b251d49bef0233bf376c32a1bc5b383bd (patch) | |
tree | 97d184e8598812ea2d65fe34f503fe75935d4548 /net-misc/proxyper/proxyper-335.ebuild | |
parent | x86 stable, remove old (diff) | |
download | gentoo-2-d224396b251d49bef0233bf376c32a1bc5b383bd.tar.gz gentoo-2-d224396b251d49bef0233bf376c32a1bc5b383bd.tar.bz2 gentoo-2-d224396b251d49bef0233bf376c32a1bc5b383bd.zip |
x86 stable, remove old
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-misc/proxyper/proxyper-335.ebuild')
-rw-r--r-- | net-misc/proxyper/proxyper-335.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-misc/proxyper/proxyper-335.ebuild b/net-misc/proxyper/proxyper-335.ebuild deleted file mode 100644 index 0c505668bf5d..000000000000 --- a/net-misc/proxyper/proxyper-335.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/proxyper/proxyper-335.ebuild,v 1.4 2007/04/29 17:44:16 tove Exp $ - -DESCRIPTION="distributed.net personal proxy" -HOMEPAGE="http://www.distributed.net" -SRC_URI="http://http.distributed.net/pub/dcti/${PN}/${PN}${PV}-linux-x86.tar.gz" -LICENSE="distributed.net" -SLOT="0" -KEYWORDS="x86 -ppc -sparc -alpha" -IUSE="" -DEPEND="" -RDEPEND="net-dns/host" - -S="${WORKDIR}/${PN}${PV}-linux-x86" - -RESTRICT="mirror" - -src_install() { - local DESTDIR="/opt/proxyper" - exeinto ${DESTDIR} ; doexe proxyper - - # don't clobber an already existing ini file! - insinto ${DESTDIR} - if [ ! -f ${DESTDIR}/proxyper.ini ] - then - doins proxyper.ini - else - newins ${DESTDIR}/proxyper.ini proxyper.ini - fi - - dodoc ChangeLog.txt - dohtml manual.html - - newinitd ${FILESDIR}/proxyper.init proxyper -} - -pkg_postinst() { - einfo "Don't forget to modify the config file" - einfo "located in /opt/proxyper/proxyper.ini" - einfo "It's recommend to reading the manual first :-)" -} - -pkg_postrm() { - local DESTDIR="/opt/proxyper" - if [ -d ${DESTDIR} ]; then - einfo "All files have not been removed from ${DESTDIR}" - fi -} |