commit: e961d295adc84e054e9b11350f6087a02698732c Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Mar 1 16:32:57 2025 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri May 23 14:16:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e961d295
net-im/purple-events: add 0.99.2 - bump EAPI - migrate from autotools to meson - remove intltool BDEPEND (thanks Sam!) - bind to pidgin - update LICENSE - add glib DEPEND Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/40833 Closes: https://github.com/gentoo/gentoo/pull/40833 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> net-im/purple-events/Manifest | 1 + net-im/purple-events/purple-events-0.99.2.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/net-im/purple-events/Manifest b/net-im/purple-events/Manifest index 058dcb143354..a600d70e571a 100644 --- a/net-im/purple-events/Manifest +++ b/net-im/purple-events/Manifest @@ -1 +1,2 @@ DIST purple-events-0.99.1.tar.gz 24437 BLAKE2B c4952de806deb6357cfcd59b0392319522c26ac267e991de40adcf1ab622b1df4156854951543a6ad8e0f05b160b31bbf38352a1b5f4a980e24fb37fd8f61dca SHA512 105126fd0dbcc74d6a5878308e43ff27df4c9f1ec20601f382419cb8ebbe1a39e44da6327be86d779dbc66f6251699126776fc8389cdf48dc1569ae6bd8fa6fb +DIST purple-events-0.99.2.tar.gz 24100 BLAKE2B c0f52b02e9e3b418edfe36be4973e60b8c2b6bd239dbe6f877fe4d37c9d5b015702d6e30b61204dc32c3b52f46f01d01c555483442506893095845b100ccd0e0 SHA512 b427bbc32f06e666598118d865460cc1376c12e105f50cd124456fce38a01bedc1d4de1638abbfabe5e097fbae9cf17357500768e961fc0f98dd7a82219e62b7 diff --git a/net-im/purple-events/purple-events-0.99.2.ebuild b/net-im/purple-events/purple-events-0.99.2.ebuild new file mode 100644 index 000000000000..5ef72e2ed5fb --- /dev/null +++ b/net-im/purple-events/purple-events-0.99.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Allows a fine-grained control over libpurple events" +HOMEPAGE="https://github.com/sardemff7/purple-events" +SRC_URI="https://github.com/sardemff7/purple-events/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/glib:2 + net-im/pidgin:= +" +DEPEND="${RDEPEND}" +BDEPEND=" + sys-devel/gettext + virtual/pkgconfig +"
