summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-09 18:00:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-09 18:00:29 +0000
commitf37859f39e3f286a9111bf3c222623ae6c23ba98 (patch)
tree83c8e0799305ea0c945174ca7aa21fa72c411e96 /eclass/xfconf.eclass
parentRemove XFCONF variable support. It's mandatory as an array now. (diff)
downloadgentoo-2-f37859f39e3f286a9111bf3c222623ae6c23ba98.tar.gz
gentoo-2-f37859f39e3f286a9111bf3c222623ae6c23ba98.tar.bz2
gentoo-2-f37859f39e3f286a9111bf3c222623ae6c23ba98.zip
Punt code for SRC_URI, it's handled in the ebuilds because it's not consistent to keep here
Diffstat (limited to 'eclass/xfconf.eclass')
-rw-r--r--eclass/xfconf.eclass10
1 files changed, 1 insertions, 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