summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2013-12-27 22:45:49 +0000
committerTristan Heaven <tristan@gentoo.org>2013-12-27 22:45:49 +0000
commitb119a92ceae561e7e97c8792c2a2d5a6dc5ea10d (patch)
tree8db2c03bfd52d56ee6334169a52cc0d8a316ceed /app-crypt/md5deep/md5deep-3.4.ebuild
parentfoomatic-filters is being integrated into cups-filters by upstream (diff)
downloadgentoo-2-b119a92ceae561e7e97c8792c2a2d5a6dc5ea10d.tar.gz
gentoo-2-b119a92ceae561e7e97c8792c2a2d5a6dc5ea10d.tar.bz2
gentoo-2-b119a92ceae561e7e97c8792c2a2d5a6dc5ea10d.zip
Remove old versions
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB3312CFDCF34A31F!)
Diffstat (limited to 'app-crypt/md5deep/md5deep-3.4.ebuild')
-rw-r--r--app-crypt/md5deep/md5deep-3.4.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-crypt/md5deep/md5deep-3.4.ebuild b/app-crypt/md5deep/md5deep-3.4.ebuild
deleted file mode 100644
index 898d49d29f6c..000000000000
--- a/app-crypt/md5deep/md5deep-3.4.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-3.4.ebuild,v 1.6 2012/03/18 15:11:26 armin76 Exp $
-
-DESCRIPTION="Expanded md5sum program with recursive and comparison options"
-HOMEPAGE="http://md5deep.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}