summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-02-24 22:54:29 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-02-24 22:54:29 +0000
commit46be78c12c98c3420d75a80cb21b62d22960494e (patch)
tree50c3cc75f8a6cc05751163d015e0e7841a2170d1 /gnome-extra
parentClean up old revisions. (diff)
downloadgentoo-2-46be78c12c98c3420d75a80cb21b62d22960494e.tar.gz
gentoo-2-46be78c12c98c3420d75a80cb21b62d22960494e.tar.bz2
gentoo-2-46be78c12c98c3420d75a80cb21b62d22960494e.zip
Clean up old revisions.
(Portage version: 2.2_rc63/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/gtkhtml/ChangeLog6
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-3.24.5.ebuild61
-rw-r--r--gnome-extra/gtkhtml/gtkhtml-3.28.1.ebuild60
3 files changed, 5 insertions, 122 deletions
diff --git a/gnome-extra/gtkhtml/ChangeLog b/gnome-extra/gtkhtml/ChangeLog
index 80649af7c720..69b0a8b30da1 100644
--- a/gnome-extra/gtkhtml/ChangeLog
+++ b/gnome-extra/gtkhtml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/gtkhtml
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.205 2010/01/18 00:06:05 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/ChangeLog,v 1.206 2010/02/24 22:54:29 eva Exp $
+
+ 24 Feb 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ -gtkhtml-3.24.5.ebuild, -gtkhtml-3.28.1.ebuild:
+ Clean up old revisions.
18 Jan 2010; Jeroen Roovers <jer@gentoo.org> gtkhtml-3.26.3.ebuild:
Stable for HPPA (bug #281427).
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.24.5.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.24.5.ebuild
deleted file mode 100644
index 0e6689945947..000000000000
--- a/gnome-extra/gtkhtml/gtkhtml-3.24.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.24.5.ebuild,v 1.12 2009/11/04 23:05:25 eva Exp $
-
-EAPI="1"
-WANT_AUTOMAKE="1.10"
-
-inherit autotools gnome2
-
-DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="3.14"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-# We keep bonobo until we can make sure no apps in tree uses
-# the old composer code.
-# We could probably enable the glade catalog installation with
-# USE="glade" if someone requests it
-RDEPEND=">=x11-libs/gtk+-2.12
- >=gnome-base/gail-1.1
- >=x11-themes/gnome-icon-theme-1.2
- >=gnome-base/libbonobo-2.20.3
- >=gnome-base/libbonoboui-2.2.4
- >=gnome-base/orbit-2
- >=gnome-base/libglade-2
- >=gnome-base/libgnomeui-2
- >=app-text/enchant-1.1.7
- gnome-base/gconf:2
- >=app-text/iso-codes-0.49
- net-libs/libsoup:2.4"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- gnome-base/gnome-common
- >=dev-util/intltool-0.40.0
- >=dev-util/pkgconfig-0.9"
-
-DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- ELTCONF="--reverse-deps"
- G2CONF="--disable-static --with-bonobo-editor"
-}
-
-src_unpack() {
- gnome2_src_unpack
-
- # Fix deprecated API disabling in used glib library - this is not future-proof, bug 210657
- sed -i -e '/G_DISABLE_DEPRECATED/d' \
- "${S}/gtkhtml/Makefile.am" "${S}/gtkhtml/Makefile.in" \
- "${S}/components/html-editor/Makefile.am" "${S}/components/html-editor/Makefile.in"
-
- sed -i -e 's:-DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1::g' \
- "${S}/a11y/Makefile.am" "${S}/a11y/Makefile.in"
-
- # For some reason, won't install translations otherwise.
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautomake
-}
diff --git a/gnome-extra/gtkhtml/gtkhtml-3.28.1.ebuild b/gnome-extra/gtkhtml/gtkhtml-3.28.1.ebuild
deleted file mode 100644
index 761bd07ee4f2..000000000000
--- a/gnome-extra/gtkhtml/gtkhtml-3.28.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gtkhtml/gtkhtml-3.28.1.ebuild,v 1.2 2009/11/04 23:05:25 eva Exp $
-
-EAPI="2"
-GCONF_DEBUG="no"
-
-inherit autotools eutils gnome2
-
-DESCRIPTION="Lightweight HTML Rendering/Printing/Editing Engine"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="3.14"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="glade"
-
-# We keep bonobo until we can make sure no apps in tree uses
-# the old composer code.
-RDEPEND=">=x11-libs/gtk+-2.16
- >=gnome-base/gail-1.1
- >=x11-themes/gnome-icon-theme-2.22.0
- >=gnome-base/orbit-2
- >=app-text/enchant-1.1.7
- gnome-base/gconf:2
- >=app-text/iso-codes-0.49
- >=net-libs/libsoup-2.26.0:2.4
- glade? ( dev-util/glade:3 )"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.40.0
- >=dev-util/pkgconfig-0.9"
-
-DOCS="AUTHORS BUGS ChangeLog NEWS README TODO"
-
-pkg_setup() {
- ELTCONF="--reverse-deps"
- G2CONF="${G2CONF}
- --disable-static
- $(use_with glade glade-catalog)"
-}
-
-src_prepare() {
- gnome2_src_prepare
-
- # Add missing file, upstream bug #597361
- cp "${FILESDIR}/gtkhtml-editor.xml" \
- "${S}/components/editor/gtkhtml-editor.xml" || die "cp failed"
-
- # FIXME: Fix compilation flags crazyness
- sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \
- -i configure.ac configure || die "sed 1 failed"
-
- sed -i -e 's:-DGTK_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DG_DISABLE_DEPRECATED=1 -DGNOME_DISABLE_DEPRECATED=1::g' \
- a11y/Makefile.am a11y/Makefile.in || die "sed 2 failed"
-
- # ./../doltcompile: line 31: --silent : command not found
- intltoolize --force --copy --automake || die "intltoolize failed"
- eautoreconf
-}