From aa2bc1e144548b6e741f02b2380219ae5264ec93 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 25 May 2008 20:24:14 +0000 Subject: bump to 0.19.1. Mostly translation updates. Clean up old revisions. (Portage version: 2.1.5) --- dev-util/devhelp/ChangeLog | 7 +++- dev-util/devhelp/devhelp-0.16.1.ebuild | 43 ------------------------ dev-util/devhelp/devhelp-0.17.ebuild | 61 ---------------------------------- dev-util/devhelp/devhelp-0.18.ebuild | 61 ---------------------------------- dev-util/devhelp/devhelp-0.19.1.ebuild | 61 ++++++++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 166 deletions(-) delete mode 100644 dev-util/devhelp/devhelp-0.16.1.ebuild delete mode 100644 dev-util/devhelp/devhelp-0.17.ebuild delete mode 100644 dev-util/devhelp/devhelp-0.18.ebuild create mode 100644 dev-util/devhelp/devhelp-0.19.1.ebuild (limited to 'dev-util/devhelp') 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 + -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 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.17.ebuild b/dev-util/devhelp/devhelp-0.17.ebuild deleted file mode 100644 index d6568cf8d652..000000000000 --- a/dev-util/devhelp/devhelp-0.17.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.17.ebuild,v 1.3 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.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.19.1.ebuild b/dev-util/devhelp/devhelp-0.19.1.ebuild new file mode 100644 index 000000000000..a2c8363f83ab --- /dev/null +++ b/dev-util/devhelp/devhelp-0.19.1.ebuild @@ -0,0 +1,61 @@ +# 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.19.1.ebuild,v 1.1 2008/05/25 20:24:14 eva 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 +} -- cgit v1.2.3-65-gdbad