diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:17:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:17:41 +0000 |
commit | 7d7758b9e8d312b1137fb939706a13700270d1dc (patch) | |
tree | f0eecde927f60c29fcf3175e29468e735280e073 /app-misc/glastree | |
parent | Fix typo. (diff) | |
download | historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.gz historical-7d7758b9e8d312b1137fb939706a13700270d1dc.tar.bz2 historical-7d7758b9e8d312b1137fb939706a13700270d1dc.zip |
QA - Add IUSE.
Diffstat (limited to 'app-misc/glastree')
-rw-r--r-- | app-misc/glastree/glastree-0.57.ebuild | 3 | ||||
-rw-r--r-- | app-misc/glastree/glastree-0.58.ebuild | 3 | ||||
-rw-r--r-- | app-misc/glastree/glastree-1.02.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/glastree/glastree-0.57.ebuild b/app-misc/glastree/glastree-0.57.ebuild index c049f7fb6b7b..d76b166c69ac 100644 --- a/app-misc/glastree/glastree-0.57.ebuild +++ b/app-misc/glastree/glastree-0.57.ebuild @@ -1,6 +1,6 @@ # 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-0.57.ebuild,v 1.8 2004/03/14 10:50:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.57.ebuild,v 1.9 2004/06/14 08:58:24 kloeri Exp $ DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" @@ -8,6 +8,7 @@ SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="dev-lang/perl dev-perl/Date-Calc" SLOT="0" KEYWORDS="x86" +IUSE="" LICENSE="public-domain" src_install() { diff --git a/app-misc/glastree/glastree-0.58.ebuild b/app-misc/glastree/glastree-0.58.ebuild index 31e899c2d6ca..7f15415a67ff 100644 --- a/app-misc/glastree/glastree-0.58.ebuild +++ b/app-misc/glastree/glastree-0.58.ebuild @@ -1,6 +1,6 @@ # 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-0.58.ebuild,v 1.4 2004/03/14 10:50:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-0.58.ebuild,v 1.5 2004/06/14 08:58:24 kloeri Exp $ DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" @@ -8,6 +8,7 @@ SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="dev-lang/perl dev-perl/Date-Calc" SLOT="0" KEYWORDS="x86" +IUSE="" LICENSE="public-domain" src_install() { diff --git a/app-misc/glastree/glastree-1.02.ebuild b/app-misc/glastree/glastree-1.02.ebuild index 9d14cb2c9d3f..9d927bd39b34 100644 --- a/app-misc/glastree/glastree-1.02.ebuild +++ b/app-misc/glastree/glastree-1.02.ebuild @@ -1,6 +1,6 @@ # 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.5 2004/05/07 13:52:57 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/glastree/glastree-1.02.ebuild,v 1.6 2004/06/14 08:58:24 kloeri Exp $ DESCRIPTION="glastree is a poor mans snapshot utility using hardlinks written in perl" HOMEPAGE="http://www.igmus.org/code/" @@ -8,6 +8,7 @@ SRC_URI="http://www.igmus.org/files/${P}.tar.gz" DEPEND="dev-lang/perl dev-perl/Date-Calc" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" LICENSE="public-domain" src_install() { |