diff options
-rw-r--r-- | app-misc/glastree/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/glastree/files/digest-glastree-1.02 | 1 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.02.ebuild | 18 |
3 files changed, 24 insertions, 1 deletions
diff --git a/app-misc/glastree/ChangeLog b/app-misc/glastree/ChangeLog index 42d31af6cce2..16a4cea67053 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.2 2002/12/08 21:44:47 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.3 2002/12/15 20:56:13 sethbc Exp $ + +*glastree-1.02 (15 Dec 2002) + 15 Dec 2002; Seth Chandler <sethbc@gentoo.org> glastree-1.02.ebuild: + updated glastree as per bug 11315. *glastree-0.58 (08 Dec 2002) 08 Dec 2002; Seth Chandler <sethbc@gentoo.org> glastree-0.58.ebuild: diff --git a/app-misc/glastree/files/digest-glastree-1.02 b/app-misc/glastree/files/digest-glastree-1.02 new file mode 100644 index 000000000000..bf308a1118ac --- /dev/null +++ b/app-misc/glastree/files/digest-glastree-1.02 @@ -0,0 +1 @@ +MD5 6c3285e32429dae57071f7b74d7633cf glastree-1.02.tar.gz 5717 diff --git a/app-misc/glastree/glastree-1.02.ebuild b/app-misc/glastree/glastree-1.02.ebuild new file mode 100644 index 000000000000..a566cf5c1ff5 --- /dev/null +++ b/app-misc/glastree/glastree-1.02.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-1.02.ebuild,v 1.1 2002/12/15 20:56:13 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 +} |