public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, ...
@ 2011-11-02 17:41 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2011-11-02 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     b489c32f4dc4b6f9af805dd280c32058ae7e9746
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 26 17:41:31 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 17:41:31 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=b489c32f

Globally restrict Python 3.1.

That version is no longer supported upstream, and the distutils fixes
won't hit it.

---
 app-portage/diffmask/diffmask-9999.ebuild          |    2 +-
 .../eclean-kernel/eclean-kernel-9999.ebuild        |    2 +-
 app-portage/flaggie/flaggie-9999.ebuild            |    2 +-
 app-portage/gentoopm/gentoopm-0.1.9999.ebuild      |    2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild          |    2 +-
 app-portage/install-mask/install-mask-9999.ebuild  |    2 +-
 .../smart-live-rebuild-9999.ebuild                 |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index f33a0aa..5d6d2ba 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND="*:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
 
 inherit base distutils
 

diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
index df02841..969cf99 100644
--- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 
 inherit base distutils
 

diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 9a47940..dd77132 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND="*:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
 
 inherit base bash-completion-r1 distutils
 

diff --git a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
index d04e7bf..3a288dd 100644
--- a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index c1941bf..f3f424b 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils

diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index 21288be..5e09fd8 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 
 inherit base distutils
 

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 81900ce..ada1e14 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='*:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, ...
@ 2011-11-02 17:41 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2011-11-02 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     c119b587e2fcf6666f64db75a6d680d2fc204231
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 17:41:22 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 17:41:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=c119b587

Adjust PYTHON_DEPEND to 2.6+/3.2+.

---
 app-portage/diffmask/diffmask-9999.ebuild          |    2 +-
 .../eclean-kernel/eclean-kernel-9999.ebuild        |    2 +-
 app-portage/flaggie/flaggie-9999.ebuild            |    2 +-
 app-portage/gentoopm/gentoopm-0.1.9999.ebuild      |    2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild          |    2 +-
 app-portage/install-mask/install-mask-9999.ebuild  |    2 +-
 .../smart-live-rebuild-9999.ebuild                 |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index 5d6d2ba..cb431bc 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND="*:2.6"
+PYTHON_DEPEND="2:2.6 3:3.2"
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
 

diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
index 969cf99..c008d03 100644
--- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND='*:2.6'
+PYTHON_DEPEND='2:2.6 3:3.2'
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 

diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index dd77132..1080062 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND="*:2.6"
+PYTHON_DEPEND="2:2.6 3:3.2"
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
 

diff --git a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
index 3a288dd..a054e91 100644
--- a/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-0.1.9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-PYTHON_DEPEND='*:2.6'
+PYTHON_DEPEND='2:2.6 3:3.2'
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index f3f424b..fbb5c8b 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-PYTHON_DEPEND='*:2.6'
+PYTHON_DEPEND='2:2.6 3:3.2'
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py

diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index 5e09fd8..6803835 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -3,7 +3,7 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND='*:2.6'
+PYTHON_DEPEND='2:2.6 3:3.2'
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 

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 ada1e14..de3ad1e 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-PYTHON_DEPEND='*:2.6'
+PYTHON_DEPEND='2:2.6 3:3.2'
 SUPPORT_PYTHON_ABIS=1
 RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
 DISTUTILS_SRC_TEST=setup.py



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, ...
@ 2011-11-15 18:50 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2011-11-15 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     fc497b00983c639654f5ec13ee1cc15cd9133793
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 18:50:16 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 18:50:16 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fc497b00

Completely restrict Python3.

This should work-around python.eclass bugs once and for all.

---
 app-portage/diffmask/diffmask-9999.ebuild          |    4 ++--
 .../eclean-kernel/eclean-kernel-9999.ebuild        |    4 ++--
 app-portage/flaggie/flaggie-9999.ebuild            |    4 ++--
 app-portage/gentoopm/gentoopm-9999.ebuild          |    4 ++--
 app-portage/install-mask/install-mask-9999.ebuild  |    4 ++--
 .../smart-live-rebuild-9999.ebuild                 |    4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index cb431bc..e15da37 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -3,9 +3,9 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND="2:2.6 3:3.2"
+PYTHON_DEPEND="2:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
+RESTRICT_PYTHON_ABIS="2.4 2.5"
 
 inherit base distutils
 

diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
index c008d03..35d969e 100644
--- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
@@ -3,9 +3,9 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND='2:2.6 3:3.2'
+PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
+RESTRICT_PYTHON_ABIS='2.4 2.5'
 
 inherit base distutils
 

diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 1080062..7744313 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -3,9 +3,9 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND="2:2.6 3:3.2"
+PYTHON_DEPEND="2:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5 3.1"
+RESTRICT_PYTHON_ABIS="2.4 2.5"
 
 inherit base bash-completion-r1 distutils
 

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index fbb5c8b..ad3280f 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -4,9 +4,9 @@
 
 EAPI=4
 
-PYTHON_DEPEND='2:2.6 3:3.2'
+PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
+RESTRICT_PYTHON_ABIS='2.4 2.5'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils

diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index 6803835..961c76b 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -3,9 +3,9 @@
 # $Header: $
 
 EAPI=4
-PYTHON_DEPEND='2:2.6 3:3.2'
+PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
+RESTRICT_PYTHON_ABIS='2.4 2.5'
 
 inherit base distutils
 

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 de3ad1e..1160887 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -4,9 +4,9 @@
 
 EAPI=4
 
-PYTHON_DEPEND='2:2.6 3:3.2'
+PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5 3.1'
+RESTRICT_PYTHON_ABIS='2.4 2.5'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, ...
@ 2011-11-15 18:56 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2011-11-15 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     06e54ca27afd28b986004f21ba7c8b4f18667385
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 18:56:08 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 18:56:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=06e54ca2

Restrict the 3.* ABIs as well, argh.

---
 app-portage/diffmask/diffmask-9999.ebuild          |    2 +-
 .../eclean-kernel/eclean-kernel-9999.ebuild        |    2 +-
 app-portage/flaggie/flaggie-9999.ebuild            |    2 +-
 app-portage/gentoopm/gentoopm-9999.ebuild          |    2 +-
 app-portage/install-mask/install-mask-9999.ebuild  |    2 +-
 .../smart-live-rebuild-9999.ebuild                 |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild
index e15da37..f4f26e8 100644
--- a/app-portage/diffmask/diffmask-9999.ebuild
+++ b/app-portage/diffmask/diffmask-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND="2:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
 
 inherit base distutils
 

diff --git a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
index 35d969e..dc2b530 100644
--- a/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
+++ b/app-portage/eclean-kernel/eclean-kernel-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
 
 inherit base distutils
 

diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild
index 7744313..410404f 100644
--- a/app-portage/flaggie/flaggie-9999.ebuild
+++ b/app-portage/flaggie/flaggie-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND="2:2.6"
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS="2.4 2.5"
+RESTRICT_PYTHON_ABIS="2.4 2.5 3.*"
 
 inherit base bash-completion-r1 distutils
 

diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
index ad3280f..3c905b6 100644
--- a/app-portage/gentoopm/gentoopm-9999.ebuild
+++ b/app-portage/gentoopm/gentoopm-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils

diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
index 961c76b..e30ad65 100644
--- a/app-portage/install-mask/install-mask-9999.ebuild
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -5,7 +5,7 @@
 EAPI=4
 PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
 
 inherit base distutils
 

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 1160887..1a69f48 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=4
 
 PYTHON_DEPEND='2:2.6'
 SUPPORT_PYTHON_ABIS=1
-RESTRICT_PYTHON_ABIS='2.4 2.5'
+RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
 DISTUTILS_SRC_TEST=setup.py
 
 inherit base distutils



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-15 18:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-02 17:41 [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/, app-portage/eclean-kernel/, app-portage/gentoopm/, Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2011-11-02 17:41 Michał Górny
2011-11-15 18:50 Michał Górny
2011-11-15 18:56 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