diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:16:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:16:23 +0000 |
commit | bd3b1e9a6ffb43d245196148743a84c418809f5a (patch) | |
tree | f1ae822ba2acf2a617a040bdea3da1724ba7a912 /app-officeext/ct2n | |
parent | Stabilise latest, drop older. (diff) | |
download | gentoo-2-bd3b1e9a6ffb43d245196148743a84c418809f5a.tar.gz gentoo-2-bd3b1e9a6ffb43d245196148743a84c418809f5a.tar.bz2 gentoo-2-bd3b1e9a6ffb43d245196148743a84c418809f5a.zip |
Stabilise latest, drop older.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-officeext/ct2n')
-rw-r--r-- | app-officeext/ct2n/ChangeLog | 6 | ||||
-rw-r--r-- | app-officeext/ct2n/ct2n-1.4.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-officeext/ct2n/ct2n-1.4.0.ebuild | 23 |
3 files changed, 7 insertions, 26 deletions
diff --git a/app-officeext/ct2n/ChangeLog b/app-officeext/ct2n/ChangeLog index da1f253baeaf..bfb0d2e1bd60 100644 --- a/app-officeext/ct2n/ChangeLog +++ b/app-officeext/ct2n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-officeext/ct2n # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/ct2n/ChangeLog,v 1.4 2013/04/27 08:16:23 scarabeus Exp $ + + 27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> -ct2n-1.4.0.ebuild, + ct2n-1.4.0-r1.ebuild: + Stabilise latest, drop older. *ct2n-1.4.0-r1 (23 Mar 2013) diff --git a/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild b/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild index 7cd4fbbf79e7..658de855bddc 100644 --- a/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild +++ b/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/ct2n/ct2n-1.4.0-r1.ebuild,v 1.2 2013/04/27 08:16:23 scarabeus Exp $ EAPI=5 @@ -16,5 +16,5 @@ SRC_URI="http://extensions.libreoffice.org/extension-center/${PN}-convert-text-t LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/app-officeext/ct2n/ct2n-1.4.0.ebuild b/app-officeext/ct2n/ct2n-1.4.0.ebuild deleted file mode 100644 index d71bdcd67ac9..000000000000 --- a/app-officeext/ct2n/ct2n-1.4.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.2 2012/05/23 08:54:32 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}" |