diff --git a/net-im/sendxmpp-scala/Manifest b/net-im/sendxmpp-scala/Manifest index 115c990814b8..511e1b9791be 100644 --- a/net-im/sendxmpp-scala/Manifest +++ b/net-im/sendxmpp-scala/Manifest @@ -1,3 +1,2 @@ DIST sendxmpp-dist-1.2.1.jar.xz 20844020 BLAKE2B 60b3d05df6dab468393842dab10600e6aaadabef0c9a549b48bcdcf00ec523863c8ca48c25ba47acaed633a06298fe5490b7c6e939751ba6e64fb8fdfd34b899 SHA512 855aa9d9dd7b0485cc75fe866d07af804984e0ddd04d352e0df9d10a914e206447eb11534ed0bd52e6e1c32255de3154a6e452e5eca6e73ed72bd2f044f7943d -DIST sendxmpp-scala-1.1.1.tar.gz 14012 BLAKE2B 769f888ad5522a5566f4b6fa4478ebe9321850eb3c21c9677dd96b36244a62dd7bdcc70c7093f5cd27721c14cd056c58cb740e6b5f2469afb32130dabc34ca3f SHA512 64b813647e50ec1cb1c6d123ce93ad89abcb1d734a9bf2867d6be8e8b9eae1f315db18f7c5fde6504cfcaa31dd4aad619006c97c4ffc1fa54056287f3b194198 DIST sendxmpp-scala-1.2.0.tar.gz 14901 BLAKE2B 4e4bf229030e581c273e82d4dc3461f144ce9b81aa5a3c1ffaae45618ad7b6a63a08a4603983c20fc0fec18e41f273e6b642b151456a31bd63b0d7a545c003d1 SHA512 e87715e4a101e9398f5dfd08cc671c2b502060a115b64fdf53f2a2cf377d65cee245a99b87a4a19192f4ba49154b9aa9c2bcdce2c9435932ffa3d3af0dc3924e diff --git a/net-im/sendxmpp-scala/sendxmpp-scala-1.1.1-r1.ebuild b/net-im/sendxmpp-scala/sendxmpp-scala-1.1.1-r1.ebuild deleted file mode 100644 index 795f20b3f8b8..000000000000 --- a/net-im/sendxmpp-scala/sendxmpp-scala-1.1.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ORIG_PN="${PN%-scala}" - -DESCRIPTION="Send XMPP (Jabber) messages via command line" -HOMEPAGE="https://github.com/flowdalic/sendxmpp" - -if [[ "${PV}" == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then - EGIT_REPO_URI="https://github.com/Flowdalic/${ORIG_PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/flowdalic/${ORIG_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64" - S="${WORKDIR}/${ORIG_PN}-${PV}" -fi - -LICENSE="GPL-3+" - -SLOT="0" - -RDEPEND=" - dev-lang/ammonite-repl-bin[scala2-13] - !net-im/sendxmpp -" - -src_prepare() { - default - # Ensure that the script is using the right Scala version. - sed -i '1 s;^.*$;#!/usr/bin/env amm-2.13;' sendxmpp || die -} - -src_compile() { - : -} - -src_install() { - default - dobin sendxmpp -}