public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xmlgraphics-commons/
Date: Fri, 17 Jun 2022 13:50:26 +0000 (UTC)	[thread overview]
Message-ID: <1655473813.e12843b6596cc151d3e2ba67e9c73a95d8fbb4ee.arthurzam@gentoo> (raw)

commit:     e12843b6596cc151d3e2ba67e9c73a95d8fbb4ee
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jun 17 11:37:44 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 13:50:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12843b6

dev-java/xmlgraphics-commons: drop 2.7

Closes: https://bugs.gentoo.org/832058
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../xmlgraphics-commons-2.7.ebuild                 | 66 ----------------------
 1 file changed, 66 deletions(-)

diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild
deleted file mode 100644
index da5532327d1f..000000000000
--- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.7.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri mirror://apache/xmlgraphics/commons/source/2.7-src.tar.gz --slot 2 --keywords "~amd64 ~arm64 ~ppc64 ~x86" --ebuild xmlgraphics-commons-2.7.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.apache.xmlgraphics:xmlgraphics-commons:2.7"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="XML Graphics Commons"
-HOMEPAGE="https://xmlgraphics.apache.org/commons/"
-SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="2"
-KEYWORDS="amd64 arm64 ppc64 x86"
-
-# Tests don't even compile with that old mockito version.
-RESTRICT="test"
-
-# Common dependencies
-# POM: pom.xml
-# commons-io:commons-io:1.3.2 -> >=dev-java/commons-io-2.11.0:1
-# commons-logging:commons-logging:1.2 -> >=dev-java/commons-logging-1.2:0
-
-CP_DEPEND="
-	dev-java/commons-io:1
-	dev-java/commons-logging:0
-"
-
-# Compile dependencies
-# POM: pom.xml
-# test? junit:junit:4.11 -> >=dev-java/junit-4.13.2:4
-# test? org.mockito:mockito-core:2.28.2 -> !!!suitable-mavenVersion-not-found!!!
-# test? xml-resolver:xml-resolver:1.2 -> >=dev-java/xml-commons-resolver-1.2:0
-
-DEPEND="${CP_DEPEND}
-	>=virtual/jdk-1.8:*
-	test? (
-		dev-java/mockito:0
-		dev-java/xml-commons-resolver:0
-	)"
-
-RDEPEND="${CP_DEPEND}
-	>=virtual/jre-1.8:*"
-
-DOCS=( LICENSE NOTICE README )
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS="src/main/resources"
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4,mockito,xml-commons-resolver"
-JAVA_TEST_SRC_DIR="src/test/java"
-JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-src_install() {
-	default # https://bugs.gentoo.org/789582
-	java-pkg-simple_src_install
-}


             reply	other threads:[~2022-06-17 13:50 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-17 13:50 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 11:14 [gentoo-commits] repo/gentoo:master commit in: dev-java/xmlgraphics-commons/ Miroslav Šulc
2024-11-22 10:20 Sam James
2024-11-21 21:08 Arthur Zamarin
2024-11-21 12:35 Sam James
2024-10-22  9:17 Miroslav Šulc
2023-12-01  9:24 Miroslav Šulc
2023-11-30  3:16 Sam James
2023-11-29 23:30 Sam James
2023-10-19 18:11 Sam James
2023-09-20  7:30 Miroslav Šulc
2023-01-28  6:52 Arthur Zamarin
2023-01-27 20:29 Arthur Zamarin
2023-01-27 20:14 Arthur Zamarin
2023-01-27 20:14 Arthur Zamarin
2023-01-27 19:45 Arthur Zamarin
2022-12-28 18:53 Florian Schmaus
2022-12-28 18:53 Florian Schmaus
2022-06-17 12:45 Arthur Zamarin
2022-06-16 15:15 Sam James
2022-06-16 15:15 Sam James
2022-04-27  8:57 Florian Schmaus
2022-04-27  8:57 Florian Schmaus
2022-02-26  8:44 Miroslav Šulc
2022-02-25 21:40 Sam James
2022-02-25  7:56 Agostino Sarubbo
2022-02-24  8:46 Jakov Smolić
2022-02-24  8:46 Jakov Smolić
2022-01-25 17:18 Florian Schmaus
2021-06-18  6:37 Miroslav Šulc
2021-06-18  6:28 Agostino Sarubbo
2021-06-17  0:17 Sam James
2021-06-17  0:17 Sam James
2021-06-16  8:40 Miroslav Šulc
2018-04-08 18:38 James Le Cuirot
2017-07-17 10:51 Alexis Ballier

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=1655473813.e12843b6596cc151d3e2ba67e9c73a95d8fbb4ee.arthurzam@gentoo \
    --to=arthurzam@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