diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-plugins/pidgin-xmpp-receipts | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'x11-plugins/pidgin-xmpp-receipts')
| -rw-r--r-- | x11-plugins/pidgin-xmpp-receipts/Manifest | 1 | ||||
| -rw-r--r-- | x11-plugins/pidgin-xmpp-receipts/metadata.xml | 8 | ||||
| -rw-r--r-- | x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8-r1.ebuild | 30 |
3 files changed, 0 insertions, 39 deletions
diff --git a/x11-plugins/pidgin-xmpp-receipts/Manifest b/x11-plugins/pidgin-xmpp-receipts/Manifest deleted file mode 100644 index 95a4f56556ad..000000000000 --- a/x11-plugins/pidgin-xmpp-receipts/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pidgin-xmpp-receipts-0.8.tar.gz 16021 BLAKE2B ba6eb7cb49ec75981e2c15f8aa471e6169ca4f9e6b03061248ff99669b7e31c838c466b1b476fed20bf3c1321954de13b053bbdd599f1ac4f58defacebabf383 SHA512 04113236d46066211d7e0f3c66f4bf1b6fb8a33ac675203f3cff15300eb97ffd3ee627e03fcc3ab3d1e9431fc107a9f7e9fca319f3debb773603d311b167b5a8 diff --git a/x11-plugins/pidgin-xmpp-receipts/metadata.xml b/x11-plugins/pidgin-xmpp-receipts/metadata.xml deleted file mode 100644 index d0bb041ddfbb..000000000000 --- a/x11-plugins/pidgin-xmpp-receipts/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">noonien-d/pidgin-xmpp-receipts</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8-r1.ebuild b/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8-r1.ebuild deleted file mode 100644 index 1e00cb64fa63..000000000000 --- a/x11-plugins/pidgin-xmpp-receipts/pidgin-xmpp-receipts-0.8-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit vcs-snapshot toolchain-funcs - -DESCRIPTION="Implementation of xmpp message delivery receipts (XEP-0184) for Pidgin" -HOMEPAGE="https://github.com/noonien-d/pidgin-xmpp-receipts" -SRC_URI="https://github.com/noonien-d/pidgin-xmpp-receipts/archive/release_${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~riscv" - -RDEPEND="net-im/pidgin[gui]" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_compile() { - GTK_PIDGIN_INCLUDES="$($(tc-getPKG_CONFIG) --cflags gtk+-2.0 pidgin)" - $(tc-getCC) ${LDFLAGS} -shared ${CFLAGS} -fpic ${GTK_PIDGIN_INCLUDES} -o ${PN/pidgin-/}.so ${PN/pidgin-/}.c || die -} - -src_install() { - PLUGIN_DIR_PIDGIN=$($(tc-getPKG_CONFIG) --variable=plugindir pidgin) - - insinto "${PLUGIN_DIR_PIDGIN}" - doins ${PN/pidgin-/}.so -} |
