public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/
@ 2017-08-11 17:38 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-08-11 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     6d856f14d028452fec62b5450be3869c30c46d7c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 17:30:29 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 17:37:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d856f14

app-forensics/air: Remove forensics@ project, #626500

 app-forensics/air/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-forensics/air/metadata.xml b/app-forensics/air/metadata.xml
index 7f3d1df237e..1cc558b0dc3 100644
--- a/app-forensics/air/metadata.xml
+++ b/app-forensics/air/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project">
-		<email>forensics@gentoo.org</email>
-		<name>Gentoo Forensics Project</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="sourceforge">air-imager</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/
@ 2018-04-02  9:13 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2018-04-02  9:13 UTC (permalink / raw
  To: gentoo-commits

commit:     c854b3761b3d0bd56d5087f5967bfb579807652a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 08:46:29 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 09:13:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c854b376

app-forensics/air: Allow more netcat alternatives (#483438)

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-forensics/air/air-2.0.0-r2.ebuild | 51 +++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

diff --git a/app-forensics/air/air-2.0.0-r2.ebuild b/app-forensics/air/air-2.0.0-r2.ebuild
new file mode 100644
index 00000000000..733bedeb8e4
--- /dev/null
+++ b/app-forensics/air/air-2.0.0-r2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/Tk-804.27.0
+	userland_GNU? ( app-arch/sharutils )
+"
+# TODO: air can utilize dc3dd, but it is not in portage ATM
+RDEPEND="${COMMON_DEPEND}
+	|| (
+		net-analyzer/netcat6
+		net-analyzer/netcat
+		net-analyzer/gnu-netcat
+	)
+	app-arch/mt-st
+	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 https://bugs.gentoo.org"
+
+	einstalldocs
+	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
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/
@ 2018-05-20 12:30 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-05-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     4b4b5e3723bd7f95bafc4b18977ca62a63436ea9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:29:51 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:29:51 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4b5e37

app-forensics/air: Mark stable

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-forensics/air/air-2.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/air/air-2.0.0-r2.ebuild b/app-forensics/air/air-2.0.0-r2.ebuild
index 733bedeb8e4..72e09def0d4 100644
--- a/app-forensics/air/air-2.0.0-r2.ebuild
+++ b/app-forensics/air/air-2.0.0-r2.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="crypt"
 
 # coreutils are needed for /usr/bin/split binary


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/
@ 2018-05-20 12:30 Mikle Kolyada
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-05-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     836e3f979ccf8ae9b36f81d1d6c4cc953ab9ec0c
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 12:30:20 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May 20 12:30:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836e3f97

app-forensics/air: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-forensics/air/air-2.0.0-r1.ebuild | 51 -----------------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-forensics/air/air-2.0.0-r1.ebuild b/app-forensics/air/air-2.0.0-r1.ebuild
deleted file mode 100644
index 6e26ed7c1ab..00000000000
--- a/app-forensics/air/air-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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/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 https://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 related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/
@ 2019-05-19 11:06 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-05-19 11:06 UTC (permalink / raw
  To: gentoo-commits

commit:     aa81e88dbbd91d3abac4b7f495d73f450f4c8b2d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 19 11:01:27 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 19 11:06:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa81e88d

app-forensics/air: Remove removed netcats from deps

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-forensics/air/air-2.0.0-r2.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/app-forensics/air/air-2.0.0-r2.ebuild b/app-forensics/air/air-2.0.0-r2.ebuild
index 72e09def0d4..f5b1f6a12bc 100644
--- a/app-forensics/air/air-2.0.0-r2.ebuild
+++ b/app-forensics/air/air-2.0.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,11 +21,7 @@ DEPEND="${COMMON_DEPEND}
 "
 # TODO: air can utilize dc3dd, but it is not in portage ATM
 RDEPEND="${COMMON_DEPEND}
-	|| (
-		net-analyzer/netcat6
-		net-analyzer/netcat
-		net-analyzer/gnu-netcat
-	)
+	net-analyzer/netcat
 	app-arch/mt-st
 	crypt? ( net-analyzer/cryptcat )
 "


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/
@ 2021-03-04 23:22 Conrad Kostecki
  0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2021-03-04 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3169663185b1ffdaf070625d358984bd15c263d6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 22:50:06 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 22:50:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31696631

app-forensics/air: update HOMEPAGE

Closes: https://bugs.gentoo.org/680394
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-forensics/air/air-2.0.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-forensics/air/air-2.0.0-r2.ebuild b/app-forensics/air/air-2.0.0-r2.ebuild
index f5b1f6a12bc..4481a2244dd 100644
--- a/app-forensics/air/air-2.0.0-r2.ebuild
+++ b/app-forensics/air/air-2.0.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 DESCRIPTION="A GUI front-end to dd/dc3dd"
-HOMEPAGE="http://air-imager.sourceforge.net/"
+HOMEPAGE="https://sourceforge.net/projects/air-imager/"
 SRC_URI="mirror://sourceforge/air-imager/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2021-03-04 23:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-04 23:22 [gentoo-commits] repo/gentoo:master commit in: app-forensics/air/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2019-05-19 11:06 Michał Górny
2018-05-20 12:30 Mikle Kolyada
2018-05-20 12:30 Mikle Kolyada
2018-04-02  9:13 Pacho Ramos
2017-08-11 17:38 Michał Górny

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