summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-12-20 14:28:08 +0000
committerMichał Górny <mgorny@gentoo.org>2010-12-20 14:28:08 +0000
commit4dfbef05f5b459c51117d9b7fdb29d4fb206eff2 (patch)
treebaf0b4bba54d859a5e2dea1c0c53748874719929 /app-portage
parentVersion Bump (diff)
downloadgentoo-2-4dfbef05f5b459c51117d9b7fdb29d4fb206eff2.tar.gz
gentoo-2-4dfbef05f5b459c51117d9b7fdb29d4fb206eff2.tar.bz2
gentoo-2-4dfbef05f5b459c51117d9b7fdb29d4fb206eff2.zip
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)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/diffmask/ChangeLog7
-rw-r--r--app-portage/diffmask/diffmask-0.3.3.ebuild8
2 files changed, 10 insertions, 5 deletions
diff --git a/app-portage/diffmask/ChangeLog b/app-portage/diffmask/ChangeLog
index 4b08ed44b84d..ed38d5a16f71 100644
--- a/app-portage/diffmask/ChangeLog
+++ b/app-portage/diffmask/ChangeLog
@@ -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.
diff --git a/app-portage/diffmask/diffmask-0.3.3.ebuild b/app-portage/diffmask/diffmask-0.3.3.ebuild
index 5704f6bdc168..d2d6a5ee457e 100644
--- a/app-portage/diffmask/diffmask-0.3.3.ebuild
+++ b/app-portage/diffmask/diffmask-0.3.3.ebuild
@@ -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 @@ RESTRICT_PYTHON_ABIS="2.4 2.5"
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"