diff options
author | 2003-02-01 00:16:06 +0000 | |
---|---|---|
committer | 2003-02-01 00:16:06 +0000 | |
commit | 9bf27a5e44196924c681acc7bdbb3bf7ba35a276 (patch) | |
tree | 0f4c11a9a54ec4a113703c6657b2ed408fe5778e /app-office/oooqs | |
parent | changed the digest for openoffice-bin-1.0.2 (diff) | |
download | historical-9bf27a5e44196924c681acc7bdbb3bf7ba35a276.tar.gz historical-9bf27a5e44196924c681acc7bdbb3bf7ba35a276.tar.bz2 historical-9bf27a5e44196924c681acc7bdbb3bf7ba35a276.zip |
added oooqs to portage
Diffstat (limited to 'app-office/oooqs')
-rw-r--r-- | app-office/oooqs/ChangeLog | 10 | ||||
-rw-r--r-- | app-office/oooqs/files/digest-oooqs-1.0_rc3 | 1 | ||||
-rw-r--r-- | app-office/oooqs/oooqs-1.0_rc3.ebuild | 16 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-office/oooqs/ChangeLog b/app-office/oooqs/ChangeLog new file mode 100644 index 000000000000..37d47da9dafa --- /dev/null +++ b/app-office/oooqs/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-office/oooqs +# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/oooqs/ChangeLog,v 1.1 2003/02/01 00:16:06 sethbc Exp $ + +*oooqs-1.0_rc3 (31 Jan 2003) + + 31 Jan 2003; Seth Chandler <sethbc@gentoo.org> oooqs-1.0_rc3.ebuild, + Initial import. Ebuild submitted by Peter Ruskin + <aoyu93@dsl.pipex.com>. + diff --git a/app-office/oooqs/files/digest-oooqs-1.0_rc3 b/app-office/oooqs/files/digest-oooqs-1.0_rc3 new file mode 100644 index 000000000000..82d161656246 --- /dev/null +++ b/app-office/oooqs/files/digest-oooqs-1.0_rc3 @@ -0,0 +1 @@ +MD5 d1eecb568523748ee8489c9d61ffadc6 oooqs-1.0_rc3.tar.gz 643461 diff --git a/app-office/oooqs/oooqs-1.0_rc3.ebuild b/app-office/oooqs/oooqs-1.0_rc3.ebuild new file mode 100644 index 000000000000..20528ea577c9 --- /dev/null +++ b/app-office/oooqs/oooqs-1.0_rc3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.1 2003/02/01 00:16:06 sethbc Exp $ + +inherit kde-base +need-kde 3 + +S=${WORKDIR}/${P} + +IUSE="" +DESCRIPTION="OpenOffice.org Quickstarter, runs in the KDE SystemTray." +SRC_URI="http://download.berlios.de/segfaultskde/${P}.tar.gz" +HOMEPAGE="http://segfaultskde.berlios.de/index.php" +LICENSE="GPL-2" +KEYWORDS="~x86" + |