summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-extprefs
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-plugins/pidgin-extprefs
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'x11-plugins/pidgin-extprefs')
-rw-r--r--x11-plugins/pidgin-extprefs/Manifest1
-rw-r--r--x11-plugins/pidgin-extprefs/metadata.xml11
-rw-r--r--x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r2.ebuild25
3 files changed, 0 insertions, 37 deletions
diff --git a/x11-plugins/pidgin-extprefs/Manifest b/x11-plugins/pidgin-extprefs/Manifest
deleted file mode 100644
index c7c27661e1a1..000000000000
--- a/x11-plugins/pidgin-extprefs/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pidgin-extprefs-0.7.tar.gz 332742 BLAKE2B 39a12a595f6eb7a66b071ef4d3e94d7e4d54201baa29280f3dc24e790976dfd57e7f3a656cea398c76759d02b258429b0cae46fd4ed7c07ec9f2219f5b0e97e4 SHA512 f2157403463c1a9621396c84ea71c4e02a853796d5c7b7aa33def03f9b6eccc52a0fad7f5edcfa1506cdc2c6e9dfb056a445cdfa985b0c3885d7ffe666150c3a
diff --git a/x11-plugins/pidgin-extprefs/metadata.xml b/x11-plugins/pidgin-extprefs/metadata.xml
deleted file mode 100644
index 382736252b3d..000000000000
--- a/x11-plugins/pidgin-extprefs/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
- A plugin that takes advantage of existing pidgin functionality to provide preferences that are often desired but are not included in pidgin.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">gaim-extprefs</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r2.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r2.ebuild
deleted file mode 100644
index 70589e63c85a..000000000000
--- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Extra preferences that are desired but are not worthy for Pidgin"
-HOMEPAGE="http://gaim-extprefs.sourceforge.net"
-SRC_URI="https://downloads.sourceforge.net/gaim-extprefs/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ~riscv ~sparc x86"
-
-RDEPEND="net-im/pidgin[gui]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- find "${ED}" -name '*.la' -delete || die
-}