public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-9999.ebuild
@ 2012-11-12 22:01 Brian Dolbec (dolsen)
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec (dolsen) @ 2012-11-12 22:01 UTC (permalink / raw
  To: gentoo-commits

dolsen      12/11/12 22:01:57

  Modified:             ChangeLog
  Added:                mirrorselect-9999.ebuild
  Log:
  Add a live ebuild.
  
  (Portage version: 2.2.0_alpha142_p10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.113                app-portage/mirrorselect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.113&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.113&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.112&r2=1.113

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	21 May 2012 04:49:48 -0000	1.112
+++ ChangeLog	12 Nov 2012 22:01:57 -0000	1.113
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.112 2012/05/21 04:49:48 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.113 2012/11/12 22:01:57 dolsen Exp $
+
+*mirrorselect-9999 (12 Nov 2012)
+
+  12 Nov 2012; Brian Dolbec <dolsen@gentoo.org> +mirrorselect-9999.ebuild:
+  Add a live ebuild for more testing the new code.
 
   21 May 2012; Jeremy Olexa <darkside@gentoo.org>
   -files/0001-Fix-rsync-mirror-selectection.patch,



1.1                  app-portage/mirrorselect/mirrorselect-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.1&content-type=text/plain

Index: mirrorselect-9999.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.1 2012/11/12 22:01:57 dolsen Exp $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45]"
PYTHON_USE_WITH="xml"
PYTHON_NONVERSIONED_EXECUTABLES=(".*")

EGIT_MASTER="master"
#EGIT_BRANCH="master"

inherit distutils python git-2 prefix

EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mirrorselect.git"

DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
HOMEPAGE="http://www.gentoo.org/proj/en/portage/tools/index.xml"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
IUSE=""

KEYWORDS=""

# Note: dev-lang/python dependencies are so emerge will print a blocker if any
# installed slot of python is not built with +xml.  This is used since
# PYTHON_USE_WITH just dies in the middle of the emerge. See bug 399331.
RDEPEND="
	>=dev-lang/python-2.6[xml]
	!>=dev-lang/python-2.6[-xml]
	dev-util/dialog
	net-analyzer/netselect
	"
#	virtual/python-argparse"

src_prepare() {
	eprefixify setup.py mirrorselect/main.py
}

distutils_src_compile_pre_hook() {
	echo VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version
	VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version
}

src_compile() {
	distutils_src_compile
}

src_install() {
	python_convert_shebangs -r "" build-*/scripts-*
	distutils_src_install
}

pkg_postinst() {
	distutils_pkg_postinst

	einfo "This is a development version."
	einfo "Please report any bugs you encounter."
	einfo "http://bugs.gentoo.org/"
}





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

* [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-9999.ebuild
@ 2012-11-15  4:49 Brian Dolbec (dolsen)
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec (dolsen) @ 2012-11-15  4:49 UTC (permalink / raw
  To: gentoo-commits

dolsen      12/11/15 04:49:30

  Modified:             ChangeLog mirrorselect-9999.ebuild
  Log:
  Restrict python 3.1 due to compatability issues.
  
  (Portage version: 2.2.0_alpha142_p10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.114                app-portage/mirrorselect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.114&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.114&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.113&r2=1.114

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	12 Nov 2012 22:01:57 -0000	1.113
+++ ChangeLog	15 Nov 2012 04:49:30 -0000	1.114
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.113 2012/11/12 22:01:57 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.114 2012/11/15 04:49:30 dolsen Exp $
+
+  15 Nov 2012; Brian Dolbec <dolsen@gentoo.org> mirrorselect-9999.ebuild:
+  Restrict python 3.1 due to compatability issues.
 
 *mirrorselect-9999 (12 Nov 2012)
 



1.2                  app-portage/mirrorselect/mirrorselect-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?r1=1.1&r2=1.2

Index: mirrorselect-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mirrorselect-9999.ebuild	12 Nov 2012 22:01:57 -0000	1.1
+++ mirrorselect-9999.ebuild	15 Nov 2012 04:49:30 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.1 2012/11/12 22:01:57 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.2 2012/11/15 04:49:30 dolsen Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.[45]"
+RESTRICT_PYTHON_ABIS="2.[45] 3.1"
 PYTHON_USE_WITH="xml"
 PYTHON_NONVERSIONED_EXECUTABLES=(".*")
 





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

* [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-9999.ebuild
@ 2014-03-02  8:35 Brian Dolbec (dolsen)
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec (dolsen) @ 2014-03-02  8:35 UTC (permalink / raw
  To: gentoo-commits

dolsen      14/03/02 08:35:11

  Modified:             ChangeLog mirrorselect-9999.ebuild
  Log:
  Add the new ssl-fetch rdep.
  
  (Portage version: 2.2.8_p51/cvs/Linux x86_64, signed Manifest commit with key 0x65E309F2189DB0B8)

Revision  Changes    Path
1.131                app-portage/mirrorselect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	17 Oct 2013 07:13:37 -0000	1.130
+++ ChangeLog	2 Mar 2014 08:35:11 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/mirrorselect
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.130 2013/10/17 07:13:37 dolsen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.131 2014/03/02 08:35:11 dolsen Exp $
+
+  02 Mar 2014; Brian Dolbec <dolsen@gentoo.org> mirrorselect-9999.ebuild:
+  Add the new ssl-fetch rdep.
 
   17 Oct 2013; Brian Dolbec <dolsen@gentoo.org> mirrorselect-2.2.0.1.ebuild,
   mirrorselect-9999.ebuild:



1.6                  app-portage/mirrorselect/mirrorselect-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?r1=1.5&r2=1.6

Index: mirrorselect-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mirrorselect-9999.ebuild	17 Oct 2013 07:13:38 -0000	1.5
+++ mirrorselect-9999.ebuild	2 Mar 2014 08:35:11 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.5 2013/10/17 07:13:38 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.6 2014/03/02 08:35:11 dolsen Exp $
 
 EAPI="5"
 
@@ -25,6 +25,7 @@
 RDEPEND="
 	dev-util/dialog
 	net-analyzer/netselect
+	=dev-python/ssl-fetch-9999
 	"
 
 python_prepare_all()  {





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

* [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-9999.ebuild
@ 2015-04-25 15:35 Brian Dolbec (dolsen)
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Dolbec (dolsen) @ 2015-04-25 15:35 UTC (permalink / raw
  To: gentoo-commits

dolsen      15/04/25 15:35:38

  Modified:             ChangeLog mirrorselect-9999.ebuild
  Log:
  Update EGIT_REPO_URI.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xD80F5F1E1245142E)

Revision  Changes    Path
1.153                app-portage/mirrorselect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	8 Apr 2015 07:30:31 -0000	1.152
+++ ChangeLog	25 Apr 2015 15:35:37 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.152 2015/04/08 07:30:31 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.153 2015/04/25 15:35:37 dolsen Exp $
+
+  25 Apr 2015; Brian Dolbec <dolsen@gentoo.org> mirrorselect-9999.ebuild:
+  Update EGIT_REPO_URI.
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> mirrorselect-2.2.0.1.ebuild:
   Remove old Python implementations



1.10                 app-portage/mirrorselect/mirrorselect-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild?r1=1.9&r2=1.10

Index: mirrorselect-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- mirrorselect-9999.ebuild	6 May 2014 02:55:53 -0000	1.9
+++ mirrorselect-9999.ebuild	25 Apr 2015 15:35:37 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.9 2014/05/06 02:55:53 dolsen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-9999.ebuild,v 1.10 2015/04/25 15:35:37 dolsen Exp $
 
 EAPI="5"
 
@@ -9,7 +9,7 @@
 
 inherit eutils distutils-r1 git-2 prefix
 
-EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mirrorselect.git"
+EGIT_REPO_URI="git://git.gentoo.org/proj/mirrorselect.git"
 EGIT_MASTER="master"
 
 DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"





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

end of thread, other threads:[~2015-04-25 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 22:01 [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-9999.ebuild Brian Dolbec (dolsen)
  -- strict thread matches above, loose matches on Subject: below --
2012-11-15  4:49 Brian Dolbec (dolsen)
2014-03-02  8:35 Brian Dolbec (dolsen)
2015-04-25 15:35 Brian Dolbec (dolsen)

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