summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-03-23 10:19:32 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-03-23 10:19:32 +0000
commit4cd77fe6a982af4e987009d2a5a09820c86b4976 (patch)
treeb7b65288ddbebc4273f0f41699e82757038be2ba /app-officeext
parentmigrate to office-ext-r1 eclass (diff)
downloadgentoo-2-4cd77fe6a982af4e987009d2a5a09820c86b4976.tar.gz
gentoo-2-4cd77fe6a982af4e987009d2a5a09820c86b4976.tar.bz2
gentoo-2-4cd77fe6a982af4e987009d2a5a09820c86b4976.zip
migrate to office-ext-r1 eclass
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext')
-rw-r--r--app-officeext/ooo2gd/ChangeLog10
-rw-r--r--app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild21
2 files changed, 28 insertions, 3 deletions
diff --git a/app-officeext/ooo2gd/ChangeLog b/app-officeext/ooo2gd/ChangeLog
index 2326f5c58f4f..90b6d15ab128 100644
--- a/app-officeext/ooo2gd/ChangeLog
+++ b/app-officeext/ooo2gd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-officeext/ooo2gd
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooo2gd/ChangeLog,v 1.3 2012/05/23 08:54:32 scarabeus Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooo2gd/ChangeLog,v 1.4 2013/03/23 10:19:32 scarabeus Exp $
+
+*ooo2gd-3.0.0-r1 (23 Mar 2013)
+
+ 23 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ooo2gd-3.0.0-r1.ebuild:
+ migrate to office-ext-r1 eclass
23 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> ooo2gd-3.0.0.ebuild:
Stable on amd64 and x86.
@@ -13,4 +18,3 @@
09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +metadata.xml,
+ooo2gd-3.0.0.ebuild:
Initial commit. Google docs export extension.
-
diff --git a/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild b/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild
new file mode 100644
index 000000000000..b9b28c733e4b
--- /dev/null
+++ b/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild,v 1.1 2013/03/23 10:19:32 scarabeus Exp $
+
+EAPI=5
+
+OFFICE_REQ_USE="java"
+
+OFFICE_EXTENSIONS=(
+ "${PN}_${PV}.oxt"
+)
+inherit office-ext-r1
+
+DESCRIPTION="Extension for export to Google docs, zoho and WebDAV"
+HOMEPAGE="http://code.google.com/p/ooo2gd/"
+SRC_URI="http://ooo2gd.googlecode.com/files/${PN}_${PV}.oxt"
+
+LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""