summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-11-04 21:40:24 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-11-04 21:40:24 +0000
commit772d9ef70c2a6ae1b87069923a0eec7b41ec9e1a (patch)
treefcee26ebdb3190f3d21aaf35f1e3c9e6e0942053 /app-forensics
parentRemove unused RSA-MD4, RSA-MD5, and RSA-PKCS11 licenses; replaced by RSA. (diff)
downloadgentoo-2-772d9ef70c2a6ae1b87069923a0eec7b41ec9e1a.tar.gz
gentoo-2-772d9ef70c2a6ae1b87069923a0eec7b41ec9e1a.tar.bz2
gentoo-2-772d9ef70c2a6ae1b87069923a0eec7b41ec9e1a.zip
Drop old revision
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/air/ChangeLog5
-rw-r--r--app-forensics/air/air-2.0.0.ebuild56
2 files changed, 4 insertions, 57 deletions
diff --git a/app-forensics/air/ChangeLog b/app-forensics/air/ChangeLog
index b47369e30d89..0a102b3149b1 100644
--- a/app-forensics/air/ChangeLog
+++ b/app-forensics/air/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-forensics/air
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.22 2012/11/04 20:22:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.23 2012/11/04 21:40:24 pinkbyte Exp $
+
+ 04 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> -air-2.0.0.ebuild:
+ Drop old revision
04 Nov 2012; Agostino Sarubbo <ago@gentoo.org> air-2.0.0-r1.ebuild:
Stable for amd64, wrt bug #327069
diff --git a/app-forensics/air/air-2.0.0.ebuild b/app-forensics/air/air-2.0.0.ebuild
deleted file mode 100644
index e476d155142f..000000000000
--- a/app-forensics/air/air-2.0.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0.ebuild,v 1.1 2010/02/26 20:43:37 patrick Exp $
-
-DESCRIPTION="A GUI front-end to dd/dcfldd"
-HOMEPAGE="http://air-imager.sourceforge.net/"
-SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-perl/perl-tk-804.027
- userland_GNU? ( app-arch/sharutils )
- sys-apps/sed
- dev-lang/perl"
-
-RDEPEND="app-arch/mt-st
- sys-apps/dcfldd
- net-analyzer/netcat
- net-analyzer/cryptcat
- dev-lang/perl
- userland_GNU? ( sys-apps/coreutils )"
-
-src_compile() {
- einfo "nothing to compile"
-}
-
-src_install() {
-
- PERLTK_VER=$(best_version dev-perl/perl-tk)
- export PERLTK_VER=${PERLTK_VER:17:7}
-
- env INTERACTIVE=no INSTALL_DIR="${D}/usr" TEMP_DIR="${T}" \
- FINAL_INSTALL_DIR=/usr \
- ./install-${P} \
- || die "failed to install - please attach ${T}/air-install.log to a bug report at http://bugs.gentoo.org"
-
- dodoc README
-
- dodoc "${T}/air-install.log"
-
- chown -R root:0 "${D}"
- fowners root:users /usr/share/air/logs
- fperms ug+rwx /usr/share/air/logs
- if [ -p "${D}usr/share/air/air-fifo" ]; then
- fperms ug+rw /usr/share/air/air-fifo
- fowners root:users /usr/share/air/air-fifo
- fi
- fperms a+x /usr/bin/air
-}
-
-pkg_postinst() {
- elog "The author, steve@unixgurus.com, would appreciate an email of the install file /usr/share/doc/${PF}/air-install.log"
-}