public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
@ 2017-03-06 13:10 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 6+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2017-03-06 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     82c3d61152a5527a0f68869918c92ee2d0e46b51
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  6 13:10:09 2017 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Mon Mar  6 13:10:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c3d611

app-forensics/volatility: version bump, allow building against pycryptodome

Bug: https://bugs.gentoo.org/show_bug.cgi?id=599056
Bug: https://bugs.gentoo.org/show_bug.cgi?id=611582

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-forensics/volatility/Manifest              |  1 +
 app-forensics/volatility/volatility-2.6.ebuild | 35 ++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/app-forensics/volatility/Manifest b/app-forensics/volatility/Manifest
index 95762a7624c..29215a9fbc6 100644
--- a/app-forensics/volatility/Manifest
+++ b/app-forensics/volatility/Manifest
@@ -1 +1,2 @@
 DIST volatility-2.4.1.tar.gz 2407119 SHA256 43d2946ec9c198a028fc068e8b4add7836ca03482665bacdd31998bc540e5c9c SHA512 cc2db2a17b071a21852bab967c9615df0fce369dac35ffbca8754bc789e218a86fc88bd2042203174308e620e281a24debc7b0a8bacd516a404a9170ea522596 WHIRLPOOL 386adfe0750a8b21656d95fb5a8fb9276b1199e94099e74f66d76cbdc0191de92449b93e708140e94072a136488235fd9f0515b14752bc7c2c97fdf81ec02220
+DIST volatility-2.6.zip 4179806 SHA256 5b73050d72bf94870ffce22843f03d4b0b7764011dec29ef1a0a5b1b46cf9295 SHA512 1c0b86f270188ba48a6a0ff1d7ad70bde500d0f720d7e1b9d76b6b9498368ae3eb29c5b1c7e7dd76ec9480b83b1e484b4130b4ced7458e4e03ca61fe7d13220f WHIRLPOOL b3432b0725f49c132029102d1f7ba099dffc6c4339ccb5bfaf108d3cf67e3ceb7b221b8e00cc641941af189b74991a51c3fb109819ff8abeb9e8414a49cac6f8

diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild
new file mode 100644
index 00000000000..c2c54c4fce8
--- /dev/null
+++ b/app-forensics/volatility/volatility-2.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Framework for analyzing volatile memory"
+HOMEPAGE="http://www.volatilityfoundation.org/"
+SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}-master
+
+DEPEND="app-arch/unzip"
+RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}]
+	dev-libs/libpcre
+	|| (
+		dev-python/pycryptodome[${PYTHON_USEDEP}]
+		dev-python/pycrypto[${PYTHON_USEDEP}]
+	)"
+
+src_install() {
+	distutils-r1_src_install
+	mkdir "${D}/usr/share/${PN}"
+	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
+	rmdir "${D}/usr/contrib"
+	mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
+	dosym /usr/bin/vol.py /usr/bin/volatility
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
@ 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:     eceac0bd37ee9ffa95abc23edc6dbebeae4d793f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 17:31:06 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 17:38:01 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eceac0bd

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

 app-forensics/volatility/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-forensics/volatility/metadata.xml b/app-forensics/volatility/metadata.xml
index 334488f38d7..6dde16e5c4b 100644
--- a/app-forensics/volatility/metadata.xml
+++ b/app-forensics/volatility/metadata.xml
@@ -5,8 +5,4 @@
 		<email>chithanh@gentoo.org</email>
 		<name>Chí-Thanh Christopher Nguyễn</name>
 	</maintainer>
-<maintainer type="project">
-		<email>forensics@gentoo.org</email>
-		<name>Gentoo Forensics Project</name>
-	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
@ 2017-08-23 17:10 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2017-08-23 17:10 UTC (permalink / raw
  To: gentoo-commits

commit:     3591a1e433f3db5bc07046f02682360f7031fde6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 16:48:08 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 17:10:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3591a1e4

app-forensics/volatility: [QA] Use relative symlink target(s)

 app-forensics/volatility/volatility-2.4.1.ebuild | 4 ++--
 app-forensics/volatility/volatility-2.6.ebuild   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild
index f25ea365315..c8a3f592e56 100644
--- a/app-forensics/volatility/volatility-2.4.1.ebuild
+++ b/app-forensics/volatility/volatility-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -28,5 +28,5 @@ src_install() {
 	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
 	rmdir "${D}/usr/contrib"
 	mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
-	dosym /usr/bin/vol.py /usr/bin/volatility
+	dosym vol.py /usr/bin/volatility
 }

diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild
index c2c54c4fce8..74668be6464 100644
--- a/app-forensics/volatility/volatility-2.6.ebuild
+++ b/app-forensics/volatility/volatility-2.6.ebuild
@@ -31,5 +31,5 @@ src_install() {
 	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
 	rmdir "${D}/usr/contrib"
 	mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
-	dosym /usr/bin/vol.py /usr/bin/volatility
+	dosym vol.py /usr/bin/volatility
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
@ 2018-08-07 22:27 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-08-07 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     40dff0ee6efd2ae97c6a3f162de5a5f3994078a0
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 19:11:06 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 21:41:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40dff0ee

app-forensics/volatility: use HTTPs.

Closes: https://github.com/gentoo/gentoo/pull/9025

 app-forensics/volatility/volatility-2.4.1.ebuild | 6 +++---
 app-forensics/volatility/volatility-2.6.ebuild   | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild
index c8a3f592e56..5e8485be14a 100644
--- a/app-forensics/volatility/volatility-2.4.1.ebuild
+++ b/app-forensics/volatility/volatility-2.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,9 +7,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Framework for analyzing volatile memory"
-HOMEPAGE="http://www.volatilityfoundation.org/"
+HOMEPAGE="https://www.volatilityfoundation.org/"
 #2.4.1 not on mirrors yet
-#SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz"
+#SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz"
 SRC_URI="mirror://gentoo/${P}.tar.gz"
 
 LICENSE="GPL-2+"

diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild
index 74668be6464..fa24d21da65 100644
--- a/app-forensics/volatility/volatility-2.6.ebuild
+++ b/app-forensics/volatility/volatility-2.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1
 
 DESCRIPTION="Framework for analyzing volatile memory"
-HOMEPAGE="http://www.volatilityfoundation.org/"
-SRC_URI="http://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip"
+HOMEPAGE="https://www.volatilityfoundation.org/"
+SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip"
 
 LICENSE="GPL-2+"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
@ 2018-08-07 22:27 Patrice Clement
  0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2018-08-07 22:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6bf6979463bb2c6d15cfa2aeb202ce695a86b4c9
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 19:12:48 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Aug  7 21:41:16 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf69794

app-forensics/volatility: EAPI7, add missing die.

Closes: https://bugs.gentoo.org/660684

 app-forensics/volatility/volatility-2.6-r1.ebuild | 35 +++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/app-forensics/volatility/volatility-2.6-r1.ebuild b/app-forensics/volatility/volatility-2.6-r1.ebuild
new file mode 100644
index 00000000000..c490119d38c
--- /dev/null
+++ b/app-forensics/volatility/volatility-2.6-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Framework for analyzing volatile memory"
+HOMEPAGE="https://www.volatilityfoundation.org/"
+SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S=${WORKDIR}/${PN}-master
+
+DEPEND="app-arch/unzip"
+RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}]
+	dev-libs/libpcre
+	|| (
+		dev-python/pycryptodome[${PYTHON_USEDEP}]
+		dev-python/pycrypto[${PYTHON_USEDEP}]
+	)"
+
+src_install() {
+	distutils-r1_src_install
+	mkdir "${D}/usr/share/${PN}" || die
+	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/" || die
+	rmdir --ignore-fail-on-non-empty "${D}/usr/contrib" || die
+	mv "${D}/usr/tools" "${D}/usr/share/${PN}/" || die
+	dosym vol.py /usr/bin/volatility
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/
@ 2019-04-23  8:51 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2019-04-23  8:51 UTC (permalink / raw
  To: gentoo-commits

commit:     1c1b11afc953299f9a4c601a05ebd2cb30fd26c8
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 11:46:11 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 08:51:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1b11af

app-forensics/volatility: drop old (EAPI5)

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-forensics/volatility/Manifest                |  1 -
 app-forensics/volatility/volatility-2.4.1.ebuild | 32 ----------------------
 app-forensics/volatility/volatility-2.6.ebuild   | 35 ------------------------
 3 files changed, 68 deletions(-)

diff --git a/app-forensics/volatility/Manifest b/app-forensics/volatility/Manifest
index 70ac2c43ab7..b00b8a284cf 100644
--- a/app-forensics/volatility/Manifest
+++ b/app-forensics/volatility/Manifest
@@ -1,2 +1 @@
-DIST volatility-2.4.1.tar.gz 2407119 BLAKE2B 25f04208b412aa5ccd8b54b89f9eb6e75b5ef46ee735bfbf711d356b35dac4be8cc6bf167abd70119e8a7cc3c316eae843539c7eb0a422adb8a1c2fc9a505019 SHA512 cc2db2a17b071a21852bab967c9615df0fce369dac35ffbca8754bc789e218a86fc88bd2042203174308e620e281a24debc7b0a8bacd516a404a9170ea522596
 DIST volatility-2.6.zip 4179806 BLAKE2B 0943551aff2e66769df0e9a8f8fbf01deae12ec8a035d0f549fa4a809f7b6ecb967af93755ae9aede4a43e9638737097275460377d61de413115c74cca4d76af SHA512 1c0b86f270188ba48a6a0ff1d7ad70bde500d0f720d7e1b9d76b6b9498368ae3eb29c5b1c7e7dd76ec9480b83b1e484b4130b4ced7458e4e03ca61fe7d13220f

diff --git a/app-forensics/volatility/volatility-2.4.1.ebuild b/app-forensics/volatility/volatility-2.4.1.ebuild
deleted file mode 100644
index 5e8485be14a..00000000000
--- a/app-forensics/volatility/volatility-2.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Framework for analyzing volatile memory"
-HOMEPAGE="https://www.volatilityfoundation.org/"
-#2.4.1 not on mirrors yet
-#SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.tar.gz"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}]
-	dev-libs/libpcre
-	dev-python/pycrypto[${PYTHON_USEDEP}]"
-
-src_install() {
-	distutils-r1_src_install
-	mkdir "${D}/usr/share/${PN}"
-	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
-	rmdir "${D}/usr/contrib"
-	mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
-	dosym vol.py /usr/bin/volatility
-}

diff --git a/app-forensics/volatility/volatility-2.6.ebuild b/app-forensics/volatility/volatility-2.6.ebuild
deleted file mode 100644
index fa24d21da65..00000000000
--- a/app-forensics/volatility/volatility-2.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1
-
-DESCRIPTION="Framework for analyzing volatile memory"
-HOMEPAGE="https://www.volatilityfoundation.org/"
-SRC_URI="https://downloads.volatilityfoundation.org/releases/${PV}/${P}.zip"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}/${PN}-master
-
-DEPEND="app-arch/unzip"
-RDEPEND=">=dev-libs/distorm64-3[${PYTHON_USEDEP}]
-	dev-libs/libpcre
-	|| (
-		dev-python/pycryptodome[${PYTHON_USEDEP}]
-		dev-python/pycrypto[${PYTHON_USEDEP}]
-	)"
-
-src_install() {
-	distutils-r1_src_install
-	mkdir "${D}/usr/share/${PN}"
-	mv "${D}/usr/contrib/plugins" "${D}/usr/share/${PN}/"
-	rmdir "${D}/usr/contrib"
-	mv "${D}/usr/tools" "${D}/usr/share/${PN}/"
-	dosym vol.py /usr/bin/volatility
-}


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

end of thread, other threads:[~2019-04-23  8:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-23  8:51 [gentoo-commits] repo/gentoo:master commit in: app-forensics/volatility/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-08-07 22:27 Patrice Clement
2018-08-07 22:27 Patrice Clement
2017-08-23 17:10 Michał Górny
2017-08-11 17:38 Michał Górny
2017-03-06 13:10 Chí-Thanh Christopher Nguyễn

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