summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-03-20 18:27:13 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-03-20 18:27:13 +0000
commitd0cf91ad1248168b1c8abffcb71be53a5ad0cbe8 (patch)
tree4320c631f7aea720a5da527935000ecc112720ef /www-client
parentLet libtool sort out the dynamic flag #357899 by Daniel Hornung. (diff)
downloadgentoo-2-d0cf91ad1248168b1c8abffcb71be53a5ad0cbe8.tar.gz
gentoo-2-d0cf91ad1248168b1c8abffcb71be53a5ad0cbe8.tar.bz2
gentoo-2-d0cf91ad1248168b1c8abffcb71be53a5ad0cbe8.zip
new release candidate and remove older ones
(Portage version: 2.2.0_alpha28/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/pybugz/ChangeLog11
-rw-r--r--www-client/pybugz/pybugz-0.9.0_rc1.ebuild42
-rw-r--r--www-client/pybugz/pybugz-0.9.0_rc3.ebuild (renamed from www-client/pybugz/pybugz-0.9.0_rc2.ebuild)4
-rw-r--r--www-client/pybugz/pybugz-9999.ebuild12
4 files changed, 19 insertions, 50 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog
index 3f663b337451..ec50f9f1db8b 100644
--- a/www-client/pybugz/ChangeLog
+++ b/www-client/pybugz/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for www-client/pybugz
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.71 2011/02/19 17:04:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.72 2011/03/20 18:27:13 williamh Exp $
+
+*pybugz-0.9.0_rc3 (20 Mar 2011)
+
+ 20 Mar 2011; William Hubbs <williamh@gentoo.org> -pybugz-0.9.0_rc1.ebuild,
+ -pybugz-0.9.0_rc2.ebuild, +pybugz-0.9.0_rc3.ebuild, pybugz-9999.ebuild:
+ new release candidate and remove older ones
+
+ 19 Feb 2011; William Hubbs <williamh@gentoo.org> pybugz-9999.ebuild:
+ sync live ebuild
*pybugz-0.9.0_rc2 (19 Feb 2011)
diff --git a/www-client/pybugz/pybugz-0.9.0_rc1.ebuild b/www-client/pybugz/pybugz-0.9.0_rc1.ebuild
deleted file mode 100644
index c7c1aff0ac1c..000000000000
--- a/www-client/pybugz/pybugz-0.9.0_rc1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.9.0_rc1.ebuild,v 1.1 2010/12/08 03:35:00 williamh Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-PYTHON_DEPEND="2:2.5"
-PYTHON_MODNAME="bugz"
-PYTHON_USE_WITH="readline"
-
-inherit bash-completion distutils
-
-if [[ ${PV} == "9999" ]] ; then
-EGIT_REPO_URI="git://github.com/williamh/pybugz.git"
-KEYWORDS=""
-inherit git
-else
-SRC_URI="http://pybugz.googlecode.com/files/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-fi
-
-DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="http://www.liquidx.net/pybugz"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="zsh-completion"
-
-RDEPEND="${DEPEND}
-|| ( dev-lang/python:2.7 dev-python/argparse )
- zsh-completion? ( app-shells/zsh )"
-
-src_install() {
- distutils_src_install
-
- dobashcompletion contrib/bash-completion bugz
-
- if use zsh-completion ; then
- insinto /usr/share/zsh/site-functions
- newins contrib/zsh-completion _pybugz
- fi
-}
diff --git a/www-client/pybugz/pybugz-0.9.0_rc2.ebuild b/www-client/pybugz/pybugz-0.9.0_rc3.ebuild
index 09936efd09e7..dcefe94ff02b 100644
--- a/www-client/pybugz/pybugz-0.9.0_rc2.ebuild
+++ b/www-client/pybugz/pybugz-0.9.0_rc3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.9.0_rc2.ebuild,v 1.1 2011/02/19 17:04:21 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.9.0_rc3.ebuild,v 1.1 2011/03/20 18:27:13 williamh Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -18,7 +18,7 @@ inherit git
else
SRC_URI="http://www.github.com/williamh/${PN}/tarball/${PV} -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-GITHUB_COMMIT=b2d9db3
+GITHUB_COMMIT=539763b
S="${WORKDIR}/williamh-pybugz-${GITHUB_COMMIT}"
fi
diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
index a32c6547fa3d..deebdba50e28 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.3 2011/02/18 18:35:50 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-9999.ebuild,v 1.4 2011/03/20 18:27:13 williamh Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -11,23 +11,25 @@ PYTHON_USE_WITH="readline"
inherit bash-completion distutils
-if [[ ${PV} == "9999" ]] ; then
+if [ "${PV}" = "9999" ]; then
EGIT_REPO_URI="git://github.com/williamh/pybugz.git"
KEYWORDS=""
inherit git
else
-SRC_URI="http://pybugz.googlecode.com/files/${P}.tar.gz"
+SRC_URI="http://www.github.com/williamh/${PN}/tarball/${PV} -> ${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+GITHUB_COMMIT=b2d9db3
+S="${WORKDIR}/williamh-pybugz-${GITHUB_COMMIT}"
fi
DESCRIPTION="Command line interface to (Gentoo) Bugzilla"
-HOMEPAGE="http://www.liquidx.net/pybugz"
+HOMEPAGE="http://www.github.com/williamh/pybugz"
LICENSE="GPL-2"
SLOT="0"
IUSE="zsh-completion"
RDEPEND="${DEPEND}
-|| ( dev-lang/python:2.7 dev-python/argparse )
+ || ( dev-lang/python:2.7 dev-python/argparse )
zsh-completion? ( app-shells/zsh )"
src_install() {