diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-10-27 03:04:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-10-27 03:04:35 +0000 |
commit | 83d9fce566bb89f6976f36f5314bfc88b6d261fa (patch) | |
tree | 8d8a18f75ff0a6a98313046fcd757ee0135db98c /net-im/sendxmpp-amm | |
parent | d0349ca0f4903608beca459a9db2068dab9fa6ea (diff) |
gentoo auto-resync : 27:10:2024 - 03:04:35
Diffstat (limited to 'net-im/sendxmpp-amm')
-rw-r--r-- | net-im/sendxmpp-amm/Manifest | 4 | ||||
-rw-r--r-- | net-im/sendxmpp-amm/metadata.xml | 12 | ||||
-rw-r--r-- | net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild | 42 | ||||
-rw-r--r-- | net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 36 |
4 files changed, 0 insertions, 94 deletions
diff --git a/net-im/sendxmpp-amm/Manifest b/net-im/sendxmpp-amm/Manifest deleted file mode 100644 index 8b7f335f8fb9..000000000000 --- a/net-im/sendxmpp-amm/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST sendxmpp-amm-1.1.1.tar.gz 14012 BLAKE2B 769f888ad5522a5566f4b6fa4478ebe9321850eb3c21c9677dd96b36244a62dd7bdcc70c7093f5cd27721c14cd056c58cb740e6b5f2469afb32130dabc34ca3f SHA512 64b813647e50ec1cb1c6d123ce93ad89abcb1d734a9bf2867d6be8e8b9eae1f315db18f7c5fde6504cfcaa31dd4aad619006c97c4ffc1fa54056287f3b194198 -EBUILD sendxmpp-amm-1.1.1-r1.ebuild 851 BLAKE2B 0f53f47b06d72a95f61e1493f9f1beea6c9e25892803b4d7b70be32861e1970f4424fa3a5858973046fd3d2480254973d0c4c8fd2f77bce224fe595dcfe78c2f SHA512 2d978b2ceef03edf30384a83ffb7566f59641eb3d8086194e62426303cec6a9628ae7c50771eee92880456c251ffa3691997ad697cdc6909edb176bae03b59c5 -EBUILD sendxmpp-amm-9999.ebuild 694 BLAKE2B 2fe8549338d7743ee9037f4faf975c3fa680a0a23be1f9173640574d53036a88223aaa66fbd835d0e322462476ccb4c1e737ae0a3c4d2c1deb067bf30db4f1be SHA512 506106952d0ea2c25546fd449beb858125e5ea5849dd121eb26cb4735280f05fb18a4bc2ec566973c37ef3d909f02ca6e46abdbb79f2a47fc3077a259b1da08f -MISC metadata.xml 354 BLAKE2B a599e6beac07273644f685a118a154891db4ca2e01980611e2a161411a3657feea87227ce8b2882d7499fa232e8a8a667967769965390260cb56de461b59a0da SHA512 1cdeb9daf6bd93f5e8eb8bf3055579dd4c14f0f4b1f6798f6191cfd2e6c6e8e75ff214816c4cfca052a2903cec72519a00b1e70183265400f1b7cbbaf769e9cd diff --git a/net-im/sendxmpp-amm/metadata.xml b/net-im/sendxmpp-amm/metadata.xml deleted file mode 100644 index 89250bb227b0..000000000000 --- a/net-im/sendxmpp-amm/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <name>Florian Schmaus</name> - <email>flow@gentoo.org</email> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="github">flowdalic/sendxmpp</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-1.1.1-r1.ebuild deleted file mode 100644 index 0f3324d28b3a..000000000000 --- a/net-im/sendxmpp-amm/sendxmpp-amm-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%-amm}" - -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 -} diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild deleted file mode 100644 index 2dcfb975f5d9..000000000000 --- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ORIG_PN="${PN%-amm}" - -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" - S="${WORKDIR}/${ORIG_PN}-${PV}" -fi - -LICENSE="GPL-3+" - -SLOT="0" - -RDEPEND=" - dev-java/scala-cli-bin - !net-im/sendxmpp -" - -src_compile() { - : -} - -src_install() { - default - newbin sendxmpp.sc sendxmpp -} |