diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:00:30 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 09:00:30 +0000 |
commit | 47cf90841f333bdaaf2c2e7a8a68d9dea3bdf3cb (patch) | |
tree | f0945a59851d28ec8375682f196ca188f4aecace /app-misc/glastree | |
parent | QA - Add IUSE. (Manifest recommit) (diff) | |
download | gentoo-2-47cf90841f333bdaaf2c2e7a8a68d9dea3bdf3cb.tar.gz gentoo-2-47cf90841f333bdaaf2c2e7a8a68d9dea3bdf3cb.tar.bz2 gentoo-2-47cf90841f333bdaaf2c2e7a8a68d9dea3bdf3cb.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() { |