From: "Volkmar W. Pogatzki" <gentoo@pogatzki.net>
To: gentoo-dev@lists.gentoo.org
Subject: [gentoo-dev] [PATCH 2/4] java-pkg-2.eclass: remove unused for commons.apache.org packages
Date: Sat, 24 Aug 2024 14:40:38 +0200 [thread overview]
Message-ID: <20240824124133.9311-2-gentoo@pogatzki.net> (raw)
In-Reply-To: <20240824124133.9311-1-gentoo@pogatzki.net>
removes a condition which used to provide SRC_URI and HOMEPAGE for
packages from commons.apache.org but is completely unused due to not
providing verify-sig.
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
---
eclass/java-pkg-2.eclass | 6 ------
1 file changed, 6 deletions(-)
diff --git a/eclass/java-pkg-2.eclass b/eclass/java-pkg-2.eclass
index 0409a7c70e0e..df024bbadf51 100644
--- a/eclass/java-pkg-2.eclass
+++ b/eclass/java-pkg-2.eclass
@@ -39,12 +39,6 @@ DEPEND="${JAVA_PKG_E_DEPEND}"
# Nothing special for RDEPEND... just the same as DEPEND.
RDEPEND="${DEPEND}"
-# Commons packages follow the same rules so do it here
-if [[ ${CATEGORY} = dev-java && ${PN} = commons-* ]]; then
- HOMEPAGE="http://commons.apache.org/${PN#commons-}/"
- SRC_URI="mirror://apache/${PN/-///}/source/${P}-src.tar.gz"
-fi
-
# @FUNCTION: java-pkg-2_pkg_setup
# @DESCRIPTION:
--
2.41.0
next prev parent reply other threads:[~2024-08-24 12:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-24 12:40 [gentoo-dev] [PATCH 1/4] java-pkg-2.eclass: mark functions as deprecated which depend on java-ant-2.eclass Volkmar W. Pogatzki
2024-08-24 12:40 ` Volkmar W. Pogatzki [this message]
2024-08-24 12:40 ` [gentoo-dev] [PATCH 3/4] java-utils-2.eclass: remove 'ant -lib' from comment of java-pkg_jarfrom Volkmar W. Pogatzki
2024-08-24 12:40 ` [gentoo-dev] [PATCH 4/4] java-ant-2.eclass: mark java-ant-2 eclass as deprecated Volkmar W. Pogatzki
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=20240824124133.9311-2-gentoo@pogatzki.net \
--to=gentoo@pogatzki.net \
--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