public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: ChangeLog afflib-3.6.8.ebuild
@ 2011-04-02 13:16 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2011-04-02 13:16 UTC (permalink / raw
  To: gentoo-commits

patrick     11/04/02 13:16:37

  Modified:             ChangeLog
  Added:                afflib-3.6.8.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-forensics/afflib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	26 Feb 2010 20:25:22 -0000	1.8
+++ ChangeLog	2 Apr 2011 13:16:37 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/afflib
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.8 2010/02/26 20:25:22 patrick Exp $
+# 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)
 



1.1                  app-forensics/afflib/afflib-3.6.8.ebuild

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

Index: afflib-3.6.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.1 2011/04/02 13:16:37 patrick Exp $

inherit eutils

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 threads"

DEPEND="
	ewf? ( app-forensics/libewf )
	fuse? ( sys-fs/fuse )
	ncurses? ( sys-libs/ncurses )
	python? ( dev-lang/python )
	readline? ( sys-libs/readline )
	s3? ( net-misc/curl dev-libs/expat )
	sys-libs/zlib
	dev-libs/openssl"
RDEPEND=${DEPEND}

src_compile() {
	econf \
		$(use_enable fuse) \
		$(use_enable ewf libewf) \
		$(use_enable python) \
		$(use_enable qemu) \
		$(use_enable s3) \
		$(use_enable threads threading)
	emake || die "build failed"
}

src_install() {
	emake install DESTDIR="${D}" || die "install failed"
	use s3 || {
		rm -f "${D}/usr/bin/s3"
	}
}






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

* [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: ChangeLog afflib-3.6.8.ebuild
@ 2011-07-10 15:44 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-10 15:44 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/10 15:44:05

  Modified:             ChangeLog afflib-3.6.8.ebuild
  Log:
  Stable on amd64 wrt bug #374321
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 app-forensics/afflib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	2 Apr 2011 13:16:37 -0000	1.9
+++ ChangeLog	10 Jul 2011 15:44:05 -0000	1.10
@@ -1,6 +1,9 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.10 2011/07/10 15:44:05 hwoarang Exp $
+
+  10 Jul 2011; Markos Chandras <hwoarang@gentoo.org> afflib-3.6.8.ebuild:
+  Stable on amd64 wrt bug #374321
 
 *afflib-3.6.8 (02 Apr 2011)
 



1.2                  app-forensics/afflib/afflib-3.6.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?r1=1.1&r2=1.2

Index: afflib-3.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- afflib-3.6.8.ebuild	2 Apr 2011 13:16:37 -0000	1.1
+++ afflib-3.6.8.ebuild	10 Jul 2011 15:44:05 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.1 2011/04/02 13:16:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.2 2011/07/10 15:44:05 hwoarang Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD-4"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
 IUSE="ewf fuse ncurses python qemu readline s3 threads"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: ChangeLog afflib-3.6.8.ebuild
@ 2011-07-17 20:39 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-07-17 20:39 UTC (permalink / raw
  To: gentoo-commits

maekke      11/07/17 20:39:05

  Modified:             ChangeLog afflib-3.6.8.ebuild
  Log:
  x86 stable, bug #374321
  
  (Portage version: 2.1.10.6/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 app-forensics/afflib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Jul 2011 21:41:07 -0000	1.11
+++ ChangeLog	17 Jul 2011 20:39:05 -0000	1.12
@@ -1,6 +1,9 @@
 # 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.11 2011/07/11 21:41:07 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.12 2011/07/17 20:39:05 maekke Exp $
+
+  17 Jul 2011; Markus Meier <maekke@gentoo.org> afflib-3.6.8.ebuild:
+  x86 stable, bug #374321
 
 *afflib-3.6.12 (11 Jul 2011)
 



1.3                  app-forensics/afflib/afflib-3.6.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?r1=1.2&r2=1.3

Index: afflib-3.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- afflib-3.6.8.ebuild	10 Jul 2011 15:44:05 -0000	1.2
+++ afflib-3.6.8.ebuild	17 Jul 2011 20:39:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.2 2011/07/10 15:44:05 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.3 2011/07/17 20:39:05 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD-4"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~s390 ~sparc x86"
 IUSE="ewf fuse ncurses python qemu readline s3 threads"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: ChangeLog afflib-3.6.8.ebuild
@ 2011-10-11 17:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2011-10-11 17:10 UTC (permalink / raw
  To: gentoo-commits

jer         11/10/11 17:10:05

  Modified:             ChangeLog afflib-3.6.8.ebuild
  Log:
  Stable for HPPA (bug #374321).
  
  (Portage version: 2.2.0_alpha66/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 app-forensics/afflib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	24 Jul 2011 18:23:44 -0000	1.13
+++ ChangeLog	11 Oct 2011 17:10:05 -0000	1.14
@@ -1,6 +1,9 @@
 # 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.13 2011/07/24 18:23:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/ChangeLog,v 1.14 2011/10/11 17:10:05 jer Exp $
+
+  11 Oct 2011; Jeroen Roovers <jer@gentoo.org> afflib-3.6.8.ebuild:
+  Stable for HPPA (bug #374321).
 
   24 Jul 2011; Raúl Porcel <armin76@gentoo.org> afflib-3.3.4.ebuild,
   afflib-3.5.2.ebuild, afflib-3.5.8.ebuild, afflib-3.6.8.ebuild,



1.5                  app-forensics/afflib/afflib-3.6.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild?r1=1.4&r2=1.5

Index: afflib-3.6.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- afflib-3.6.8.ebuild	24 Jul 2011 18:23:44 -0000	1.4
+++ afflib-3.6.8.ebuild	11 Oct 2011 17:10:05 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.4 2011/07/24 18:23:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.8.ebuild,v 1.5 2011/10/11 17:10:05 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="BSD-4"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
+KEYWORDS="amd64 hppa ~ppc x86"
 IUSE="ewf fuse ncurses python qemu readline s3 threads"
 
 DEPEND="






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

end of thread, other threads:[~2011-10-11 17:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 20:39 [gentoo-commits] gentoo-x86 commit in app-forensics/afflib: ChangeLog afflib-3.6.8.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-11 17:10 Jeroen Roovers (jer)
2011-07-10 15:44 Markos Chandras (hwoarang)
2011-04-02 13:16 Patrick Lauer (patrick)

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