diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 05:39:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-05-10 05:39:10 +0000 |
commit | ee9b022996065db0e07e8ad84a524dca6907c7ee (patch) | |
tree | b7f9c6fa7af3a0b8092a74141ae060ce0f7f8ce5 /app-forensics | |
parent | Whitespace (diff) | |
download | gentoo-2-ee9b022996065db0e07e8ad84a524dca6907c7ee.tar.gz gentoo-2-ee9b022996065db0e07e8ad84a524dca6907c7ee.tar.bz2 gentoo-2-ee9b022996065db0e07e8ad84a524dca6907c7ee.zip |
Remove old
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/air/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/air/air-1.2.7.ebuild | 60 | ||||
-rw-r--r-- | app-forensics/air/air-1.2.8-r1.ebuild | 56 |
3 files changed, 6 insertions, 118 deletions
diff --git a/app-forensics/air/ChangeLog b/app-forensics/air/ChangeLog index e5225b27ad2c..b33bed3d99a8 100644 --- a/app-forensics/air/ChangeLog +++ b/app-forensics/air/ChangeLog @@ -1,6 +1,10 @@ # 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.25 2012/11/13 18:41:37 nativemad Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.26 2013/05/10 05:39:09 patrick Exp $ + + 10 May 2013; Patrick Lauer <patrick@gentoo.org> -air-1.2.7.ebuild, + -air-1.2.8-r1.ebuild: + Remove old 14 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> air-2.0.0-r1.ebuild: x86 stable, see bug 327069 diff --git a/app-forensics/air/air-1.2.7.ebuild b/app-forensics/air/air-1.2.7.ebuild deleted file mode 100644 index 598bf439e833..000000000000 --- a/app-forensics/air/air-1.2.7.ebuild +++ /dev/null @@ -1,60 +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/air/air-1.2.7.ebuild,v 1.6 2007/01/24 03:13:42 genone 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="x86 ppc" -IUSE="" - -DEPEND=">=dev-perl/perl-tk-804.027 - userland_GNU? ( app-arch/sharutils ) - sys-apps/sed - dev-lang/perl" - -RDEPEND="app-arch/mt-st - 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} - - 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 - - rm ${D}/usr/bin/split - - 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 "This will use programs from the following packages if installed:" - elog "sys-apps/dcfldd" - elog "net-analyzer/netcat" - elog "net-analyzer/cryptcat" - - elog "The author, steve@unixgurus.com, would appreciate and email of the install file /usr/share/doc/${PF}/air-install.log" -} diff --git a/app-forensics/air/air-1.2.8-r1.ebuild b/app-forensics/air/air-1.2.8-r1.ebuild deleted file mode 100644 index ccb686c8ce86..000000000000 --- a/app-forensics/air/air-1.2.8-r1.ebuild +++ /dev/null @@ -1,56 +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/air/air-1.2.8-r1.ebuild,v 1.2 2009/11/24 14:54:45 flameeyes 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" -} |