diff options
author | David Holm <dholm@gentoo.org> | 2004-05-07 13:52:57 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-05-07 13:52:57 +0000 |
commit | b39e31174fbeb305d5d5c2161b93efa92e9be833 (patch) | |
tree | 91ad49076ed19b2ac42430c87c636f747ea110c2 /app-misc/glastree | |
parent | Added to ~ppc (diff) | |
download | historical-b39e31174fbeb305d5d5c2161b93efa92e9be833.tar.gz historical-b39e31174fbeb305d5d5c2161b93efa92e9be833.tar.bz2 historical-b39e31174fbeb305d5d5c2161b93efa92e9be833.zip |
Added to ~ppc
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/glastree/Manifest | 4 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.02.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-misc/glastree/ChangeLog b/app-misc/glastree/ChangeLog index ebf44c42a6eb..c9ea99bcc01b 100644 --- a/app-misc/glastree/ChangeLog +++ b/app-misc/glastree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/glastree # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.5 2004/03/14 10:50:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/ChangeLog,v 1.6 2004/05/07 13:52:57 dholm Exp $ + + 07 May 2004; David Holm <dholm@gentoo.org> glastree-1.02.ebuild: + Added to ~ppc. 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> glastree-0.57.ebuild, glastree-0.58.ebuild, glastree-1.02.ebuild: diff --git a/app-misc/glastree/Manifest b/app-misc/glastree/Manifest index b791c31401c7..aca88f8d8aea 100644 --- a/app-misc/glastree/Manifest +++ b/app-misc/glastree/Manifest @@ -1,7 +1,7 @@ -MD5 25db25205e45e69fdd294e216468671f ChangeLog 877 +MD5 dfa215b4f29c097cc6fa3ace699df6ac ChangeLog 958 MD5 57de3c87e22cb7a3caed1365a67c8cec glastree-0.57.ebuild 634 MD5 3ba2cb77fe0df5f6b625efa8a2edb9f0 glastree-0.58.ebuild 634 -MD5 acb3202765d0bab1fcf465d7344c8eb3 glastree-1.02.ebuild 634 +MD5 c51588ac74b74cffc50372a5234cef49 glastree-1.02.ebuild 635 MD5 ad4af2231cd318d245dcf1ee130919c2 files/digest-glastree-0.57 63 MD5 b78e779a39060616ef7c76c94121a7e6 files/digest-glastree-0.58 63 MD5 d7be95aa45250c5765fba367bac376ca files/digest-glastree-1.02 63 diff --git a/app-misc/glastree/glastree-1.02.ebuild b/app-misc/glastree/glastree-1.02.ebuild index 18f4cfd7e357..9d14cb2c9d3f 100644 --- a/app-misc/glastree/glastree-1.02.ebuild +++ b/app-misc/glastree/glastree-1.02.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 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.4 2004/03/14 10:50:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.02.ebuild,v 1.5 2004/05/07 13:52:57 dholm 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" +KEYWORDS="x86 ~ppc" LICENSE="public-domain" src_install() { |