diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-09 12:09:21 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-09 12:09:21 +0000 |
commit | f873fad55698f863a7b44c348a20d0ef93b82359 (patch) | |
tree | 391045e4e1cfcc826e6d524ca770f41653eedccb /dev-util/devhelp | |
parent | ppc64 stable wrt #327611 (diff) | |
download | gentoo-2-f873fad55698f863a7b44c348a20d0ef93b82359.tar.gz gentoo-2-f873fad55698f863a7b44c348a20d0ef93b82359.tar.bz2 gentoo-2-f873fad55698f863a7b44c348a20d0ef93b82359.zip |
Drop hppa keywords and old versions per bug 324511
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.21-r1.ebuild | 81 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.21.ebuild | 53 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-0.23.1.ebuild | 57 |
4 files changed, 5 insertions, 192 deletions
diff --git a/dev-util/devhelp/ChangeLog b/dev-util/devhelp/ChangeLog index 435f8356f149..ce2a3df26421 100644 --- a/dev-util/devhelp/ChangeLog +++ b/dev-util/devhelp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/devhelp # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.110 2010/07/03 06:13:58 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/ChangeLog,v 1.111 2010/07/09 12:09:21 pacho Exp $ + + 09 Jul 2010; Pacho Ramos <pacho@gentoo.org> -devhelp-0.21.ebuild, + -devhelp-0.21-r1.ebuild, -devhelp-0.23.1.ebuild: + Drop hppa keywords and old versions per bug 324511 03 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> devhelp-0.21.ebuild, devhelp-0.21-r1.ebuild: diff --git a/dev-util/devhelp/devhelp-0.21-r1.ebuild b/dev-util/devhelp/devhelp-0.21-r1.ebuild deleted file mode 100644 index 385a63490013..000000000000 --- a/dev-util/devhelp/devhelp-0.21-r1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.21-r1.ebuild,v 1.15 2010/07/03 06:13:58 arfrever Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit autotools eutils toolchain-funcs gnome2 python - -DESCRIPTION="An API documentation browser for GNOME 2" -HOMEPAGE="http://live.gnome.org/devhelp" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 hppa ppc sparc x86" -IUSE="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 - net-libs/xulrunner:1.9 - 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_prepare() { - # disable pyc compiling - mv py-compile py-compile.orig - ln -s $(type -P true) py-compile - - # Allow to build against libxul, bug #250306 - epatch "${FILESDIR}/${P}-xulrunner19.patch" - - eautoreconf -} - -pkg_setup() { - if has_version app-editors/gedit && \ - ! built_with_use app-editors/gedit python; then - # Add warning per bug #245235 - ewarn "dev-util/devhelp plugin for app-editors/gedit needs python support" - fi - - G2CONF="$(use_with zlib) - --with-gecko=libxul" - - # Properly detect dir for libxul.so etc. - # No, really, don't ask. - if has_version "=net-libs/xulrunner-1.9.0*"; then - # xulrunner-1.9.0* dir structure is broken - G2CONF="${G2CONF} - --with-gecko-home=/usr/$(get_libdir)/xulrunner-1.9" - elif has_version "=net-libs/xulrunner-1.9.1*" || \ - has_version "=net-libs/xulrunner-1.9.2*"; then - # xulrunner-1.9.{1,2} dir structure is fine, but the build system pukes on - # auto-detect - G2CONF="${G2CONF} - --with-gecko-home=$(pkg-config --variable=sdkdir libxul)/bin" - else - die "Unknown xulrunner version, unable to auto-detect gecko-home" - fi - - # ICC is crazy, silence warnings (bug #154010) - if [[ $(tc-getCC) == "icc" ]] ; then - G2CONF="${G2CONF} --with-compile-warnings=no" - fi -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins/devhelp -} diff --git a/dev-util/devhelp/devhelp-0.21.ebuild b/dev-util/devhelp/devhelp-0.21.ebuild deleted file mode 100644 index bb2523118319..000000000000 --- a/dev-util/devhelp/devhelp-0.21.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.21.ebuild,v 1.10 2010/07/03 06:13:58 arfrever Exp $ - -inherit toolchain-funcs gnome2 python - -DESCRIPTION="An API documentation browser for GNOME 2" -HOMEPAGE="http://live.gnome.org/devhelp" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~hppa ppc sparc x86" -IUSE="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 - =net-libs/xulrunner-1.9.0* - 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) - --with-gecko=libxul-embedding" - - # ICC is crazy, silence warnings (bug #154010) - if [[ $(tc-getCC) == "icc" ]] ; then - G2CONF="${G2CONF} --with-compile-warnings=no" - fi -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins/devhelp -} diff --git a/dev-util/devhelp/devhelp-0.23.1.ebuild b/dev-util/devhelp/devhelp-0.23.1.ebuild deleted file mode 100644 index a5ced1f4fa1c..000000000000 --- a/dev-util/devhelp/devhelp-0.23.1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.23.1.ebuild,v 1.3 2010/06/23 12:03:12 pacho Exp $ - -EAPI="2" -GCONF_DEBUG="no" - -inherit eutils toolchain-funcs gnome2 python - -DESCRIPTION="An API documentation browser for GNOME 2" -HOMEPAGE="http://live.gnome.org/devhelp" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=gnome-base/gconf-2.6 - >=x11-libs/gtk+-2.10 - >=dev-libs/glib-2.10 - >=x11-libs/libwnck-2.10 - net-libs/webkit-gtk" -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/intltool-0.40 - >=dev-util/pkgconfig-0.9" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - # ICC is crazy, silence warnings (bug #154010) - if [[ $(tc-getCC) == "icc" ]] ; then - G2CONF="${G2CONF} --with-compile-warnings=no" - fi -} - -src_prepare() { - gnome2_src_prepare - - # disable pyc compiling - rm build/py-compile - ln -s $(type -P true) build/py-compile - - # Fix intltoolize broken file, see upstream #577133 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - python_need_rebuild - python_mod_optimize /usr/$(get_libdir)/gedit-2/plugins/devhelp -} - -pkg_postrm() { - gnome2_pkg_postrm - python_mod_cleanup /usr/$(get_libdir)/gedit-2/plugins/devhelp -} |