From: "Stephanie J. Lockwood-Childs (wormo)" <wormo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: ChangeLog xbmc-9999.ebuild xbmc-9.04.ebuild
Date: Mon, 27 Jul 2009 01:49:56 +0000 [thread overview]
Message-ID: <E1MVFLg-00083y-UZ@stork.gentoo.org> (raw)
wormo 09/07/27 01:49:56
Modified: ChangeLog xbmc-9999.ebuild xbmc-9.04.ebuild
Log:
Use http instead of https for source download (thanks to Xake, bug #279174)
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.22 media-tv/xbmc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/ChangeLog?r1=1.21&r2=1.22
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog 20 Jul 2009 08:22:27 -0000 1.21
+++ ChangeLog 27 Jul 2009 01:49:56 -0000 1.22
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/xbmc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.21 2009/07/20 08:22:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/ChangeLog,v 1.22 2009/07/27 01:49:56 wormo Exp $
+
+ 27 Jul 2009; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ xbmc-9.04.ebuild, xbmc-9999.ebuild:
+ Use http instead of https for source download (thanks to Xake, bug #279174)
20 Jul 2009; Mike Frysinger <vapier@gentoo.org> xbmc-9999.ebuild:
Add more libraries to DEPEND #278294 by BT and move to external libraries
1.27 media-tv/xbmc/xbmc-9999.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild?r1=1.26&r2=1.27
Index: xbmc-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- xbmc-9999.ebuild 20 Jul 2009 08:22:27 -0000 1.26
+++ xbmc-9999.ebuild 27 Jul 2009 01:49:56 -0000 1.27
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.26 2009/07/20 08:22:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.27 2009/07/27 01:49:56 wormo Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -10,7 +10,7 @@
inherit eutils
# Use XBMC_ESVN_REPO_URI to track a different branch
-ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC}
+ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC}
ESVN_PROJECT=${ESVN_REPO_URI##*/svnroot/}
ESVN_PROJECT=${ESVN_PROJECT%/XBMC}
if [[ ${PV} == "9999" ]] ; then
1.3 media-tv/xbmc/xbmc-9.04.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9.04.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9.04.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/xbmc/xbmc-9.04.ebuild?r1=1.2&r2=1.3
Index: xbmc-9.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.04.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xbmc-9.04.ebuild 29 May 2009 20:58:22 -0000 1.2
+++ xbmc-9.04.ebuild 27 Jul 2009 01:49:56 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.04.ebuild,v 1.2 2009/05/29 20:58:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9.04.ebuild,v 1.3 2009/07/27 01:49:56 wormo Exp $
# XXX: be nice to split out packages that come bundled and use the
# system libraries ...
@@ -10,7 +10,7 @@
inherit eutils
# Use XBMC_ESVN_REPO_URI to track a different branch
-ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC}
+ESVN_REPO_URI=${XBMC_ESVN_REPO_URI:-http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/linuxport/XBMC}
ESVN_PROJECT=${ESVN_REPO_URI##*/svnroot/}
ESVN_PROJECT=${ESVN_PROJECT%/XBMC}
if [[ ${PV} == "9999" ]] ; then
next reply other threads:[~2009-07-27 1:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 1:49 Stephanie J. Lockwood-Childs (wormo) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-05-29 20:58 [gentoo-commits] gentoo-x86 commit in media-tv/xbmc: ChangeLog xbmc-9999.ebuild xbmc-9.04.ebuild Mike Frysinger (vapier)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MVFLg-00083y-UZ@stork.gentoo.org \
--to=wormo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox