From 27381fa1e42ea1c7eb16360bcb98bb42c6e9f687 Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Mon, 15 May 2006 03:23:32 +0000 Subject: Only use individual/ locations for releases. The X11R# should just be branded copies of them. --- eclass/x-modular.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'eclass/x-modular.eclass') diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 031767a82aa8..84f052b803c2 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.57 2006/05/14 21:29:16 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.58 2006/05/15 03:23:32 spyderous Exp $ # # Author: Donnie Berkholz # @@ -71,10 +71,6 @@ elif [[ ${CATEGORY} = x11-base ]]; then ${BASE_INDIVIDUAL_URI}/xserver/${P}.tar.bz2" fi -# SRC_URI for full releases -SRC_URI="${SRC_URI} - http://xorg.freedesktop.org/releases/X11R7.0/src/everything/${P}.tar.bz2" - SLOT="0" # Set the license for the package. This can be overridden by setting -- cgit v1.2.3-65-gdbad