diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-03-25 08:48:33 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-03-25 08:48:33 +0000 |
commit | 19d06e60784e60a5b40523eddc1d3adab68b0f4b (patch) | |
tree | 1a2b65a7571a87d111df123012896cb4026807aa /app-office | |
parent | mail-client/alot-0.2.1-r1: vcs-snapshot is used in the ebuild... (diff) | |
download | gentoo-2-19d06e60784e60a5b40523eddc1d3adab68b0f4b.tar.gz gentoo-2-19d06e60784e60a5b40523eddc1d3adab68b0f4b.tar.bz2 gentoo-2-19d06e60784e60a5b40523eddc1d3adab68b0f4b.zip |
tables has been renamed to sheets, bug 409547
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/calligra/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.3.92.ebuild | 10 | ||||
-rw-r--r-- | app-office/calligra/calligra-9999.ebuild | 10 |
3 files changed, 15 insertions, 11 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index 5806cc652775..d62b8953856f 100644 --- a/app-office/calligra/ChangeLog +++ b/app-office/calligra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/calligra # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.26 2012/03/22 07:27:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.27 2012/03/25 08:48:33 dilfridge Exp $ + + 25 Mar 2012; Andreas K. Huettel <dilfridge@gentoo.org> + calligra-2.3.92.ebuild, calligra-9999.ebuild: + tables has been renamed to sheets, bug 409547 *calligra-2.3.92 (22 Mar 2012) diff --git a/app-office/calligra/calligra-2.3.92.ebuild b/app-office/calligra/calligra-2.3.92.ebuild index d9b625b80067..18d0009bd548 100644 --- a/app-office/calligra/calligra-2.3.92.ebuild +++ b/app-office/calligra/calligra-2.3.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.3.92.ebuild,v 1.1 2012/03/22 07:27:59 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.3.92.ebuild,v 1.2 2012/03/25 08:48:33 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -30,18 +30,18 @@ gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +mso +okular openctl o +wmf word-perfect xbase +xml +xslt" # please do not sort here, order is same as in CMakeLists.txt -CAL_FTS="kexi words flow plan stage tables krita karbon braindump" +CAL_FTS="kexi words flow plan stage sheets krita karbon braindump" for cal_ft in ${CAL_FTS}; do IUSE+=" calligra_features_${cal_ft}" done unset cal_ft REQUIRED_USE=" - calligra_features_kexi? ( calligra_features_tables ) - calligra_features_words? ( calligra_features_tables ) + calligra_features_kexi? ( calligra_features_sheets ) + calligra_features_words? ( calligra_features_sheets ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim semantic-desktop ) - calligra_features_tables? ( eigen ) + calligra_features_sheets? ( eigen ) test? ( calligra_features_karbon ) " diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 0efecf3a7850..4528abc42cae 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.10 2012/03/20 08:31:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.11 2012/03/25 08:48:33 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -30,18 +30,18 @@ gsl +iconv +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +mso +okular openctl o +wmf word-perfect xbase +xml +xslt" # please do not sort here, order is same as in CMakeLists.txt -CAL_FTS="kexi words flow plan stage tables krita karbon braindump" +CAL_FTS="kexi words flow plan stage sheets krita karbon braindump" for cal_ft in ${CAL_FTS}; do IUSE+=" calligra_features_${cal_ft}" done unset cal_ft REQUIRED_USE=" - calligra_features_kexi? ( calligra_features_tables ) - calligra_features_words? ( calligra_features_tables ) + calligra_features_kexi? ( calligra_features_sheets ) + calligra_features_words? ( calligra_features_sheets ) calligra_features_krita? ( eigen exif lcms ) calligra_features_plan? ( kdepim semantic-desktop ) - calligra_features_tables? ( eigen ) + calligra_features_sheets? ( eigen ) test? ( calligra_features_karbon ) " |