public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] packages:master commit in: web/templates/, etc/
@ 2012-05-20 18:29 Robin H. Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson @ 2012-05-20 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     31323f42938984ac32077aa8839d687d72ba1e97
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun May 20 18:29:01 2012 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun May 20 18:29:01 2012 +0000
URL:        http://sources.gentoo.org/gitweb/?p=packages.git;a=commit;h=31323f42

Change definition of exotic arches, and add cygwin prefix target.

---
 etc/const_data.py      |    4 ++--
 web/templates/faq.html |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/const_data.py b/etc/const_data.py
index 5684418..f3213da 100644
--- a/etc/const_data.py
+++ b/etc/const_data.py
@@ -7,11 +7,11 @@ class ConstData(object):
     arches = {} # 'all': None, 'fbsd': None, 'linux': None, 'exotic': None, 'prefix': None, 'common': None }
     # This should match /usr/portage/profiles/arch.list
     arches['fbsd'] = frozenset([(arch+'-fbsd') for arch in ['amd64','sparc','x86']])
-    arches['prefix'] = frozenset([ 'ppc-aix', 'x86-freebsd', 'x64-freebsd', 'ia64-hpux', 'hppa-hpux', 'x86-interix', 'mips-irix', 'amd64-linux', 'arm-linux', 'ia64-linux', 'x86-linux', 'ppc-macos', 'x86-macos', 'x64-macos', 'm68k-mint', 'x86-netbsd', 'ppc-openbsd', 'x86-openbsd', 'x64-openbsd', 'sparc-solaris', 'sparc64-solaris', 'x64-solaris', 'x86-solaris', 'x86-winnt'])
+    arches['prefix'] = frozenset([ 'ppc-aix', 'x86-freebsd', 'x64-freebsd', 'ia64-hpux', 'hppa-hpux', 'x86-interix', 'mips-irix', 'amd64-linux', 'arm-linux', 'ia64-linux', 'x86-linux', 'ppc-macos', 'x86-macos', 'x64-macos', 'm68k-mint', 'x86-netbsd', 'ppc-openbsd', 'x86-openbsd', 'x64-openbsd', 'sparc-solaris', 'sparc64-solaris', 'x64-solaris', 'x86-solaris', 'x86-winnt', 'x86-cygwin'])
     arches['linux'] = frozenset(['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'm68k', 'mips', 'ppc', 'ppc64', 's390', 'sh', 'sparc', 'x86'])
 
     arches['all'] = arches['linux'].union(arches['fbsd']).union(arches['prefix'])
-    arches['exotic'] = frozenset(['arm','mips','m68k','s390','sh'])
+    arches['exotic'] = frozenset(['mips','m68k','s390','sh'])
     arches['common'] = arches['linux'].difference(arches['exotic'])
 
 # vim:ts=4 et ft=python:

diff --git a/web/templates/faq.html b/web/templates/faq.html
index 60e589c..7293f83 100644
--- a/web/templates/faq.html
+++ b/web/templates/faq.html
@@ -156,8 +156,8 @@
 			<dd>
 			Due to page width constraints, we have broken down the arch
 			display as follows:<br />
-			Common: alpha, amd64, hppa, ia64, ppc, ppc64, sparc, x86<br />
-			Exotic: arm, mips, m68k, s390, sh, x86-fbsd, sparc-fbsd, ppc-macos<br />
+			Common: alpha, amd64, arm, hppa, ia64, ppc, ppc64, sparc, x86<br />
+			Exotic: mips, m68k, s390, sh, (all of prefix), (all of fbsd)<br />
 			All: Both sets of arches<br />
 			If you want to switch between these lists easily, look for the
 			little C-E-A to the right of the 'Arches' legend.



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

* [gentoo-commits] packages:master commit in: web/templates/, etc/
@ 2014-01-18 19:31 Robin H. Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Robin H. Johnson @ 2014-01-18 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     fb5fe6e457623bf7b24106bd149054f4505dbc17
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 18 19:31:05 2014 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sat Jan 18 19:31:05 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=packages.git;a=commit;h=fb5fe6e4

Handle more arches.

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

---
 etc/const_data.py      | 4 ++--
 web/templates/faq.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/const_data.py b/etc/const_data.py
index f3213da..9c7132d 100644
--- a/etc/const_data.py
+++ b/etc/const_data.py
@@ -8,10 +8,10 @@ class ConstData(object):
     # This should match /usr/portage/profiles/arch.list
     arches['fbsd'] = frozenset([(arch+'-fbsd') for arch in ['amd64','sparc','x86']])
     arches['prefix'] = frozenset([ 'ppc-aix', 'x86-freebsd', 'x64-freebsd', 'ia64-hpux', 'hppa-hpux', 'x86-interix', 'mips-irix', 'amd64-linux', 'arm-linux', 'ia64-linux', 'x86-linux', 'ppc-macos', 'x86-macos', 'x64-macos', 'm68k-mint', 'x86-netbsd', 'ppc-openbsd', 'x86-openbsd', 'x64-openbsd', 'sparc-solaris', 'sparc64-solaris', 'x64-solaris', 'x86-solaris', 'x86-winnt', 'x86-cygwin'])
-    arches['linux'] = frozenset(['alpha', 'amd64', 'arm', 'hppa', 'ia64', 'm68k', 'mips', 'ppc', 'ppc64', 's390', 'sh', 'sparc', 'x86'])
+    arches['linux'] = frozenset(['alpha', 'amd64', 'arm', 'arm64', 'hppa', 'ia64', 'm68k', 'mips', 'ppc', 'ppc64', 's390', 'sh', 'sparc', 'x86'])
 
     arches['all'] = arches['linux'].union(arches['fbsd']).union(arches['prefix'])
-    arches['exotic'] = frozenset(['mips','m68k','s390','sh'])
+    arches['exotic'] = frozenset(['arm64', 'mips', 'm68k', 's390', 'sh'])
     arches['common'] = arches['linux'].difference(arches['exotic'])
 
 # vim:ts=4 et ft=python:

diff --git a/web/templates/faq.html b/web/templates/faq.html
index 7293f83..a088da2 100644
--- a/web/templates/faq.html
+++ b/web/templates/faq.html
@@ -157,7 +157,7 @@
 			Due to page width constraints, we have broken down the arch
 			display as follows:<br />
 			Common: alpha, amd64, arm, hppa, ia64, ppc, ppc64, sparc, x86<br />
-			Exotic: mips, m68k, s390, sh, (all of prefix), (all of fbsd)<br />
+			Exotic: arm64, mips, m68k, s390, sh, (all of prefix), (all of fbsd)<br />
 			All: Both sets of arches<br />
 			If you want to switch between these lists easily, look for the
 			little C-E-A to the right of the 'Arches' legend.


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

end of thread, other threads:[~2014-01-18 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 18:29 [gentoo-commits] packages:master commit in: web/templates/, etc/ Robin H. Johnson
  -- strict thread matches above, loose matches on Subject: below --
2014-01-18 19:31 Robin H. Johnson

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