public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/volatility: metadata.xml volatility-2.4.1.ebuild ChangeLog
@ 2014-11-29 21:04 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2014-11-29 21:04 UTC (permalink / raw
  To: gentoo-commits

chithanh    14/11/29 21:04:04

  Added:                metadata.xml volatility-2.4.1.ebuild ChangeLog
  Log:
  Initial commit. Based in part on ebuild from Pentoo.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)

Revision  Changes    Path
1.1                  app-forensics/volatility/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/volatility/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/volatility/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>forensics</herd>
	<maintainer>
		<email>chithanh@gentoo.org</email>
		<name>Chí-Thanh Christopher Nguyễn</name>
	</maintainer>
</pkgmetadata>




1.1                  app-forensics/volatility/volatility-2.4.1.ebuild

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

Index: volatility-2.4.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/volatility/volatility-2.4.1.ebuild,v 1.1 2014/11/29 21:04:04 chithanh Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 )
inherit distutils-r1

DESCRIPTION="Framework for analyzing volatile memory"
HOMEPAGE="http://www.volatilityfoundation.org/"
#2.4.1 not on mirrors yet
#SRC_URI="http://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
	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 /usr/bin/vol.py /usr/bin/volatility
}



1.1                  app-forensics/volatility/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for app-forensics/volatility
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/volatility/ChangeLog,v 1.1 2014/11/29 21:04:04 chithanh Exp $

*volatility-2.4.1 (29 Nov 2014)

  29 Nov 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> +metadata.xml,
  +volatility-2.4.1.ebuild:
  Initial commit. Based in part on ebuild from Pentoo.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-29 21:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-29 21:04 [gentoo-commits] gentoo-x86 commit in app-forensics/volatility: metadata.xml volatility-2.4.1.ebuild ChangeLog Chi-Thanh Christopher Nguyen (chithanh)

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