diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-01-26 15:18:13 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-01-26 15:18:13 +0000 |
commit | 425ecc4f3ff4a2ef1ea9443f0f2cdab868993d96 (patch) | |
tree | 3f6793e55d40fec1a5a16773e5e05a91c8387726 /sys-fs/ext4magic/ext4magic-0.3.0.ebuild | |
parent | Remove old. (diff) | |
download | historical-425ecc4f3ff4a2ef1ea9443f0f2cdab868993d96.tar.gz historical-425ecc4f3ff4a2ef1ea9443f0f2cdab868993d96.tar.bz2 historical-425ecc4f3ff4a2ef1ea9443f0f2cdab868993d96.zip |
Drop old
Package-Manager: portage-2.2.15/cvs/Linux x86_64
Manifest-Sign-Key: 0x1F357D42
Diffstat (limited to 'sys-fs/ext4magic/ext4magic-0.3.0.ebuild')
-rw-r--r-- | sys-fs/ext4magic/ext4magic-0.3.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-fs/ext4magic/ext4magic-0.3.0.ebuild b/sys-fs/ext4magic/ext4magic-0.3.0.ebuild deleted file mode 100644 index c1f38fd39408..000000000000 --- a/sys-fs/ext4magic/ext4magic-0.3.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ext4magic/ext4magic-0.3.0.ebuild,v 1.2 2012/07/04 20:31:35 ssuominen Exp $ - -EAPI=4 - -DESCRIPTION="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems" -HOMEPAGE="http://developer.berlios.de/projects/ext4magic/" -SRC_URI="mirror://berlios/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -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" |