--- eclass/xorg-2.eclass 2011/06/20 22:22:57 1.46 +++ eclass/xorg-2.eclass 2011/08/22 04:46:32 1.47 @@ -1,10 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.46 2011/06/20 22:22:57 chithanh Exp $ -# +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.47 2011/08/22 04:46:32 vapier Exp $ + # @ECLASS: xorg-2.eclass # @MAINTAINER: # x11@gentoo.org +# @AUTHOR: +# Author: Tomáš Chvátal +# Author: Donnie Berkholz # @BLURB: Reduces code duplication in the modularized X11 ebuilds. # @DESCRIPTION: # This eclass makes trivial X ebuilds possible for apps, fonts, drivers, @@ -17,9 +20,6 @@ # with the other X packages, you don't need to set SRC_URI. Pretty much # everything else should be automatic. -# Author: Tomáš Chvátal -# Author: Donnie Berkholz - GIT_ECLASS="" if [[ ${PV} == *9999* ]]; then GIT_ECLASS="git-2"