summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-03-27 00:31:14 +0000
committerWilliam Hubbs <williamh@gentoo.org>2011-03-27 00:31:14 +0000
commit03ac722207ff5641f094d5651677fce7426b7979 (patch)
treefeb81801701d62e71f28e44a89e025684530e7e6 /www-client
parentVersion bump. (diff)
downloadgentoo-2-03ac722207ff5641f094d5651677fce7426b7979.tar.gz
gentoo-2-03ac722207ff5641f094d5651677fce7426b7979.tar.bz2
gentoo-2-03ac722207ff5641f094d5651677fce7426b7979.zip
remove release candidates and release 0.9.0
(Portage version: 2.2.0_alpha28/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/pybugz/ChangeLog8
-rw-r--r--www-client/pybugz/pybugz-0.9.0.ebuild (renamed from www-client/pybugz/pybugz-0.9.0_rc3.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/www-client/pybugz/ChangeLog b/www-client/pybugz/ChangeLog
index ec50f9f1db8b..199307070e1d 100644
--- a/www-client/pybugz/ChangeLog
+++ b/www-client/pybugz/ChangeLog
@@ -1,6 +1,12 @@
# 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.72 2011/03/20 18:27:13 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/ChangeLog,v 1.73 2011/03/27 00:31:14 williamh Exp $
+
+*pybugz-0.9.0 (27 Mar 2011)
+
+ 27 Mar 2011; William Hubbs <williamh@gentoo.org> -pybugz-0.9.0_rc3.ebuild,
+ +pybugz-0.9.0.ebuild:
+ remove release candidates and release 0.9.0
*pybugz-0.9.0_rc3 (20 Mar 2011)
diff --git a/www-client/pybugz/pybugz-0.9.0_rc3.ebuild b/www-client/pybugz/pybugz-0.9.0.ebuild
index dcefe94ff02b..e6f9447d5547 100644
--- a/www-client/pybugz/pybugz-0.9.0_rc3.ebuild
+++ b/www-client/pybugz/pybugz-0.9.0.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_rc3.ebuild,v 1.1 2011/03/20 18:27:13 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/pybugz/pybugz-0.9.0.ebuild,v 1.1 2011/03/27 00:31:14 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=539763b
+GITHUB_COMMIT=5e9fe7a
S="${WORKDIR}/williamh-pybugz-${GITHUB_COMMIT}"
fi