public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi/
Date: Tue, 18 Jan 2022 09:57:40 +0000 (UTC)	[thread overview]
Message-ID: <1642499851.d621e4a9e80c0220b643014776cd8be742e4f114.fordfrog@gentoo> (raw)

commit:     d621e4a9e80c0220b643014776cd8be742e4f114
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 18 09:57:31 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Jan 18 09:57:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d621e4a9

dev-java/jansi: removed obsolete 2.4.0

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 dev-java/jansi/jansi-2.4.0.ebuild | 78 ---------------------------------------
 1 file changed, 78 deletions(-)

diff --git a/dev-java/jansi/jansi-2.4.0.ebuild b/dev-java/jansi/jansi-2.4.0.ebuild
deleted file mode 100644
index e93adc8efc55..000000000000
--- a/dev-java/jansi/jansi-2.4.0.ebuild
+++ /dev/null
@@ -1,78 +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 https://github.com/fusesource/jansi/archive/refs/tags/jansi-2.4.0.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild jansi-2.4.0.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source"
-MAVEN_ID="org.fusesource.jansi:jansi:2.4.0"
-
-inherit java-pkg-2 java-pkg-simple toolchain-funcs
-
-DESCRIPTION="Jansi is a java library for generating and interpreting ANSI escape sequences."
-HOMEPAGE="http://fusesource.github.io/jansi"
-SRC_URI="https://github.com/fusesource/${PN}/archive/refs/tags/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="2"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-
-# Compile dependencies
-# POM: pom.xml
-# test? info.picocli:picocli-codegen:4.5.2 -> !!!artifactId-not-found!!!
-# test? org.junit.jupiter:junit-jupiter:5.7.0 -> !!!groupId-not-found!!!
-# test? org.junit.jupiter:junit-jupiter-params:5.7.0 -> !!!groupId-not-found!!!
-
-DEPEND=">=virtual/jdk-1.8:*"
-
-# junit-jupiter is not available in ::gentoo
-#	test? (
-#		!!!artifactId-not-found!!!
-#		!!!groupId-not-found!!!
-#	)
-#"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-DOCS=( {changelog,readme}.md license.txt )
-
-S="${WORKDIR}/${PN}-${P}"
-
-JAVA_SRC_DIR="src/main/java"
-JAVA_RESOURCE_DIRS="src/main/resources"
-JAVA_MAIN_CLASS="org.fusesource.jansi.AnsiMain"
-
-# junit-jupiter is not available in ::gentoo
-#JAVA_TEST_GENTOO_CLASSPATH="!!!artifactId-not-found!!!,!!!groupId-not-found!!!,!!!groupId-not-found!!!"
-#JAVA_TEST_SRC_DIR="src/test/java"
-#JAVA_TEST_RESOURCE_DIRS="src/test/resources"
-
-src_prepare() {
-	default
-	# Remove this directory containing libjansi.so, libjansi.jnilib and jansi.dll
-	rm -r "${JAVA_RESOURCE_DIRS}/org/fusesource/jansi/internal/native" || die
-}
-
-src_compile() {
-	java-pkg-simple_src_compile
-
-	# build native library.
-	local args=(
-		CCFLAGS="${CFLAGS} ${CXXFLAGS} -Os -fPIC -fvisibility=hidden"
-		LINKFLAGS="-shared"
-		CC="$(tc-getCC)"
-		STRIP="$(tc-getSTRIP)"
-		LIBNAME="libjansi-$(ver_cut 1-2).so"
-	)
-	emake "${args[@]}" native
-}
-
-src_install() {
-	# default # https://bugs.gentoo.org/789582
-	# deafult fails with
-	# make: *** No rule to make target 'install'.  Stop.
-	java-pkg_doso target/native--/libjansi-$(ver_cut 1-2).so
-	java-pkg-simple_src_install
-}


             reply	other threads:[~2022-01-18  9:57 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-18  9:57 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-13 21:20 [gentoo-commits] repo/gentoo:master commit in: dev-java/jansi/ Sam James
2022-02-16 21:56 Arthur Zamarin
2022-02-16 21:47 Arthur Zamarin
2022-02-16  9:35 Jakov Smolić
2022-02-16  9:35 Jakov Smolić
2022-01-18  9:57 Miroslav Šulc
2022-01-17  8:58 Miroslav Šulc
2021-12-22 18:47 Arthur Zamarin
2021-11-25  4:14 Sam James
2021-08-29 17:57 Sam James
2021-08-29 17:57 Sam James
2021-08-29 17:57 Sam James
2021-07-30  4:24 Miroslav Šulc
2021-04-29  4:40 Miroslav Šulc
2021-04-29  0:22 Sam James
2021-04-28  9:05 Miroslav Šulc
2020-07-20  1:10 Sam James
2020-07-12 12:34 Sergei Trofimovich
2017-07-13 20:42 Alexis Ballier
2017-06-12 21:34 Patrice Clement
2017-06-12 21:34 Patrice Clement
2015-12-18 16:33 Patrice Clement
2015-10-25 15:31 Patrice Clement
2015-10-25 14:41 Patrice Clement
2015-10-25 14:41 Patrice Clement

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=1642499851.d621e4a9e80c0220b643014776cd8be742e4f114.fordfrog@gentoo \
    --to=fordfrog@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