commit:     ff128d804b7e3dd69f9f14af21f9fc851631dd86
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 10 12:32:54 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 13:20:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff128d80

dev-libs/libgnt: drop 2.14.2

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-libs/libgnt/Manifest                           |  1 -
 .../libgnt/files/libgnt-2.14.0-optional_docs.patch | 15 --------
 dev-libs/libgnt/libgnt-2.14.2.ebuild               | 40 ----------------------
 3 files changed, 56 deletions(-)

diff --git a/dev-libs/libgnt/Manifest b/dev-libs/libgnt/Manifest
index d1a9a822a089..ca3ee2ff7a3e 100644
--- a/dev-libs/libgnt/Manifest
+++ b/dev-libs/libgnt/Manifest
@@ -1,2 +1 @@
-DIST libgnt-2.14.2.tar.xz 106128 BLAKE2B 
d3db0ba3a297c14f32cc49b4e5b3392f47031e9406d862520a2f014f4d4e93c13e2ba5a2d61df81637f9dd7961d64ba69b393ee5b3cfebd7eb2768e3f16f29d0
 SHA512 
17b39e132b44b23486d7d39fa02761997a28abf53f67bf71bbad86d35124e5deb0363d670b2fb5ac99d47256282b0ef6ad1886e12984c868bb0d13ea7ba7d860
 DIST libgnt-2.14.3.tar.xz 106388 BLAKE2B 
bba785c998e53c75ed9c3b0b4ad1d96d63628a6e2b0ac7abec76a671ddfc0284fd787cd6793433aef83e6b31c6efecce0c656e131ca9b8bf548486de1010e1f9
 SHA512 
7131834cfe585177865bebf26167de08a04fced3da4e9a072d9b09b3becd1194914757b1a1fc8f129ae6c8fefe3ec1ce0d80d6c50cb624a5698b66ee2e06c6c8

diff --git a/dev-libs/libgnt/files/libgnt-2.14.0-optional_docs.patch 
b/dev-libs/libgnt/files/libgnt-2.14.0-optional_docs.patch
deleted file mode 100644
index aded0c047674..000000000000
--- a/dev-libs/libgnt/files/libgnt-2.14.0-optional_docs.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- libgnt-2.14.0/meson.build
-+++ libgnt-2.14.0/meson.build
-@@ -231,4 +231,6 @@
- 
- subdir('wms')
- subdir('test')
--subdir('doc')
-+if get_option('doc')
-+    subdir('doc')
-+endif
---- libgnt-2.14.0/meson_options.txt
-+++ libgnt-2.14.0/meson_options.txt
-@@ -0,0 +1,2 @@
-+option('doc', type : 'boolean', value : true,
-+       description : 'build documentation with gtk-doc')

diff --git a/dev-libs/libgnt/libgnt-2.14.2.ebuild 
b/dev-libs/libgnt/libgnt-2.14.2.ebuild
deleted file mode 100644
index b5bce4a12ebd..000000000000
--- a/dev-libs/libgnt/libgnt-2.14.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="Pidgin's GLib Ncurses Toolkit"
-HOMEPAGE="https://keep.imfreedom.org/libgnt/libgnt";
-SRC_URI="https://downloads.sourceforge.net/pidgin/${P}.tar.xz";
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="doc"
-
-RDEPEND="
-       !<net-im/pidgin-2.14.0
-       dev-libs/glib:2
-       dev-libs/libxml2
-       sys-libs/ncurses:0=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/glib-utils
-       virtual/pkgconfig
-       doc? ( dev-util/gtk-doc )
-"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-2.14.0-optional_docs.patch"
-       "${FILESDIR}/${PN}-2.14.0-tinfo.patch"
-)
-
-src_configure() {
-       local emesonargs=(
-               $(meson_use doc)
-       )
-       meson_src_configure
-}

Reply via email to