public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/air: air-2.0.0-r1.ebuild ChangeLog
@ 2012-10-03 15:00 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-10-03 15:00 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/10/03 15:00:26

  Modified:             ChangeLog
  Added:                air-2.0.0-r1.ebuild
  Log:
  Revision bump. Fixes bug #410525, thanks to Ian Delaney. Also contains a lot of enhancements, described in bug's comments
  
  (Portage version: 2.2.0_alpha132/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 app-forensics/air/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	8 Sep 2012 02:18:05 -0000	1.20
+++ ChangeLog	3 Oct 2012 15:00:26 -0000	1.21
@@ -1,6 +1,12 @@
 # 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.20 2012/09/08 02:18:05 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.21 2012/10/03 15:00:26 pinkbyte Exp $
+
+*air-2.0.0-r1 (03 Oct 2012)
+
+  03 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +air-2.0.0-r1.ebuild:
+  Revision bump. Fixes bug #410525, thanks to Ian Delaney. Also contains a lot
+  of enhancements, described in bug's comments
 
   08 Sep 2012; Tim Harder <radhermit@gentoo.org> metadata.xml:
   Remove redundant maintainer from metadata.



1.1                  app-forensics/air/air-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: air-2.0.0-r1.ebuild
===================================================================
# Copyright 1999-2012 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-r1.ebuild,v 1.1 2012/10/03 15:00:26 pinkbyte Exp $

EAPI="4"

DESCRIPTION="A GUI front-end to dd/dc3dd"
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="crypt"

# coreutils are needed for /usr/bin/split binary
COMMON_DEPEND="userland_GNU? ( sys-apps/coreutils )"

DEPEND="${COMMON_DEPEND}
	>=dev-perl/perl-tk-804.27.0
	userland_GNU? ( app-arch/sharutils )"

# TODO: air can utilize dc3dd, but it is not in portage ATM
RDEPEND="${COMMON_DEPEND}
	app-arch/mt-st
	net-analyzer/netcat
	crypt? ( net-analyzer/cryptcat )"

src_install() {
	export PERLTK_VER=`perl -e 'use Tk;print "$Tk::VERSION";'`

	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"

	fowners root:users /usr/share/air/logs
	fperms ug+rwx /usr/share/air/logs
	fperms a+x /usr/bin/air

	mkfifo "${D}usr/share/air/air-fifo" || die "pipe creation failed"
	fperms ug+rw /usr/share/air/air-fifo
	fowners root:users /usr/share/air/air-fifo
}

pkg_postinst() {
	elog "The author, steve@unixgurus.com, would appreciate an email of the install file /usr/share/doc/${PF}/air-install.log"
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/air: air-2.0.0-r1.ebuild ChangeLog
@ 2012-11-04 20:22 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-11-04 20:22 UTC (permalink / raw
  To: gentoo-commits

ago         12/11/04 20:22:50

  Modified:             air-2.0.0-r1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #327069
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-forensics/air/air-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?r1=1.1&r2=1.2

Index: air-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- air-2.0.0-r1.ebuild	3 Oct 2012 15:00:26 -0000	1.1
+++ air-2.0.0-r1.ebuild	4 Nov 2012 20:22:50 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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-r1.ebuild,v 1.1 2012/10/03 15:00:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v 1.2 2012/11/04 20:22:50 ago Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="crypt"
 
 # coreutils are needed for /usr/bin/split binary



1.22                 app-forensics/air/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	3 Oct 2012 15:00:26 -0000	1.21
+++ ChangeLog	4 Nov 2012 20:22:50 -0000	1.22
@@ -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.21 2012/10/03 15:00:26 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.22 2012/11/04 20:22:50 ago Exp $
+
+  04 Nov 2012; Agostino Sarubbo <ago@gentoo.org> air-2.0.0-r1.ebuild:
+  Stable for amd64, wrt bug #327069
 
 *air-2.0.0-r1 (03 Oct 2012)
 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/air: air-2.0.0-r1.ebuild ChangeLog
@ 2012-11-09  2:15 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 4+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-11-09  2:15 UTC (permalink / raw
  To: gentoo-commits

blueness    12/11/09 02:15:31

  Modified:             air-2.0.0-r1.ebuild ChangeLog
  Log:
  stable ppc, bug #327069
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)

Revision  Changes    Path
1.3                  app-forensics/air/air-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?r1=1.2&r2=1.3

Index: air-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- air-2.0.0-r1.ebuild	4 Nov 2012 20:22:50 -0000	1.2
+++ air-2.0.0-r1.ebuild	9 Nov 2012 02:15:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/11/04 20:22:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v 1.3 2012/11/09 02:15:30 blueness Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="crypt"
 
 # coreutils are needed for /usr/bin/split binary



1.24                 app-forensics/air/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	4 Nov 2012 21:40:24 -0000	1.23
+++ ChangeLog	9 Nov 2012 02:15:30 -0000	1.24
@@ -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.23 2012/11/04 21:40:24 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.24 2012/11/09 02:15:30 blueness Exp $
+
+  09 Nov 2012; Anthony G. Basile <blueness@gentoo.org> air-2.0.0-r1.ebuild:
+  stable ppc, bug #327069
 
   04 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> -air-2.0.0.ebuild:
   Drop old revision
@@ -33,4 +36,3 @@
   08 Apr 2009; Patrick Lauer <patrick@gentoo.org> +air-1.2.8-r1.ebuild:
   Small fixups for 1.2.8. Thanks to RB for the help, fixes #180123. ~amd64
   added.
-





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-forensics/air: air-2.0.0-r1.ebuild ChangeLog
@ 2012-11-13 18:41 Andreas Schuerch (nativemad)
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Schuerch (nativemad) @ 2012-11-13 18:41 UTC (permalink / raw
  To: gentoo-commits

nativemad    12/11/13 18:41:37

  Modified:             air-2.0.0-r1.ebuild ChangeLog
  Log:
  x86 stable, see bug 327069
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-forensics/air/air-2.0.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild?r1=1.3&r2=1.4

Index: air-2.0.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- air-2.0.0-r1.ebuild	9 Nov 2012 02:15:30 -0000	1.3
+++ air-2.0.0-r1.ebuild	13 Nov 2012 18:41:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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-r1.ebuild,v 1.3 2012/11/09 02:15:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/air-2.0.0-r1.ebuild,v 1.4 2012/11/13 18:41:37 nativemad Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="crypt"
 
 # coreutils are needed for /usr/bin/split binary



1.25                 app-forensics/air/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/air/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 Nov 2012 02:15:30 -0000	1.24
+++ ChangeLog	13 Nov 2012 18:41:37 -0000	1.25
@@ -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.24 2012/11/09 02:15:30 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/air/ChangeLog,v 1.25 2012/11/13 18:41:37 nativemad Exp $
+
+  14 Nov 2012; Andreas Schuerch <nativemad@gentoo.org> air-2.0.0-r1.ebuild:
+  x86 stable, see bug 327069
 
   09 Nov 2012; Anthony G. Basile <blueness@gentoo.org> air-2.0.0-r1.ebuild:
   stable ppc, bug #327069





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-13 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 20:22 [gentoo-commits] gentoo-x86 commit in app-forensics/air: air-2.0.0-r1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-13 18:41 Andreas Schuerch (nativemad)
2012-11-09  2:15 Anthony G. Basile (blueness)
2012-10-03 15:00 Sergey Popov (pinkbyte)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox