diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-28 00:14:40 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-28 00:14:40 +0000 |
commit | 3308e2395ebcc8a51b1cfe63e66cb79c61aa6aa8 (patch) | |
tree | a0aa30dba539dbff59c25afe16521006699a3b28 /dev-util/devhelp | |
parent | Fix typo in ntp-signd flag #375159#3 by Mark LaCroix. (diff) | |
download | gentoo-2-3308e2395ebcc8a51b1cfe63e66cb79c61aa6aa8.tar.gz gentoo-2-3308e2395ebcc8a51b1cfe63e66cb79c61aa6aa8.tar.bz2 gentoo-2-3308e2395ebcc8a51b1cfe63e66cb79c61aa6aa8.zip |
Bump to 3.2.0 and drop old. Switch to EAPI4. Notable changes: minor UI fixes.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-3.2.0.ebuild (renamed from dev-util/devhelp/devhelp-3.0.0.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-util/devhelp/ChangeLog b/dev-util/devhelp/ChangeLog index dfb3e04d8cb1..af14c836ec85 100644 --- a/dev-util/devhelp/ChangeLog +++ b/dev-util/devhelp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/devhelp # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.125 2011/08/15 12:51:06 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.126 2011/10/28 00:14:40 tetromino Exp $ + +*devhelp-3.2.0 (28 Oct 2011) + + 28 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + -devhelp-3.0.0.ebuild, +devhelp-3.2.0.ebuild: + Bump to 3.2.0 and drop old. Switch to EAPI4. Notable changes: minor UI fixes. *devhelp-3.0.0 (15 Aug 2011) diff --git a/dev-util/devhelp/devhelp-3.0.0.ebuild b/dev-util/devhelp/devhelp-3.2.0.ebuild index 1e0766dc5651..cb174bc033e6 100644 --- a/dev-util/devhelp/devhelp-3.0.0.ebuild +++ b/dev-util/devhelp/devhelp-3.2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.0.0.ebuild,v 1.1 2011/08/15 12:51:06 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.2.0.ebuild,v 1.1 2011/10/28 00:14:40 tetromino Exp $ -EAPI="3" +EAPI="4" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" PYTHON_DEPEND="2" @@ -28,11 +28,12 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9" pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README" + DOCS="AUTHORS NEWS README" # ICC is crazy, silence warnings (bug #154010) if [[ $(tc-getCC) == "icc" ]] ; then G2CONF="${G2CONF} --with-compile-warnings=no" fi + python_pkg_setup python_set_active_version 2 } @@ -40,7 +41,7 @@ src_prepare() { gnome2_src_prepare # disable pyc compiling - ln -sfn $(type -P true) py-compile + ln -sfn $(type -P true) build-aux/py-compile } pkg_preinst() { |