From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-560293-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 5D6C4138AF0
	for <garchives@archives.gentoo.org>; Mon, 18 Feb 2013 20:55:21 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 37D4DE001C;
	Mon, 18 Feb 2013 20:55:20 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id AE903E001C
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Feb 2013 20:55:19 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8461B33DCC7
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Feb 2013 20:55:18 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 19084E4073
	for <gentoo-commits@lists.gentoo.org>; Mon, 18 Feb 2013 20:55:17 +0000 (UTC)
From: "Chi-Thanh Christopher Nguyen" <chithanh@cs.tu-berlin.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Chi-Thanh Christopher Nguyen" <chithanh@cs.tu-berlin.de>
Message-ID: <1361220894.e79b1a05176cee5c00d65b49cf149ead36209d98.chithead@gentoo>
Subject: [gentoo-commits] proj/x11:master commit in: x11-drivers/ati-drivers/
X-VCS-Repository: proj/x11
X-VCS-Files: x11-drivers/ati-drivers/ati-drivers-13.1-r100.ebuild x11-drivers/ati-drivers/ati-drivers-13.1-r200.ebuild x11-drivers/ati-drivers/ati-drivers-13.1.ebuild x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild x11-drivers/ati-drivers/ati-drivers-13.2_beta3-r200.ebuild x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild
X-VCS-Directories: x11-drivers/ati-drivers/
X-VCS-Committer: chithead
X-VCS-Committer-Name: Chi-Thanh Christopher Nguyen
X-VCS-Revision: e79b1a05176cee5c00d65b49cf149ead36209d98
X-VCS-Branch: master
Date: Mon, 18 Feb 2013 20:55:17 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 0fa35655-2381-4a49-8481-c6d3549a9377
X-Archives-Hash: feb4885371e8687ca993ccbab7a5df62

commit:     e79b1a05176cee5c00d65b49cf149ead36209d98
Author:     Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 20:54:54 2013 +0000
Commit:     Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Feb 18 20:54:54 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=e79b1a05

x11-drivers/ati-drivers: return to previous naming scheme

---
 ...rs-13.1-r200.ebuild => ati-drivers-13.1.ebuild} |    2 +-
 ...-r100.ebuild => ati-drivers-13.1_pre897.ebuild} |    2 +-
 ...3-r200.ebuild => ati-drivers-13.2_beta3.ebuild} |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-drivers/ati-drivers/ati-drivers-13.1-r200.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild
similarity index 99%
rename from x11-drivers/ati-drivers/ati-drivers-13.1-r200.ebuild
rename to x11-drivers/ati-drivers/ati-drivers-13.1.ebuild
index 056ee23..b140f72 100644
--- a/x11-drivers/ati-drivers/ati-drivers-13.1-r200.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-13.1.ebuild
@@ -14,7 +14,7 @@ SLOT="1"
 if [[ legacy != ${SLOT} ]]; then
 	DRIVERS_URI="http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${PV}-linux-x86.x86_64.zip"
 else
-	DRIVERS_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-${PV}-legacy-linux-x86.x86_64.zip"
+	DRIVERS_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-$(get_version_component_range 1-2)-legacy-linux-x86.x86_64.zip"
 fi
 XVBA_SDK_URI="http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz"
 SRC_URI="${DRIVERS_URI} ${XVBA_SDK_URI}"

diff --git a/x11-drivers/ati-drivers/ati-drivers-13.1-r100.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild
similarity index 99%
rename from x11-drivers/ati-drivers/ati-drivers-13.1-r100.ebuild
rename to x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild
index 75877d4..d908142 100644
--- a/x11-drivers/ati-drivers/ati-drivers-13.1-r100.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild
@@ -14,7 +14,7 @@ SLOT="legacy"
 if [[ legacy != ${SLOT} ]]; then
 	DRIVERS_URI="http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-${PV}-linux-x86.x86_64.zip"
 else
-	DRIVERS_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-${PV}-legacy-linux-x86.x86_64.zip"
+	DRIVERS_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-$(get_version_component_range 1-2)-legacy-linux-x86.x86_64.zip"
 fi
 XVBA_SDK_URI="http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz"
 SRC_URI="${DRIVERS_URI} ${XVBA_SDK_URI}"

diff --git a/x11-drivers/ati-drivers/ati-drivers-13.2_beta3-r200.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild
similarity index 99%
rename from x11-drivers/ati-drivers/ati-drivers-13.2_beta3-r200.ebuild
rename to x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild
index 05fea00..ac6a6cc 100644
--- a/x11-drivers/ati-drivers/ati-drivers-13.2_beta3-r200.ebuild
+++ b/x11-drivers/ati-drivers/ati-drivers-13.2_beta3.ebuild
@@ -15,7 +15,7 @@ SLOT="1"
 if [[ legacy != ${SLOT} ]]; then
 	DRIVERS_URI="http://www2.ati.com/drivers/${BETADIR}amd-driver-installer-catalyst-${PV/_beta/-beta}-linux-x86.x86_64.zip"
 else
-	DRIVERS_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-${PV/_beta/-beta}-legacy-linux-x86.x86_64.zip"
+	DRIVERS_URI="http://www2.ati.com/drivers/legacy/amd-driver-installer-catalyst-$(get_version_component_range 1-2)-$(get_version_component_range 3)-legacy-linux-x86.x86_64.zip"
 fi
 XVBA_SDK_URI="http://developer.amd.com/wordpress/media/2012/10/xvba-sdk-0.74-404001.tar.gz"
 SRC_URI="${DRIVERS_URI} ${XVBA_SDK_URI}"