From 338c992977a45b79c87b5f9224c8db8e53321bb1 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Thu, 20 Jan 2011 00:09:10 +0000 Subject: KOffice version bump (Portage version: 2.1.9.31/cvs/Linux x86_64, RepoMan options: --force) --- app-office/kexi/ChangeLog | 8 +++++- app-office/kexi/kexi-2.3.0.ebuild | 56 --------------------------------------- app-office/kexi/kexi-2.3.1.ebuild | 56 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 57 deletions(-) delete mode 100644 app-office/kexi/kexi-2.3.0.ebuild create mode 100644 app-office/kexi/kexi-2.3.1.ebuild (limited to 'app-office/kexi') diff --git a/app-office/kexi/ChangeLog b/app-office/kexi/ChangeLog index fedb7b3db24c..698c863d09af 100644 --- a/app-office/kexi/ChangeLog +++ b/app-office/kexi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/kexi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.103 2011/01/14 20:38:14 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/ChangeLog,v 1.104 2011/01/20 00:09:10 dilfridge Exp $ + +*kexi-2.3.1 (19 Jan 2011) + + 19 Jan 2011; Andreas K. Huettel -kexi-2.3.0.ebuild, + +kexi-2.3.1.ebuild: + Version bump; remove old *kexi-2.3.0 (14 Jan 2011) diff --git a/app-office/kexi/kexi-2.3.0.ebuild b/app-office/kexi/kexi-2.3.0.ebuild deleted file mode 100644 index 9c03c5bc1fcc..000000000000 --- a/app-office/kexi/kexi-2.3.0.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-2.3.0.ebuild,v 1.1 2011/01/14 20:38:14 dilfridge Exp $ - -EAPI=3 - -KMNAME="koffice" -inherit kde4-meta - -DESCRIPTION="KOffice integrated environment for database management" -KEYWORDS="~amd64 ~x86" -IUSE="freetds mysql postgres reports xbase" - -DEPEND=" - sys-libs/readline - app-arch/bzip2 - ~app-office/kspread-${PV}:${SLOT} - freetds? ( dev-db/freetds ) - mysql? ( virtual/mysql ) - postgres? ( =dev-libs/libpqxx-2.6* ) - reports? ( ~app-office/koffice-libs-${PV}:${SLOT}[reports] ) - xbase? ( dev-db/xbase ) -" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}/${P}"-link.patch ) - -KMLOADLIBS="koffice-libs" -KMEXTRACTONLY=" - KoConfig.h.cmake - libs/ - kspread/ -" - -src_configure() { - mycmakeargs=( - -DWITH_WEBFORMS=Off - $(cmake-utils_use_with freetds FreeTDS) - $(cmake-utils_use_with mysql MySQL) - $(cmake-utils_use_with postgres PostgreSQL) - $(cmake-utils_use_with postgres Pqxx) - $(cmake-utils_use_with xbase XBase) - -DBUILD_kexi=ON - $(cmake-utils_use_build reports koreport) - ) - - kde4-meta_src_configure -} - -src_install() { - kde4-meta_src_install - - # this is already installed by koffice-data - rm -f "${D}/usr/include/config-opengl.h" - rm -f "${D}/usr/include/KoConfig.h" -} diff --git a/app-office/kexi/kexi-2.3.1.ebuild b/app-office/kexi/kexi-2.3.1.ebuild new file mode 100644 index 000000000000..cc89edf89913 --- /dev/null +++ b/app-office/kexi/kexi-2.3.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-office/kexi/kexi-2.3.1.ebuild,v 1.1 2011/01/20 00:09:10 dilfridge Exp $ + +EAPI=3 + +KMNAME="koffice" +inherit kde4-meta + +DESCRIPTION="KOffice integrated environment for database management" +KEYWORDS="~amd64 ~x86" +IUSE="freetds mysql postgres reports xbase" + +DEPEND=" + sys-libs/readline + app-arch/bzip2 + ~app-office/kspread-${PV}:${SLOT} + freetds? ( dev-db/freetds ) + mysql? ( virtual/mysql ) + postgres? ( =dev-libs/libpqxx-2.6* ) + reports? ( ~app-office/koffice-libs-${PV}:${SLOT}[reports] ) + xbase? ( dev-db/xbase ) +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}"-2.3.0-link.patch ) + +KMLOADLIBS="koffice-libs" +KMEXTRACTONLY=" + KoConfig.h.cmake + libs/ + kspread/ +" + +src_configure() { + mycmakeargs=( + -DWITH_WEBFORMS=Off + $(cmake-utils_use_with freetds FreeTDS) + $(cmake-utils_use_with mysql MySQL) + $(cmake-utils_use_with postgres PostgreSQL) + $(cmake-utils_use_with postgres Pqxx) + $(cmake-utils_use_with xbase XBase) + -DBUILD_kexi=ON + $(cmake-utils_use_build reports koreport) + ) + + kde4-meta_src_configure +} + +src_install() { + kde4-meta_src_install + + # this is already installed by koffice-data + rm -f "${D}/usr/include/config-opengl.h" + rm -f "${D}/usr/include/KoConfig.h" +} -- cgit v1.2.3-65-gdbad