diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-04-06 15:25:49 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2019-04-06 15:25:49 +0000 |
commit | 2c517f181a043b0900f590df4a7d8a97e18a0c51 (patch) | |
tree | b70d7fcc5232e062c2707b2a8ee3e62d268ec9be /app-officeext/ct2n/ct2n-1.5.0.ebuild | |
parent | 2019-04-06 15:04:26 UTC (diff) | |
parent | media-libs/mesa: stable 18.3.6 for sparc, bug #682616 (diff) | |
download | gentoo-2c517f181a043b0900f590df4a7d8a97e18a0c51.tar.gz gentoo-2c517f181a043b0900f590df4a7d8a97e18a0c51.tar.bz2 gentoo-2c517f181a043b0900f590df4a7d8a97e18a0c51.zip |
Merge updates from master
Diffstat (limited to 'app-officeext/ct2n/ct2n-1.5.0.ebuild')
-rw-r--r-- | app-officeext/ct2n/ct2n-1.5.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-officeext/ct2n/ct2n-1.5.0.ebuild b/app-officeext/ct2n/ct2n-1.5.0.ebuild new file mode 100644 index 000000000000..12d97f145b3f --- /dev/null +++ b/app-officeext/ct2n/ct2n-1.5.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_P="converttexttonumber-${PV/./-}" +OFFICE_EXTENSIONS=( "${MY_P}.oxt" ) +inherit office-ext-r1 + +DESCRIPTION="Extension for converting text to numbers" +HOMEPAGE="https://extensions.libreoffice.org/extensions/ct2n-convert-text-to-number-and-dates" +SRC_URI="https://extensions.libreoffice.org/extensions/ct2n-convert-text-to-number-and-dates/${PV/.0}/@@download/file/${MY_P}.oxt" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" |