diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-08 09:45:31 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2012-04-08 09:45:31 +0000 |
commit | 90a0ea435bb054c54ec8d449b2b6c6975bddc884 (patch) | |
tree | ee1fcdeb687f47b40f99ee993f2233b6b2c272c4 /app-office | |
parent | Mask new libcaca for now since the ebuild is not ready. (diff) | |
download | gentoo-2-90a0ea435bb054c54ec8d449b2b6c6975bddc884.tar.gz gentoo-2-90a0ea435bb054c54ec8d449b2b6c6975bddc884.tar.bz2 gentoo-2-90a0ea435bb054c54ec8d449b2b6c6975bddc884.zip |
Disable Active, bug 411021
(Portage version: 2.1.10.56/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.4.0.ebuild | 9 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.4.9999.ebuild | 7 |
3 files changed, 15 insertions, 7 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index 607e897faf3e..9709062030d3 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.31 2012/04/06 21:53:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.32 2012/04/08 09:45:31 dilfridge Exp $ + + 08 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> calligra-2.4.0.ebuild, + calligra-2.4.9999.ebuild: + Disable Active, bug 411021 *calligra-2.4.9999 (06 Apr 2012) diff --git a/app-office/calligra/calligra-2.4.0.ebuild b/app-office/calligra/calligra-2.4.0.ebuild index e3aa4d0e2472..57a3a4f9e022 100644 --- a/app-office/calligra/calligra-2.4.0.ebuild +++ b/app-office/calligra/calligra-2.4.0.ebuild @@ -1,11 +1,13 @@ # 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.4.0.ebuild,v 1.3 2012/04/06 21:53:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.4.0.ebuild,v 1.4 2012/04/08 09:45:31 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt # krita/CMakeLists.txt +EGIT_BRANCH="calligra/2.4" + EAPI=4 KDE_SCM=git @@ -135,8 +137,9 @@ src_configure() { # default disablers mycmakeargs+=( - "-DBUILD_mobile=OFF" # we dont suppor mobile gui, maybe arm could - "-DWITH_LCMS=OFF" # we use lcms:2 + "-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/ diff --git a/app-office/calligra/calligra-2.4.9999.ebuild b/app-office/calligra/calligra-2.4.9999.ebuild index 021b683d84c2..a07b86d7576e 100644 --- a/app-office/calligra/calligra-2.4.9999.ebuild +++ b/app-office/calligra/calligra-2.4.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-2.4.9999.ebuild,v 1.1 2012/04/06 21:53:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.4.9999.ebuild,v 1.2 2012/04/08 09:45:31 dilfridge Exp $ # note: files that need to be checked for dependencies etc: # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt @@ -137,8 +137,9 @@ src_configure() { # default disablers mycmakeargs+=( - "-DBUILD_mobile=OFF" # we dont suppor mobile gui, maybe arm could - "-DWITH_LCMS=OFF" # we use lcms:2 + "-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/ |