diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:31:49 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-04-27 08:31:49 +0000 |
commit | 936366f7b15987f789a75b78562ac8ab30150cc7 (patch) | |
tree | 582813c83889e164cffde3504bae17b8cce15d35 /app-officeext | |
parent | Drop from office herd as the package is no longer needed. Also nothing in cvs... (diff) | |
download | gentoo-2-936366f7b15987f789a75b78562ac8ab30150cc7.tar.gz gentoo-2-936366f7b15987f789a75b78562ac8ab30150cc7.tar.bz2 gentoo-2-936366f7b15987f789a75b78562ac8ab30150cc7.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')
-rw-r--r-- | app-officeext/sun-templates/ChangeLog | 6 | ||||
-rw-r--r-- | app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-officeext/sun-templates/sun-templates-1.0.0.ebuild | 29 |
3 files changed, 7 insertions, 32 deletions
diff --git a/app-officeext/sun-templates/ChangeLog b/app-officeext/sun-templates/ChangeLog index e45c4977eab3..24efc22312f7 100644 --- a/app-officeext/sun-templates/ChangeLog +++ b/app-officeext/sun-templates/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-officeext/sun-templates # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-officeext/sun-templates/ChangeLog,v 1.3 2013/03/24 08:35:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/sun-templates/ChangeLog,v 1.4 2013/04/27 08:31:48 scarabeus Exp $ + + 27 Apr 2013; Tomáš Chvátal <scarabeus@gentoo.org> -sun-templates-1.0.0.ebuild, + sun-templates-1.0.0-r1.ebuild: + Stabilise latest, drop older. 24 Mar 2013; Tomáš Chvátal <scarabeus@gentoo.org> sun-templates-1.0.0-r1.ebuild: diff --git a/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild b/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild index ece853d6e8de..29969f187395 100644 --- a/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild +++ b/app-officeext/sun-templates/sun-templates-1.0.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/sun-templates/sun-templates-1.0.0-r1.ebuild,v 1.2 2013/03/24 08:35:08 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-officeext/sun-templates/sun-templates-1.0.0-r1.ebuild,v 1.3 2013/04/27 08:31:48 scarabeus Exp $ EAPI=5 @@ -22,5 +22,5 @@ SRC_URI="${URI_EXTENSIONS}" LICENSE="sun-bcla-j2me" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" diff --git a/app-officeext/sun-templates/sun-templates-1.0.0.ebuild b/app-officeext/sun-templates/sun-templates-1.0.0.ebuild deleted file mode 100644 index 4a44ebba01b9..000000000000 --- a/app-officeext/sun-templates/sun-templates-1.0.0.ebuild +++ /dev/null @@ -1,29 +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/sun-templates/sun-templates-1.0.0.ebuild,v 1.1 2012/05/31 10:06:18 scarabeus Exp $ - -EAPI=4 - -OO_EXTENSIONS=( - "472ffb92d82cf502be039203c606643d-Sun-ODF-Template-Pack-en-US_${PV}.oxt" - "53ca5e56ccd4cab3693ad32c6bd13343-Sun-ODF-Template-Pack-de_${PV}.oxt" - "4ad003e7bbda5715f5f38fde1f707af2-Sun-ODF-Template-Pack-es_${PV}.oxt" - "a53080dc876edcddb26eb4c3c7537469-Sun-ODF-Template-Pack-fr_${PV}.oxt" - "09ec2dac030e1dcd5ef7fa1692691dc0-Sun-ODF-Template-Pack-hu_${PV}.oxt" - "b33775feda3bcf823cad7ac361fd49a6-Sun-ODF-Template-Pack-it_${PV}.oxt" -) -URI_EXTENSIONS="${OO_EXTENSIONS[@]/#/http://ooo.itc.hu/oxygenoffice/download/libreoffice/}" - -inherit office-ext - -DESCRIPTION="Collection of sun templates for various countries." -HOMEPAGE="http://ooo.itc.hu/oxygenoffice/download/libreoffice/" -SRC_URI="${URI_EXTENSIONS}" - -LICENSE="sun-bcla-j2me" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -# to avoid collisions -RDEPEND=">=app-office/libreoffice-l10n-3.5.4" |