From 9c64759cbdfeb366122d2522fc349c0a1344491d Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 19 Aug 2008 11:29:20 +0000 Subject: Distfile was rerolled to include plugins/scratchbox/plugin.h No portrevision bump, not all the mirrors might have caught up yet. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11336 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/anjuta/distinfo | 6 ++-- .../files/patch-plugins_scratchbox_Makefile.in | 10 ------ .../anjuta/files/patch-plugins_scratchbox_plugin.h | 40 ---------------------- 3 files changed, 3 insertions(+), 53 deletions(-) delete mode 100644 devel/anjuta/files/patch-plugins_scratchbox_Makefile.in delete mode 100644 devel/anjuta/files/patch-plugins_scratchbox_plugin.h (limited to 'devel') diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo index d6c480075..fa163f6a3 100644 --- a/devel/anjuta/distinfo +++ b/devel/anjuta/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/anjuta-2.5.90.tar.bz2) = d521693351f46ab485b7bbecb8d0f810 -SHA256 (gnome2/anjuta-2.5.90.tar.bz2) = 0735ea590462fb3b91573474994c94e06d6f9068fea3a9447f8e006e9c402943 -SIZE (gnome2/anjuta-2.5.90.tar.bz2) = 6583013 +MD5 (gnome2/anjuta-2.5.90.tar.bz2) = 0fce87a10a6895a37e43a967c9c3cf7a +SHA256 (gnome2/anjuta-2.5.90.tar.bz2) = 7954012ff1972a5fb35db44f0eb88f72237acab75f8af830d07b0c1c15e25976 +SIZE (gnome2/anjuta-2.5.90.tar.bz2) = 6584875 diff --git a/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in b/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in deleted file mode 100644 index f2c6694b0..000000000 --- a/devel/anjuta/files/patch-plugins_scratchbox_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/scratchbox/Makefile.in.orig 2008-08-19 00:56:59.000000000 +0200 -+++ plugins/scratchbox/Makefile.in 2008-08-19 00:59:04.000000000 +0200 -@@ -768,7 +768,6 @@ uninstall-am: uninstall-anjuta_gladeDATA - uninstall-info-am uninstall-pluginLTLIBRARIES - - %.plugin: %.plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache -- plugin.h - # 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/devel/anjuta/files/patch-plugins_scratchbox_plugin.h b/devel/anjuta/files/patch-plugins_scratchbox_plugin.h deleted file mode 100644 index 0eb1f3051..000000000 --- a/devel/anjuta/files/patch-plugins_scratchbox_plugin.h +++ /dev/null @@ -1,40 +0,0 @@ ---- plugins/scratchbox/plugin.h.orig 2008-08-19 00:58:02.000000000 +0200 -+++ plugins/scratchbox/plugin.h 2008-08-19 00:57:46.000000000 +0200 -@@ -0,0 +1,37 @@ -+/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ -+/* -+ plugin.h -+ Copyright (C) 2008 Sébastien Granjoux -+ -+ This program is free software; you can redistribute it and/or modify -+ it under the terms of the GNU General Public License as published by -+ the Free Software Foundation; either version 2 of the License, or -+ (at your option) any later version. -+ -+ This program is distributed in the hope that it will be useful, -+ but WITHOUT ANY WARRANTY; without even the implied warranty of -+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -+ GNU General Public License for more details. -+ -+ You should have received a copy of the GNU General Public License -+ along with this program; if not, write to the Free Software -+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -+*/ -+ -+#ifndef _PLUGIN_H_ -+#define _PLUGIN_H_ -+ -+#include -+ -+extern GType scratchbox_plugin_get_type (GTypeModule *module); -+#define ANJUTA_TYPE_PLUGIN_SCRATCHBOX (scratchbox_plugin_get_type (NULL)) -+#define ANJUTA_PLUGIN_SCRATCHBOX(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPlugin)) -+#define ANJUTA_PLUGIN_SCRATCHBOX_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPluginClass)) -+#define ANJUTA_IS_PLUGIN_SCRATCHBOX(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX)) -+#define ANJUTA_IS_PLUGIN_SCRATCHBOX_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), ANJUTA_TYPE_PLUGIN_SCRATCHBOX)) -+#define ANJUTA_PLUGIN_SCRATCHBOX_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), ANJUTA_TYPE_PLUGIN_SCRATCHBOX, ScratchboxPluginClass)) -+ -+typedef struct _ScratchboxPlugin ScratchboxPlugin; -+typedef struct _ScratchboxPluginClass ScratchboxPluginClass; -+ -+#endif -- cgit v1.2.3