diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-13 12:04:43 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-09-13 12:04:43 +0000 |
commit | c85a5b130fa0392f206fc676c7dccb7eee73ada9 (patch) | |
tree | a56d01fa9b5ea763933c4caacd997e80333d1df3 | |
parent | Fix installation on systems without udev.pc, thanks to Samuli Suominen for no... (diff) | |
download | historical-c85a5b130fa0392f206fc676c7dccb7eee73ada9.tar.gz historical-c85a5b130fa0392f206fc676c7dccb7eee73ada9.tar.bz2 historical-c85a5b130fa0392f206fc676c7dccb7eee73ada9.zip |
Version bump to latest.
Package-Manager: portage-2.2.0_alpha125/cvs/Linux x86_64
-rw-r--r-- | app-office/calligra-l10n/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/calligra-l10n/calligra-l10n-2.5.1.ebuild | 77 | ||||
-rw-r--r-- | app-office/calligra-l10n/calligra-l10n-2.5.2.ebuild (renamed from app-office/calligra-l10n/calligra-l10n-2.5.0.ebuild) | 2 | ||||
-rw-r--r-- | app-office/calligra/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.5.0.ebuild | 222 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.5.2.ebuild (renamed from app-office/calligra/calligra-2.5.1.ebuild) | 2 |
6 files changed, 16 insertions, 303 deletions
diff --git a/app-office/calligra-l10n/ChangeLog b/app-office/calligra-l10n/ChangeLog index d3d2a6870331..b0516b25d24c 100644 --- a/app-office/calligra-l10n/ChangeLog +++ b/app-office/calligra-l10n/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/calligra-l10n # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/ChangeLog,v 1.25 2012/09/11 10:34:21 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/ChangeLog,v 1.26 2012/09/13 12:04:43 scarabeus Exp $ + +*calligra-l10n-2.5.2 (13 Sep 2012) + + 13 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> +calligra-l10n-2.5.2.ebuild, + -calligra-l10n-2.5.0.ebuild, -calligra-l10n-2.5.1.ebuild: + Version bump to latest. 11 Sep 2012; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml: Drop maintainership diff --git a/app-office/calligra-l10n/calligra-l10n-2.5.1.ebuild b/app-office/calligra-l10n/calligra-l10n-2.5.1.ebuild deleted file mode 100644 index 53d1cf11cc1c..000000000000 --- a/app-office/calligra-l10n/calligra-l10n-2.5.1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/calligra-l10n-2.5.1.ebuild,v 1.1 2012/08/30 11:35:37 dilfridge Exp $ - -EAPI=4 - -inherit kde4-base - -DESCRIPTION="Calligra localization package" -HOMEPAGE="http://www.kde.org/" -LICENSE="GPL-2" - -DEPEND="sys-devel/gettext" -RDEPEND="!app-office/koffice-l10n" - -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -MY_LANGS="ca ca@valencia da de el en_GB es et fi fr gl hu it ja kk nb nds nl pl pt pt_BR ru sk sv uk zh_CN zh_TW" -URI_BASE="mirror://kde/stable/${PN/-l10n/}-${PV}/${PN}/" -SRC_URI="" -SLOT="4" - -for MY_LANG in ${MY_LANGS} ; do - IUSE="${IUSE} linguas_${MY_LANG}" - SRC_URI="${SRC_URI} linguas_${MY_LANG}? ( ${URI_BASE}/${PN}-${MY_LANG}-${PV}.tar.bz2 )" -done -unset MY_LANG - -S="${WORKDIR}" - -src_unpack() { - local lng dir - if [[ -z ${A} ]]; then - elog - elog "You either have the LINGUAS variable unset, or it only" - elog "contains languages not supported by ${P}." - elog "You won't have any additional language support." - elog - elog "${P} supports these language codes:" - elog "${MY_LANGS}" - elog - fi - - [[ -n ${A} ]] && unpack ${A} - cd "${S}" - - # add all linguas to cmake - if [[ -n ${A} ]]; then - for lng in ${MY_LANGS}; do - dir="${PN}-${lng}-${PV}" - if [[ -d "${dir}" ]] ; then - echo "add_subdirectory( ${dir} )" >> "${S}"/CMakeLists.txt - fi - done - fi -} - -src_configure() { - local mycmakeargs=( - -DBUILD_MESSAGES=ON -DBUILD_DATA=ON - $(cmake-utils_use_build doc) - ) - [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_configure -} - -src_compile() { - [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_compile -} - -src_test() { - [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_test -} - -src_install() { - [[ -e "${S}"/CMakeLists.txt ]] && kde4-base_src_install -} diff --git a/app-office/calligra-l10n/calligra-l10n-2.5.0.ebuild b/app-office/calligra-l10n/calligra-l10n-2.5.2.ebuild index 2890d98262e5..e0ce10a257a8 100644 --- a/app-office/calligra-l10n/calligra-l10n-2.5.0.ebuild +++ b/app-office/calligra-l10n/calligra-l10n-2.5.2.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-l10n/calligra-l10n-2.5.0.ebuild,v 1.1 2012/08/13 16:36:14 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra-l10n/calligra-l10n-2.5.2.ebuild,v 1.1 2012/09/13 12:04:43 scarabeus Exp $ EAPI=4 diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index 6906adc1df68..a92b9fef2011 100644 --- a/app-office/calligra/ChangeLog +++ b/app-office/calligra/ChangeLog @@ -1,6 +1,12 @@ # 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.68 2012/09/11 10:33:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.69 2012/09/13 12:01:57 scarabeus Exp $ + +*calligra-2.5.2 (13 Sep 2012) + + 13 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> +calligra-2.5.2.ebuild, + -calligra-2.5.0.ebuild, -calligra-2.5.1.ebuild: + Version bump to latest. 11 Sep 2012; Andreas K. Huettel <dilfridge@gentoo.org> metadata.xml: Drop maintainership diff --git a/app-office/calligra/calligra-2.5.0.ebuild b/app-office/calligra/calligra-2.5.0.ebuild deleted file mode 100644 index f195ceb82843..000000000000 --- a/app-office/calligra/calligra-2.5.0.ebuild +++ /dev/null @@ -1,222 +0,0 @@ -# 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.5.0.ebuild,v 1.4 2012/08/21 19:06:56 dilfridge Exp $ - -# note: files that need to be checked for dependencies etc: -# CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt -# krita/CMakeLists.txt - -EAPI=4 - -KDE_SCM=git -KDE_MINIMAL=4.6.4 -QT_MINIMAL=4.8.1 -OPENGL_REQUIRED=optional - -KDE_HANDBOOK=optional - -KDE_LINGUAS_LIVE_OVERRIDE=true -inherit kde4-base versionator - -DESCRIPTION="KDE Office Suite" -HOMEPAGE="http://www.calligra.org/" - -case ${PV} in - 2.[456789].[789]?) - # beta or rc releases - SRC_URI="mirror://kde/unstable/${P}/${P}.tar.bz2" ;; - 2.[456789].?) - # stable releases - SRC_URI="mirror://kde/stable/${P}/${P}.tar.bz2" ;; - 2.[456789].9999) - # stable branch live ebuild - SRC_URI="" ;; - 9999) - # master branch live ebuild - SRC_URI="" ;; -esac - -LICENSE="GPL-2" -SLOT="4" - -[[ ${PV} == *9999 ]] || KEYWORDS="~amd64 ~x86" - -IUSE="attica +crypt +eigen +exif fftw +fontconfig freetds +gif glew +glib +gsf -gsl +jpeg jpeg2k +kdcraw kdepim +lcms marble mysql +okular opengtl openexr -+pdf postgres +semantic-desktop spacenav +ssl sybase test tiff +threads +truetype -word-perfect xbase +xml +xslt" - -# please do not sort here, order is same as in CMakeLists.txt -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_sheets ) - calligra_features_words? ( calligra_features_sheets ) - calligra_features_krita? ( eigen exif lcms ) - calligra_features_plan? ( kdepim semantic-desktop ) - calligra_features_sheets? ( eigen ) - test? ( calligra_features_karbon ) -" - -RDEPEND=" - !app-office/karbon - !app-office/kexi - !app-office/koffice-data - !app-office/koffice-l10n - !app-office/koffice-libs - !app-office/koffice-meta - !app-office/kplato - !app-office/kpresenter - !app-office/krita - !app-office/kspread - !app-office/kword - dev-lang/perl - dev-libs/boost - dev-libs/libxml2 - $(add_kdebase_dep knewstuff) - media-libs/libpng - sys-libs/zlib - >=x11-libs/qt-gui-4.8.1-r1:4 - virtual/libiconv - attica? ( dev-libs/libattica ) - crypt? ( app-crypt/qca:2 ) - eigen? ( dev-cpp/eigen:2 ) - exif? ( media-gfx/exiv2 ) - fftw? ( sci-libs/fftw:3.0 ) - fontconfig? ( media-libs/fontconfig ) - freetds? ( dev-db/freetds ) - gif? ( media-libs/giflib ) - glew? ( media-libs/glew ) - glib? ( dev-libs/glib:2 ) - gsf? ( gnome-extra/libgsf ) - gsl? ( sci-libs/gsl ) - jpeg? ( virtual/jpeg ) - jpeg2k? ( media-libs/openjpeg ) - kdcraw? ( $(add_kdebase_dep libkdcraw) ) - kdepim? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') ) - lcms? ( media-libs/lcms:2 ) - marble? ( $(add_kdebase_dep marble) ) - mysql? ( virtual/mysql ) - okular? ( $(add_kdebase_dep okular) ) - opengtl? ( >=media-libs/opengtl-0.9.15 ) - openexr? ( media-libs/openexr ) - pdf? ( - app-text/poppler - media-gfx/pstoedit - ) - postgres? ( - dev-db/postgresql-base - dev-libs/libpqxx - ) - semantic-desktop? ( dev-libs/soprano $(add_kdebase_dep kdelibs semantic-desktop) ) - spacenav? ( dev-libs/libspnav ) - ssl? ( dev-libs/openssl ) - sybase? ( dev-db/freetds ) - tiff? ( media-libs/tiff ) - truetype? ( media-libs/freetype:2 ) - word-perfect? ( - app-text/libwpd - app-text/libwps - app-text/libwpg - ) - xbase? ( dev-db/xbase ) - xslt? ( dev-libs/libxslt ) - calligra_features_kexi? ( - >=dev-db/sqlite-3.7.9:3[extensions] - dev-libs/icu - ) -" -DEPEND="${RDEPEND}" - -[[ ${PV} == 9999 ]] && LANGVERSION="2.4" || LANGVERSION="$(get_version_component_range 1-2)" -PDEPEND=">=app-office/calligra-l10n-${LANGVERSION}" - -RESTRICT=test -# bug 394273 - -src_configure() { - local cal_ft - - # first write out things we want to hard-enable - local mycmakeargs=( - "-DIHAVEPATCHEDQT=ON" - "-DWITH_Boost=ON" - "-DWITH_LibXml2=ON" - "-DWITH_PNG=ON" - "-DWITH_ZLIB=ON" - "-DGHNS=ON" - "-DWITH_X11=ON" - "-DWITH_Qt4=ON" - "-DBUILD_libmsooxml=ON" # only internal code, no deps - "-DWITH_Iconv=ON" # available on all supported arches and many more - "-DQT3SUPPORT=ON" # kde4-base.eclass pulls this in anyway - ) - - # default disablers - mycmakeargs+=( - "-DBUILD_mobile=OFF" # we dont support mobile gui, maybe arm could - "-DBUILD_active=OFF" # we dont support active gui, maybe arm could - "-DWITH_LCMS=OFF" # we use lcms:2 - "-DCREATIVEONLY=OFF" - "-DWITH_TINY=OFF" - "-DWITH_CreateResources=OFF" # NOT PACKAGED: http://create.freedesktop.org/ - "-DWITH_DCMTK=OFF" # NOT PACKAGED: http://www.dcmtk.org/dcmtk.php.en - ) - - # regular options - mycmakeargs+=( - $(cmake-utils_use_with attica LibAttica) - $(cmake-utils_use_with crypt QCA2) - $(cmake-utils_use_with eigen Eigen2) - $(cmake-utils_use_with exif Exiv2) - $(cmake-utils_use_with fftw FFTW3) - $(cmake-utils_use_with fontconfig Fontconfig) - $(cmake-utils_use_with freetds FreeTDS) - $(cmake-utils_use_with gif GIF2) - $(cmake-utils_use_with glew GLEW) - $(cmake-utils_use_with glib GLIB2) - $(cmake-utils_use_with glib GObject) - $(cmake-utils_use_with gsf LIBGSF) - $(cmake-utils_use_with gsl GSL) - $(cmake-utils_use_with jpeg JPEG) - $(cmake-utils_use_with jpeg2k OpenJPEG) - $(cmake-utils_use_with kdcraw Kdcraw) - $(cmake-utils_use_with kdepim KdepimLibs) - $(cmake-utils_use_with lcms LCMS2) - $(cmake-utils_use_with marble Marble) - $(cmake-utils_use_with mysql MySQL) - $(cmake-utils_use_with okular Okular) - $(cmake-utils_use_with opengtl OpenCTL) - $(cmake-utils_use_with openexr OpenEXR) - $(cmake-utils_use_with opengl OpenGL) - $(cmake-utils_use_with pdf Poppler) - $(cmake-utils_use_with pdf Pstoedit) - $(cmake-utils_use_with postgres PostgreSQL) - $(cmake-utils_use_with semantic-desktop Soprano) - $(cmake-utils_use semantic-desktop NEPOMUK) - $(cmake-utils_use_with spacenav Spnav) - $(cmake-utils_use_with ssl OpenSSL) - $(cmake-utils_use_with sybase FreeTDS) - $(cmake-utils_use_with tiff TIFF) - $(cmake-utils_use_with threads Threads) - $(cmake-utils_use_with truetype Freetype) - $(cmake-utils_use_with word-perfect WPD) - $(cmake-utils_use_with word-perfect WPG) - $(cmake-utils_use_with xbase XBase) - $(cmake-utils_use_with xslt LibXslt) - ) - - # applications - for cal_ft in ${CAL_FTS}; do - mycmakeargs+=( $(cmake-utils_use_build calligra_features_${cal_ft} ${cal_ft}) ) - done - mycmakeargs+=( $(cmake-utils_use_build test cstester) ) - - # filters - - kde4-base_src_configure -} diff --git a/app-office/calligra/calligra-2.5.1.ebuild b/app-office/calligra/calligra-2.5.2.ebuild index 86b073476d41..abca00995068 100644 --- a/app-office/calligra/calligra-2.5.1.ebuild +++ b/app-office/calligra/calligra-2.5.2.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.5.1.ebuild,v 1.1 2012/08/30 11:20:05 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.5.2.ebuild,v 1.1 2012/09/13 12:01:57 scarabeus Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt |