summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-19 19:29:20 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-08-19 19:29:20 +0800
commit9c64759cbdfeb366122d2522fc349c0a1344491d (patch)
tree70936faba019f7655fabf456e1313f60d8e0d5fb /devel
parentdb8edb4fa0569f012630de18ca93af005784cd7f (diff)
downloadmarcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.tar
marcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.tar.gz
marcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.tar.bz2
marcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.tar.lz
marcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.tar.xz
marcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.tar.zst
marcuscom-ports-9c64759cbdfeb366122d2522fc349c0a1344491d.zip
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
Diffstat (limited to 'devel')
-rw-r--r--devel/anjuta/distinfo6
-rw-r--r--devel/anjuta/files/patch-plugins_scratchbox_Makefile.in10
-rw-r--r--devel/anjuta/files/patch-plugins_scratchbox_plugin.h40
3 files changed, 3 insertions, 53 deletions
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 <libanjuta/anjuta-plugin.h>
-+
-+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