public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/, dev-cpp/pimplxx/, x11-misc/tinynotify-send/, ...
@ 2012-08-30  9:54 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2012-08-30  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c683d043ba2e1798869c0e9cd69b10416faca0ad
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 08:36:35 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 08:36:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=c683d043

Unify bitbucket git repo URIs.

---
 app-admin/eclean-kernel/eclean-kernel-9999.ebuild  |    2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild          |    1 -
 app-portage/repo-commit/repo-commit-9999.ebuild    |    2 +-
 .../smart-live-rebuild-9999.ebuild                 |    2 +-
 dev-cpp/pimplxx/pimplxx-9999.ebuild                |    2 +-
 dev-dotnet/pe-format/pe-format-2.9999.ebuild       |    3 +--
 dev-python/pymountboot/pymountboot-9999.ebuild     |    2 +-
 sci-libs/libh2o/libh2o-9999.ebuild                 |    2 +-
 sci-libs/libh2oboost/libh2oboost-9999.ebuild       |    2 +-
 sci-libs/libh2oxx/libh2oxx-9999.ebuild             |    2 +-
 sci-libs/pyh2o/pyh2o-9999.ebuild                   |    2 +-
 sci-physics/h2o-gtk/h2o-gtk-9999.ebuild            |    2 +-
 sys-devel/systemd-sdk/systemd-sdk-9999.ebuild      |    3 +--
 www-servers/pshs/pshs-9999.ebuild                  |    2 +-
 .../libtinynotify-cli-9999.ebuild                  |    2 +-
 .../libtinynotify-systemwide-9999.ebuild           |    2 +-
 x11-libs/libtinynotify/libtinynotify-9999.ebuild   |    2 +-
 x11-misc/sw-notify-send/sw-notify-send-9999.ebuild |    2 +-
 .../tinynotify-send/tinynotify-send-9999.ebuild    |    2 +-
 19 files changed, 18 insertions(+), 21 deletions(-)

diff --git a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
index 4da3b3b..d9fa7f3 100644
--- a/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-admin/eclean-kernel/eclean-kernel-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
 inherit base python-distutils-ng
 
 #if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 inherit git-2
 #endif
 

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index f5f9f6b..bea5c85 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -10,7 +10,6 @@ inherit base python-distutils-ng
 #if LIVE
 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git
 	http://git.overlays.gentoo.org/gitroot/proj/${PN}.git
-	git://bitbucket.org/mgorny/${PN}.git
 	http://bitbucket.org/mgorny/${PN}.git"
 inherit git-2
 #endif

diff --git a/app-portage/repo-commit/repo-commit-9999.ebuild b/app-portage/repo-commit/repo-commit-9999.ebuild
index 7ed2381..eac4445 100644
--- a/app-portage/repo-commit/repo-commit-9999.ebuild
+++ b/app-portage/repo-commit/repo-commit-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/gentoo/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/gentoo/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
index 3851d27..d5c71fd 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
 inherit base python-distutils-ng
 
 #if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 inherit git-2
 #endif
 

diff --git a/dev-cpp/pimplxx/pimplxx-9999.ebuild b/dev-cpp/pimplxx/pimplxx-9999.ebuild
index 342382c..1732156 100644
--- a/dev-cpp/pimplxx/pimplxx-9999.ebuild
+++ b/dev-cpp/pimplxx/pimplxx-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index dfc5be1..4de6d03 100644
--- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild
+++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
@@ -6,8 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="git://bitbucket.org/mgorny/${PN}2.git
-	http://bitbucket.org/mgorny/${PN}2.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}2.git"
 
 inherit git-2
 #endif

diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild b/dev-python/pymountboot/pymountboot-9999.ebuild
index 5670f3d..861cc5c 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
 inherit base python-distutils-ng
 
 #if LIVE
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 inherit git-2
 #endif
 

diff --git a/sci-libs/libh2o/libh2o-9999.ebuild b/sci-libs/libh2o/libh2o-9999.ebuild
index 403b27e..453b4ca 100644
--- a/sci-libs/libh2o/libh2o-9999.ebuild
+++ b/sci-libs/libh2o/libh2o-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/sci-libs/libh2oboost/libh2oboost-9999.ebuild b/sci-libs/libh2oboost/libh2oboost-9999.ebuild
index 2d7ff4f..36c87a7 100644
--- a/sci-libs/libh2oboost/libh2oboost-9999.ebuild
+++ b/sci-libs/libh2oboost/libh2oboost-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/sci-libs/libh2oxx/libh2oxx-9999.ebuild b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
index ac4c810..d9d294b 100644
--- a/sci-libs/libh2oxx/libh2oxx-9999.ebuild
+++ b/sci-libs/libh2oxx/libh2oxx-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/sci-libs/pyh2o/pyh2o-9999.ebuild b/sci-libs/pyh2o/pyh2o-9999.ebuild
index 41b2e3b..0489b13 100644
--- a/sci-libs/pyh2o/pyh2o-9999.ebuild
+++ b/sci-libs/pyh2o/pyh2o-9999.ebuild
@@ -9,7 +9,7 @@ inherit base python-distutils-ng
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
index 3e95a46..53ffe9a 100644
--- a/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
+++ b/sci-physics/h2o-gtk/h2o-gtk-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
index 36290a8..f6ed3a2 100644
--- a/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
+++ b/sys-devel/systemd-sdk/systemd-sdk-9999.ebuild
@@ -6,8 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="git://bitbucket.org/mgorny/${PN}.git
-	http://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/www-servers/pshs/pshs-9999.ebuild b/www-servers/pshs/pshs-9999.ebuild
index fe4823e..ffddf75 100644
--- a/www-servers/pshs/pshs-9999.ebuild
+++ b/www-servers/pshs/pshs-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
index 253f73c..fd73d6c 100644
--- a/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
+++ b/x11-libs/libtinynotify-cli/libtinynotify-cli-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git"
 
 inherit git-2
 #endif

diff --git a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
index 98abaf3..92bd28d 100644
--- a/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
+++ b/x11-libs/libtinynotify-systemwide/libtinynotify-systemwide-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/x11-libs/libtinynotify/libtinynotify-9999.ebuild b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
index eac617c..cd999ab 100644
--- a/x11-libs/libtinynotify/libtinynotify-9999.ebuild
+++ b/x11-libs/libtinynotify/libtinynotify-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif

diff --git a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
index c176c36..e27bd04 100644
--- a/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
+++ b/x11-misc/sw-notify-send/sw-notify-send-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/tinynotify-send.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/tinynotify-send.git"
 
 inherit git-2
 #endif

diff --git a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
index bd6fa05..b03c9d3 100644
--- a/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
+++ b/x11-misc/tinynotify-send/tinynotify-send-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 #if LIVE
 AUTOTOOLS_AUTORECONF=yes
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
 
 inherit git-2
 #endif


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-30  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-30  9:54 [gentoo-commits] dev/mgorny:master commit in: sci-libs/libh2oxx/, dev-cpp/pimplxx/, x11-misc/tinynotify-send/, Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox