public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/diffmask: ChangeLog diffmask-0.3.3.ebuild
Date: Mon, 20 Dec 2010 14:28:08 +0000 (UTC)	[thread overview]
Message-ID: <20101220142808.6BEB320054@flycatcher.gentoo.org> (raw)

mgorny      10/12/20 14:28:08

  Modified:             ChangeLog diffmask-0.3.3.ebuild
  Log:
  Change the SRC_URIs to use cloud.github.com directly. This avoids issues with (pointless) SSL and old wget versions. Update the HOMEPAGE. Clarify the Portage RDEP.
  
  (Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-portage/diffmask/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/diffmask/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/diffmask/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/diffmask/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	19 Dec 2010 19:22:49 -0000	1.5
+++ ChangeLog	20 Dec 2010 14:28:08 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/diffmask
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v 1.5 2010/12/19 19:22:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v 1.6 2010/12/20 14:28:08 mgorny Exp $
+
+  20 Dec 2010; Michał Górny <mgorny@gentoo.org> diffmask-0.3.3.ebuild:
+  Change the SRC_URIs to use cloud.github.com directly. This avoids issues with
+  (pointless) SSL and old wget versions. Update the HOMEPAGE. Clarify the
+  Portage RDEP.
 
   19 Dec 2010; Michał Górny <mgorny@gentoo.org> metadata.xml:
   Update the <bugs-to/> URL.



1.2                  app-portage/diffmask/diffmask-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild?r1=1.1&r2=1.2

Index: diffmask-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diffmask-0.3.3.ebuild	29 Oct 2010 12:42:57 -0000	1.1
+++ diffmask-0.3.3.ebuild	20 Dec 2010 14:28:08 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild,v 1.1 2010/10/29 12:42:57 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-0.3.3.ebuild,v 1.2 2010/12/20 14:28:08 mgorny Exp $
 
 EAPI=1
 PYTHON_DEPEND="*:2.6"
@@ -10,12 +10,12 @@
 inherit distutils
 
 DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks"
-HOMEPAGE="http://github.com/mgorny/diffmask/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/diffmask/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND="sys-apps/portage"
+RDEPEND=">=sys-apps/portage-2.1.8.3"






             reply	other threads:[~2010-12-20 14:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-20 14:28 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-01-05 13:59 [gentoo-commits] gentoo-x86 commit in app-portage/diffmask: ChangeLog diffmask-0.3.3.ebuild Michal Gorny (mgorny)
2011-12-09  2:50 Naohiro Aota (naota)
2012-02-09 23:58 Matt Turner (mattst88)

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=20101220142808.6BEB320054@flycatcher.gentoo.org \
    --to=mgorny@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