Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/glastree
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.14 2007/05/14 16:47:40 bangert Exp $
14 May 2007; Thilo Bangert
add
21 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
28 Oct 2006; Christian Faulhammer
x86 stable wrt bug #151290
14 Oct 2006;
Stable on ppc wrt bug 151290
24 May 2006; Harald van Dijk
+files/glastree-posix-make.patch, +metadata.xml, -glastree-0.57.ebuild,
-glastree-0.58.ebuild, +glastree-1.04.ebuild:
Version bump plus gmake 3.81 compatibility (#134070)
Remove older versions
Add metadata.xml
*glastree-1.04 (24 May 2006)
05 Oct 2004; Pieter Van den Abeele
glastree-1.02.ebuild:
Masked glastree-1.02.ebuild stable for ppc
07 May 2004; David Holm
Added to ~ppc.
14 Mar 2004; Michael Sterrett
glastree-0.58.ebuild, glastree-1.02.ebuild:
Don't assign default to S; header fix
*glastree-1.02 (15 Dec 2002)
15 Dec 2002; Seth Chandler
updated glastree as per bug 11315.
*glastree-0.58 (08 Dec 2002)
08 Dec 2002; Seth Chandler
updated glastree as per bug 11315.
*glastree-0.57 (03 Aug 2002)
03 Aug 2002; Bruce A. Locke
Initial ebuild (with modifications) contributed by T.Kvernes
AUX glastree-posix-make.patch 559 RMD160 6f10286f710084b2808408fc02d51d0211bd81f6 SHA1 2e7bc65a14193bf2b1934bf2cef2891f1d1acd53 SHA256 16cbd62f5fe9028c24948cb63894c901023e7323cf8f4150b9d8f06642be3d36
DIST glastree-1.04.tar.gz 5846 RMD160 bb45ee731fc20a791c06f6303c0f4f91380d857a SHA1 1b0a5066d56b0b2aa4b17b41e4b0d90f4981ba2b SHA256 067d01d98ae155f1fa1ba25a27dd72d27d4455d71107c3e6e6f1cdc41a0e0fd3
EBUILD glastree-1.04.ebuild 739 RMD160 e0497915b1294a45f10a1b8eb5c77e6d97896dfb SHA1 543ce98a088d961a8706596c37c54a5269358d92 SHA256 84c7ecaca96346abb2ed4a90548415a1a3be8da619e31836ca21e02681052944
MISC ChangeLog 1764 RMD160 e706d0af197efbf14239642db051cd0c2bc44825 SHA1 09cc31d44fa7f0e90ef312acb270980078d211df SHA256 eb1717565bb57cf311c1d2c1321d57b8b81a7320022efbbf1f5c315456d83f28
MISC metadata.xml 250 RMD160 61af8ec7e1bf9941d107eff4cc6a639874a6f198 SHA1 7ea68a3bd071637e4a49b61b2f7e35f3277545ef SHA256 aec181c304bce77cce8f1dc110e0203bc06b7c524ab40b1aac19a6f72aefdfde
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.04.ebuild,v 1.3 2006/10/28 10:58:17 opfer Exp $
inherit eutils
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="ppc x86"
IUSE=""
LICENSE="public-domain"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-posix-make.patch
}
src_install() {
dodir /usr/share/man/man1
make INSTROOT="${D}"/usr INSTMAN=share/man install || die
dodoc README CHANGES THANKS TODO
}