diff options
Diffstat (limited to 'app-misc/glastree/glastree-0.58.ebuild')
-rw-r--r-- | app-misc/glastree/glastree-0.58.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-misc/glastree/glastree-0.58.ebuild b/app-misc/glastree/glastree-0.58.ebuild deleted file mode 100644 index 3e61261c7c39..000000000000 --- a/app-misc/glastree/glastree-0.58.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.58.ebuild,v 1.7 2005/01/01 15:04:33 eradicator Exp $ - -DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" -HOMEPAGE="http://www.igmus.org/code/" -SRC_URI="http://www.igmus.org/files/${P}.tar.gz" -DEPEND="dev-lang/perl dev-perl/Date-Calc" -SLOT="0" -KEYWORDS="x86" -IUSE="" -LICENSE="public-domain" - -src_install() { - dodir /usr/share/man/man1 - make INSTROOT=${D}/usr INSTMAN=share/man install || die - dodoc README CHANGES THANKS TODO -} |