diff options
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/glastree/files/digest-glastree-0.58 | 1 | ||||
-rw-r--r-- | app-misc/glastree/glastree-0.58.ebuild | 18 |
3 files changed, 24 insertions, 1 deletions
diff --git a/app-misc/glastree/ChangeLog b/app-misc/glastree/ChangeLog index b08d7ceb91e9..42d31af6cce2 100644 --- a/app-misc/glastree/ChangeLog +++ b/app-misc/glastree/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/glastree # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.1 2002/08/04 01:33:44 blocke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.2 2002/12/08 21:44:47 sethbc Exp $ + +*glastree-0.58 (08 Dec 2002) + 08 Dec 2002; Seth Chandler <sethbc@gentoo.org> glastree-0.58.ebuild: + updated glastree as per bug 11315. *glastree-0.57 (03 Aug 2002) diff --git a/app-misc/glastree/files/digest-glastree-0.58 b/app-misc/glastree/files/digest-glastree-0.58 new file mode 100644 index 000000000000..01a102ce04e0 --- /dev/null +++ b/app-misc/glastree/files/digest-glastree-0.58 @@ -0,0 +1 @@ +MD5 41e386a69ea9db60e17720c07d534059 glastree-0.58.tar.gz 5583 diff --git a/app-misc/glastree/glastree-0.58.ebuild b/app-misc/glastree/glastree-0.58.ebuild new file mode 100644 index 000000000000..b0056df0b296 --- /dev/null +++ b/app-misc/glastree/glastree-0.58.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.1 2002/12/08 21:44:47 sethbc Exp $ + +S=${WORKDIR}/${P} +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="sys-devel/perl dev-perl/Date-Calc" +SLOT="0" +KEYWORDS="x86" +LICENSE="public-domain" + +src_install() { + dodir /usr/share/man/man1 + make INSTROOT=${D}/usr INSTMAN=share/man install || die + dodoc README CHANGES THANKS TODO +} |