diff options
author | Bruce A. Locke <blocke@gentoo.org> | 2002-08-04 01:33:44 +0000 |
---|---|---|
committer | Bruce A. Locke <blocke@gentoo.org> | 2002-08-04 01:33:44 +0000 |
commit | 9976bae4d0571d4bd3e8bbd4044a561c08a95bcb (patch) | |
tree | edf53149dcf9a34f8250152b8c501b179e509280 /app-misc/glastree | |
parent | unmasked app-cdr/gtkcdlabel-0.6.8 (diff) | |
download | historical-9976bae4d0571d4bd3e8bbd4044a561c08a95bcb.tar.gz historical-9976bae4d0571d4bd3e8bbd4044a561c08a95bcb.tar.bz2 historical-9976bae4d0571d4bd3e8bbd4044a561c08a95bcb.zip |
initial ebuild contributed by T.Kvernes <terjekv@math.uio.no>
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/ChangeLog | 11 | ||||
-rw-r--r-- | app-misc/glastree/files/digest-glastree-0.57 | 1 | ||||
-rw-r--r-- | app-misc/glastree/glastree-0.57.ebuild | 18 |
3 files changed, 30 insertions, 0 deletions
diff --git a/app-misc/glastree/ChangeLog b/app-misc/glastree/ChangeLog new file mode 100644 index 000000000000..b08d7ceb91e9 --- /dev/null +++ b/app-misc/glastree/ChangeLog @@ -0,0 +1,11 @@ +# 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 $ + +*glastree-0.57 (03 Aug 2002) + + 03 Aug 2002; Bruce A. Locke <blocke@shivan.org> glastree-0.57.ebuild, files/digest/glastree-0.57: + + Initial ebuild (with modifications) contributed by T.Kvernes <terjekv@math.uio.no> + + diff --git a/app-misc/glastree/files/digest-glastree-0.57 b/app-misc/glastree/files/digest-glastree-0.57 new file mode 100644 index 000000000000..6ef3a864633d --- /dev/null +++ b/app-misc/glastree/files/digest-glastree-0.57 @@ -0,0 +1 @@ +MD5 fd00bc24ed73540f86cf6940f79b830b glastree-0.57.tar.gz 5527 diff --git a/app-misc/glastree/glastree-0.57.ebuild b/app-misc/glastree/glastree-0.57.ebuild new file mode 100644 index 000000000000..351f7df2e664 --- /dev/null +++ b/app-misc/glastree/glastree-0.57.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.1 2002/08/04 01:33:44 blocke 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="GPL-2" + +src_install () { + dodir /usr/share/man/man1 + make INSTROOT=${D}/usr INSTMAN=share/man install || die + dodoc README CHANGES THANKS TODO +} |