summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-05-09 18:11:28 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-05-09 18:11:28 +0000
commit018377a80f258f9ecacf5e28c5e8c1b19b28c627 (patch)
tree62337badf20f156021b800a9339f0f6b3af532a7 /app-officeext/ct2n
parentkeyword ~amd64-fbsd (diff)
downloadgentoo-2-018377a80f258f9ecacf5e28c5e8c1b19b28c627.tar.gz
gentoo-2-018377a80f258f9ecacf5e28c5e8c1b19b28c627.tar.bz2
gentoo-2-018377a80f258f9ecacf5e28c5e8c1b19b28c627.zip
Initial commit. Part of the lo build file.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'app-officeext/ct2n')
-rw-r--r--app-officeext/ct2n/ChangeLog10
-rw-r--r--app-officeext/ct2n/ct2n-1.4.0.ebuild23
-rw-r--r--app-officeext/ct2n/metadata.xml5
3 files changed, 38 insertions, 0 deletions
diff --git a/app-officeext/ct2n/ChangeLog b/app-officeext/ct2n/ChangeLog
new file mode 100644
index 000000000000..b4420b823b60
--- /dev/null
+++ b/app-officeext/ct2n/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-officeext/ct2n
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ct2n/ChangeLog,v 1.1 2012/05/09 18:11:28 scarabeus Exp $
+
+*ct2n-1.4.0 (09 May 2012)
+
+ 09 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ct2n-1.4.0.ebuild,
+ +metadata.xml:
+ Initial commit. Part of the lo build file.
+
diff --git a/app-officeext/ct2n/ct2n-1.4.0.ebuild b/app-officeext/ct2n/ct2n-1.4.0.ebuild
new file mode 100644
index 000000000000..147204fc3493
--- /dev/null
+++ b/app-officeext/ct2n/ct2n-1.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-officeext/ct2n/ct2n-1.4.0.ebuild,v 1.1 2012/05/09 18:11:28 scarabeus Exp $
+
+EAPI=4
+
+MY_P="converttexttonumber-${PV}"
+OO_EXTENSIONS=(
+ "${MY_P}.oxt"
+)
+inherit office-ext
+
+DESCRIPTION="Extension for converting text to numbers"
+HOMEPAGE="http://extensions.libreoffice.org/extension-center/ct2n-convert-text-to-number-and-dates"
+SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}-convert-text-to-number-and-dates/releases/${PV}/${MY_P}.oxt"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/ooo"
+DEPEND="${RDEPEND}"
diff --git a/app-officeext/ct2n/metadata.xml b/app-officeext/ct2n/metadata.xml
new file mode 100644
index 000000000000..5d46203011d6
--- /dev/null
+++ b/app-officeext/ct2n/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>openoffice</herd>
+</pkgmetadata>