kensington    15/06/04 18:44:48

  Added:                poxml-4.14.3.ebuild metadata.xml ChangeLog
  Log:
  Moved package from kde-base to kde-apps.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.1                  kde-apps/poxml/poxml-4.14.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/poxml/poxml-4.14.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/poxml/poxml-4.14.3.ebuild?rev=1.1&content-type=text/plain

Index: poxml-4.14.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/poxml/poxml-4.14.3.ebuild,v 1.1 
2015/06/04 18:44:48 kensington Exp $

EAPI=5

JAVA_PKG_OPT_USE=extras
inherit java-pkg-opt-2 java-ant-2 kde4-base

DESCRIPTION="KDE utility to translate DocBook XML files using gettext po files"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux 
~x86-linux"
IUSE="debug extras"

DEPEND="
        extras? (
                >=virtual/jdk-1.5
                >=dev-java/antlr-2.7.7:0[cxx,java,script]
        )
"
RDEPEND="
        extras? (
                >=virtual/jre-1.5
                >=dev-java/antlr-2.7.7:0[cxx,java,script]
        )
        !<=kde-base/kdesdk-misc-4.10.50:4
"

# java deps on anltr cant be properly explained to cmake deps
# needs to be run in one thread
MAKEOPTS+=" -j1"

pkg_setup() {
        kde4-base_pkg_setup
        java-pkg-opt-2_pkg_setup
}

src_prepare() {
        kde4-base_src_prepare
        java-pkg-opt-2_src_prepare
}

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use_with extras Antlr2)
        )

        kde4-base_src_configure
        java-ant-2_src_configure
}

pkg_preinst() {
        kde4-base_pkg_preinst
        java-pkg-2_pkg_preinst
}



1.1                  kde-apps/poxml/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/poxml/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/poxml/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <herd>kde</herd>
        <use>
                <flag name="extras">Build po2xml and swappo tools</flag>
        </use>
</pkgmetadata>



1.1                  kde-apps/poxml/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/poxml/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-apps/poxml/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for kde-base/poxml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/kde-apps/poxml/ChangeLog,v 1.1 2015/06/04 
18:44:48 kensington Exp $

  18 Feb 2015; Michał Górny <[email protected]> -poxml-4.12.5.ebuild:
  Remove KDE SC 4.12

  17 Feb 2015; Agostino Sarubbo <[email protected]> poxml-4.14.3.ebuild:
  Stable for ppc64 wrt bug #517344

  16 Feb 2015; Agostino Sarubbo <[email protected]> poxml-4.14.3.ebuild:
  Stable for ppc wrt bug #517344

  14 Feb 2015; Agostino Sarubbo <[email protected]> poxml-4.14.3.ebuild:
  Stable for x86 wrt bug #517344

  11 Dec 2014; Manuel Rüger <[email protected]> -poxml-4.14.2.ebuild:
  Remove KDE SC 4.14.2

  11 Dec 2014; Mikle Kolyada <[email protected]> poxml-4.14.3.ebuild:
  amd64 stable wrt bug #517344

*poxml-4.14.3 (16 Nov 2014)

  16 Nov 2014; Alexey Shvetsov <[email protected]> +poxml-4.14.3.ebuild:
  Version bump KDE SC 4.14.3

  14 Nov 2014; Manuel Rüger <[email protected]> -poxml-4.13.3.ebuild,
  -poxml-4.14.1.ebuild:
  Cleanup old.

  25 Oct 2014; Manuel Rüger <[email protected]> -poxml-4.14.0.ebuild:
  Cleanup KDE SC 4.14.0

*poxml-4.14.2 (25 Oct 2014)

  25 Oct 2014; Michael Palimaka <[email protected]> +poxml-4.14.2.ebuild:
  Version bump KDE SC 4.14.2

*poxml-4.14.1 (16 Sep 2014)

  16 Sep 2014; Johannes Huber <[email protected]> +poxml-4.14.1.ebuild:
  Version bump KDE SC 4.14.1

