summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/gazpacho')
-rw-r--r--dev-util/gazpacho/ChangeLog11
-rw-r--r--dev-util/gazpacho/files/gazpacho-0.6.2-amd64-fixes.patch28
-rw-r--r--dev-util/gazpacho/files/gazpacho-0.6.2-setup-fixes.patch41
-rw-r--r--dev-util/gazpacho/files/gazpacho-0.7.0-default-action-group.patch70
-rw-r--r--dev-util/gazpacho/gazpacho-0.6.2-r1.ebuild44
-rw-r--r--dev-util/gazpacho/gazpacho-0.6.2.ebuild43
-rw-r--r--dev-util/gazpacho/gazpacho-0.7.0.ebuild44
-rw-r--r--dev-util/gazpacho/gazpacho-0.7.1.ebuild42
8 files changed, 9 insertions, 314 deletions
diff --git a/dev-util/gazpacho/ChangeLog b/dev-util/gazpacho/ChangeLog
index be06ea214b98..8edcb1fc32de 100644
--- a/dev-util/gazpacho/ChangeLog
+++ b/dev-util/gazpacho/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-util/gazpacho
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/ChangeLog,v 1.10 2008/01/31 14:33:44 ikelos Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/ChangeLog,v 1.11 2011/01/08 20:23:29 arfrever Exp $
+
+ 08 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -gazpacho-0.6.2.ebuild, -gazpacho-0.6.2-r1.ebuild,
+ -files/gazpacho-0.6.2-amd64-fixes.patch,
+ -files/gazpacho-0.6.2-setup-fixes.patch, -gazpacho-0.7.0.ebuild,
+ -files/gazpacho-0.7.0-default-action-group.patch, -gazpacho-0.7.1.ebuild:
+ Delete.
31 Jan 2008; Mike Auty <ikelos@gentoo.org> ChangeLog:
Re-sign digestless manifest.
diff --git a/dev-util/gazpacho/files/gazpacho-0.6.2-amd64-fixes.patch b/dev-util/gazpacho/files/gazpacho-0.6.2-amd64-fixes.patch
deleted file mode 100644
index 6d5ff2042af5..000000000000
--- a/dev-util/gazpacho/files/gazpacho-0.6.2-amd64-fixes.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -ur gazpacho-0.6.2-orig/gazpacho/kiwiutils.py gazpacho-0.6.2/gazpacho/kiwiutils.py
---- gazpacho-0.6.2-orig/gazpacho/kiwiutils.py 2006-01-10 04:12:40.314703200 -0800
-+++ gazpacho-0.6.2/gazpacho/kiwiutils.py 2006-01-10 04:14:57.228889080 -0800
-@@ -22,6 +22,7 @@
- # Johan Dahlin <jdahlin@async.com.br>
- #
-
-+import struct
- import sys
-
- import gobject
-@@ -189,9 +190,12 @@
-
- dict[name] = (flags, retval, args)
-
--_MAX_INT = sys.maxint
--_MAX_FLOAT = 1e+308
--_MAX_LONG = 18446744073709551616L
-+def _max(c):
-+ return (1 << (8 * struct.calcsize(c)-1))-1
-+
-+_MAX_INT = int(_max('i'))
-+_MAX_FLOAT = float(_max('f'))
-+_MAX_LONG = long(_max('l'))
-
- def gproperty(name, type, *args, **kwargs):
- """
-Only in gazpacho-0.6.2/gazpacho: kiwiutils.py.orig
diff --git a/dev-util/gazpacho/files/gazpacho-0.6.2-setup-fixes.patch b/dev-util/gazpacho/files/gazpacho-0.6.2-setup-fixes.patch
deleted file mode 100644
index 6a6379ff6d48..000000000000
--- a/dev-util/gazpacho/files/gazpacho-0.6.2-setup-fixes.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-diff -ur gazpacho-0.6.2-orig/setup.py gazpacho-0.6.2/setup.py
---- gazpacho-0.6.2-orig/setup.py 2005-11-24 15:37:31.000000000 +0100
-+++ gazpacho-0.6.2/setup.py 2005-11-24 15:45:17.000000000 +0100
-@@ -9,7 +9,6 @@
- import sys
- import shutil
-
--from gazpacho import application
-
- def listfiles(*dirs):
- dir, pattern = os.path.split(os.path.join(*dirs))
-@@ -58,7 +57,7 @@
- catalogs_dir = os.path.join(prefix, 'share', 'gazpacho', 'catalogs')
- resources_dir = os.path.join(prefix, 'share', 'gazpacho', 'resources')
- glade_dir = os.path.join(prefix, 'share', 'gazpacho', 'glade')
--docs_dir = os.path.join(prefix, 'share', 'doc', 'gazpacho')
-+docs_dir = os.path.join(prefix, 'share', 'doc', 'EBUILD_PF_HERE')
- '''
- filename = os.path.join(self.install_dir, 'gazpacho',
- '__installed__.py')
-@@ -70,9 +69,9 @@
- return install_lib.install(self) + [filename]
-
- data_files = [
-- ('share/doc/gazpacho', ('AUTHORS', 'ChangeLog', 'CONTRIBUTORS',
-+ ('share/doc/EBUILD_PF_HERE', ('AUTHORS', 'ChangeLog', 'CONTRIBUTORS',
- 'COPYING', 'README', 'NEWS')),
-- ('share/doc/gazpacho/examples', listfiles('examples', '*')),
-+ ('share/doc/EBUILD_PF_HERE/examples', listfiles('examples', '*')),
- ('share/gazpacho/catalogs', listfiles('catalogs', 'base.xml')),
- ('share/gazpacho/pixmaps', listfiles('pixmaps', '*.png')),
- ('share/gazpacho/resources/base', listfiles('resources', 'base', '*.png')),
-@@ -95,7 +94,7 @@
- ['gazpacho.desktop']))
-
- setup(name='gazpacho',
-- version=application.__version__,
-+ version='EBUILD_PV_HERE',
- description='GTK+ GUI Designer',
- author='SICEm S.L.',
- author_email='lgs@sicem.biz',
diff --git a/dev-util/gazpacho/files/gazpacho-0.7.0-default-action-group.patch b/dev-util/gazpacho/files/gazpacho-0.7.0-default-action-group.patch
deleted file mode 100644
index 9cc47c2d09cd..000000000000
--- a/dev-util/gazpacho/files/gazpacho-0.7.0-default-action-group.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-Index: gazpacho/widgets/base/menueditor/widgets.py
-===================================================================
---- gazpacho/widgets/base/menueditor/widgets.py (revisión: 2563)
-+++ gazpacho/widgets/base/menueditor/widgets.py (copia de trabajo)
-@@ -114,7 +114,7 @@
- def load(self, xml_node):
- """Inverse to_xml method: creates a menushell from a xml node"""
- uim = self.gadget.project.uim
-- default_action_group = uim.get_action_group('default')
-+ default_action_group = uim.get_action_group('DefaultActions')
- for node in xml_node.childNodes:
- if node.nodeType != node.ELEMENT_NODE:
- continue
-@@ -2407,7 +2407,7 @@
- """Creates a menuitem and a submenu for it"""
- project = self.gadget.project
- uim = project.uim
-- default_action_group = uim.get_action_group('default')
-+ default_action_group = uim.get_action_group('DefaultActions')
- if default_action_group:
- item = MenuItem(_('New Menu'), self.gadget, default_action_group)
- submenu = Menu(self.gadget)
-@@ -2442,7 +2442,7 @@
- """Creates a menuitem"""
- project = self.gadget.project
- uim = project.uim
-- default_action_group = uim.get_action_group('default')
-+ default_action_group = uim.get_action_group('DefaultActions')
- if default_action_group:
- item = MenuItem(_('New Action'), self.gadget, default_action_group)
- item.show_all()
-Index: gazpacho/widgets/base/bars.py
-===================================================================
---- gazpacho/widgets/base/bars.py (revisión: 2563)
-+++ gazpacho/widgets/base/bars.py (copia de trabajo)
-@@ -58,8 +58,8 @@
-
- # create default action group if it doesn't exist
- project = context.get_project()
-- if project.uim.get_action_group('default') is None:
-- project.add_action_group(GActionGroup('default'))
-+ if project.uim.get_action_group('DefaultActions') is None:
-+ project.add_action_group(GActionGroup('DefaultActions'))
-
- project.uim.add_ui(gadget, ui_string)
- new_widget = project.uim.get_widget(gadget)
-@@ -145,8 +145,8 @@
- def post_create(self, context, menuBar, interactive):
- # create default action group if it doesn't exist
- project = context.get_project()
-- if project.uim.get_action_group('default') is None:
-- project.add_action_group(GActionGroup('default'))
-+ if project.uim.get_action_group('DefaultActions') is None:
-+ project.add_action_group(GActionGroup('DefaultActions'))
-
- # Add the basic UI definition
- gadget = Gadget.from_widget(menuBar)
-Index: examples/uimanager.glade
-===================================================================
---- examples/uimanager.glade (revisión: 2563)
-+++ examples/uimanager.glade (copia de trabajo)
-@@ -2,7 +2,7 @@
- <glade-interface>
- <widget class="GtkUIManager" id="uimanager">
- <child>
-- <widget class="GtkActionGroup" id="default">
-+ <widget class="GtkActionGroup" id="DefaultActions">
- <child>
- <widget class="GtkAction" id="Quit">
- <property name="name">Quit</property>
diff --git a/dev-util/gazpacho/gazpacho-0.6.2-r1.ebuild b/dev-util/gazpacho/gazpacho-0.6.2-r1.ebuild
deleted file mode 100644
index 78d1526c717a..000000000000
--- a/dev-util/gazpacho/gazpacho-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/gazpacho-0.6.2-r1.ebuild,v 1.1 2006/07/06 17:18:28 pythonhead Exp $
-
-inherit distutils gnome.org eutils
-
-DESCRIPTION="Gazpacho is a glade-like gtk interface designer."
-HOMEPAGE="http://gazpacho.sicem.biz/"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3
- >=dev-python/pygtk-2.4
- >=gnome-base/libglade-2.4.2"
-
-DOCS="AUTHORS NEWS"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-setup-fixes.patch"
- epatch "${FILESDIR}/${P}-amd64-fixes.patch"
-
- # In an attempt to make the above patch reusable across gazpacho
- # versions it patched in EBUILD_PF_HERE and EBUILD_PV_HERE markers
- # instead of hardcoding version numbers in the patch.
- sed -i -e "s/EBUILD_PF_HERE/${PF}/" \
- -e "s/EBUILD_PV_HERE/${PV}/" \
- setup.py
-}
-
-src_install() {
- distutils_src_install
- docinto internals
- dodoc doc/*
- insinto /usr/share/doc/${PF}
- # these are needed in un-gzipped form or the "about" box crashes
- doins AUTHORS CONTRIBUTORS COPYING
- rm "${D}"/usr/share/doc/${PF}/{AUTHORS,CONTRIBUTORS}.gz
-}
diff --git a/dev-util/gazpacho/gazpacho-0.6.2.ebuild b/dev-util/gazpacho/gazpacho-0.6.2.ebuild
deleted file mode 100644
index 1398375fa19c..000000000000
--- a/dev-util/gazpacho/gazpacho-0.6.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/gazpacho-0.6.2.ebuild,v 1.1 2005/11/24 15:02:31 marienz Exp $
-
-inherit distutils gnome.org eutils
-
-DESCRIPTION="Gazpacho is a glade-like gtk interface designer."
-HOMEPAGE="http://gazpacho.sicem.biz/"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3
- >=dev-python/pygtk-2.4
- >=gnome-base/libglade-2.4.2"
-
-DOCS="AUTHORS NEWS"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-setup-fixes.patch"
-
- # In an attempt to make the above patch reusable across gazpacho
- # versions it patched in EBUILD_PF_HERE and EBUILD_PV_HERE markers
- # instead of hardcoding version numbers in the patch.
- sed -i -e "s/EBUILD_PF_HERE/${PF}/" \
- -e "s/EBUILD_PV_HERE/${PV}/" \
- setup.py
-}
-
-src_install() {
- distutils_src_install
- docinto internals
- dodoc doc/*
- insinto /usr/share/doc/${PF}
- # these are needed in un-gzipped form or the "about" box crashes
- doins AUTHORS CONTRIBUTORS COPYING
- rm "${D}"/usr/share/doc/${PF}/{AUTHORS,CONTRIBUTORS}.gz
-}
diff --git a/dev-util/gazpacho/gazpacho-0.7.0.ebuild b/dev-util/gazpacho/gazpacho-0.7.0.ebuild
deleted file mode 100644
index 00a0be2803fc..000000000000
--- a/dev-util/gazpacho/gazpacho-0.7.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/gazpacho-0.7.0.ebuild,v 1.1 2006/12/29 12:39:17 ikelos Exp $
-
-inherit distutils gnome.org eutils
-
-DESCRIPTION="Gazpacho is a glade-like gtk interface designer."
-HOMEPAGE="http://gazpacho.sicem.biz/"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-# Masked amd64 and ppc whilst there's no kiwi available for that package
-KEYWORDS="-amd64 -ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3
- >=dev-python/pygtk-2.4
- >=gnome-base/libglade-2.4.2
- >=dev-python/kiwi-1.9.11"
-
-DOCS="AUTHORS NEWS"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${P}-setup-fixes.patch"
- epatch "${FILESDIR}/${P}-default-action-group.patch"
-
- # In an attempt to make the above patch reusable across gazpacho
- # versions it patched in EBUILD_PF_HERE markers
- # instead of hardcoding version numbers in the patch.
- sed -i -e "s/EBUILD_PF_HERE/${PF}/" setup.py
-}
-
-src_install() {
- distutils_src_install
- docinto internals
- dodoc doc/*
- insinto /usr/share/doc/${PF}
- # these are needed in un-gzipped form or the "about" box crashes
- doins AUTHORS CONTRIBUTORS COPYING
- rm "${D}"/usr/share/doc/${PF}/{AUTHORS,CONTRIBUTORS}.gz
-}
diff --git a/dev-util/gazpacho/gazpacho-0.7.1.ebuild b/dev-util/gazpacho/gazpacho-0.7.1.ebuild
deleted file mode 100644
index 213041da3961..000000000000
--- a/dev-util/gazpacho/gazpacho-0.7.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/gazpacho/gazpacho-0.7.1.ebuild,v 1.2 2007/04/19 14:00:19 opfer Exp $
-
-inherit distutils gnome.org eutils
-
-DESCRIPTION="Gazpacho is a glade-like gtk interface designer."
-HOMEPAGE="http://gazpacho.sicem.biz/"
-LICENSE="LGPL-2.1"
-SLOT="0"
-
-# Masked amd64 and ppc whilst there's no kiwi available for that package
-KEYWORDS="~amd64 -ppc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.3
- >=dev-python/pygtk-2.6
- >=gnome-base/libglade-2.4.2
- >=dev-python/kiwi-1.9.11"
-
-DOCS="AUTHORS NEWS"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/${PN}-0.7.0-setup-fixes.patch"
-
- # In an attempt to make the above patch reusable across gazpacho
- # versions it patched in EBUILD_PF_HERE markers
- # instead of hardcoding version numbers in the patch.
- sed -i -e "s/EBUILD_PF_HERE/${PF}/" setup.py
-}
-
-src_install() {
- distutils_src_install
- docinto internals
- dodoc doc/*
- insinto /usr/share/doc/${PF}
- # these are needed in un-gzipped form or the "about" box crashes
- doins AUTHORS CONTRIBUTORS COPYING
-}