From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JXMvw-0008C8-1T for garchives@archives.gentoo.org; Thu, 06 Mar 2008 20:43:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 007D8E0712; Thu, 6 Mar 2008 20:43:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D0967E0712 for ; Thu, 6 Mar 2008 20:43:18 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 5E46C66F2D for ; Thu, 6 Mar 2008 20:43:18 +0000 (UTC) Received: from cardoe by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JXMvt-0003Cb-3o for gentoo-commits@lists.gentoo.org; Thu, 06 Mar 2008 20:43:17 +0000 From: "Doug Klima (cardoe)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, cardoe@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: mythtv.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: mythtv.eclass X-VCS-Directories: eclass X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Klima Content-Type: text/plain; charset=utf8 Message-Id: Sender: Doug Klima Date: Thu, 06 Mar 2008 20:43:17 +0000 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: b01a7372-53e1-4945-b98d-f76ff28660e9 X-Archives-Hash: e808a73620fc87ea915c5edb8d70f789 cardoe 08/03/06 20:43:17 Modified: mythtv.eclass Log: we're going to use _alpha instead of _pre since _pre comes after _beta = for the future Revision Changes Path 1.12 eclass/mythtv.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.ecla= ss?rev=3D1.12&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.ecla= ss?rev=3D1.12&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.ecla= ss?r1=3D1.11&r2=3D1.12 Index: mythtv.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/mythtv.eclass,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- mythtv.eclass 20 Feb 2008 20:03:38 -0000 1.11 +++ mythtv.eclass 6 Mar 2008 20:43:16 -0000 1.12 @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.11 2008/02/2= 0 20:03:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.12 2008/03/0= 6 20:43:16 cardoe Exp $ # # @ECLASS: mythtv.eclass # @MAINTAINER: Doug Goldstein @@ -30,8 +30,8 @@ MYTHTV_REV=3D"${BASH_REMATCH[2]}" # revision number =20 case $REV_PREFIX in - _pre) MYTHTV_REPO=3D"trunk/${MY_PN}";; - _p|_beta|_alpha) VER_COMP=3D( $(get_version_components ${MY_PV}) ) + _pre|_alpha) MYTHTV_REPO=3D"trunk/${MY_PN}";; + _p|_beta) VER_COMP=3D( $(get_version_components ${MY_PV}) ) FIXES_VER=3D"${VER_COMP[0]}-${VER_COMP[1]}" MYTHTV_REPO=3D"branches/release-${FIXES_VER}-fixes/${MY_PN}";= ; esac --=20 gentoo-commits@lists.gentoo.org mailing list