summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Proschofsky <suka@gentoo.org>2004-08-25 11:14:15 +0000
committerAndreas Proschofsky <suka@gentoo.org>2004-08-25 11:14:15 +0000
commitbf63f47a5e6c6d78a9f3ed186481d31c89237a88 (patch)
treebe8c86c8f3120489c42bcce9f5a9a746c463a0a4
parentInitial ebuild (Manifest recommit) (diff)
downloadgentoo-2-bf63f47a5e6c6d78a9f3ed186481d31c89237a88.tar.gz
gentoo-2-bf63f47a5e6c6d78a9f3ed186481d31c89237a88.tar.bz2
gentoo-2-bf63f47a5e6c6d78a9f3ed186481d31c89237a88.zip
2.0.3 to x86. add metadata, remove ancient version
-rw-r--r--app-office/oooqs/ChangeLog5
-rw-r--r--app-office/oooqs/files/digest-oooqs-1.0_rc31
-rw-r--r--app-office/oooqs/files/oooqs-debug.patch15
-rw-r--r--app-office/oooqs/metadata.xml6
-rw-r--r--app-office/oooqs/oooqs-1.0_rc3.ebuild20
-rw-r--r--app-office/oooqs/oooqs-2.0.3.ebuild4
6 files changed, 12 insertions, 39 deletions
diff --git a/app-office/oooqs/ChangeLog b/app-office/oooqs/ChangeLog
index ee087d6c101f..36140949e026 100644
--- a/app-office/oooqs/ChangeLog
+++ b/app-office/oooqs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/oooqs
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/ChangeLog,v 1.10 2004/07/02 03:07:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/ChangeLog,v 1.11 2004/08/25 11:14:15 suka Exp $
+
+ 25 Aug 2004; suka@gentoo.org oooqs-2.0.3.ebuild:
+ marking 2.0.3 stable on x86, add metadata.xml
01 Jul 2004; Aron Griffis <agriffis@gentoo.org> oooqs-1.0_rc3.ebuild,
oooqs-2.0.2.ebuild, oooqs-2.0.3.ebuild:
diff --git a/app-office/oooqs/files/digest-oooqs-1.0_rc3 b/app-office/oooqs/files/digest-oooqs-1.0_rc3
deleted file mode 100644
index 82d161656246..000000000000
--- a/app-office/oooqs/files/digest-oooqs-1.0_rc3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d1eecb568523748ee8489c9d61ffadc6 oooqs-1.0_rc3.tar.gz 643461
diff --git a/app-office/oooqs/files/oooqs-debug.patch b/app-office/oooqs/files/oooqs-debug.patch
deleted file mode 100644
index f292534aba04..000000000000
--- a/app-office/oooqs/files/oooqs-debug.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- oooqs/oooqs.cpp.orig 2003-04-17 18:20:15.000000000 -0400
-+++ oooqs/oooqs.cpp 2003-04-17 18:20:26.000000000 -0400
-@@ -484,9 +484,9 @@
- }
- KProcess* process = new KProcess;
- *process << soffice << params;
-- for ( QStringList::Iterator it = params.begin(); it != params.end(); ++it ) {
-- KMessageBox::information(this, *it);
-- }
-+// for ( QStringList::Iterator it = params.begin(); it != params.end(); ++it ) {
-+// KMessageBox::information(this, *it);
-+// }
- /** the exit Handler only works, if the father ist notified */
- process->start(KProcess::NotifyOnExit,KProcess::NoCommunication);
- connect( process, SIGNAL (processExited(KProcess*)), SLOT (delProcess(KProcess*)));
diff --git a/app-office/oooqs/metadata.xml b/app-office/oooqs/metadata.xml
new file mode 100644
index 000000000000..c82e10140a6f
--- /dev/null
+++ b/app-office/oooqs/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>openoffice</herd>
+<longdescription>This package provides the OpenOffice.org Quickstarter for KDE desktops</longdescription>
+</pkgmetadata>
diff --git a/app-office/oooqs/oooqs-1.0_rc3.ebuild b/app-office/oooqs/oooqs-1.0_rc3.ebuild
deleted file mode 100644
index fb903a0eb27d..000000000000
--- a/app-office/oooqs/oooqs-1.0_rc3.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/oooqs-1.0_rc3.ebuild,v 1.9 2004/07/02 03:07:07 agriffis Exp $
-
-inherit kde eutils
-need-kde 3
-
-DESCRIPTION="OpenOffice.org Quickstarter, runs in the KDE SystemTray"
-HOMEPAGE="http://segfaultskde.berlios.de/index.php"
-SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz"
-
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/oooqs-debug.patch
-}
diff --git a/app-office/oooqs/oooqs-2.0.3.ebuild b/app-office/oooqs/oooqs-2.0.3.ebuild
index 7e7308543ba6..20ba8b9b0451 100644
--- a/app-office/oooqs/oooqs-2.0.3.ebuild
+++ b/app-office/oooqs/oooqs-2.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/oooqs-2.0.3.ebuild,v 1.6 2004/07/02 03:07:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/oooqs-2.0.3.ebuild,v 1.7 2004/08/25 11:14:15 suka Exp $
inherit kde
@@ -11,7 +11,7 @@ HOMEPAGE="http://segfaultskde.berlios.de/index.php"
SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
+KEYWORDS="x86 ~sparc ~amd64 ~ppc"
IUSE=""
pkg_postinst()