From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MSNAv-0004yI-RX for garchives@archives.gentoo.org; Sun, 19 Jul 2009 03:34:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D56EAE0506; Sun, 19 Jul 2009 03:34:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B422FE0506 for ; Sun, 19 Jul 2009 03:34:56 +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 54DCA66463 for ; Sun, 19 Jul 2009 03:34:56 +0000 (UTC) Received: from cardoe by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MSNAt-0003C4-Bd for gentoo-commits@lists.gentoo.org; Sun, 19 Jul 2009 03:34:55 +0000 From: "Doug Goldstein (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 Goldstein Content-Type: text/plain; charset=utf8 Message-Id: Sender: Doug Goldstein Date: Sun, 19 Jul 2009 03:34:55 +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: 86a18987-c3bc-4b73-90ff-dc2d0e2fce94 X-Archives-Hash: 18989dee0fbd33ab130632eef2dcfd13 cardoe 09/07/19 03:34:55 Modified: mythtv.eclass Log: migrates away from SVN based ebuilds and towards versionable zips Revision Changes Path 1.14 eclass/mythtv.eclass file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.ecla= ss?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.ecla= ss?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mythtv.ecla= ss?r1=3D1.13&r2=3D1.14 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.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mythtv.eclass 1 Apr 2008 04:05:02 -0000 1.13 +++ mythtv.eclass 19 Jul 2009 03:34:55 -0000 1.14 @@ -1,13 +1,14 @@ # 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.13 2008/04/0= 1 04:05:02 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mythtv.eclass,v 1.14 2009/07/1= 9 03:34:55 cardoe Exp $ # # @ECLASS: mythtv.eclass +# @AUTHOR: Doug Goldstein # @MAINTAINER: Doug Goldstein # @BLURB: Downloads the MythTV source packages and any patches from the = fixes branch # =20 -inherit eutils versionator subversion +inherit versionator =20 # Release version MY_PV=3D"${PV%_*}" @@ -37,8 +38,7 @@ MYTHTV_REPO=3D"branches/release-${FIXES_VER}-fixes/${MY_PN}";= ; esac =20 -ESVN_REPO_URI=3D"http://svn.mythtv.org/svn/${MYTHTV_REPO}@${MYTHTV_REV}" - HOMEPAGE=3D"http://www.mythtv.org" LICENSE=3D"GPL-2" -SRC_URI=3D"" +SRC_URI=3D"http://svn.mythtv.org/trac/changeset/${MYTHTV_REV}/${MYTHTV_R= EPO}?old_path=3D%2F&format=3Dzip -> ${P}.zip" +S=3D"${WORKDIR}/${MYTHTV_REPO}"