public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.8.0_rc3.ebuild
@ 2009-08-13 16:47 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 3+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-08-13 16:47 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/08/13 16:47:26

  Modified:             ChangeLog pybugz-0.8.0_rc3.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14014-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 www-client/pybugz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	12 Aug 2009 20:42:37 -0000	1.49
+++ ChangeLog	13 Aug 2009 16:47:26 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for www-client/pybugz
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.49 2009/08/12 20:42:37 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.50 2009/08/13 16:47:26 arfrever Exp $
+
+  13 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pybugz-0.8.0_rc3.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *pybugz-0.8.0_rc3 (12 Aug 2009)
 



1.2                  www-client/pybugz/pybugz-0.8.0_rc3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild?r1=1.1&r2=1.2

Index: pybugz-0.8.0_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pybugz-0.8.0_rc3.ebuild	12 Aug 2009 20:42:37 -0000	1.1
+++ pybugz-0.8.0_rc3.ebuild	13 Aug 2009 16:47:26 -0000	1.2
@@ -1,8 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v 1.1 2009/08/12 20:42:37 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v 1.2 2009/08/13 16:47:26 arfrever Exp $
 
 EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit bash-completion distutils
 
@@ -20,6 +21,10 @@
 	bash-completion? ( app-shells/bash )
 	zsh-completion? ( app-shells/zsh )"
 
+RESTRICT_PYTHON_ABIS="3*"
+
+PYTHON_MODNAME="bugz"
+
 src_install() {
 	distutils_src_install
 






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

* [gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.8.0_rc3.ebuild
@ 2009-08-15 23:41 William Hubbs (williamh)
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2009-08-15 23:41 UTC (permalink / raw
  To: gentoo-commits

williamh    09/08/15 23:41:44

  Modified:             ChangeLog pybugz-0.8.0_rc3.ebuild
  Log:
  fixed bash completion support
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.51                 www-client/pybugz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	13 Aug 2009 16:47:26 -0000	1.50
+++ ChangeLog	15 Aug 2009 23:41:44 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/pybugz
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.50 2009/08/13 16:47:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.51 2009/08/15 23:41:44 williamh Exp $
+
+  15 Aug 2009; William Hubbs <williamh@gentoo.org> pybugz-0.8.0_rc3.ebuild:
+  fixed bash completion support
 
   13 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pybugz-0.8.0_rc3.ebuild:



1.3                  www-client/pybugz/pybugz-0.8.0_rc3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild?r1=1.2&r2=1.3

Index: pybugz-0.8.0_rc3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pybugz-0.8.0_rc3.ebuild	13 Aug 2009 16:47:26 -0000	1.2
+++ pybugz-0.8.0_rc3.ebuild	15 Aug 2009 23:41:44 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v 1.2 2009/08/13 16:47:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.8.0_rc3.ebuild,v 1.3 2009/08/15 23:41:44 williamh Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -18,7 +18,6 @@
 	( >=dev-lang/python-2.4[readline]
 		dev-python/elementtree ) )"
 RDEPEND="${DEPEND}
-	bash-completion? ( app-shells/bash )
 	zsh-completion? ( app-shells/zsh )"
 
 RESTRICT_PYTHON_ABIS="3*"
@@ -28,9 +27,7 @@
 src_install() {
 	distutils_src_install
 
-	if use bash-completion; then
-		dobashcompletion contrib/bash-completion bugz
-	fi
+	dobashcompletion contrib/bash-completion bugz
 
 	if use zsh-completion ; then
 		insinto /usr/share/zsh/site-functions






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

* [gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.8.0_rc3.ebuild
@ 2009-09-03 16:25 William Hubbs (williamh)
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2009-09-03 16:25 UTC (permalink / raw
  To: gentoo-commits

williamh    09/09/03 16:25:59

  Modified:             ChangeLog
  Removed:              pybugz-0.8.0_rc3.ebuild
  Log:
  removed release candidate
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.54                 www-client/pybugz/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/pybugz/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	3 Sep 2009 16:23:11 -0000	1.53
+++ ChangeLog	3 Sep 2009 16:25:59 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for www-client/pybugz
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.53 2009/09/03 16:23:11 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.54 2009/09/03 16:25:59 williamh Exp $
+
+  03 Sep 2009; William Hubbs <williamh@gentoo.org> -pybugz-0.8.0_rc3.ebuild:
+  removed release candidate
 
 *pybugz-0.8.0 (03 Sep 2009)
 






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

end of thread, other threads:[~2009-09-03 11:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-15 23:41 [gentoo-commits] gentoo-x86 commit in www-client/pybugz: ChangeLog pybugz-0.8.0_rc3.ebuild William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-03 16:25 William Hubbs (williamh)
2009-08-13 16:47 Arfrever Frehtes Taifersar Arahesis (arfrever)

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