summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Peterson <lavajoe@gentoo.org>2008-11-27 16:21:30 +0000
committerJoe Peterson <lavajoe@gentoo.org>2008-11-27 16:21:30 +0000
commitca31a551a2a8f0aa78f7ec7c016ca34871026ea7 (patch)
treeb11b010614448b0a183631671f6e3fdbeb846475 /games-simulation/secondlife-bin
parentStable for HPPA (bug #249039). (diff)
downloadgentoo-2-ca31a551a2a8f0aa78f7ec7c016ca34871026ea7.tar.gz
gentoo-2-ca31a551a2a8f0aa78f7ec7c016ca34871026ea7.tar.bz2
gentoo-2-ca31a551a2a8f0aa78f7ec7c016ca34871026ea7.zip
Change versioning to match upstream conventions
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r2 i686)
Diffstat (limited to 'games-simulation/secondlife-bin')
-rw-r--r--games-simulation/secondlife-bin/ChangeLog10
-rw-r--r--games-simulation/secondlife-bin/secondlife-bin-1.21.6.ebuild (renamed from games-simulation/secondlife-bin/secondlife-bin-1.21.6.99587.ebuild)5
-rw-r--r--games-simulation/secondlife-bin/secondlife-bin-1.22_rc1.ebuild (renamed from games-simulation/secondlife-bin/secondlife-bin-1.22.1_rc103637.ebuild)10
3 files changed, 18 insertions, 7 deletions
diff --git a/games-simulation/secondlife-bin/ChangeLog b/games-simulation/secondlife-bin/ChangeLog
index ad8f096a1e31..9da7178e29e5 100644
--- a/games-simulation/secondlife-bin/ChangeLog
+++ b/games-simulation/secondlife-bin/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for games-simulation/secondlife-bin
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.2 2008/11/27 15:35:55 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/ChangeLog,v 1.3 2008/11/27 16:21:30 lavajoe Exp $
+
+*secondlife-bin-1.22_rc1 (27 Nov 2008)
+*secondlife-bin-1.21.6 (27 Nov 2008)
+
+ 27 Nov 2008; Joe Peterson <lavajoe@gentoo.org>
+ +secondlife-bin-1.21.6.ebuild, -secondlife-bin-1.21.6.99587.ebuild,
+ +secondlife-bin-1.22_rc1.ebuild, -secondlife-bin-1.22.1_rc103637.ebuild:
+ Change versioning to match upstream conventions
*secondlife-bin-1.22.1_rc103637 (27 Nov 2008)
diff --git a/games-simulation/secondlife-bin/secondlife-bin-1.21.6.99587.ebuild b/games-simulation/secondlife-bin/secondlife-bin-1.21.6.ebuild
index 4a9f7ee0d364..e30e2082b36e 100644
--- a/games-simulation/secondlife-bin/secondlife-bin-1.21.6.99587.ebuild
+++ b/games-simulation/secondlife-bin/secondlife-bin-1.21.6.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.21.6.99587.ebuild,v 1.1 2008/11/27 06:39:18 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.21.6.ebuild,v 1.1 2008/11/27 16:21:30 lavajoe Exp $
inherit eutils multilib games
-MY_P="SecondLife-i686-${PV}"
+SECONDLIFE_REVISION=99587
+MY_P="SecondLife-i686-${PV}.${SECONDLIFE_REVISION}"
DESCRIPTION="The Second Life (an online, 3D virtual world) viewer"
HOMEPAGE="http://secondlife.com/"
diff --git a/games-simulation/secondlife-bin/secondlife-bin-1.22.1_rc103637.ebuild b/games-simulation/secondlife-bin/secondlife-bin-1.22_rc1.ebuild
index 1d6a2330b721..2226ef712991 100644
--- a/games-simulation/secondlife-bin/secondlife-bin-1.22.1_rc103637.ebuild
+++ b/games-simulation/secondlife-bin/secondlife-bin-1.22_rc1.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.22.1_rc103637.ebuild,v 1.1 2008/11/27 15:35:55 lavajoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/secondlife-bin/secondlife-bin-1.22_rc1.ebuild,v 1.1 2008/11/27 16:21:30 lavajoe Exp $
inherit eutils multilib games versionator
-MAJOR_VER=$(get_version_component_range 1-3)
-MINOR_VER=$(get_version_component_range 4)
-MY_P="SecondLife-i686-${MAJOR_VER}.${MINOR_VER/rc/}"
+SECONDLIFE_REVISION=103637
+SECONDLIFE_MAJOR_VER=$(get_version_component_range 1-2)
+SECONDLIFE_MINOR_VER=$(get_version_component_range 3)
+SECONDLIFE_MINOR_VER=${SECONDLIFE_MINOR_VER/rc/}
+MY_P="SecondLife-i686-${SECONDLIFE_MAJOR_VER}.${SECONDLIFE_MINOR_VER}.${SECONDLIFE_REVISION}"
DESCRIPTION="The Second Life (an online, 3D virtual world) viewer"
HOMEPAGE="http://secondlife.com/"