From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dev-zero:master commit in: app-forensics/afflib/
Date: Wed, 25 May 2011 06:42:34 +0000 (UTC) [thread overview]
Message-ID: <56ad48b5269e06cfa5b2530c0dee3c2e15cd6be9.dev-zero@gentoo> (raw)
commit: 56ad48b5269e06cfa5b2530c0dee3c2e15cd6be9
Author: Tiziano Mueller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 06:35:16 2011 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Wed May 25 06:35:16 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=56ad48b5
Version bump for in-tree ebuild (plus some corrections).
---
app-forensics/afflib/ChangeLog | 42 ++++++++++++++++++++++++++++
app-forensics/afflib/Manifest | 4 +++
app-forensics/afflib/afflib-3.6.12.ebuild | 43 +++++++++++++++++++++++++++++
app-forensics/afflib/metadata.xml | 15 ++++++++++
4 files changed, 104 insertions(+), 0 deletions(-)
diff --git a/app-forensics/afflib/ChangeLog b/app-forensics/afflib/ChangeLog
new file mode 100644
index 0000000..121a678
--- /dev/null
+++ b/app-forensics/afflib/ChangeLog
@@ -0,0 +1,42 @@
+# ChangeLog for app-forensics/afflib
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.9 2011/04/02 13:16:37 patrick Exp $
+
+*afflib-3.6.8 (02 Apr 2011)
+
+ 02 Apr 2011; Patrick Lauer <patrick@gentoo.org> +afflib-3.6.8.ebuild:
+ Bump
+
+*afflib-3.5.8 (26 Feb 2010)
+
+ 26 Feb 2010; Patrick Lauer <patrick@gentoo.org> +afflib-3.5.8.ebuild:
+ Bump
+
+*afflib-3.5.2 (08 Nov 2009)
+
+ 08 Nov 2009; Patrick Lauer <patrick@gentoo.org> +afflib-3.5.2.ebuild:
+ Bump
+
+ 06 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> afflib-3.3.4.ebuild,
+ +files/afflib-3.3.4-glibc-2.10.patch:
+ Fix building with GLIBC 2.10+ wrt #272878.
+
+ 01 May 2009; Raúl Porcel <armin76@gentoo.org> afflib-3.3.4.ebuild:
+ Add ~arm/~s390 wrt #203758
+
+ 07 Mar 2009; Joseph Jezak <josejx@gentoo.org> afflib-3.3.4.ebuild:
+ Marked ~ppc for bug #203758.
+
+ 05 Mar 2009; Jeroen Roovers <jer@gentoo.org> afflib-3.3.4.ebuild:
+ Marked ~hppa (bug #260682).
+
+ 01 Mar 2009; Ferris McCormick <fmccor@gentoo.org> afflib-3.3.4.ebuild:
+ Add ~sparc keyword for testing, Bug #203758.
+
+*afflib-3.3.4 (01 Mar 2009)
+
+ 01 Mar 2009; Patrick Lauer <patrick@gentoo.org> +metadata.xml,
+ +afflib-3.3.4.ebuild:
+ Initial import. Fixes #203758. Ebuild by raistlin@s0ftpj.org and
+ aoz.syn@gmail.com.
+
diff --git a/app-forensics/afflib/Manifest b/app-forensics/afflib/Manifest
new file mode 100644
index 0000000..6d1a20f
--- /dev/null
+++ b/app-forensics/afflib/Manifest
@@ -0,0 +1,4 @@
+MISC ChangeLog 1330 RMD160 0f284a67a611afaf8967dc4d42638a11fe93f546 SHA1 3f08d6e6a6259e5220821274661b3592c84e509a SHA256 8d1f0c333892f38a2c65a220b203bdbd94fe42f16738aed748af69f31f404e00
+EBUILD afflib-3.6.12.ebuild 1075 RMD160 78cbf0c2d00849e4a519e5f63f111550dd1c9a67 SHA1 8d9eb97f4ab393c0d25a3517b55deab3e62b992f SHA256 3e4aeebe320397c4277cd5c4fe67378e5f7b9631cb2d69b6e78c6805be5beb20
+MISC metadata.xml 427 RMD160 fbadf41d1aa6825ee3b05ac54ca80eac45e501cf SHA1 3f33f0963f7b8680a4768dda492827cd4299ded1 SHA256 e9ae679aa792a4ba4172d7ccdd67d5fa35c0cb2a2f52c2b416b0a7ecbd154007
+DIST afflib-3.6.12.tar.gz 767740 RMD160 aebb740513992d6ef24cf6a54a965ff3c1a5d9cb SHA1 1bd156a7e970253c3e2df5b55046142073b311fe SHA256 07e89cb01116663a631dcd24fa07f1ab44f5f3f60b0f5244084d6d2a71b623d0
diff --git a/app-forensics/afflib/afflib-3.6.12.ebuild b/app-forensics/afflib/afflib-3.6.12.ebuild
new file mode 100644
index 0000000..820c285
--- /dev/null
+++ b/app-forensics/afflib/afflib-3.6.12.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Library that implements the AFF image standard"
+HOMEPAGE="http://www.afflib.org/"
+SRC_URI="http://www.afflib.org/downloads/${P}.tar.gz"
+
+LICENSE="BSD-4"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
+IUSE="ewf fuse ncurses python qemu readline s3 static-libs threads"
+
+DEPEND="
+ ewf? ( app-forensics/libewf )
+ fuse? ( sys-fs/fuse )
+ ncurses? ( sys-libs/ncurses )
+ python? ( dev-lang/python:2.7 )
+ readline? ( sys-libs/readline )
+ s3? ( net-misc/curl dev-libs/expat )
+ sys-libs/zlib
+ dev-libs/openssl"
+RDEPEND=${DEPEND}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ $(use_enable fuse) \
+ $(use_enable ewf libewf) \
+ $(use_enable python) \
+ $(use_enable qemu) \
+ $(use_enable s3) \
+ $(use_enable threads threading)
+}
+
+src_install() {
+ default
+ use static-libs || rm -f "${D}"/usr/lib*/*.la
+ use python && rm -f "${D}"/usr/lib*/python*/site-packages/*.{a,la}
+ use s3 || rm -f "${D}/usr/bin/s3"
+}
diff --git a/app-forensics/afflib/metadata.xml b/app-forensics/afflib/metadata.xml
new file mode 100644
index 0000000..54ca968
--- /dev/null
+++ b/app-forensics/afflib/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>forensics</herd>
+<maintainer>
+ <email>forensics@gentoo.org</email>
+</maintainer>
+<use>
+ <flag name="ewf">Enable libewf extra formats</flag>
+ <flag name="fuse">Enable extra fuse thingies</flag>
+ <flag name="qemu">Enable qemu stuff</flag>
+ <flag name="s3">Enable S3</flag>
+
+</use>
+</pkgmetadata>
reply other threads:[~2011-05-25 6:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56ad48b5269e06cfa5b2530c0dee3c2e15cd6be9.dev-zero@gentoo \
--to=dev-zero@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox