commit:     5cacda662dbb044fcceb9f390a61122f680d7917
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 14:11:00 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 14:11:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cacda66

dev-libs/gtx: Remove

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/gtx/Manifest                     |  1 -
 dev-libs/gtx/files/gtx-0.2.2-debug.patch  | 40 ----------------------------
 dev-libs/gtx/files/gtx-0.2.2-docdir.patch | 16 ------------
 dev-libs/gtx/files/gtx-0.2.2-glib.h.patch | 15 -----------
 dev-libs/gtx/gtx-0.2.2-r1.ebuild          | 43 -------------------------------
 dev-libs/gtx/metadata.xml                 | 16 ------------
 6 files changed, 131 deletions(-)

diff --git a/dev-libs/gtx/Manifest b/dev-libs/gtx/Manifest
deleted file mode 100644
index e96fff0af041..000000000000
--- a/dev-libs/gtx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gtx-0.2.2.tar.gz 306024 BLAKE2B 
861e5e729edc376b104906dbefe7f79e018a61dac3fefa2b260a869324b9ad88f002c64bb753d06cff93d58102c8f35e052ff18129c5c97da45f0abff6d78718
 SHA512 
737e21c66388f520c9d6812f3478e583940e9558646b4f3281306e3a946d4fb87719a48c1ac5fb1e38e9e465dfd1f82dea90badb3b321c0ee6b1dd105a9329cb

diff --git a/dev-libs/gtx/files/gtx-0.2.2-debug.patch 
b/dev-libs/gtx/files/gtx-0.2.2-debug.patch
deleted file mode 100644
index 73f6dfaaad2e..000000000000
--- a/dev-libs/gtx/files/gtx-0.2.2-debug.patch
+++ /dev/null
@@ -1,40 +0,0 @@
- Makefile.am          | 3 +--
- examples/Makefile.am | 5 ++---
- src/Makefile.am      | 3 +--
- 3 files changed, 4 insertions(+), 7 deletions(-)
-
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index e6bba05..67274c1 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -8,8 +8,7 @@ noinst_PROGRAMS = \
-  command
- 
- AM_CFLAGS =\
--  -Wall       \
--  -g
-+  -Wall
- 
- simple_SOURCES = \
-   simple.c
-@@ -30,4 +29,4 @@ command_SOURCES = \
- 
- command_LDADD = \ 
-   $(GTX_LIBS)  \
--  $(top_builddir)/src/libgtx.la
-\ No newline at end of file
-+  $(top_builddir)/src/libgtx.la
-diff --git a/src/Makefile.am b/src/Makefile.am
-index f5f873e..a40d772 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -4,8 +4,7 @@ INCLUDES =      \
-   $(GTX_CFLAGS)
- 
- AM_CFLAGS =\
--  -Wall       \
--  -g
-+  -Wall
- 
- #
- # Headers to be installed

diff --git a/dev-libs/gtx/files/gtx-0.2.2-docdir.patch 
b/dev-libs/gtx/files/gtx-0.2.2-docdir.patch
deleted file mode 100644
index e6f9a196f9f5..000000000000
--- a/dev-libs/gtx/files/gtx-0.2.2-docdir.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- Makefile.am | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index aa401dc..4d99442 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -5,7 +5,7 @@ SUBDIRS =              \
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = gtx.pc
- 
--gtxdocdir = ${prefix}/doc/gtx
-+gtxdocdir = ${docdir}
- 
- gtxdoc_DATA = \
-       README      \

diff --git a/dev-libs/gtx/files/gtx-0.2.2-glib.h.patch 
b/dev-libs/gtx/files/gtx-0.2.2-glib.h.patch
deleted file mode 100644
index 0efab61e9b1f..000000000000
--- a/dev-libs/gtx/files/gtx-0.2.2-glib.h.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- src/gtx.h | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/src/gtx.h b/src/gtx.h
-index 57bee60..ab128b0 100644
---- a/src/gtx.h
-+++ b/src/gtx.h
-@@ -24,7 +24,6 @@
- #define __GTX_H__
- 
- #include <glib.h>
--#include <glib/gtestutils.h>
- #include <glib-object.h>
- 
- G_BEGIN_DECLS

diff --git a/dev-libs/gtx/gtx-0.2.2-r1.ebuild b/dev-libs/gtx/gtx-0.2.2-r1.ebuild
deleted file mode 100644
index 492d15006d16..000000000000
--- a/dev-libs/gtx/gtx-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Small collection of functions intended to enhance the GLib 
testing framework"
-HOMEPAGE="https://launchpad.net/gtx";
-SRC_URI="https://launchpad.net/gtx/trunk/${PV}/+download/${P}.tar.gz";
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="debug"
-
-RDEPEND="dev-libs/glib:2"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-docdir.patch
-       "${FILESDIR}"/${P}-debug.patch
-       "${FILESDIR}"/${P}-glib.h.patch )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable debug)
-       )
-
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.a' -delete || die
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/gtx/metadata.xml b/dev-libs/gtx/metadata.xml
deleted file mode 100644
index bd668f42c8be..000000000000
--- a/dev-libs/gtx/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Gentoo GNOME Desktop</name>
-       </maintainer>
-       <longdescription>
-GTX is a small collection of convenience functions intended to enhance the GLib
-testing framework. With specific emphasis on easing the pain of writing test
-cases for asynchronous interactions.
-</longdescription>
-       <upstream>
-               <remote-id type="launchpad">gtx</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to