public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.12.6.ebuild ChangeLog
@ 2014-06-06 15:47 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 3+ messages in thread
From: Dirkjan Ochtman (djc) @ 2014-06-06 15:47 UTC (permalink / raw
  To: gentoo-commits

djc         14/06/06 15:47:25

  Modified:             ChangeLog
  Added:                bottle-0.12.6.ebuild
  Log:
  Version bump bottle to 0.12.6
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 30380381)

Revision  Changes    Path
1.25                 dev-python/bottle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	6 Jun 2014 15:44:16 -0000	1.24
+++ ChangeLog	6 Jun 2014 15:47:25 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/bottle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.24 2014/06/06 15:44:16 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.25 2014/06/06 15:47:25 djc Exp $
+
+*bottle-0.12.6 (06 Jun 2014)
+
+  06 Jun 2014; Dirkjan Ochtman <djc@gentoo.org> +bottle-0.12.6.ebuild:
+  Version bump bottle to 0.12.6
 
 *bottle-0.11.7 (06 Jun 2014)
 



1.1                  dev-python/bottle/bottle-0.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?rev=1.1&content-type=text/plain

Index: bottle-0.12.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.1 2014/06/06 15:47:25 djc Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
inherit distutils-r1

DESCRIPTION="A fast and simple micro-framework for small web-applications"
HOMEPAGE="http://pypi.python.org/pypi/bottle http://bottlepy.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

python_prepare_all() {
	sed -i -e '/scripts/d' setup.py || die
	distutils-r1_python_prepare_all
}

pkg_postinst() {
	elog "Due to problems with bottle.py being in /usr/bin (see bug #474874)"
	elog "we do as most other distros and do not install the script anymore."
	elog "If you do want/have to call it directly rather than through your app,"
	elog "please use the following instead:"
	elog '  `python -m bottle`'
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.12.6.ebuild ChangeLog
@ 2014-06-28 18:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-06-28 18:04 UTC (permalink / raw
  To: gentoo-commits

jer         14/06/28 18:04:52

  Modified:             bottle-0.12.6.ebuild ChangeLog
  Log:
  Marked ~hppa (bug #515610).
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-python/bottle/bottle-0.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?r1=1.1&r2=1.2

Index: bottle-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bottle-0.12.6.ebuild	6 Jun 2014 15:47:25 -0000	1.1
+++ bottle-0.12.6.ebuild	28 Jun 2014 18:04:52 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.1 2014/06/06 15:47:25 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.2 2014/06/28 18:04:52 jer Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE=""
 
 DEPEND=""



1.27                 dev-python/bottle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	6 Jun 2014 15:49:11 -0000	1.26
+++ ChangeLog	28 Jun 2014 18:04:52 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bottle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.26 2014/06/06 15:49:11 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.27 2014/06/28 18:04:52 jer Exp $
+
+  28 Jun 2014; Jeroen Roovers <jer@gentoo.org> bottle-0.12.6.ebuild:
+  Marked ~hppa (bug #515610).
 
   06 Jun 2014; Dirkjan Ochtman <djc@gentoo.org> -bottle-0.10.9.ebuild,
   -bottle-0.11.3.ebuild, -bottle-0.11.6.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.12.6.ebuild ChangeLog
@ 2014-07-08  0:19 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2014-07-08  0:19 UTC (permalink / raw
  To: gentoo-commits

naota       14/07/08 00:19:29

  Modified:             bottle-0.12.6.ebuild ChangeLog
  Log:
  Add ~x86-fbsd wrt #515610
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.3                  dev-python/bottle/bottle-0.12.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild?r1=1.2&r2=1.3

Index: bottle-0.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bottle-0.12.6.ebuild	28 Jun 2014 18:04:52 -0000	1.2
+++ bottle-0.12.6.ebuild	8 Jul 2014 00:19:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.2 2014/06/28 18:04:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.6.ebuild,v 1.3 2014/07/08 00:19:29 naota Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=""



1.36                 dev-python/bottle/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	6 Jul 2014 17:43:42 -0000	1.35
+++ ChangeLog	8 Jul 2014 00:19:29 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/bottle
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.35 2014/07/06 17:43:42 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.36 2014/07/08 00:19:29 naota Exp $
+
+  08 Jul 2014; Naohiro Aota <naota@gentoo.org> bottle-0.12.6.ebuild:
+  Add ~x86-fbsd wrt #515610
 
   06 Jul 2014; Markus Meier <maekke@gentoo.org> bottle-0.11.7.ebuild:
   arm stable, bug #509350





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

end of thread, other threads:[~2014-07-08  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-06 15:47 [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.12.6.ebuild ChangeLog Dirkjan Ochtman (djc)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-28 18:04 Jeroen Roovers (jer)
2014-07-08  0:19 Naohiro Aota (naota)

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