summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 17:28:24 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 17:28:24 +0000
commit8121b4d51fe619e9c166b12dfddb79a30d83531e (patch)
tree48e6d5d14636c8da693325aff6277fb82c0333be /app-forensics/tct
parentRemove old (diff)
downloadgentoo-2-8121b4d51fe619e9c166b12dfddb79a30d83531e.tar.gz
gentoo-2-8121b4d51fe619e9c166b12dfddb79a30d83531e.tar.bz2
gentoo-2-8121b4d51fe619e9c166b12dfddb79a30d83531e.zip
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/tct')
-rw-r--r--app-forensics/tct/ChangeLog6
-rw-r--r--app-forensics/tct/tct-1.15-r1.ebuild88
-rw-r--r--app-forensics/tct/tct-1.18.ebuild92
3 files changed, 5 insertions, 181 deletions
diff --git a/app-forensics/tct/ChangeLog b/app-forensics/tct/ChangeLog
index f35886db11e4..46ec47ebe98d 100644
--- a/app-forensics/tct/ChangeLog
+++ b/app-forensics/tct/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-forensics/tct
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.14 2009/04/14 09:51:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/ChangeLog,v 1.15 2009/04/30 17:28:24 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -tct-1.15-r1.ebuild,
+ -tct-1.18.ebuild:
+ Remove old
14 Apr 2009; Raúl Porcel <armin76@gentoo.org> tct-1.18-r1.ebuild:
x86 stable wrt #265036
diff --git a/app-forensics/tct/tct-1.15-r1.ebuild b/app-forensics/tct/tct-1.15-r1.ebuild
deleted file mode 100644
index 71b110693318..000000000000
--- a/app-forensics/tct/tct-1.15-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.15-r1.ebuild,v 1.6 2007/03/04 19:52:37 peper Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The Coroner's Toolkit - a collection of tools to aide in gathering and analyzing forensic data on a UNIX system"
-HOMEPAGE="http://www.porcupine.org/forensics/tct.html"
-SRC_URI="http://www.porcupine.org/forensics/${P}.tar.gz"
-
-LICENSE="IBM as-is"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.0004
- >=sys-apps/sed-4"
-RDEPEND="${DEPEND}
- dev-perl/DateManip"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i "s:^\(CC.*= \).*:\1$(tc-getCC):" Makefile || die "sed CC failed"
- sed -i "s:\$(OPT) \$(DEBUG):${CFLAGS}:" */*/Makefile \
- || die "sed CFLAGS failed"
-
- epatch ${FILESDIR}/${PF}-gentoo.diff
-}
-
-src_install() {
- # bins/libs
- into /usr/lib/tct
- dobin bin/* || die "bin installation failed"
-
- exeinto /usr/lib/tct
- doexe reconfig || die "reconfig installation failed"
-
- insinto /usr/lib/tct/lib
- doins lib/*.pl || die "lib installation failed"
-
- exeinto /usr/lib/tct/extras
- doexe extras/bdf extras/ils2mac extras/realpath extras/entropy/entropy \
- extras/findkey/findkey || die "extras installation failed"
-
- # config
- insinto /etc/tct
- doins conf/* || die "conf installation failed"
-
- # docs
- newdoc extras/README README.extras || die "newdoc failed"
- dodoc docs/* Beware CHANGES INSTALL OS-NOTES README.FIRST \
- TODO* additional-resources bibliography help-recovering-file \
- help-when-broken-into quick-start || die "doc installation failed"
-
- # these manual pages are provided by other packages
- rm man/man1/file.1
- rm man/man1/md5.1
- rm man/man5/magic.5
- doman man/*/* || die "man installation failed"
-
- # setup dirs/symlinks
- keepdir /var/log/tct
-
- dosym /etc/tct /usr/lib/tct/conf || die "dosym failed"
-
- keepdir /var/lib/tct
- dosym /var/lib/tct /usr/lib/tct/data || die "dosym failed"
-
- dodir /usr/sbin
- cd ${S}/bin
- # all binaries except the following are meant for internal use
- for bin in grave-robber lazarus mactime unrm; do
- dosym /usr/lib/tct/bin/${bin} /usr/sbin/${bin} \
- || die "dosym ${bin} failed"
- done
-}
-
-pkg_postinst() {
- echo
- elog "The authors of The Coroner's Toolkit highly recommend"
- elog "installing sys-process/lsof for use by the toolkit."
- elog
- elog "Please read the README and quickstart files installed"
- elog "in /usr/share/doc/${PF} before using The Coroner's Toolkit."
- echo
-}
diff --git a/app-forensics/tct/tct-1.18.ebuild b/app-forensics/tct/tct-1.18.ebuild
deleted file mode 100644
index 9d32e0efc79e..000000000000
--- a/app-forensics/tct/tct-1.18.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/tct/tct-1.18.ebuild,v 1.1 2009/01/05 00:04:28 patrick Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="The Coroner's Toolkit - a collection of tools to aide in gathering and analyzing forensic data on a UNIX system"
-HOMEPAGE="http://www.porcupine.org/forensics/tct.html"
-SRC_URI="http://www.porcupine.org/forensics/${P}.tar.gz"
-
-LICENSE="IBM as-is"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.0004
- >=sys-apps/sed-4"
-RDEPEND="${DEPEND}
- dev-perl/DateManip"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- sed -i "s:^\(CC.*= \).*:\1$(tc-getCC):" Makefile || die "sed CC failed"
- sed -i "s:\$(OPT) \$(DEBUG):${CFLAGS}:" */*/Makefile \
- || die "sed CFLAGS failed"
-
- epatch "${FILESDIR}/tct-1.15-gentoo.diff"
-}
-
-src_install() {
- # bins/libs
- into /usr/lib/tct
- dobin bin/* || die "bin installation failed"
-
- exeinto /usr/lib/tct
- doexe reconfig || die "reconfig installation failed"
-
- insinto /usr/lib/tct/lib
- doins lib/*.pl || die "lib installation failed"
-
- exeinto /usr/lib/tct/extras
- doexe extras/bdf extras/ils2mac extras/realpath extras/entropy/entropy \
- extras/findkey/findkey || die "extras installation failed"
-
- # config
- insinto /etc/tct
- doins conf/* || die "conf installation failed"
-
- # docs
- newdoc extras/README README.extras || die "newdoc failed"
- dodoc docs/* Beware CHANGES INSTALL OS-NOTES README.FIRST \
- TODO* additional-resources bibliography help-recovering-file \
- help-when-broken-into quick-start || die "doc installation failed"
-
- # these manual pages are provided by other packages
- rm man/man1/file.1
- rm man/man1/md5.1
- rm man/man1/ils.1
- rm man/man1/icat.1
- rm man/man1/mactime.1
- rm man/man1/lastcomm.1
- rm man/man5/magic.5
- doman man/*/* || die "man installation failed"
-
- # setup dirs/symlinks
- keepdir /var/log/tct
-
- dosym /etc/tct /usr/lib/tct/conf || die "dosym failed"
-
- keepdir /var/lib/tct
- dosym /var/lib/tct /usr/lib/tct/data || die "dosym failed"
-
- dodir /usr/sbin
- cd ${S}/bin
- # all binaries except the following are meant for internal use
- for bin in grave-robber lazarus mactime unrm; do
- dosym /usr/lib/tct/bin/${bin} /usr/sbin/${bin} \
- || die "dosym ${bin} failed"
- done
-}
-
-pkg_postinst() {
- echo
- elog "The authors of The Coroner's Toolkit highly recommend"
- elog "installing sys-process/lsof for use by the toolkit."
- elog
- elog "Please read the README and quickstart files installed"
- elog "in /usr/share/doc/${PF} before using The Coroner's Toolkit."
- echo
-}