diff options
author | 2012-04-13 17:52:05 +0000 | |
---|---|---|
committer | 2012-04-13 17:52:05 +0000 | |
commit | 8dbd4a10e6ce00610d44a404238eceff2e2de568 (patch) | |
tree | dd68a53c142e8c4f9d7ebb2dab0c5ea5ec6e8ae8 /app-office/calligra | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | historical-8dbd4a10e6ce00610d44a404238eceff2e2de568.tar.gz historical-8dbd4a10e6ce00610d44a404238eceff2e2de568.tar.bz2 historical-8dbd4a10e6ce00610d44a404238eceff2e2de568.zip |
Move EAPI assignment to top of ebuild, bug 411875.
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'app-office/calligra')
-rw-r--r-- | app-office/calligra/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.4.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-office/calligra/calligra-2.4.9999.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/app-office/calligra/ChangeLog b/app-office/calligra/ChangeLog index 84c6d56748ff..2a0c26e51069 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.37 2012/04/12 20:16:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.38 2012/04/13 17:50:47 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> calligra-2.4.0-r1.ebuild, + calligra-2.4.9999.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 12 Apr 2012; Andreas K. Huettel <dilfridge@gentoo.org> -calligra-2.3.92-r1.ebuild, -files/calligra-2.3.92-language.patch, diff --git a/app-office/calligra/calligra-2.4.0-r1.ebuild b/app-office/calligra/calligra-2.4.0-r1.ebuild index 299cf47d85bc..97c6ea38350d 100644 --- a/app-office/calligra/calligra-2.4.0-r1.ebuild +++ b/app-office/calligra/calligra-2.4.0-r1.ebuild @@ -1,15 +1,15 @@ # 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-r1.ebuild,v 1.3 2012/04/12 20:16:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.4.0-r1.ebuild,v 1.4 2012/04/13 17:50:47 ulm 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 +EGIT_BRANCH="calligra/2.4" + KDE_SCM=git KDE_MINIMAL=4.6.4 QT_MINIMAL=4.8.1 diff --git a/app-office/calligra/calligra-2.4.9999.ebuild b/app-office/calligra/calligra-2.4.9999.ebuild index 88b147bd8dad..7cf0cb2dafdb 100644 --- a/app-office/calligra/calligra-2.4.9999.ebuild +++ b/app-office/calligra/calligra-2.4.9999.ebuild @@ -1,15 +1,15 @@ # 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.6 2012/04/12 20:16:22 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.4.9999.ebuild,v 1.7 2012/04/13 17:50:47 ulm 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 +EGIT_BRANCH="calligra/2.4" + KDE_SCM=git KDE_MINIMAL=4.6.4 QT_MINIMAL=4.8.1 |