diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-04-21 22:06:22 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-04-21 22:06:22 +0000 |
commit | 3be442b8015237402f0bd9649891cdb8659bb3ca (patch) | |
tree | c16e2b944a4d0716bff82bf35123e6629d3fb209 /dev-util | |
parent | Raise gtk+ dependency, bug #316491. (diff) | |
download | gentoo-2-3be442b8015237402f0bd9649891cdb8659bb3ca.tar.gz gentoo-2-3be442b8015237402f0bd9649891cdb8659bb3ca.tar.bz2 gentoo-2-3be442b8015237402f0bd9649891cdb8659bb3ca.zip |
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/anjuta/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-2.2.0-r1.ebuild | 101 | ||||
-rw-r--r-- | dev-util/anjuta/anjuta-2.24.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/anjuta/files/anjuta-1.2.4-gtk-fix.patch | 40 | ||||
-rw-r--r-- | dev-util/anjuta/files/anjuta-2.1.0-sandbox-fix.patch | 11 | ||||
-rw-r--r-- | dev-util/anjuta/files/anjuta-2.26.0.0-symbol-db-optional.patch | 75 | ||||
-rw-r--r-- | dev-util/anjuta/files/anjuta-2.4.2-documentation.patch | 39 |
7 files changed, 10 insertions, 270 deletions
diff --git a/dev-util/anjuta/ChangeLog b/dev-util/anjuta/ChangeLog index b0b71498a39d..2cf747301f53 100644 --- a/dev-util/anjuta/ChangeLog +++ b/dev-util/anjuta/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-util/anjuta # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.110 2010/04/08 18:27:02 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.111 2010/04/21 22:06:21 eva Exp $ + + 21 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> + -files/anjuta-1.2.4-gtk-fix.patch, -files/anjuta-2.1.0-sandbox-fix.patch, + -anjuta-2.2.0-r1.ebuild, -files/anjuta-2.4.2-documentation.patch, + anjuta-2.24.2.ebuild, -files/anjuta-2.26.0.0-symbol-db-optional.patch: + Clean up old revisions. 08 Apr 2010; Raúl Porcel <armin76@gentoo.org> anjuta-2.28.2.0.ebuild: sparc stable wrt #298200 diff --git a/dev-util/anjuta/anjuta-2.2.0-r1.ebuild b/dev-util/anjuta/anjuta-2.2.0-r1.ebuild deleted file mode 100644 index 69248a6baabd..000000000000 --- a/dev-util/anjuta/anjuta-2.2.0-r1.ebuild +++ /dev/null @@ -1,101 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.2.0-r1.ebuild,v 1.9 2009/10/12 08:03:23 ssuominen Exp $ - -inherit eutils gnome2 - -DESCRIPTION="A versatile IDE for GNOME" -HOMEPAGE="http://www.anjuta.org" -SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="debug devhelp doc glade inherit-graph sourceview subversion valgrind" - -RDEPEND=">=dev-libs/glib-2.8.0 - >=x11-libs/gtk+-2.8.0 - >=gnome-base/orbit-2.6.0 - >=gnome-base/libglade-2.3.0 - >=gnome-base/libgnome-2.12.0 - >=gnome-base/libgnomeui-2.12.0 - >=gnome-base/libgnomeprint-2.12.0 - >=gnome-base/libgnomeprintui-2.12.0 - >=gnome-base/gnome-vfs-2.12.0 - >=gnome-base/gconf-2.12.0 - >=x11-libs/vte-0.13.1 - >=dev-libs/libxml2-2.4.23 - >=x11-libs/pango-1.1.1 - >=dev-libs/gdl-0.7.5 - >=app-text/gnome-doc-utils-0.3.2 - >=dev-libs/gnome-build-0.1.6 - >=dev-libs/libpcre-5.0 - >=x11-libs/libwnck-2.12 - >=sys-devel/binutils-2.15.92 - dev-libs/libxslt - sys-devel/autogen - devhelp? ( >=dev-util/devhelp-0.13 ) - glade? ( >=dev-util/glade-3.1.4 ) - inherit-graph? ( >=media-gfx/graphviz-2.6.0 ) - sourceview? ( - >=x11-libs/gtk+-2.10.0 - >=gnome-base/libgnome-2.14.0 - =x11-libs/gtksourceview-1* - ) - subversion? ( - >=dev-util/subversion-1.1.4 - >=net-misc/neon-0.24.5 - dev-libs/apr - ) - valgrind? ( dev-util/valgrind )" -DEPEND="${RDEPEND} - dev-lang/perl - >=sys-devel/gettext-0.14 - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.20 - >=app-text/scrollkeeper-0.3.14-r2 - doc? ( >=dev-util/gtk-doc-1.0 )" - -pkg_setup() { - G2CONF="${G2CONF} - $(use_enable debug) \ - $(use_enable doc gtk-doc) \ - $(use_enable devhelp plugin-devhelp) \ - $(use_enable glade plugin-glade) \ - $(use_enable valgrind plugin-valgrind) \ - $(use_enable sourceview plugin-sourceview) \ - $(use_enable subversion plugin-subversion) \ - $(use_enable inherit-graph plugin-class-inheritance)" - - # Enable scintilla by default - if ! use sourceview ; then - G2CONF="${G2CONF} --enable-plugin-scintilla" - fi -} - -src_unpack() { - gnome2_src_unpack - cd "${S}" - - # Patch to prevent an access violation (bug #164740) - epatch "${FILESDIR}/${PN}-2.1.0-sandbox-fix.patch" -} - -src_install() { - # Install user docs into /usr/share/doc/${PF}/ - sed -i -e "s:doc/${PN}:doc/${PF}:g" Makefile - sed -i -e "s:doc/${PN}:doc/${PF}/html:g" doc/Makefile - - gnome2_src_install - prepalldocs -} - -pkg_postinst() { - gnome2_pkg_postinst - - ebeep 1 - elog "Some project templates may require additional development" - elog "libraries to function correctly. It goes beyond the scope" - elog "of this ebuild to provide them." - epause 5 -} diff --git a/dev-util/anjuta/anjuta-2.24.2.ebuild b/dev-util/anjuta/anjuta-2.24.2.ebuild index 35eedcce653a..8602494fe13e 100644 --- a/dev-util/anjuta/anjuta-2.24.2.ebuild +++ b/dev-util/anjuta/anjuta-2.24.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.24.2.ebuild,v 1.4 2009/09/27 13:54:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-2.24.2.ebuild,v 1.5 2010/04/21 22:06:21 eva Exp $ inherit eutils gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.anjuta.org" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 hppa ppc ~sparc ~x86" +KEYWORDS="hppa" IUSE="debug devhelp doc glade inherit-graph sourceview subversion valgrind" # https://bugzilla.gnome.org/show_bug.cgi?id=562113 diff --git a/dev-util/anjuta/files/anjuta-1.2.4-gtk-fix.patch b/dev-util/anjuta/files/anjuta-1.2.4-gtk-fix.patch deleted file mode 100644 index e86b8c915634..000000000000 --- a/dev-util/anjuta/files/anjuta-1.2.4-gtk-fix.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- src/anjuta-encodings.c.orig 2005-12-15 18:50:55.000000000 +0100 -+++ src/anjuta-encodings.c 2005-12-15 18:51:38.000000000 +0100 -@@ -707,15 +707,15 @@ - gtk_tree_view_set_search_column (GTK_TREE_VIEW (stock_treeview), - COLUMN_ENCODING_NAME); - selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (stock_treeview)); - g_return_if_fail (selection != NULL); - gtk_tree_selection_set_mode (selection, GTK_SELECTION_MULTIPLE); -- g_signal_connect (G_OBJECT (selection), "changed", -- G_CALLBACK (on_stock_selection_changed), NULL); - - model = create_encodings_treeview_model (); - gtk_tree_view_set_model (GTK_TREE_VIEW (stock_treeview), model); -+ g_signal_connect (G_OBJECT (selection), "changed", -+ G_CALLBACK (on_stock_selection_changed), NULL); - g_object_unref (model); - - /* Add the encoding column for supported treeview*/ - cell = gtk_cell_renderer_text_new (); - column = gtk_tree_view_column_new_with_attributes (_("Supported Encodings"), -@@ -726,17 +726,17 @@ - gtk_tree_view_set_search_column (GTK_TREE_VIEW (supported_treeview), - COLUMN_ENCODING_NAME); - selection = gtk_tree_view_get_selection (GTK_TREE_VIEW (supported_treeview)); - g_return_if_fail (selection != NULL); - gtk_tree_selection_set_mode (selection, GTK_SELECTION_BROWSE); -- g_signal_connect (G_OBJECT (selection), "changed", -- G_CALLBACK (on_supported_selection_changed), NULL); - - /* create list store */ - model = GTK_TREE_MODEL (gtk_list_store_new (SUPPORTED_ENCODING_NUM_COLS, - G_TYPE_STRING, G_TYPE_POINTER)); - gtk_tree_view_set_model (GTK_TREE_VIEW (supported_treeview), model); -+ g_signal_connect (G_OBJECT (selection), "changed", -+ G_CALLBACK (on_supported_selection_changed), NULL); - g_object_unref (model); - - anjuta_preferences_register_property_custom (pref, supported_treeview, - SUPPORTED_ENCODINGS, - "ISO-8859-15", diff --git a/dev-util/anjuta/files/anjuta-2.1.0-sandbox-fix.patch b/dev-util/anjuta/files/anjuta-2.1.0-sandbox-fix.patch deleted file mode 100644 index 91979eebea2c..000000000000 --- a/dev-util/anjuta/files/anjuta-2.1.0-sandbox-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/Makefile.in 2007-02-02 14:49:06.000000000 -0600 -+++ plugins/Makefile.in 2007-02-02 14:49:18.000000000 -0600 -@@ -678,7 +678,7 @@ - - - install-data-hook: -- -rm -fr $(libdir)/anjuta/* -+ - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/dev-util/anjuta/files/anjuta-2.26.0.0-symbol-db-optional.patch b/dev-util/anjuta/files/anjuta-2.26.0.0-symbol-db-optional.patch deleted file mode 100644 index b091ebeac07b..000000000000 --- a/dev-util/anjuta/files/anjuta-2.26.0.0-symbol-db-optional.patch +++ /dev/null @@ -1,75 +0,0 @@ -diff -Naur anjuta-2.25.903.0.orig/configure.in anjuta-2.25.903.0/configure.in ---- anjuta-2.25.903.0.orig/configure.in 2009-03-03 00:22:52.000000000 +0530 -+++ anjuta-2.25.903.0/configure.in 2009-03-14 20:36:35.677136513 +0530 -@@ -312,6 +312,29 @@ - AC_DEFINE(HAVE_GRAPHVIZ, [], [Define if we have GraphViz >= 2.6.0]) - fi - -+dnl Plugin Symbol DB -+dnl ------------------------------------------------------------- -+ -+AC_ARG_ENABLE(plugin-symbol-db, -+ AC_HELP_STRING([--disable-plugin-symbol-db],[libgda-4 based symbol DB]), -+ [ if test "$enableval" = "yes"; then -+ user_disabled_symbol_db=1 -+ fi ], -+ [ user_disabled_symbol_db=0 ]) -+ -+AC_MSG_CHECKING(if symbol db plugin is disabled) -+if test "$user_disabled_symbol_db" = 1; then -+ AC_MSG_RESULT(no) -+ symbol_db="yes" -+ -+ PKG_CHECK_MODULES(PLUGIN_SYMBOL_DB, -+ [libgda-4.0 >= $GDA_REQUIRED]) -+else -+ AC_MSG_RESULT(yes) -+ symbol_db="no" -+fi -+AM_CONDITIONAL(HAVE_PLUGIN_SYMBOL_DB, [test x$symbol_db = xyes]) -+ - dnl Build gtksourceview plugin only on gnome 2.14 and gtk 2.10 - dnl ------------------------------------------------------------- - -@@ -357,9 +380,6 @@ - fi - AM_CONDITIONAL(HAVE_PLUGIN_SCINTILLA, [test x$scintilla = xyes]) - --PKG_CHECK_MODULES(PLUGIN_SYMBOL_DB, -- [libgda-4.0 >= $GDA_REQUIRED]) -- - dnl Valgrind plugin - dnl check for libbfd - dnl ------------------------------------------------------------- -@@ -1071,6 +1091,13 @@ - echo " Requires graphviz (>= 2.6.0); http://graphviz.org" - fi - -+if [ test x$symbol_db = xyes ]; then -+ echo "Building Symbol DB plugin: .............................YES" -+else -+ echo "Building Symbol DB plugin: .............................NO" -+ echo " Requires libgda-4" -+fi -+ - if [ test x$valgrind = xyes ]; then - echo "Building Valgrind debugger plugin: .....................YES" - else -diff -Naur anjuta-2.25.903.0.orig/plugins/symbol-db/Makefile.am anjuta-2.25.903.0/plugins/symbol-db/Makefile.am ---- anjuta-2.25.903.0.orig/plugins/symbol-db/Makefile.am 2009-02-17 02:28:39.000000000 +0530 -+++ anjuta-2.25.903.0/plugins/symbol-db/Makefile.am 2009-03-14 20:33:18.573135840 +0530 -@@ -1,3 +1,5 @@ -+if HAVE_PLUGIN_SYMBOL_DB -+ - SUBDIRS = images test - - symbol_db_datadir = $(anjuta_data_dir) -@@ -77,6 +79,8 @@ - prefs_glade_files = anjuta-symbol-db.glade - include $(top_srcdir)/scripts/build-schemas.mk - -+endif -+ - EXTRA_DIST = \ - $(plugin_in_files) \ - $(symbol_db_plugin_DATA) \ diff --git a/dev-util/anjuta/files/anjuta-2.4.2-documentation.patch b/dev-util/anjuta/files/anjuta-2.4.2-documentation.patch deleted file mode 100644 index 1cf3446b574c..000000000000 --- a/dev-util/anjuta/files/anjuta-2.4.2-documentation.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -urNp anjuta-2.4.2-orig/manuals/anjuta-manual/C/debugger.xml anjuta-2.4.2/manuals/anjuta-manual/C/debugger.xml ---- anjuta-2.4.2-orig/manuals/anjuta-manual/C/debugger.xml 2008-06-06 11:16:35.000000000 +0530 -+++ anjuta-2.4.2/manuals/anjuta-manual/C/debugger.xml 2008-06-06 11:18:18.000000000 +0530 -@@ -49,10 +49,10 @@ - <menuchoice><guisubmenu>Debug</guisubmenu><guimenuitem>Run Target…</guimenuitem></menuchoice> - to display a dialog box where you can select: - <itemizedlist> -- <listitem>The program that you want to debug</listitem> -- <listitem>The command line parameters</listitem> -- <listitem>If you want a terminal or not (the Anjuta terminal plugin is used)</listitem> -- <listitem>If you want to stop the program at the beginning or not</listitem> -+ <listitem><para>The program that you want to debug</para></listitem> -+ <listitem><para>The command line parameters</para></listitem> -+ <listitem><para>If you want a terminal or not (the Anjuta terminal plugin is used)</para></listitem> -+ <listitem><para>If you want to stop the program at the beginning or not</para></listitem> - </itemizedlist> - </para> - <para> -@@ -403,13 +403,13 @@ - <para> - Enter the location at which to set the breakpoint. It has to be specified in one of - the following formats: -- <para> -- <orderedlist> -- <listitem><para>File_name:Line_number</para></listitem> -- <listitem><para>Function_name</para></listitem> -- <listitem><para>File:Function_name</para></listitem> -- </orderedlist> -- </para> -+ </para> -+ <para> -+ <orderedlist> -+ <listitem><para>File_name:Line_number</para></listitem> -+ <listitem><para>Function_name</para></listitem> -+ <listitem><para>File:Function_name</para></listitem> -+ </orderedlist> - </para> - <para> - The first one is obvious — The location refers to the line number |