*poxml-4.14.0 (20 Aug 2014)

  20 Aug 2014; Johannes Huber <[email protected]> +poxml-4.14.0.ebuild:
  Version bump KDE SC 4.14.0

  23 Jul 2014; Johannes Huber <[email protected]> -poxml-4.13.2.ebuild:
  Remove KDE SC 4.13.2

*poxml-4.13.3 (16 Jul 2014)

  16 Jul 2014; Johannes Huber <[email protected]> +poxml-4.13.3.ebuild:
  Version bump KDE SC 4.13.3

  19 Jun 2014; Chris Reffett <[email protected]> -poxml-4.13.1.ebuild:
  Remove KDE SC 4.13.1

  19 Jun 2014; Chris Reffett <[email protected]> -poxml-4.13.0.ebuild:
  Remove KDE SC 4.13.0

*poxml-4.13.2 (15 Jun 2014)

  15 Jun 2014; Michael Palimaka <[email protected]> +poxml-4.13.2.ebuild:
  Version bump KDE SC 4.13.2

*poxml-4.13.1 (13 May 2014)

  13 May 2014; Johannes Huber <[email protected]> +poxml-4.13.1.ebuild:
  Version bump KDE SC 4.13.1

  08 May 2014; Agostino Sarubbo <[email protected]> -poxml-4.11.5.ebuild:
  Remove old

  08 May 2014; Agostino Sarubbo <[email protected]> poxml-4.12.5.ebuild:
  Stable for ppc64, wrt bug #504210

  07 May 2014; Agostino Sarubbo <[email protected]> poxml-4.12.5.ebuild:
  Stable for ppc, wrt bug #504210

  07 May 2014; Johannes Huber <[email protected]> -poxml-4.12.3.ebuild:
  Remove KDE SC 4.12.3

  07 May 2014; Mikle Kolyada <[email protected]> poxml-4.12.5.ebuild:
  x86 stable wrt bug #504210

  07 May 2014; Mikle Kolyada <[email protected]> poxml-4.12.5.ebuild:
  amd64 stable wrt bug #504210

  29 Apr 2014; Johannes Huber <[email protected]> -poxml-4.12.4.ebuild:
  Remove KDE SC 4.12.4

*poxml-4.12.5 (29 Apr 2014)

  29 Apr 2014; Johannes Huber <[email protected]> +poxml-4.12.5.ebuild:
  Version bump KDE SC 4.12.5

  16 Apr 2014; Johannes Huber <[email protected]> poxml-4.13.0.ebuild:
  Restore KEYWORDS for KDE SC 4.13.0

*poxml-4.13.0 (16 Apr 2014)

  16 Apr 2014; Johannes Huber <[email protected]> +poxml-4.13.0.ebuild:
  Version bump KDE SC 4.13.0

*poxml-4.12.4 (01 Apr 2014)

  01 Apr 2014; Johannes Huber <[email protected]> +poxml-4.12.4.ebuild:
  Version bump KDE SC 4.12.4

  11 Mar 2014; Johannes Huber <[email protected]> -poxml-4.12.2.ebuild:
  Remove KDE SC 4.12.2

*poxml-4.12.3 (04 Mar 2014)

  04 Mar 2014; Johannes Huber <[email protected]> +poxml-4.12.3.ebuild:
  Version bump KDE SC 4.12.3

  23 Feb 2014; Agostino Sarubbo <[email protected]> -poxml-4.11.2.ebuild:
  Remove old

  23 Feb 2014; Agostino Sarubbo <[email protected]> poxml-4.11.5.ebuild:
  Stable for ppc64, wrt bug #493782

  20 Feb 2014; Agostino Sarubbo <[email protected]> poxml-4.11.5.ebuild:
  Stable for ppc, wrt bug #493782

  16 Feb 2014; Agostino Sarubbo <[email protected]> poxml-4.11.5.ebuild:
  Stable for x86, wrt bug #493782

  14 Feb 2014; Johannes Huber <[email protected]> -poxml-4.12.1.ebuild:
  Remove KDE SC 4.12.1

  09 Feb 2014; Agostino Sarubbo <[email protected]> poxml-4.11.5.ebuild:
  Stable for amd64, wrt bug #493782

