public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/ikelos:master commit in: app-forensics/libpff/
@ 2011-05-30 21:35 Mike Auty
  0 siblings, 0 replies; only message in thread
From: Mike Auty @ 2011-05-30 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     e603357a02798523594b209a3dc44bc6a89500cb
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 18:01:30 2011 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon May 30 18:01:30 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/ikelos.git;a=commit;h=e603357a

Add in libpff as it's a dependency of dff-1.1.

---
 app-forensics/libpff/Manifest                      |    2 +
 .../libpff/libpff-0.0.20110413_alpha.ebuild        |   27 ++++++++++++++++++++
 2 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/app-forensics/libpff/Manifest b/app-forensics/libpff/Manifest
new file mode 100644
index 0000000..f54b842
--- /dev/null
+++ b/app-forensics/libpff/Manifest
@@ -0,0 +1,2 @@
+DIST libpff-alpha-20110413.tar.gz 1103923 RMD160 1fc64d8d574364f9f208cb94a2d05aebb4ce2b2e SHA1 3071f0b7e767f9e71ce5d09d95988f7a6dc3a8e7 SHA256 9d2ec6778abc8228ada26e3fc41731c701976c11474668edf49d5f79d42fd62d
+EBUILD libpff-0.0.20110413_alpha.ebuild 619 RMD160 61a2ed88e29fc8043bbb0a8a79bfbc7210042df7 SHA1 ec4155a28d5f90b6c2eb2e373f3c3e03e313bc35 SHA256 51affbc8dc1c14763226b6008fbd4e42805a3e0ea3f73d286f4823eb9b600ea0

diff --git a/app-forensics/libpff/libpff-0.0.20110413_alpha.ebuild b/app-forensics/libpff/libpff-0.0.20110413_alpha.ebuild
new file mode 100644
index 0000000..4720aba
--- /dev/null
+++ b/app-forensics/libpff/libpff-0.0.20110413_alpha.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+inherit versionator
+
+MY_DATE="$(get_version_component_range 3)"
+
+DESCRIPTION="Library for accessing Personal Folder Files."
+HOMEPAGE="http://sf.net/projects/libpff"
+SRC_URI="mirror://sourceforge/project/${PN}/${PN}-alpha/${PN}-alpha-${MY_DATE}/${PN}-alpha-${MY_DATE}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-${MY_DATE}"
+
+src_install() {
+	emake install DESTDIR="${D}" || die "Failed to install"
+}



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

only message in thread, other threads:[~2011-05-30 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-30 21:35 [gentoo-commits] dev/ikelos:master commit in: app-forensics/libpff/ Mike Auty

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