diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-23 10:17:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-03-23 10:17:46 +0000 |
commit | 088187539e392ae02c7234d0e3141f3117b820d3 (patch) | |
tree | 8b1aed70ef60d56272a71f50614cf33d52d65edc /app-officeext | |
parent | migrate to office-ext-r1 eclass (diff) | |
download | gentoo-2-088187539e392ae02c7234d0e3141f3117b820d3.tar.gz gentoo-2-088187539e392ae02c7234d0e3141f3117b820d3.tar.bz2 gentoo-2-088187539e392ae02c7234d0e3141f3117b820d3.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/ct2n/ChangeLog | 10 | ||||
-rw-r--r-- | app-officeext/ct2n/ct2n-1.4.0-r1.ebuild | 20 |
2 files changed, 27 insertions, 3 deletions
diff --git a/app-officeext/ct2n/ChangeLog b/app-officeext/ct2n/ChangeLog index d2e9cf0b3d14..da1f253baeaf 100644 --- a/app-officeext/ct2n/ChangeLog +++ b/app-officeext/ct2n/ChangeLog @@ -1,6 +1,11 @@ # 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.2 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/ct2n/ChangeLog,v 1.3 2013/03/23 10:17:46 scarabeus Exp $ + +*ct2n-1.4.0-r1 (23 Mar 2013) + + 23 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> +ct2n-1.4.0-r1.ebuild: + migrate to office-ext-r1 eclass 23 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> ct2n-1.4.0.ebuild: Stable on amd64 and x86. @@ -10,4 +15,3 @@ 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-r1.ebuild b/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild new file mode 100644 index 000000000000..7cd4fbbf79e7 --- /dev/null +++ b/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/03/23 10:17:46 scarabeus Exp $ + +EAPI=5 + +MY_P="converttexttonumber-${PV}" +OFFICE_EXTENSIONS=( + "${MY_P}.oxt" +) +inherit office-ext-r1 + +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="" |