From f37859f39e3f286a9111bf3c222623ae6c23ba98 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 9 Apr 2011 18:00:29 +0000 Subject: Punt code for SRC_URI, it's handled in the ebuilds because it's not consistent to keep here --- eclass/xfconf.eclass | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/eclass/xfconf.eclass b/eclass/xfconf.eclass index a9c599bf120e..bc765996a658 100644 --- a/eclass/xfconf.eclass +++ b/eclass/xfconf.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.26 2011/04/09 17:58:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.27 2011/04/09 18:00:29 ssuominen Exp $ # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -31,14 +31,6 @@ inherit autotools base eutils fdo-mime gnome2-utils libtool -if ! [[ ${MY_P} ]]; then - MY_P=${P} -else - S=${WORKDIR}/${MY_P} -fi - -SRC_URI="mirror://xfce/xfce/${PV}/src/${MY_P}.tar.bz2" - if [[ "${EINTLTOOLIZE}" == "yes" ]]; then _xfce4_intltool="dev-util/intltool" fi -- cgit v1.2.3-65-gdbad