diff options
-rw-r--r-- | sys-fs/extundelete/ChangeLog | 10 | ||||
-rw-r--r-- | sys-fs/extundelete/extundelete-0.2.4.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/sys-fs/extundelete/ChangeLog b/sys-fs/extundelete/ChangeLog index a1257c828a4e..34fa3cecccab 100644 --- a/sys-fs/extundelete/ChangeLog +++ b/sys-fs/extundelete/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/extundelete -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v 1.9 2012/12/04 22:01:12 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/ChangeLog,v 1.10 2013/01/20 12:11:01 ssuominen Exp $ + +*extundelete-0.2.4 (20 Jan 2013) + + 20 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + +extundelete-0.2.4.ebuild: + Version bump wrt #453082 by Vladislav Poluhin 04 Dec 2012; Samuli Suominen <ssuominen@gentoo.org> metadata.xml: Put base-system@ as backup herd while I'm still the primary maintainer. diff --git a/sys-fs/extundelete/extundelete-0.2.4.ebuild b/sys-fs/extundelete/extundelete-0.2.4.ebuild new file mode 100644 index 000000000000..796bfc94d480 --- /dev/null +++ b/sys-fs/extundelete/extundelete-0.2.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/extundelete/extundelete-0.2.4.ebuild,v 1.1 2013/01/20 12:11:01 ssuominen Exp $ + +EAPI=5 + +DESCRIPTION="A utility to undelete files from an ext3 or ext4 partition" +HOMEPAGE="http://extundelete.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT=0 +KEYWORDS="~amd64 ~x86" +IUSE="" + +E2FSPROGS=1.42.6 +RDEPEND=">=sys-fs/e2fsprogs-${E2FSPROGS} + >=sys-libs/e2fsprogs-libs-${E2FSPROGS}" +DEPEND=${RDEPEND} + +DOCS=README |