summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-04-01 16:58:17 +0000
committerAlin Năstac <mrness@gentoo.org>2005-04-01 16:58:17 +0000
commit1ca959bbcceccaab66e0a913efb126ebd43df5cd (patch)
tree01d2b86ce6e88856147ae696ffa1efa93e39338e /www-proxy
parentstable on ia64 (diff)
downloadgentoo-2-1ca959bbcceccaab66e0a913efb126ebd43df5cd.tar.gz
gentoo-2-1ca959bbcceccaab66e0a913efb126ebd43df5cd.tar.bz2
gentoo-2-1ca959bbcceccaab66e0a913efb126ebd43df5cd.zip
remove obsolete versions (#87406)
(Portage version: 2.0.51.19)
Diffstat (limited to 'www-proxy')
-rw-r--r--www-proxy/oops/ChangeLog6
-rw-r--r--www-proxy/oops/files/digest-oops-1.5.221
-rw-r--r--www-proxy/oops/files/digest-oops-1.5.61
-rw-r--r--www-proxy/oops/oops-1.5.22.ebuild110
-rw-r--r--www-proxy/oops/oops-1.5.6.ebuild110
5 files changed, 5 insertions, 223 deletions
diff --git a/www-proxy/oops/ChangeLog b/www-proxy/oops/ChangeLog
index 34bfb66f45ad..c5cb65c4780d 100644
--- a/www-proxy/oops/ChangeLog
+++ b/www-proxy/oops/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-proxy/oops
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-proxy/oops/ChangeLog,v 1.6 2005/04/01 15:28:06 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-proxy/oops/ChangeLog,v 1.7 2005/04/01 16:58:17 mrness Exp $
+
+ 01 Apr 2005; Alin Nastac <mrness@gentoo.org> -oops-1.5.22.ebuild,
+ -oops-1.5.6.ebuild:
+ Remove old (and currently broken) versions.
01 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> oops-1.5.23.ebuild:
Stable on sparc wrt #87406
diff --git a/www-proxy/oops/files/digest-oops-1.5.22 b/www-proxy/oops/files/digest-oops-1.5.22
deleted file mode 100644
index f82c07ac72b8..000000000000
--- a/www-proxy/oops/files/digest-oops-1.5.22
+++ /dev/null
@@ -1 +0,0 @@
-MD5 bd6f743fb4abc6cf08ae310b1927b211 oops-1.5.22.tar.gz 449116
diff --git a/www-proxy/oops/files/digest-oops-1.5.6 b/www-proxy/oops/files/digest-oops-1.5.6
deleted file mode 100644
index ce5e2a9567a0..000000000000
--- a/www-proxy/oops/files/digest-oops-1.5.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f45fac49062e20df65ff16ae5f45257e oops-1.5.6.tar.gz 387432
diff --git a/www-proxy/oops/oops-1.5.22.ebuild b/www-proxy/oops/oops-1.5.22.ebuild
deleted file mode 100644
index 701a9be42782..000000000000
--- a/www-proxy/oops/oops-1.5.22.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-proxy/oops/oops-1.5.22.ebuild,v 1.2 2005/02/16 22:27:57 mrness Exp $
-
-DESCRIPTION="An advanced multithreaded caching web proxy"
-HOMEPAGE="http://zipper.paco.net/~igor/oops.eng/"
-SRC_URI="http://zipper.paco.net/~igor/oops/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-libs/libpcre
- sys-devel/flex"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- sed -e 's:/usr/local/lib/libpcre:/usr/lib/libpcre:g' configure.orig > configure
- cd ${S}/src/modules
-}
-
-src_compile() {
- ./configure \
- --prefix=/usr \
- --libdir=/usr/lib/oops \
- --enable-oops-user=squid \
- --sysconfdir=/etc/oops \
- --sbindir=/usr/sbin \
- --with-regexp=pcre \
- --localstatedir=/var/run/oops \
- || die "configure problem"
-
- cd src
- mv config.h.in config.h.in.orig
- sed <config.h.in.orig >config.h.in \
- -e '/STRERROR_R/d'
- mv Makefile Makefile.orig
- sed <Makefile.orig >Makefile \
- -e "s|OOPS_LIBDIR = /usr/lib/oops|OOPS_LIBDIR = ${D}/usr/lib/oops|" \
- -e "s|OOPS_SBINDIR = /usr/sbin|OOPS_SBINDIR = ${D}/usr/sbin|" \
- -e "s|OOPS_SYSCONFDIR = /etc/oops|OOPS_SYSCONFDIR = ${D}/etc/oops|" \
- -e "s|OOPS_LOCALSTATEDIR = /var/run/oops|OOPS_LOCALSTATEDIR = ${D}/var/run/oops|" \
- -e "s|OOPSPATH=/usr/oops|OOPSPATH=${D}/usr/oops|"
- cd ..
- make || die "compile problem"
-}
-
-src_install() {
- local x
- local y
-
- dodir /usr/sbin
- chown squid:squid ${D}
- make DESTDIR=${D} install || die "install problem"
- chmod -R g+srw ${D}/etc/oops
- chmod -R g+rw ${D}/etc/oops/*
-
- insinto /etc/oops
- doins ${FILESDIR}/oops.cfg
- cd ${D}
-
- # cleanups
- rm -rf ${D}/usr/oops
- rm -rf ${D}/usr/lib/oops/modules
-
- # config files
- cd ${D}/etc/oops
- for y in . tables ; do
- for x in ${y}/* ; do
- if [ -f ${x} ] ; then
- mv ${x} ${x}.eg
- fi
- done
- done
-}
-
-pkg_postinst() {
- local x
- local y
- local mylen
- local newf
-
- cd ${ROOT}/etc/oops
- for y in . tables ; do
- for x in ${y}/*.eg ; do
- realf=`echo $x | sed -e 's/.eg$//'`
- if [ ! -e ${realf} ] ; then
- cp ${x} ${realf}
- fi
- done
- done
- if [ ! -e ${ROOT}/var/log/oops ] ; then
- install -d -o squid -g squid -m0770 ${ROOT}/var/log/oops
- chmod g+s ${ROOT}/var/log/oops
- fi
- if [ ! -e ${ROOT}/var/lib/oops/storage ] ; then
- install -d -o squid -g squid -m0770 ${ROOT}/var/lib/oops/storage
- fi
- if [ ! -e ${ROOT}/var/lib/oops/db ] ; then
- install -d -o squid -g squid -m0770 ${ROOT}/var/lib/oops/db
- fi
- if [ ! -e ${ROOT}/var/run/oops ] ; then
- install -d -o squid -g squid -m0775 ${ROOT}/var/run/oops
- chmod g+s ${ROOT}/var/run/oops
- fi
-}
diff --git a/www-proxy/oops/oops-1.5.6.ebuild b/www-proxy/oops/oops-1.5.6.ebuild
deleted file mode 100644
index 79a8004ce434..000000000000
--- a/www-proxy/oops/oops-1.5.6.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-proxy/oops/oops-1.5.6.ebuild,v 1.2 2005/02/16 22:27:57 mrness Exp $
-
-DESCRIPTION="An advanced multithreaded caching web proxy"
-HOMEPAGE="http://zipper.paco.net/~igor/oops.eng/"
-SRC_URI="http://zipper.paco.net/~igor/oops/oops-1.5.6.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 sparc"
-IUSE=""
-
-DEPEND="virtual/libc
- sys-devel/gcc
- dev-libs/libpcre
- sys-devel/flex"
-
-RDEPEND="virtual/libc
- sys-devel/gcc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- cp configure configure.orig
- sed -e 's:/usr/local/lib/libpcre:/usr/lib/libpcre:g' configure.orig > configure
- cd ${S}/src/modules
-}
-
-src_compile() {
- ./configure --prefix=/usr --libdir=/usr/lib/oops --enable-oops-user=squid \
- --sysconfdir=/etc/oops --sbindir=/usr/sbin --with-regexp=pcre --localstatedir=/var/run/oops || die
- cd src
- cp config.h.in config.h.in.orig
- sed -e '/STRERROR_R/d' config.h.in.orig > config.h.in
- cp Makefile Makefile.orig
- sed -e 's:${OOPS:${DESTDIR}/${OOPS:g' Makefile.orig > Makefile
- cd ..
- make || die
-}
-
-src_install() {
- dodir /usr/sbin
- chown squid:squid ${D}
- make DESTDIR=${D} install || die
- chmod -R g+srw ${D}/etc/oops
- chmod -R g+rw ${D}/etc/oops/*
-
- insinto /etc/oops
- doins ${FILESDIR}/oops.cfg
- cd ${D}
-
- #cleanups
- rm -rf ${D}/usr/oops
- rm -rf ${D}/usr/lib/oops/modules
-
- #config files
-
- cd ${D}/etc/oops
- local x
- local y
- for y in . tables
- do
- for x in ${y}/*
- do
- if [ -f $x ]
- then
- mv $x $x.eg
- fi
- done
- done
-}
-
-pkg_postinst() {
- local x
- local y
- local mylen
- local newf
- cd ${ROOT}/etc/oops
- for y in . tables
- do
- for x in ${y}/*.eg
- do
- realf=`echo $x | sed -e 's/.eg$//'`
- if [ ! -e ${realf} ]
- then
- cp ${x} ${realf}
- fi
- done
- done
- if [ ! -e ${ROOT}/var/log/oops ]
- then
- install -d -o squid -g squid -m0770 ${ROOT}/var/log/oops
- chmod g+s ${ROOT}/var/log/oops
- fi
- if [ ! -e ${ROOT}/var/lib/oops/storage ]
- then
- install -d -o squid -g squid -m0770 ${ROOT}/var/lib/oops/storage
- fi
- if [ ! -e ${ROOT}/var/lib/oops/db ]
- then
- install -d -o squid -g squid -m0770 ${ROOT}/var/lib/oops/db
- fi
- if [ ! -e ${ROOT}/var/run/oops ]
- then
- install -d -o squid -g squid -m0775 ${ROOT}/var/run/oops
- chmod g+s ${ROOT}/var/run/oops
- fi
-}
-