*poxml-4.12.2 (06 Feb 2014)

  06 Feb 2014; Andreas K. Huettel <[email protected]> +poxml-4.12.2.ebuild:
  Version bump KDE SC 4.12.2

  20 Jan 2014; Michael Palimaka <[email protected]> -poxml-4.12.0.ebuild:
  Remove KDE SC 4.12.0

  20 Jan 2014; Michael Palimaka <[email protected]> poxml-4.11.5.ebuild:
  Restore keywords that were accidentally omitted.

*poxml-4.12.1 (18 Jan 2014)

  18 Jan 2014; Andreas K. Huettel <[email protected]> +poxml-4.12.1.ebuild:
  Version bump KDE SC 4.12.1

  10 Jan 2014; Chris Reffett <[email protected]> -poxml-4.11.4.ebuild:
  Remove KDE SC 4.11.4

*poxml-4.11.5 (10 Jan 2014)

  10 Jan 2014; Chris Reffett <[email protected]> +poxml-4.11.5.ebuild:
  Bump KDE SC 4.11.5

*poxml-4.12.0 (18 Dec 2013)

  18 Dec 2013; Johannes Huber <[email protected]> +poxml-4.12.0.ebuild:
  Version bump KDE SC 4.12.0

  11 Dec 2013; Agostino Sarubbo <[email protected]> poxml-4.11.2.ebuild:
  Stable for ppc64, wrt bug #484884

  11 Dec 2013; Agostino Sarubbo <[email protected]> poxml-4.11.2.ebuild:
  Stable for ppc, wrt bug #484884

  10 Dec 2013; Agostino Sarubbo <[email protected]> poxml-4.11.2.ebuild:
  Stable for ppc, wrt bug #484884

  09 Dec 2013; Agostino Sarubbo <[email protected]> poxml-4.11.2.ebuild:
  Stable for x86, wrt bug #484884

  08 Dec 2013; Agostino Sarubbo <[email protected]> poxml-4.11.2.ebuild:
  Stable for amd64, wrt bug #484884

  04 Dec 2013; Johannes Huber <[email protected]> -poxml-4.11.3.ebuild:
  Remove KDE SC 4.11.3

*poxml-4.11.4 (03 Dec 2013)

  03 Dec 2013; Johannes Huber <[email protected]> +poxml-4.11.4.ebuild:
  Version bump KDE SC 4.11.4

*poxml-4.11.3 (05 Nov 2013)

  05 Nov 2013; Andreas K. Huettel <[email protected]> +poxml-4.11.3.ebuild:
  Version bump KDE SC 4.11.3

  10 Oct 2013; Chris Reffett <[email protected]> -poxml-4.11.1.ebuild:
  Drop KDE SC 4.11.1

*poxml-4.11.2 (08 Oct 2013)

  08 Oct 2013; Chris Reffett <[email protected]> +poxml-4.11.2.ebuild:
  Version bump KDE SC 4.11.2

  03 Sep 2013; Chris Reffett <[email protected]> -poxml-4.11.0.ebuild:
  Drop KDE 4.11.0

*poxml-4.11.1 (03 Sep 2013)

  03 Sep 2013; Chris Reffett <[email protected]> +poxml-4.11.1.ebuild:
  Bump KDE to 4.1.1

*poxml-4.11.0 (14 Aug 2013)

  14 Aug 2013; Andreas K. Huettel <[email protected]> +poxml-4.11.0.ebuild:
  Package split out in KDE SC 4.11




Reply via email to