public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-forensics/magicrescue: ChangeLog magicrescue-1.1.5.ebuild
@ 2009-01-04 23:07 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-01-04 23:07 UTC (permalink / raw
  To: gentoo-commits

patrick     09/01/04 23:07:53

  Modified:             ChangeLog
  Added:                magicrescue-1.1.5.ebuild
  Log:
  Bump to 1.1.5, fixes 211061
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.7                  app-forensics/magicrescue/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/magicrescue/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/magicrescue/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/magicrescue/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	21 Feb 2007 21:54:34 -0000	1.6
+++ ChangeLog	4 Jan 2009 23:07:53 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for app-forensics/magicrescue
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v 1.6 2007/02/21 21:54:34 peper Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v 1.7 2009/01/04 23:07:53 patrick Exp $
+
+*magicrescue-1.1.5 (04 Jan 2009)
+
+  04 Jan 2009; Patrick Lauer <patrick@gentoo.org> +magicrescue-1.1.5.ebuild:
+  Bump to 1.1.5, fixes 211061
 
   21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.



1.1                  app-forensics/magicrescue/magicrescue-1.1.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.5.ebuild?rev=1.1&content-type=text/plain

Index: magicrescue-1.1.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.5.ebuild,v 1.1 2009/01/04 23:07:53 patrick Exp $

inherit eutils toolchain-funcs

DESCRIPTION="Find deleted files in block devices"
HOMEPAGE="http://jbj.rapanden.dk/magicrescue/"
SRC_URI="http://jbj.rapanden.dk/magicrescue/release/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="virtual/libc"

src_compile() {
	CC="$(tc-getCC)" ./configure --prefix=/usr || die "configure script failed"
	emake || die "emake failed"
}

src_install() {
	dodir /usr
	make PREFIX="${D}/usr" install || die "make install failed"
	mv "${D}/usr/man" "${D}/usr/share"
}






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

* [gentoo-commits] gentoo-x86 commit in app-forensics/magicrescue: ChangeLog magicrescue-1.1.5.ebuild
@ 2009-04-30 17:41 Patrick Lauer (patrick)
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2009-04-30 17:41 UTC (permalink / raw
  To: gentoo-commits

patrick     09/04/30 17:41:48

  Modified:             ChangeLog
  Removed:              magicrescue-1.1.5.ebuild
  Log:
  Remove old
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  app-forensics/magicrescue/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Mar 2009 16:40:16 -0000	1.8
+++ ChangeLog	30 Apr 2009 17:41:48 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for app-forensics/magicrescue
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v 1.8 2009/03/08 16:40:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/ChangeLog,v 1.9 2009/04/30 17:41:48 patrick Exp $
+
+  30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -magicrescue-1.1.5.ebuild:
+  Remove old
 
 *magicrescue-1.1.6 (08 Mar 2009)
 






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

end of thread, other threads:[~2009-04-30 17:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-30 17:41 [gentoo-commits] gentoo-x86 commit in app-forensics/magicrescue: ChangeLog magicrescue-1.1.5.ebuild Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-04 23:07 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