diff options
Diffstat (limited to 'app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild')
-rw-r--r-- | app-officeext/ooo2gd/ooo2gd-3.0.0-r1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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="" |