diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-21 13:43:05 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-21 13:43:05 +0000 |
commit | d929131c0ddec85488e1f7ab8b4a635f2c449ec8 (patch) | |
tree | a6cfc96910900a85315ecf1062237a4ea12e84f0 /eclass/gtk-engines2.eclass | |
parent | more comments and made it fail if rpm2targz spits out something abnormal (diff) | |
download | gentoo-2-d929131c0ddec85488e1f7ab8b4a635f2c449ec8.tar.gz gentoo-2-d929131c0ddec85488e1f7ab8b4a635f2c449ec8.tar.bz2 gentoo-2-d929131c0ddec85488e1f7ab8b4a635f2c449ec8.zip |
add author comment
Diffstat (limited to 'eclass/gtk-engines2.eclass')
-rw-r--r-- | eclass/gtk-engines2.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/gtk-engines2.eclass b/eclass/gtk-engines2.eclass index 46f352d45928..ccfccf61ae7a 100644 --- a/eclass/gtk-engines2.eclass +++ b/eclass/gtk-engines2.eclass @@ -1,7 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines2.eclass,v 1.1 2003/06/18 23:40:44 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-engines2.eclass,v 1.2 2003/06/21 13:43:05 liquidx Exp $ +# Author: Alastair Tse <liquidx@gentoo.org> +# # This is a utility eclass for installing GTK+ Theme Engines. It detects # whether gtk+-1 and/or gtk+-2 is installed and sets up variables to help with # installing the engines into the right position. |