summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/polipo/polipo-1.0.3.ebuild')
-rw-r--r--net-proxy/polipo/polipo-1.0.3.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-proxy/polipo/polipo-1.0.3.ebuild b/net-proxy/polipo/polipo-1.0.3.ebuild
deleted file mode 100644
index 1aa343c64b79..000000000000
--- a/net-proxy/polipo/polipo-1.0.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/polipo/polipo-1.0.3.ebuild,v 1.4 2008/01/14 19:16:16 angelos Exp $
-
-inherit eutils
-
-DESCRIPTION="A caching web proxy"
-HOMEPAGE="http://www.pps.jussieu.fr/~jch/software/polipo/"
-SRC_URI="http://www.pps.jussieu.fr/~jch/software/files/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="sys-apps/texinfo"
-
-pkg_setup() {
- enewgroup polipo
- enewuser polipo -1 -1 /var/cache/polipo polipo
-}
-
-src_compile() {
- emake PREFIX=/usr "CDEBUGFLAGS=${CFLAGS}" all || die "build failed"
-}
-
-src_install() {
- einstall PREFIX=/usr MANDIR=/usr/share/man INFODIR=/usr/share/info "TARGET=${D}" || die "install failed"
-
- newinitd "${FILESDIR}/polipo.initd" polipo
- insinto /etc/polipo ; doins "${FILESDIR}/config"
- exeinto /etc/cron.daily ; newexe "${FILESDIR}/polipo.crond" polipo.sh
-
- diropts -m0750 -o polipo -g polipo
- keepdir /var/cache/polipo
-
- dodoc CHANGES README
- dohtml html/*
-}
-
-pkg_postinst() {
- einfo "Do not forget to read the manual."
- einfo "Change the config file in /etc/polipo to suit your needs."
-}