summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2004-11-06 17:23:33 +0000
committerDan Armak <danarmak@gentoo.org>2004-11-06 17:23:33 +0000
commitd583648111762c2609cd609dcc023a78a6d1f07c (patch)
tree875b4e1a0cb296bbcdc01f47649e5e961153d4ab /kde-base/smoke
parentStabling on Gentoo/IA64 with regard to security bug #70227. (Manifest recommit) (diff)
downloadgentoo-2-d583648111762c2609cd609dcc023a78a6d1f07c.tar.gz
gentoo-2-d583648111762c2609cd609dcc023a78a6d1f07c.tar.bz2
gentoo-2-d583648111762c2609cd609dcc023a78a6d1f07c.zip
added split kdebindings ebuilds
Diffstat (limited to 'kde-base/smoke')
-rw-r--r--kde-base/smoke/ChangeLog14
-rw-r--r--kde-base/smoke/Manifest4
-rw-r--r--kde-base/smoke/files/digest-smoke-3.3.12
-rw-r--r--kde-base/smoke/files/no-gtk-glib-check.diff22
-rw-r--r--kde-base/smoke/files/parallel-make.diff59
-rw-r--r--kde-base/smoke/metadata.xml5
-rw-r--r--kde-base/smoke/smoke-3.3.1.ebuild14
7 files changed, 120 insertions, 0 deletions
diff --git a/kde-base/smoke/ChangeLog b/kde-base/smoke/ChangeLog
new file mode 100644
index 000000000000..18acf4653958
--- /dev/null
+++ b/kde-base/smoke/ChangeLog
@@ -0,0 +1,14 @@
+# ChangeLog for kde-base/smoke
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/ChangeLog,v 1.1 2004/11/06 17:23:33 danarmak Exp $
+
+*smoke-3.3.1 (06 Nov 2004)
+
+ 06 Nov 2004; Dan Armak <danarmak@gentoo.org>
+ +files/no-gtk-glib-check.diff, +files/parallel-make.diff,
+ +smoke-3.3.1.ebuild:
+ Initial version of the split-up kdebindings ebuilds. Cf.
+ kde-metaebuilds.berlios.de. This is a project to split the monolithic kde
+ ebuilds into separate ebuilds for separate applications. These ebuilds are
+ packaged.masked at first, pending testing.
+
diff --git a/kde-base/smoke/Manifest b/kde-base/smoke/Manifest
new file mode 100644
index 000000000000..2183237b6049
--- /dev/null
+++ b/kde-base/smoke/Manifest
@@ -0,0 +1,4 @@
+MD5 f20c65466830f0da592094c94cd7f3bb smoke-3.3.1.ebuild 433
+MD5 92a2bf7b4c3eebd09d53b684b22513af files/parallel-make.diff 1696
+MD5 5b4709a4940e69ed965855ca38b4ee56 files/no-gtk-glib-check.diff 596
+MD5 7f621b97f9a40145be94ed6c01cb1f2d files/digest-smoke-3.3.1 146
diff --git a/kde-base/smoke/files/digest-smoke-3.3.1 b/kde-base/smoke/files/digest-smoke-3.3.1
new file mode 100644
index 000000000000..64edf11dedc4
--- /dev/null
+++ b/kde-base/smoke/files/digest-smoke-3.3.1
@@ -0,0 +1,2 @@
+MD5 fd64783a92e66a2405b9e25f7322c222 kdebindings-3.3.1.tar.bz2 7168111
+MD5 a676a142e64fe0575a0d0415101a1b00 smoke-3.3.1-0-makefiles.tar.bz2 19210
diff --git a/kde-base/smoke/files/no-gtk-glib-check.diff b/kde-base/smoke/files/no-gtk-glib-check.diff
new file mode 100644
index 000000000000..90fe098df490
--- /dev/null
+++ b/kde-base/smoke/files/no-gtk-glib-check.diff
@@ -0,0 +1,22 @@
+--- Makefile.am.orig 2004-10-08 15:23:14.000000000 +0200
++++ Makefile.am 2004-10-29 22:01:41.662032792 +0200
+@@ -14,8 +14,6 @@
+
+ AUTOMAKE_OPTIONS = foreign 1.5
+
+-$(top_srcdir)/acinclude.m4: $(top_srcdir)/dcopc/glib.m4 $(top_srcdir)/dcopc/gtk.m4
+-
+ EXTRA_DIST = admin
+
+ include admin/deps.am
+--- Makefile.am.in.orig 2004-08-05 21:57:23.000000000 +0300
++++ Makefile.am.in 2004-10-29 22:01:45.358470848 +0200
+@@ -14,8 +14,6 @@
+
+ AUTOMAKE_OPTIONS = foreign 1.5
+
+-$(top_srcdir)/acinclude.m4: $(top_srcdir)/dcopc/glib.m4 $(top_srcdir)/dcopc/gtk.m4
+-
+ EXTRA_DIST = admin
+
+ include admin/deps.am
diff --git a/kde-base/smoke/files/parallel-make.diff b/kde-base/smoke/files/parallel-make.diff
new file mode 100644
index 000000000000..174ed73f0fb7
--- /dev/null
+++ b/kde-base/smoke/files/parallel-make.diff
@@ -0,0 +1,59 @@
+--- smoke/qt/Makefile.am.orig 2004-10-03 09:13:32.000000000 +0200
++++ smoke/qt/Makefile.am 2004-10-30 00:16:08.016760480 +0200
+@@ -15,6 +15,27 @@
+ libsmokeqt_la_SOURCES = smokedata.cpp x_1.cpp x_2.cpp x_3.cpp x_4.cpp x_5.cpp x_6.cpp x_7.cpp \
+ x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
+ x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp
++
++x_1.cpp: smokedata.cpp
++x_2.cpp: smokedata.cpp
++x_3.cpp: smokedata.cpp
++x_4.cpp: smokedata.cpp
++x_5.cpp: smokedata.cpp
++x_6.cpp: smokedata.cpp
++x_7.cpp: smokedata.cpp
++x_8.cpp: smokedata.cpp
++x_9.cpp: smokedata.cpp
++x_10.cpp: smokedata.cpp
++x_11.cpp: smokedata.cpp
++x_12.cpp: smokedata.cpp
++x_13.cpp: smokedata.cpp
++x_14.cpp: smokedata.cpp
++x_15.cpp: smokedata.cpp
++x_16.cpp: smokedata.cpp
++x_17.cpp: smokedata.cpp
++x_18.cpp: smokedata.cpp
++x_19.cpp: smokedata.cpp
++x_20.cpp: smokedata.cpp
+
+ smokedata.cpp:
+ perl generate.pl
+--- smoke/kde/Makefile.am.orig 2004-10-03 09:13:32.000000000 +0200
++++ smoke/kde/Makefile.am 2004-10-30 00:33:44.270185552 +0200
+@@ -16,5 +16,26 @@
+ x_8.cpp x_9.cpp x_10.cpp x_11.cpp x_12.cpp x_13.cpp x_14.cpp x_15.cpp \
+ x_16.cpp x_17.cpp x_18.cpp x_19.cpp x_20.cpp
+
++x_1.cpp: smokedata.cpp
++x_2.cpp: smokedata.cpp
++x_3.cpp: smokedata.cpp
++x_4.cpp: smokedata.cpp
++x_5.cpp: smokedata.cpp
++x_6.cpp: smokedata.cpp
++x_7.cpp: smokedata.cpp
++x_8.cpp: smokedata.cpp
++x_9.cpp: smokedata.cpp
++x_10.cpp: smokedata.cpp
++x_11.cpp: smokedata.cpp
++x_12.cpp: smokedata.cpp
++x_13.cpp: smokedata.cpp
++x_14.cpp: smokedata.cpp
++x_15.cpp: smokedata.cpp
++x_16.cpp: smokedata.cpp
++x_17.cpp: smokedata.cpp
++x_18.cpp: smokedata.cpp
++x_19.cpp: smokedata.cpp
++x_20.cpp: smokedata.cpp
++
+ smokedata.cpp:
+ perl generate.pl
diff --git a/kde-base/smoke/metadata.xml b/kde-base/smoke/metadata.xml
new file mode 100644
index 000000000000..1a4592f97a10
--- /dev/null
+++ b/kde-base/smoke/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde-core</herd>
+</pkgmetadata>
diff --git a/kde-base/smoke/smoke-3.3.1.ebuild b/kde-base/smoke/smoke-3.3.1.ebuild
new file mode 100644
index 000000000000..c5cc4e285e83
--- /dev/null
+++ b/kde-base/smoke/smoke-3.3.1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/smoke/smoke-3.3.1.ebuild,v 1.1 2004/11/06 17:23:33 danarmak Exp $
+
+KMNAME=kdebindings
+KMEXTRACTONLY="kalyptus/kalyptus kalyptus/*.pm"
+inherit kde-meta
+
+DESCRIPTION="Scripting Meta Object Kompiler Engine: a language-agnostic bindings generator for qt and kde"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lang/perl"
+PATCHES="$FILESDIR/no-gtk-glib-check.diff $FILESDIR/parallel-make.diff"
+