mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
rdd: version bump, tested on x86
This commit is contained in:
parent
5082ae944f
commit
29a4d2f762
5 changed files with 86 additions and 0 deletions
14
app-forensics/rdd/ChangeLog
Normal file
14
app-forensics/rdd/ChangeLog
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# ChangeLog for app-forensics/rdd
|
||||
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/ChangeLog,v 1.2 2009/09/11 11:22:05 flameeyes Exp $
|
||||
|
||||
11 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> rdd-2.0.7.ebuild:
|
||||
Fix DEPEND/RDEPEND assignment.
|
||||
|
||||
*rdd-2.0.7 (01 Mar 2009)
|
||||
|
||||
01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
|
||||
+rdd-2.0.7.ebuild:
|
||||
Initial import. Fixes #181189. Ebuild by RB <aoz.syn@gmail.com> based on
|
||||
work by Pieter de Rijk.
|
||||
|
||||
5
app-forensics/rdd/Manifest
Normal file
5
app-forensics/rdd/Manifest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DIST rdd-3.0.2.tar.gz 6133423 RMD160 37923c89414fb6651c44d2c4c3ed7e02fc726309 SHA1 21b4a4884bf88b38dc7f44eaf8459a8efde168be SHA256 9487f281b336153a427711a4137472d32cd325b4d24a12fde207d1af81c398b2
|
||||
EBUILD rdd-3.0.2.ebuild 1102 RMD160 6e9ce60a9d836784f87e7aa2a4822e1a7bd5c187 SHA1 cd16961412cadcf380775035f05c6fd8de2d3759 SHA256 2e31e2f7b5463f50c3600e7ff3870cabd403ff219b72d1161e664c19b17afbc3
|
||||
MISC ChangeLog 532 RMD160 42fba0bc7bbddc3e5c12343be7171526cc481ab1 SHA1 8f9dbac487e1e756e850fc96cf5396eee00f0517 SHA256 153afc86f379c4d90e2e72300d26910c0b6e62ca89b3786cb15ae17a21352654
|
||||
MISC bugs 440 RMD160 85ac2da56543b00ae5673124ad1b7bc63e3c5a5f SHA1 415234ea9e9da6bbd50a69ef33bcf74bb6a1d592 SHA256 18839451c36b92960dcbfaddaca7caa6098df1db75f58b358f939c379770ad0f
|
||||
MISC metadata.xml 326 RMD160 f650475822130fc46fa42eed126118799b42c95e SHA1 e9188a7b4220290b35cafc4873ace04fbd77520a SHA256 0e966186ac56b3a5d4e515a4c8da65fd88a46bcec8d037533bfcb0a8e8126ed9
|
||||
11
app-forensics/rdd/bugs
Normal file
11
app-forensics/rdd/bugs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
https://sourceforge.net/tracker/?func=detail&atid=837482&aid=3112606&group_id=165965
|
||||
QA:
|
||||
Message:
|
||||
This is probably caused by not having the API v2 available in libewf.
|
||||
Please configure and build libewf with the --enable-v2-api.
|
||||
|
||||
|
||||
https://sourceforge.net/tracker/?func=detail&atid=837482&aid=3112605&group_id=165965
|
||||
Message:
|
||||
This is a bug which hasn't been fixed because the gui is currently
|
||||
nonfunctional. We will remove this build option.
|
||||
12
app-forensics/rdd/metadata.xml
Normal file
12
app-forensics/rdd/metadata.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>benchmarks</herd>
|
||||
<maintainer>
|
||||
<email>patrick@gentoo.org</email>
|
||||
<name>Patrick Lauer</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="rawio">Enables raw IO handling</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
44
app-forensics/rdd/rdd-3.0.2.ebuild
Normal file
44
app-forensics/rdd/rdd-3.0.2.ebuild
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/rdd/rdd-2.0.7.ebuild,v 1.2 2009/09/11 11:22:05 flameeyes Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
DESCRIPTION="Rdd is a forensic copy program"
|
||||
HOMEPAGE="http://www.sf.net/projects/rdd"
|
||||
SRC_URI="mirror://sourceforge/rdd/rdd-${PV}.tar.gz"
|
||||
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE="debug rawio"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
#GUI is broken, see upstream https://sourceforge.net/tracker/?func=detail&atid=837482&aid=3112605&group_id=165965
|
||||
|
||||
#DEPEND="gtk? ( >=x11-libs/gtk+-2
|
||||
# >=gnome-base/libglade-2 )"
|
||||
|
||||
DEPEND="app-forensics/libewf[ewf2]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
#src_prepare() {
|
||||
# use gtk || sed -i 's/AM_PATH_GTK_2_0//' configure.ac
|
||||
# AT_M4DIR=m4 eautoreconf
|
||||
#}
|
||||
|
||||
src_configure() {
|
||||
# $(use_enable gtk gui)\
|
||||
econf \
|
||||
$(use_enable debug tracing)\
|
||||
$(use_enable rawio raw-device)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# emake install has a sandbox violation in src/Makefile
|
||||
dobin src/rdd-copy
|
||||
dobin src/rdd-verify
|
||||
dobin src/rddi.py
|
||||
doman src/*.1
|
||||
dosym rdd-copy /usr/bin/rdd
|
||||
dosym rddi.py /usr/bin/rddi
|
||||
}
|
||||
Loading…
Reference in a new issue