diff options
author | Yixun Lan <dlan@gentoo.org> | 2014-09-19 02:29:08 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2014-09-19 02:29:08 +0000 |
commit | 1b544d5a01eb07ffd650c53b459423c982dd8d44 (patch) | |
tree | 330148fa278d69626a14eb980b40b9a3050f062c /sys-fs | |
parent | bump; update dep list, drop un-needed patches now incorporated into this version (diff) | |
download | gentoo-2-1b544d5a01eb07ffd650c53b459423c982dd8d44.tar.gz gentoo-2-1b544d5a01eb07ffd650c53b459423c982dd8d44.tar.bz2 gentoo-2-1b544d5a01eb07ffd650c53b459423c982dd8d44.zip |
bump per maintainer request, thanks Gokturk Yuksek
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ext4magic/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/ext4magic/ext4magic-0.3.2.ebuild | 34 | ||||
-rw-r--r-- | sys-fs/ext4magic/metadata.xml | 2 |
3 files changed, 43 insertions, 3 deletions
diff --git a/sys-fs/ext4magic/ChangeLog b/sys-fs/ext4magic/ChangeLog index 4b2bb196df12..c21ffbe87d1c 100644 --- a/sys-fs/ext4magic/ChangeLog +++ b/sys-fs/ext4magic/ChangeLog @@ -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 <dlan@gentoo.org> +ext4magic-0.3.2.ebuild, + metadata.xml: + bump per maintainer request, thanks Gokturk Yuksek 17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> ext4magic-0.3.1-r1.ebuild: Stable for x86, wrt bug #457482 diff --git a/sys-fs/ext4magic/ext4magic-0.3.2.ebuild b/sys-fs/ext4magic/ext4magic-0.3.2.ebuild new file mode 100644 index 000000000000..027f9a2a9583 --- /dev/null +++ b/sys-fs/ext4magic/ext4magic-0.3.2.ebuild @@ -0,0 +1,34 @@ +# 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' '') +} diff --git a/sys-fs/ext4magic/metadata.xml b/sys-fs/ext4magic/metadata.xml index 6b5e20a46d9f..e21595a20ce8 100644 --- a/sys-fs/ext4magic/metadata.xml +++ b/sys-fs/ext4magic/metadata.xml @@ -4,7 +4,7 @@ <herd>proxy-maintainers</herd> <maintainer> <email>gokturk@binghamton.edu</email> - <name>gokturk</name> + <name>Gokturk 'gokturk' Yuksek</name> <description>Maintainer. Assign bugs on him</description> </maintainer> <maintainer> |