summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-12-20 14:34:21 +0000
committerMichał Górny <mgorny@gentoo.org>2010-12-20 14:34:21 +0000
commite937fac35c3b7e3990916ea0bcd474f7088a8bdf (patch)
tree01d94c349462bb4257abdc88d9e9aa17ef5a2d32 /app-portage
parentChange the SRC_URIs to use cloud.github.com directly. This avoids issues with... (diff)
downloadgentoo-2-e937fac35c3b7e3990916ea0bcd474f7088a8bdf.tar.gz
gentoo-2-e937fac35c3b7e3990916ea0bcd474f7088a8bdf.tar.bz2
gentoo-2-e937fac35c3b7e3990916ea0bcd474f7088a8bdf.zip
Change the SRC_URIs to use cloud.github.com directly. This avoids issues with (pointless) SSL and old wget versions. Update the HOMEPAGE. Add missing Portage RDEP.
(Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/ChangeLog8
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog
index 9f04149a6258..29d3a05bc428 100644
--- a/app-portage/smart-live-rebuild/ChangeLog
+++ b/app-portage/smart-live-rebuild/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-portage/smart-live-rebuild
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.10 2010/12/19 19:24:17 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.11 2010/12/20 14:34:21 mgorny Exp $
+
+ 20 Dec 2010; Michał Górny <mgorny@gentoo.org>
+ smart-live-rebuild-0.6.5.ebuild:
+ Change the SRC_URIs to use cloud.github.com directly. This avoids issues with
+ (pointless) SSL and old wget versions. Update the HOMEPAGE. Add missing
+ Portage RDEP.
19 Dec 2010; Michał Górny <mgorny@gentoo.org> metadata.xml:
Update the <bugs-to/> URL.
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild
index 23c5df45af04..17f3053cadf4 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.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/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild,v 1.1 2010/11/02 17:47:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-0.6.5.ebuild,v 1.2 2010/12/20 14:34:21 mgorny Exp $
EAPI=3
PYTHON_DEPEND='*:2.6'
@@ -9,14 +9,16 @@ RESTRICT_PYTHON_ABIS='2.4 2.5'
inherit distutils
DESCRIPTION="Check live packages for updates and emerge them as necessary"
-HOMEPAGE="http://github.com/mgorny/smart-live-rebuild/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="|| ( BSD GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+RDEPEND=">=sys-apps/portage-2.1.8.3"
+
PYTHON_MODNAME=SmartLiveRebuild
src_install() {