summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chandler <sethbc@gentoo.org>2002-11-29 17:52:10 +0000
committerSeth Chandler <sethbc@gentoo.org>2002-11-29 17:52:10 +0000
commit8d84047bf292af5e30848275d646b148012d7e11 (patch)
treeb852df651ede1399f5890fe6997fa0db5aa5c67d
parentfix #10953 by making distclean before building, remoing some stale cached stuff (diff)
downloadgentoo-2-8d84047bf292af5e30848275d646b148012d7e11.tar.gz
gentoo-2-8d84047bf292af5e30848275d646b148012d7e11.tar.bz2
gentoo-2-8d84047bf292af5e30848275d646b148012d7e11.zip
added ooodi to portage
-rw-r--r--app-office/ooodi/ChangeLog10
-rw-r--r--app-office/ooodi/files/digest-ooodi-0.551
-rw-r--r--app-office/ooodi/ooodi-0.55.ebuild35
3 files changed, 46 insertions, 0 deletions
diff --git a/app-office/ooodi/ChangeLog b/app-office/ooodi/ChangeLog
new file mode 100644
index 000000000000..0a41ad6f085a
--- /dev/null
+++ b/app-office/ooodi/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-office/ooodi
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/ooodi/ChangeLog,v 1.1 2002/11/29 17:52:10 sethbc Exp $
+
+*ooodi-0.55 (29 Nov 2002)
+
+ 29 Nov 2002: Seth Chandler <sethbc@gentoo.org>: ooodi-0.55.ebuild
+ added ooodi-0.55 to portage. Ebuild submitted by David Holm
+ (dholm@telia.com).
+
diff --git a/app-office/ooodi/files/digest-ooodi-0.55 b/app-office/ooodi/files/digest-ooodi-0.55
new file mode 100644
index 000000000000..0661a892aedd
--- /dev/null
+++ b/app-office/ooodi/files/digest-ooodi-0.55
@@ -0,0 +1 @@
+MD5 788e3e7d6d2447f1b473eca9a20a7eac OOodi-0.55.tar.gz 479708
diff --git a/app-office/ooodi/ooodi-0.55.ebuild b/app-office/ooodi/ooodi-0.55.ebuild
new file mode 100644
index 000000000000..b704ddb70bd4
--- /dev/null
+++ b/app-office/ooodi/ooodi-0.55.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: David Holm <david@realityrift.com>
+# $Header: /var/cvsroot/gentoo-x86/app-office/ooodi/ooodi-0.55.ebuild,v 1.1 2002/11/29 17:52:10 sethbc Exp $
+
+# This ebuild was generated by Ebuilder v0.4.
+
+DESCRIPTION="OOodi provides an automated dictionary installer for the OpenOffice.org word processer. It uses GTK+ for the user interface and libcurl for automated download of selected dictionaries."
+SRC_URI="http://switch.dl.sourceforge.net/sourceforge/ooodi/OOodi-0.55.tar.gz"
+HOMEPAGE="http://ooodi.sourceforge.net/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
+DEPEND="net-ftp/curl
+ x11-libs/gtk+"
+
+P="OOodi-0.55"
+
+src_compile() {
+ ./configure \
+ --host=${CHOST} \
+ --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man || die "./configure failed"
+ emake || die
+}
+
+src_install () {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README
+}
+
+