Add mandatory eclass variables. Add missing export declaration for src_compile to...
authorHans de Graaff <graaff@gentoo.org>
Sun, 12 Nov 2006 08:27:08 +0000 (08:27 +0000)
committerHans de Graaff <graaff@gentoo.org>
Sun, 12 Nov 2006 08:27:08 +0000 (08:27 +0000)
eclass/xemacs-packages.eclass

index 0082fa1b33b5268c99762409b887d0b5567473ff..ba129105a5d3abcbbe87e10dd0cc7c04a6f3c334 100644 (file)
@@ -1,11 +1,14 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xemacs-packages.eclass,v 1.11 2006/11/12 08:27:08 graaff Exp $
 #
 # xemacs-packages eclass inherited by all xemacs packages
 # $PKG_CAT need's to be set before inheriting xemacs-packages
 
-EXPORT_FUNCTIONS src_unpack src_install
+ECLASS="xemacs-packages"
+INHERITED="$INHERITED $ECLASS"
+
+EXPORT_FUNCTIONS src_unpack src_compile src_install
 
 DEPEND="virtual/xemacs"
 
@@ -28,7 +31,7 @@ if [ -n "$EXPERIMENTAL" ]
 then
        [ -z "$SRC_URI" ] && SRC_URI="ftp://ftp.xemacs.org/beta/experimental/packages/${P}-pkg.tar.gz"
 else
-       [ -z "$SRC_URI" ] && SRC_URI="ftp://ftp.xemacs.org/packages/${P}-pkg.tar.gz"
+       [ -z "$SRC_URI" ] && SRC_URI="http://ftp.xemacs.org/pub/xemacs/packages/${P}-pkg.tar.gz"
 fi
 [ -n "$DEBUG" ] && einfo "SRC_URI is ${SRC_URI}"