diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-07-17 04:29:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-07-17 04:29:05 +0000 |
commit | 9649de5f5d43a313d7e248b7c5365a6e5422f4d0 (patch) | |
tree | 2d01705a3120211d2d1eb7ce3e888f20b9de466e /eclass/leechcraft.eclass | |
parent | Remove -v option from rm command. (diff) | |
download | historical-9649de5f5d43a313d7e248b7c5365a6e5422f4d0.tar.gz historical-9649de5f5d43a313d7e248b7c5365a6e5422f4d0.tar.bz2 historical-9649de5f5d43a313d7e248b7c5365a6e5422f4d0.zip |
fix ordering of @ECLASS keywords
Diffstat (limited to 'eclass/leechcraft.eclass')
-rw-r--r-- | eclass/leechcraft.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/leechcraft.eclass b/eclass/leechcraft.eclass index b72b18373eb7..cbbcddd455ad 100644 --- a/eclass/leechcraft.eclass +++ b/eclass/leechcraft.eclass @@ -1,14 +1,14 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.4 2011/12/16 16:40:46 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/leechcraft.eclass,v 1.5 2012/07/17 04:29:05 vapier Exp $ # # @ECLASS: leechcraft.eclass # @MAINTAINER: # leechcraft@gentoo.org -# @BLURB: Common functions and setup utilities for the LeechCraft app # @AUTHOR: # 0xd34df00d@gmail.com # NightNord@niifaq.ru +# @BLURB: Common functions and setup utilities for the LeechCraft app # @DESCRIPTION: # The leechcraft eclass contains a common set of functions and steps # needed to build LeechCraft core or its plugins. |