diff options
Diffstat (limited to 'app-text/ddir/ddir-0_p20100323.ebuild')
-rw-r--r-- | app-text/ddir/ddir-0_p20100323.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-text/ddir/ddir-0_p20100323.ebuild b/app-text/ddir/ddir-0_p20100323.ebuild deleted file mode 100644 index dd207b08e59..00000000000 --- a/app-text/ddir/ddir-0_p20100323.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="A perl implementation of the tree(1) program" -HOMEPAGE="http://freshmeat.net/projects/ddir" -SRC_URI="mirror://gentoo/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-lang/perl" - -src_compile() { :; } - -src_install() { - newbin bin/ddir.pl ddir || die - doman bin/ddir.1 - dodoc ChangeLog doc/manual/*.txt README - dohtml doc/manual/*.html -} |