summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-09 20:09:52 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-09 20:09:52 +0000
commit71a7bcc87558e0d1f04a110de90031a41944f219 (patch)
tree7731f85c09226da81aa828640d95f63682906353 /app-admin
parentRemove taglib's test package.use.mask. (diff)
downloadhistorical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.gz
historical-71a7bcc87558e0d1f04a110de90031a41944f219.tar.bz2
historical-71a7bcc87558e0d1f04a110de90031a41944f219.zip
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/chroot_safe/ChangeLog7
-rw-r--r--app-admin/chroot_safe/chroot_safe-1.3.ebuild31
-rw-r--r--app-admin/filewatcher/ChangeLog8
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.0.ebuild38
-rw-r--r--app-admin/filewatcher/filewatcher-2.4.3.ebuild38
-rw-r--r--app-admin/ide-smart/ChangeLog5
-rw-r--r--app-admin/ide-smart/ide-smart-1.4.ebuild28
-rw-r--r--app-admin/killproc/ChangeLog5
-rw-r--r--app-admin/killproc/killproc-1.12-r2.ebuild36
-rw-r--r--app-admin/lsat/ChangeLog6
-rw-r--r--app-admin/lsat/lsat-0.9.5.ebuild38
-rw-r--r--app-admin/lsat/lsat-0.9.6.ebuild41
-rw-r--r--app-admin/sxid/ChangeLog7
-rw-r--r--app-admin/sxid/sxid-4.0.4-r2.ebuild42
-rw-r--r--app-admin/tenshi/ChangeLog5
-rw-r--r--app-admin/tenshi/tenshi-0.10-r3.ebuild59
-rw-r--r--app-admin/ulog-acctd/ChangeLog5
-rw-r--r--app-admin/ulog-acctd/ulog-acctd-0.4.3.ebuild55
18 files changed, 37 insertions, 417 deletions
diff --git a/app-admin/chroot_safe/ChangeLog b/app-admin/chroot_safe/ChangeLog
index 62de8dda2333..f4d0d1443701 100644
--- a/app-admin/chroot_safe/ChangeLog
+++ b/app-admin/chroot_safe/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/chroot_safe
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.14 2011/08/15 08:09:31 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/ChangeLog,v 1.15 2012/05/09 19:59:01 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -chroot_safe-1.3.ebuild:
+ Remove old
15 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> chroot_safe-1.4.ebuild:
ppc stable wrt #362871
diff --git a/app-admin/chroot_safe/chroot_safe-1.3.ebuild b/app-admin/chroot_safe/chroot_safe-1.3.ebuild
deleted file mode 100644
index b7f9b78c3611..000000000000
--- a/app-admin/chroot_safe/chroot_safe-1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/chroot_safe/chroot_safe-1.3.ebuild,v 1.6 2007/01/04 22:46:37 beandog Exp $
-
-inherit eutils
-
-DESCRIPTION="chroot_safe is a tool to chroot any dynamically linked application in a safe and sane manner."
-HOMEPAGE="http://chrootsafe.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-src_compile() {
- econf \
- --libexecdir="/usr/$(get_libdir)" \
- --sbindir="/usr/sbin" \
- || die "econf failed"
- emake CPPFLAGS="${CXXFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dolib.so chroot_safe.so || die "dolib.so failed"
- dosbin chroot_safe || die "dosbin failed"
- dosed "s:/chroot_safe::" /usr/sbin/chroot_safe \
- || die "dosed chroot_safe failed"
- doman chroot_safe.1 || die "doman failed"
- dodoc CHANGES.txt
-}
diff --git a/app-admin/filewatcher/ChangeLog b/app-admin/filewatcher/ChangeLog
index d04eefe73b18..b751bc771aa1 100644
--- a/app-admin/filewatcher/ChangeLog
+++ b/app-admin/filewatcher/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/filewatcher
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.11 2010/03/05 07:24:15 ulm Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/ChangeLog,v 1.12 2012/05/09 20:00:47 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -filewatcher-2.4.0.ebuild,
+ -filewatcher-2.4.3.ebuild:
+ Remove old
05 Mar 2010; Ulrich Mueller <ulm@gentoo.org> filewatcher-2.4.0.ebuild,
filewatcher-2.4.3.ebuild, filewatcher-2.4.6.ebuild:
diff --git a/app-admin/filewatcher/filewatcher-2.4.0.ebuild b/app-admin/filewatcher/filewatcher-2.4.0.ebuild
deleted file mode 100644
index f8cf62dbaa34..000000000000
--- a/app-admin/filewatcher/filewatcher-2.4.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.0.ebuild,v 1.7 2010/03/05 07:24:15 ulm Exp $
-
-DESCRIPTION="This is a configuration file control system and IDS"
-HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-perl/MailTools
- dev-vcs/rcs
- virtual/mta"
-
-src_install() {
- keepdir /var/lib/filewatcher /var/lib/filewatcher/archive
- dosbin filewatcher || die "could not install filewatcher"
- doman filewatcher.1 || die "could not install filewatcher manpage"
-
- dodoc Changes README
-
- insinto /etc
- doins "${FILESDIR}"/filewatcher.conf || \
- die "could not install basic filewatcher config"
-}
-
-pkg_postinst() {
- elog " A basic configuration has been provided in"
- elog " /etc/filewatcher.conf. It is strongly"
- elog " recommended that you invoke filewatcher via"
- elog " crontab."
- elog
- elog " 55,25,40 * * * * root /usr/sbin/filewatcher"
- elog " --config=/etc/filewatcher.conf"
-}
diff --git a/app-admin/filewatcher/filewatcher-2.4.3.ebuild b/app-admin/filewatcher/filewatcher-2.4.3.ebuild
deleted file mode 100644
index 71707a36dea7..000000000000
--- a/app-admin/filewatcher/filewatcher-2.4.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/filewatcher/filewatcher-2.4.3.ebuild,v 1.4 2010/03/05 07:24:15 ulm Exp $
-
-DESCRIPTION="This is a configuration file control system and IDS"
-HOMEPAGE="http://www.willingminds.com/resources/filewatcher.html"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-perl/MailTools
- dev-vcs/rcs
- virtual/mta"
-
-src_install() {
- keepdir /var/lib/filewatcher /var/lib/filewatcher/archive
- dosbin filewatcher || die "could not install filewatcher"
- doman filewatcher.1 || die "could not install filewatcher manpage"
-
- dodoc Changes README
-
- insinto /etc
- doins "${FILESDIR}"/filewatcher.conf || \
- die "could not install basic filewatcher config"
-}
-
-pkg_postinst() {
- elog " A basic configuration has been provided in"
- elog " /etc/filewatcher.conf. It is strongly"
- elog " recommended that you invoke filewatcher via"
- elog " crontab."
- elog
- elog " 55,25,40 * * * * root /usr/sbin/filewatcher"
- elog " --config=/etc/filewatcher.conf"
-}
diff --git a/app-admin/ide-smart/ChangeLog b/app-admin/ide-smart/ChangeLog
index 985bd23aae0a..f9f4cc3523f9 100644
--- a/app-admin/ide-smart/ChangeLog
+++ b/app-admin/ide-smart/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/ide-smart
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ChangeLog,v 1.19 2012/01/05 22:12:11 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ChangeLog,v 1.20 2012/05/09 20:01:43 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -ide-smart-1.4.ebuild:
+ Remove old
05 Jan 2012; Michael Weber <xmw@gentoo.org> ide-smart-1.4-r1.ebuild:
ppc stable (bug 357949)
diff --git a/app-admin/ide-smart/ide-smart-1.4.ebuild b/app-admin/ide-smart/ide-smart-1.4.ebuild
deleted file mode 100644
index 7ac5794c6536..000000000000
--- a/app-admin/ide-smart/ide-smart-1.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ide-smart/ide-smart-1.4.ebuild,v 1.25 2005/03/10 05:05:55 vapier Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="A tool to read SMART information from harddiscs"
-HOMEPAGE="http://www.linalco.com/comunidad.html"
-SRC_URI="http://www.linalco.com/ragnar/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- emake -j1 \
- CC="$(tc-getCC)" PROF="${CFLAGS}" \
- clean all || die
-}
-
-src_install() {
- dobin ide-smart || die
- doman ide-smart.8
- dodoc README
-}
diff --git a/app-admin/killproc/ChangeLog b/app-admin/killproc/ChangeLog
index 0d8cf645eacc..31feb086d92b 100644
--- a/app-admin/killproc/ChangeLog
+++ b/app-admin/killproc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/killproc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.22 2012/03/18 15:52:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/ChangeLog,v 1.23 2012/05/09 20:02:37 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -killproc-1.12-r2.ebuild:
+ Remove old
18 Mar 2012; Raúl Porcel <armin76@gentoo.org> killproc-1.12-r2.ebuild,
killproc-2.13.ebuild:
diff --git a/app-admin/killproc/killproc-1.12-r2.ebuild b/app-admin/killproc/killproc-1.12-r2.ebuild
deleted file mode 100644
index 5a3135a2a2d8..000000000000
--- a/app-admin/killproc/killproc-1.12-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/killproc/killproc-1.12-r2.ebuild,v 1.26 2012/03/18 15:52:28 armin76 Exp $
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="killproc and assorted tools for boot scripts"
-HOMEPAGE="http://www.suse.de/"
-SRC_URI="ftp://ftp.suse.com/pub/projects/init/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- filter-flags -O0
- sed -i \
- -e "s:-O2:-O1 ${CFLAGS}:" \
- -e "s:-m486::" \
- Makefile || die "sed failed"
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- into /
- dosbin checkproc startproc killproc || die "dosbin failed"
- into /usr
- doman *.8
- dodoc README *.lsm
-}
diff --git a/app-admin/lsat/ChangeLog b/app-admin/lsat/ChangeLog
index d7ba42ad5e91..7a894a2e9110 100644
--- a/app-admin/lsat/ChangeLog
+++ b/app-admin/lsat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/lsat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.27 2012/02/16 19:32:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.28 2012/05/09 20:03:37 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -lsat-0.9.5.ebuild,
+ -lsat-0.9.6.ebuild:
+ Remove old
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> lsat-0.9.7.1-r1.ebuild:
x86 stable wrt bug #396755
diff --git a/app-admin/lsat/lsat-0.9.5.ebuild b/app-admin/lsat/lsat-0.9.5.ebuild
deleted file mode 100644
index 5f1b1f08d6bb..000000000000
--- a/app-admin/lsat/lsat-0.9.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.5.ebuild,v 1.4 2007/05/03 18:58:57 beandog Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The Linux Security Auditing Tool"
-HOMEPAGE="http://usat.sourceforge.net/"
-SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="virtual/libc
- dev-libs/popt"
-DEPEND="${RDEPEND}
- dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- tc-export CC
- econf || die
- emake CFLAGS="${CFLAGS}" SLIBS="-lpopt" all manpage || die
-}
-
-src_install() {
- dobin lsat || die
- doman lsat.1
- dodoc INSTALL README* *.txt
- dohtml modules.html changelog/changelog.html
-}
diff --git a/app-admin/lsat/lsat-0.9.6.ebuild b/app-admin/lsat/lsat-0.9.6.ebuild
deleted file mode 100644
index e51a415ecbdc..000000000000
--- a/app-admin/lsat/lsat-0.9.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.6.ebuild,v 1.1 2007/05/25 10:59:23 matsuu Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The Linux Security Auditing Tool"
-HOMEPAGE="http://usat.sourceforge.net/"
-SRC_URI="http://usat.sourceforge.net/code/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="minimal"
-
-DEPEND="dev-lang/perl" # pod2man
-RDEPEND="!minimal? (
- app-portage/portage-utils
- net-analyzer/nmap
- sys-apps/iproute2
- sys-apps/which
- sys-process/lsof
- )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gentoo.patch
-}
-
-src_compile() {
- tc-export CC
- econf || die
- emake CFLAGS="${CFLAGS}" all manpage || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install installman || die
- dodoc README* *.txt
- dohtml modules.html changelog/changelog.html
-}
diff --git a/app-admin/sxid/ChangeLog b/app-admin/sxid/ChangeLog
index 55efaa86b57a..b832acc23934 100644
--- a/app-admin/sxid/ChangeLog
+++ b/app-admin/sxid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/sxid
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.25 2011/07/26 21:29:28 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/ChangeLog,v 1.26 2012/05/09 20:07:50 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -sxid-4.0.4-r2.ebuild:
+ Remove old
*sxid-4.2 (26 Jul 2011)
diff --git a/app-admin/sxid/sxid-4.0.4-r2.ebuild b/app-admin/sxid/sxid-4.0.4-r2.ebuild
deleted file mode 100644
index dd8a9f9da63b..000000000000
--- a/app-admin/sxid/sxid-4.0.4-r2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sxid/sxid-4.0.4-r2.ebuild,v 1.2 2009/09/23 15:02:36 patrick Exp $
-
-inherit base toolchain-funcs
-
-DESCRIPTION="suid, sgid file and directory checking"
-SRC_URI="http://www.phunnypharm.org/pub/sxid/${P/-/_}.tar.gz"
-HOMEPAGE="http://freshmeat.net/projects/sxid"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="virtual/mailx"
-DEPEND="sys-apps/sed
- sys-devel/gcc
- sys-devel/autoconf"
-
-PATCHES=( "${FILESDIR}/${PN}-64bit-clean.patch" )
-
-src_compile() {
- # this is an admin application and really requires root to run correctly
- # we need to move the binary to the sbin directory
- cd source
- sed -i s/bindir/sbindir/g Makefile.in
- cd ..
-
- tc-export CC
- econf
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc README docs/sxid.conf.example docs/sxid.cron.example
-}
-
-pkg_postinst() {
- elog "You will need to configure sxid.conf for your system using the manpage and example"
-}
diff --git a/app-admin/tenshi/ChangeLog b/app-admin/tenshi/ChangeLog
index 0fddce66458c..c91e06c7d818 100644
--- a/app-admin/tenshi/ChangeLog
+++ b/app-admin/tenshi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/tenshi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.68 2012/03/24 17:28:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/ChangeLog,v 1.69 2012/05/09 20:08:31 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -tenshi-0.10-r3.ebuild:
+ Remove old
24 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> tenshi-0.12.ebuild:
x86 stable wrt bug #396759
diff --git a/app-admin/tenshi/tenshi-0.10-r3.ebuild b/app-admin/tenshi/tenshi-0.10-r3.ebuild
deleted file mode 100644
index 07278cf57d77..000000000000
--- a/app-admin/tenshi/tenshi-0.10-r3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/tenshi/tenshi-0.10-r3.ebuild,v 1.8 2012/03/18 15:16:47 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="Log parsing and notification program"
-HOMEPAGE="http://dev.inversepath.com/trac/tenshi"
-SRC_URI="http://dev.inversepath.com/tenshi/${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/IO-BufferedSelect
- sys-apps/coreutils"
-
-pkg_setup() {
- enewgroup tenshi
- enewuser tenshi -1 -1 /var/lib/tenshi tenshi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-create-mandir.patch"
- # Fix for bug #218042
- epatch "${FILESDIR}/${PN}-openrc-init.patch"
- # Fix for bug #217000
- epatch "${FILESDIR}/${PN}-remove-timezone-cache.patch"
-
- # Fixes for bug #243082
- epatch "${FILESDIR}/${PN}-0.10-solo-queue-escalation.patch"
- epatch "${FILESDIR}/${PN}-0.10-warn-logfile.patch"
-
- # Fix for bug #241254
- sed -i 's:^docdir =.*:docdir = /usr/share/doc/${PF}:' \
- Makefile || die "docdir substitution failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- fowners tenshi:root /etc/tenshi/tenshi.conf
- dodir /var/lib/tenshi
- fowners tenshi:root /var/lib/tenshi
- doman tenshi.8
- newinitd tenshi.gentoo-init tenshi
- keepdir /var/lib/tenshi
-}
-
-pkg_postinst() {
- ewarn "The sample config installed to ${ROOT}etc/tenshi/tenshi.conf"
- ewarn "monitors /var/log/messages which, by default, can not be read"
- ewarn "by the tenshi user. Make sure that the tenshi user has read"
- ewarn "permission on all the files that you want tenshi to monitor."
-}
diff --git a/app-admin/ulog-acctd/ChangeLog b/app-admin/ulog-acctd/ChangeLog
index 9a58159d9c0b..38456da278fe 100644
--- a/app-admin/ulog-acctd/ChangeLog
+++ b/app-admin/ulog-acctd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-admin/ulog-acctd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ulog-acctd/ChangeLog,v 1.17 2012/02/24 19:28:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/ulog-acctd/ChangeLog,v 1.18 2012/05/09 20:09:52 ago Exp $
+
+ 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -ulog-acctd-0.4.3.ebuild:
+ Remove old
24 Feb 2012; Brent Baude <ranger@gentoo.org> ulog-acctd-0.4.3-r1.ebuild:
Marking ulog-acctd-0.4.3-r1 ppc for bug 404593
diff --git a/app-admin/ulog-acctd/ulog-acctd-0.4.3.ebuild b/app-admin/ulog-acctd/ulog-acctd-0.4.3.ebuild
deleted file mode 100644
index a481621baed6..000000000000
--- a/app-admin/ulog-acctd/ulog-acctd-0.4.3.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/ulog-acctd/ulog-acctd-0.4.3.ebuild,v 1.7 2009/10/12 00:01:00 halcy0n Exp $
-
-inherit eutils
-
-DESCRIPTION="ULOG-based accounting daemon with flexible log-format"
-SRC_URI="http://alioth.debian.org/download.php/949/${PN}_${PV}.orig.tar.gz"
-HOMEPAGE="http://savannah.nongnu.org/projects/ulog-acctd/ http://alioth.debian.org/projects/pkg-ulog-acctd"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND="net-firewall/iptables"
-
-S="${WORKDIR}"/${P}.orig
-
-src_unpack() {
- unpack ${A}
- cd "${S}"/src
- epatch "${FILESDIR}"/${PN}-0.4.2-gcc2.patch
-}
-
-src_compile() {
- cd "${S}"/src || die "cannot change to src-directory"
- make || die "compile of pgm failed"
- cd "${S}"/doc || die "cannot change to doc-directory"
- make || die "compile of docu failed"
-}
-
-src_install() {
- dosbin src/ulog-acctd
-
- insinto /etc/
- doins src/ulog-acctd.conf
-
- doman doc/ulog-acctd.8
- doinfo doc/ulog-acctd.info
-
- ## install contrib-dir in /usr/share/doc/${P}:
- docinto contrib/pg_load
- dodoc contrib/pg_load/*
-
- docinto contrib/ulog-acctd2mrtg
- dodoc contrib/ulog-acctd2mrtg/*
-
- keepdir /var/log/ulog-acctd
- doinitd "${FILESDIR}"/init.d/ulog-acctd
-}
-
-pkg_postinst() {
- elog "ulog-acctd get's it's packages via ULOG-targets in your iptables-rules."
-}