From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7F43F198005 for ; Tue, 5 Mar 2013 10:26:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BC47E060D; Tue, 5 Mar 2013 10:26:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE81DE060F for ; Tue, 5 Mar 2013 10:26:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91D6133DEE4 for ; Tue, 5 Mar 2013 10:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 375BDE408F for ; Tue, 5 Mar 2013 10:26:54 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1362479043.813eb79ec6aa503036d78cd17aa568ac0114f31e.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/poxml/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/poxml/poxml-4.10.0.ebuild kde-base/poxml/poxml-4.10.1.ebuild kde-base/poxml/poxml-4.10.49.9999.ebuild kde-base/poxml/poxml-9999.ebuild X-VCS-Directories: kde-base/poxml/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 813eb79ec6aa503036d78cd17aa568ac0114f31e X-VCS-Branch: master Date: Tue, 5 Mar 2013 10:26:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cbc7fa25-ea66-45a0-b5f0-0838dd820ac5 X-Archives-Hash: ee0276876739cc509d3d5bdac2c1fda8 commit: 813eb79ec6aa503036d78cd17aa568ac0114f31e Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 5 10:24:03 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 5 10:24:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=813eb79e [kde-base/poxml] Let's not change the package split until the next major release. Package-Manager: portage-2.1.11.55 --- kde-base/poxml/poxml-4.10.0.ebuild | 37 ------------------------------ kde-base/poxml/poxml-4.10.1.ebuild | 37 ------------------------------ kde-base/poxml/poxml-4.10.49.9999.ebuild | 37 ------------------------------ kde-base/poxml/poxml-9999.ebuild | 2 +- 4 files changed, 1 insertions(+), 112 deletions(-) diff --git a/kde-base/poxml/poxml-4.10.0.ebuild b/kde-base/poxml/poxml-4.10.0.ebuild deleted file mode 100644 index bf4fd27..0000000 --- a/kde-base/poxml/poxml-4.10.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -if [[ ${PV} == *9999 ]]; then - eclass="kde4-base" -else - eclass="kde4-meta" - KMNAME="kdesdk" - KMEXTRA="doc/poxml/" -fi -inherit ${eclass} - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug extras" - -DEPEND=" - extras? ( >=dev-java/antlr-2.7.7:0[cxx,java,script] ) -" -RDEPEND="${DEPEND}" - -add_blocker kdesdk-misc '<4.10.0-r1' - -# java deps on anltr cant be properly explained to cmake deps -# needs to be run in one thread -MAKEOPTS+=" -j1" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with extras Antlr2) - ) - - ${eclass}_src_configure -} diff --git a/kde-base/poxml/poxml-4.10.1.ebuild b/kde-base/poxml/poxml-4.10.1.ebuild deleted file mode 100644 index 824c175..0000000 --- a/kde-base/poxml/poxml-4.10.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -if [[ ${PV} == *9999 ]]; then - eclass="kde4-base" -else - eclass="kde4-meta" - KMNAME="kdesdk" - KMEXTRA="doc/poxml/" -fi -inherit ${eclass} - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="debug extras" - -DEPEND=" - extras? ( >=dev-java/antlr-2.7.7:0[cxx,java,script] ) -" -RDEPEND="${DEPEND}" - -add_blocker kdesdk-misc '<4.10.0-r1' - -# java deps on anltr cant be properly explained to cmake deps -# needs to be run in one thread -MAKEOPTS+=" -j1" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with extras Antlr2) - ) - - ${eclass}_src_configure -} diff --git a/kde-base/poxml/poxml-4.10.49.9999.ebuild b/kde-base/poxml/poxml-4.10.49.9999.ebuild deleted file mode 100644 index d67b90b..0000000 --- a/kde-base/poxml/poxml-4.10.49.9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -if [[ ${PV} == *9999 ]]; then - eclass="kde4-base" -else - eclass="kde4-meta" - KMNAME="kdesdk" - KMEXTRA="doc/poxml/" -fi -inherit ${eclass} - -DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files" -KEYWORDS="" -IUSE="debug extras" - -DEPEND=" - extras? ( >=dev-java/antlr-2.7.7:0[cxx,java,script] ) -" -RDEPEND="${DEPEND}" - -add_blocker kdesdk-misc '<4.10.0-r1' - -# java deps on anltr cant be properly explained to cmake deps -# needs to be run in one thread -MAKEOPTS+=" -j1" - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with extras Antlr2) - ) - - ${eclass}_src_configure -} diff --git a/kde-base/poxml/poxml-9999.ebuild b/kde-base/poxml/poxml-9999.ebuild index 4131086..c12ad35 100644 --- a/kde-base/poxml/poxml-9999.ebuild +++ b/kde-base/poxml/poxml-9999.ebuild @@ -15,7 +15,7 @@ DEPEND=" " RDEPEND="${DEPEND}" -add_blocker kdesdk-misc '<4.10.0-r1' +add_blocker kdesdk-misc 4.10.50 # java deps on anltr cant be properly explained to cmake deps # needs to be run in one thread