dlan        14/09/19 02:29:08

  Modified:             metadata.xml ChangeLog
  Added:                ext4magic-0.3.2.ebuild
  Log:
  bump per maintainer request, thanks Gokturk Yuksek
  
  (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.6                  sys-fs/ext4magic/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/metadata.xml?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/metadata.xml?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/metadata.xml?r1=1.5&r2=1.6

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml        5 Jan 2013 21:58:06 -0000       1.5
+++ metadata.xml        19 Sep 2014 02:29:08 -0000      1.6
@@ -4,7 +4,7 @@
        <herd>proxy-maintainers</herd>
        <maintainer>
                <email>gokt...@binghamton.edu</email>
-               <name>gokturk</name>
+               <name>Gokturk 'gokturk' Yuksek</name>
                <description>Maintainer. Assign bugs on him</description>
        </maintainer>
        <maintainer>



1.12                 sys-fs/ext4magic/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   17 Feb 2013 17:36:46 -0000      1.11
+++ ChangeLog   19 Sep 2014 02:29:08 -0000      1.12
@@ -1,6 +1,12 @@
 # ChangeLog for sys-fs/ext4magic
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.11 
2013/02/17 17:36:46 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ChangeLog,v 1.12 
2014/09/19 02:29:08 dlan Exp $
+
+*ext4magic-0.3.2 (19 Sep 2014)
+
+  19 Sep 2014; Yixun Lan <d...@gentoo.org> +ext4magic-0.3.2.ebuild,
+  metadata.xml:
+  bump per maintainer request, thanks Gokturk Yuksek
 
   17 Feb 2013; Agostino Sarubbo <a...@gentoo.org> ext4magic-0.3.1-r1.ebuild:
   Stable for x86, wrt bug #457482



1.1                  sys-fs/ext4magic/ext4magic-0.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.2.ebuild?rev=1.1&content-type=text/plain

Index: ext4magic-0.3.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.2.ebuild,v 
1.1 2014/09/19 02:29:08 dlan Exp $

EAPI=5

inherit eutils

DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files 
on ext3 and ext4 filesystems"
HOMEPAGE="http://sourceforge.net/projects/ext4magic/";
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug expert-mode file-attr"

RDEPEND="app-arch/bzip2
        >=sys-apps/file-5.04
        sys-apps/util-linux
        >=sys-fs/e2fsprogs-1.41.9
        sys-libs/zlib"
DEPEND="${RDEPEND}"

DOCS="AUTHORS ChangeLog NEWS README TODO"

src_configure() {
        # build-system incorrectly recognizes '--disable-feature' options as 
enabled!
        econf \
                $(usex debug '--enable-debug' '') \
                $(usex debug '--enable-debug-magic' '') \
                $(usex expert-mode '--enable-expert-mode' '') \
                $(usex file-attr '--enable-file-attr' '')
}




Reply via email to