From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q8cSd-0000y8-GH for garchives@archives.gentoo.org; Sat, 09 Apr 2011 18:00:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 850CDE032F; Sat, 9 Apr 2011 18:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D623E032F for ; Sat, 9 Apr 2011 18:00:31 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CCAC1B4002 for ; Sat, 9 Apr 2011 18:00:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 4570E20054; Sat, 9 Apr 2011 18:00:29 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: xfconf.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: xfconf.eclass X-VCS-Directories: eclass X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20110409180029.4570E20054@flycatcher.gentoo.org> Date: Sat, 9 Apr 2011 18:00:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 3ab730cab8f76b43ea09171a0af2b6fd ssuominen 11/04/09 18:00:29 Modified: xfconf.eclass Log: Punt code for SRC_URI, it's handled in the ebuilds because it's not con= sistent to keep here Revision Changes Path 1.27 eclass/xfconf.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.ecla= ss?rev=3D1.27&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.ecla= ss?rev=3D1.27&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/xfconf.ecla= ss?r1=3D1.26&r2=3D1.27 Index: xfconf.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- xfconf.eclass 9 Apr 2011 17:58:05 -0000 1.26 +++ xfconf.eclass 9 Apr 2011 18:00:29 -0000 1.27 @@ -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/0= 9 17:58:05 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.27 2011/04/0= 9 18:00:29 ssuominen Exp $ =20 # @ECLASS: xfconf.eclass # @MAINTAINER: @@ -31,14 +31,6 @@ =20 inherit autotools base eutils fdo-mime gnome2-utils libtool =20 -if ! [[ ${MY_P} ]]; then - MY_P=3D${P} -else - S=3D${WORKDIR}/${MY_P} -fi - -SRC_URI=3D"mirror://xfce/xfce/${PV}/src/${MY_P}.tar.bz2" - if [[ "${EINTLTOOLIZE}" =3D=3D "yes" ]]; then _xfce4_intltool=3D"dev-util/intltool" fi