diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-05-25 20:24:14 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-05-25 20:24:14 +0000 |
commit | aa2bc1e144548b6e741f02b2380219ae5264ec93 (patch) | |
tree | 741b456f00783444b06866815f01478798fdb776 /dev-util/devhelp | |
parent | Version bump and minor fixes (diff) | |
download | gentoo-2-aa2bc1e144548b6e741f02b2380219ae5264ec93.tar.gz gentoo-2-aa2bc1e144548b6e741f02b2380219ae5264ec93.tar.bz2 gentoo-2-aa2bc1e144548b6e741f02b2380219ae5264ec93.zip |
bump to 0.19.1. Mostly translation updates. Clean up old revisions.
(Portage version: 2.1.5)
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.16.1.ebuild | 43 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.18.ebuild | 61 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.19.1.ebuild (renamed from dev-util/devhelp/devhelp-0.17.ebuild) | 2 |
4 files changed, 7 insertions, 106 deletions
diff --git a/dev-util/devhelp/ChangeLog b/dev-util/devhelp/ChangeLog index 6316ac6a315e..c775085f17a7 100644 --- a/dev-util/devhelp/ChangeLog +++ b/dev-util/devhelp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/devhelp # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.74 2008/04/21 19:22:30 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.75 2008/05/25 20:24:14 eva Exp $ + + 25 May 2008; Gilles Dartiguelongue <eva@gentoo.org> + -devhelp-0.16.1.ebuild, -devhelp-0.17.ebuild, -devhelp-0.18.ebuild, + +devhelp-0.19.1.ebuild: + bump to 0.19.1. Mostly translation updates. Clean up old revisions. 21 Apr 2008; Markus Meier <maekke@gentoo.org> devhelp-0.19.ebuild: amd64/x86 stable, bug #218026 diff --git a/dev-util/devhelp/devhelp-0.16.1.ebuild b/dev-util/devhelp/devhelp-0.16.1.ebuild deleted file mode 100644 index 7f35addf3fb6..000000000000 --- a/dev-util/devhelp/devhelp-0.16.1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.16.1.ebuild,v 1.8 2008/03/17 15:06:55 armin76 Exp $ - -inherit toolchain-funcs gnome2 - -DESCRIPTION="An API documentation browser for GNOME 2" -HOMEPAGE="http://developer.imendio.com/wiki/Devhelp" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="xulrunner zlib" - -RDEPEND=">=gnome-base/gconf-2.6 - >=x11-libs/gtk+-2.8 - >=dev-libs/glib-2.8 - >=gnome-base/libglade-2.4 - >=x11-libs/libwnck-2.10 - xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( =www-client/mozilla-firefox-2* ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="$(use_with zlib)" - - if use xulrunner ; then - G2CONF="${G2CONF} --with-gecko=xulrunner" - else - G2CONF="${G2CONF} --with-gecko=firefox" - fi - - # ICC is crazy, silence warnings (bug #154010) - if [[ $(tc-getCC) == "icc" ]] ; then - G2CONF="${G2CONF} --with-compile-warnings=no" - fi -} diff --git a/dev-util/devhelp/devhelp-0.18.ebuild b/dev-util/devhelp/devhelp-0.18.ebuild deleted file mode 100644 index 0c222d42bcf1..000000000000 --- a/dev-util/devhelp/devhelp-0.18.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.18.ebuild,v 1.2 2008/03/17 15:06:55 armin76 Exp $ - -inherit toolchain-funcs gnome2 python - -DESCRIPTION="An API documentation browser for GNOME 2" -HOMEPAGE="http://developer.imendio.com/wiki/Devhelp" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="xulrunner zlib" - -RDEPEND=">=gnome-base/gconf-2.6 - >=x11-libs/gtk+-2.8 - >=dev-libs/glib-2.8 - >=gnome-base/libglade-2.4 - >=x11-libs/libwnck-2.10 - xulrunner? ( =net-libs/xulrunner-1.8* ) - !xulrunner? ( =www-client/mozilla-firefox-2* ) - zlib? ( sys-libs/zlib )" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.35.5 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_unpack() { - gnome2_src_unpack - - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile -} - -pkg_setup() { - G2CONF="$(use_with zlib)" - - if use xulrunner ; then - G2CONF="${G2CONF} --with-gecko=xulrunner" - else - G2CONF="${G2CONF} --with-gecko=firefox" - fi - - # ICC is crazy, silence warnings (bug #154010) - if [[ $(tc-getCC) == "icc" ]] ; then - G2CONF="${G2CONF} --with-compile-warnings=no" - fi -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp -} - -pkg_postrm() { - python_version - python_mod_cleanup -} diff --git a/dev-util/devhelp/devhelp-0.17.ebuild b/dev-util/devhelp/devhelp-0.19.1.ebuild index d6568cf8d652..a2c8363f83ab 100644 --- a/dev-util/devhelp/devhelp-0.17.ebuild +++ b/dev-util/devhelp/devhelp-0.19.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.17.ebuild,v 1.3 2008/03/17 15:06:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.19.1.ebuild,v 1.1 2008/05/25 20:24:14 eva Exp $ inherit toolchain-funcs gnome2 python |