public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/poxml/
Date: Sat, 31 Aug 2013 15:21:58 +0000 (UTC)	[thread overview]
Message-ID: <1377962658.b6efe6575af8465a92cd25247d06a53f4790f009.dilfridge@gentoo> (raw)

commit:     b6efe6575af8465a92cd25247d06a53f4790f009
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 15:23:46 2013 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 15:24:18 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b6efe657

[kde-base/poxml] start javafying, does not build yet

Package-Manager: portage-2.2.1
RepoMan-Options: --force

---
 kde-base/poxml/poxml-4.11.1.ebuild       | 19 ++++++++++++++++++-
 kde-base/poxml/poxml-4.11.49.9999.ebuild | 21 +++++++++++++++++++--
 kde-base/poxml/poxml-9999.ebuild         | 21 +++++++++++++++++++--
 3 files changed, 56 insertions(+), 5 deletions(-)

diff --git a/kde-base/poxml/poxml-4.11.1.ebuild b/kde-base/poxml/poxml-4.11.1.ebuild
index b700113..aa0fb6e 100644
--- a/kde-base/poxml/poxml-4.11.1.ebuild
+++ b/kde-base/poxml/poxml-4.11.1.ebuild
@@ -4,7 +4,8 @@
 
 EAPI=5
 
-inherit kde4-base
+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"
@@ -21,10 +22,26 @@ RDEPEND="${DEPEND}
 # 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() {
 	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
 }

diff --git a/kde-base/poxml/poxml-4.11.49.9999.ebuild b/kde-base/poxml/poxml-4.11.49.9999.ebuild
index 9b5ae3b..aa0fb6e 100644
--- a/kde-base/poxml/poxml-4.11.49.9999.ebuild
+++ b/kde-base/poxml/poxml-4.11.49.9999.ebuild
@@ -4,10 +4,11 @@
 
 EAPI=5
 
-inherit kde4-base
+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=""
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug extras"
 
 DEPEND="
@@ -21,10 +22,26 @@ RDEPEND="${DEPEND}
 # 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() {
 	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
 }

diff --git a/kde-base/poxml/poxml-9999.ebuild b/kde-base/poxml/poxml-9999.ebuild
index 9b5ae3b..aa0fb6e 100644
--- a/kde-base/poxml/poxml-9999.ebuild
+++ b/kde-base/poxml/poxml-9999.ebuild
@@ -4,10 +4,11 @@
 
 EAPI=5
 
-inherit kde4-base
+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=""
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
 IUSE="debug extras"
 
 DEPEND="
@@ -21,10 +22,26 @@ RDEPEND="${DEPEND}
 # 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() {
 	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
 }


             reply	other threads:[~2013-08-31 15:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-31 15:21 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-31 15:44 [gentoo-commits] proj/kde:master commit in: kde-base/poxml/ Andreas Hüttel
2013-08-31 15:37 Andreas Hüttel
2013-07-11 11:31 Michael Palimaka
2013-03-05 10:26 Michael Palimaka
2013-02-11 14:24 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377962658.b6efe6575af8465a92cd25247d06a53f4790f009.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox