diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2011-04-20 20:48:47 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2011-04-20 20:48:47 +0000 |
commit | 5bd0acd9883052e2bbc31985d1452f4af3d6abd7 (patch) | |
tree | b8f630e8811ac608b3c78ac20ce1d0a4a2c4ecaf /eclass/gnustep-2.eclass | |
parent | Version bump to beta. Drop older that does not work with current stable wacom... (diff) | |
download | historical-5bd0acd9883052e2bbc31985d1452f4af3d6abd7.tar.gz historical-5bd0acd9883052e2bbc31985d1452f4af3d6abd7.tar.bz2 historical-5bd0acd9883052e2bbc31985d1452f4af3d6abd7.zip |
GNUstep eclasses update: suppport new layout, clean headers
Diffstat (limited to 'eclass/gnustep-2.eclass')
-rw-r--r-- | eclass/gnustep-2.eclass | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/eclass/gnustep-2.eclass b/eclass/gnustep-2.eclass index 2e29ed9c8fe8..3f2daa70fab6 100644 --- a/eclass/gnustep-2.eclass +++ b/eclass/gnustep-2.eclass @@ -1,12 +1,16 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.4 2009/11/25 10:11:40 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.5 2011/04/20 20:48:47 voyageur Exp $ -inherit gnustep-base +# @ECLASS: gnustep-2.eclass +# @MAINTAINER: +# GNUstep Herd <gnustep@gentoo.org> +# @BLURB: eclass for GNUstep Apps, Frameworks, and Bundles build +# @DESCRIPTION: +# This eclass sets up GNUstep environment to properly install +# GNUstep packages -# Eclass for GNUstep Apps, Frameworks, and Bundles build -# -# maintainer: GNUstep Herd <gnustep@gentoo.org> +inherit gnustep-base DEPEND=">=gnustep-base/gnustep-make-2.0 virtual/gnustep-back" |