commit:     8e2ac83fa440aed9c7df4818eafd2a2f0da17a30
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 18:30:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 18:33:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e2ac83f

dev-libs/libindicator: treeclean

Closes: https://bugs.gentoo.org/936881 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-libs/libindicator/Manifest                     |   1 -
 .../files/libindicator-12.10.1-no-werror.patch     | 196 ---------------------
 .../files/libindicator-12.10.1-nonbash.patch       |  23 ---
 .../libindicator/libindicator-12.10.1-r201.ebuild  |  70 --------
 .../libindicator/libindicator-12.10.1-r301.ebuild  |  64 -------
 dev-libs/libindicator/metadata.xml                 |   8 -
 profiles/package.mask                              |   1 -
 7 files changed, 363 deletions(-)

diff --git a/dev-libs/libindicator/Manifest b/dev-libs/libindicator/Manifest
deleted file mode 100644
index a88a7b7ef548..000000000000
--- a/dev-libs/libindicator/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libindicator-12.10.1.tar.gz 427764 BLAKE2B 
93cc774df0b55b7ee447c24a0ce49047080ab867c20403724b855153cfc5b93ed0da278532a2fc67bd69e4a9484a31286c2c585cd14d156028f338b5ed2b306a
 SHA512 
d6d77d0309b15cf6b52539323920ab0c1594cb1c1cef8a8d67cd0f76f8ceeeac28eb6db6227563df1932e6f1fadcffac68d82982182b745257dfaf91f1c945af

diff --git a/dev-libs/libindicator/files/libindicator-12.10.1-no-werror.patch 
b/dev-libs/libindicator/files/libindicator-12.10.1-no-werror.patch
deleted file mode 100644
index dcbf50b43151..000000000000
--- a/dev-libs/libindicator/files/libindicator-12.10.1-no-werror.patch
+++ /dev/null
@@ -1,196 +0,0 @@
-https://bugs.gentoo.org/698774
---- a/libindicator/Makefile.am
-+++ b/libindicator/Makefile.am
-@@ -57,7 +57,7 @@ libindicator_la_CFLAGS = \
-       $(LIBINDICATOR_CFLAGS) \
-       $(COVERAGE_CFLAGS) \
-       -DG_LOG_DOMAIN=\"libindicator\" \
--      -Wall -Werror
-+      -Wall
- 
- libindicator_la_LIBADD = \
-       $(LIBINDICATOR_LIBS)
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -38,7 +38,7 @@ test_loader_SOURCES = \
-       test-loader.c
- 
- test_loader_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
-       -DBUILD_DIR="\"$(builddir)\""
- 
-@@ -57,7 +57,7 @@ test_desktop_shortcuts_SOURCES = \
-       test-desktop-shortcuts.c
- 
- test_desktop_shortcuts_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       -DSRCDIR="\"$(srcdir)\"" \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
-       -DBUILD_DIR="\"$(abs_builddir)\""
-@@ -91,7 +91,7 @@ libdummy_indicator_blank_la_SOURCES = \
-       dummy-indicator-blank.c
- 
- libdummy_indicator_blank_la_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- libdummy_indicator_blank_la_LIBADD = \
-@@ -111,7 +111,7 @@ libdummy_indicator_null_la_SOURCES = \
-       dummy-indicator-null.c
- 
- libdummy_indicator_null_la_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- libdummy_indicator_null_la_LIBADD = \
-@@ -131,7 +131,7 @@ libdummy_indicator_signaler_la_SOURCES = \
-       dummy-indicator-signaler.c
- 
- libdummy_indicator_signaler_la_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- libdummy_indicator_signaler_la_LIBADD = \
-@@ -151,7 +151,7 @@ libdummy_indicator_simple_la_SOURCES = \
-       dummy-indicator-simple.c
- 
- libdummy_indicator_simple_la_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- libdummy_indicator_simple_la_LIBADD = \
-@@ -172,7 +172,7 @@ libdummy_indicator_entry_func_la_SOURCES = \
-       dummy-indicator-entry-func.h
- 
- libdummy_indicator_entry_func_la_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- libdummy_indicator_entry_func_la_LIBADD = \
-@@ -192,7 +192,7 @@ libdummy_indicator_visible_la_SOURCES = \
-       dummy-indicator-visible.c
- 
- libdummy_indicator_visible_la_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- libdummy_indicator_visible_la_LIBADD = \
-@@ -214,7 +214,7 @@ service_shutdown_timeout_SOURCES = \
-       service-shutdown-timeout.c
- 
- service_shutdown_timeout_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_shutdown_timeout_LDADD = \
-@@ -240,7 +240,7 @@ service_manager_no_connect_SOURCES = \
-       service-manager-no-connect.c
- 
- service_manager_no_connect_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_manager_no_connect_LDADD = \
-@@ -272,7 +272,7 @@ service_manager_connect_SOURCES = \
-       service-manager-connect.c
- 
- service_manager_connect_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_manager_connect_LDADD = \
-@@ -286,7 +286,7 @@ service_manager_connect_service_SOURCES = \
-       service-manager-connect-service.c
- 
- service_manager_connect_service_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_manager_connect_service_LDADD = \
-@@ -319,7 +319,7 @@ service_version_manager_SOURCES = \
-       service-version-manager.c
- 
- service_version_manager_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_version_manager_LDADD = \
-@@ -334,7 +334,7 @@ service_version_bad_service_SOURCES = \
-       service-version-bad-service.c
- 
- service_version_bad_service_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_version_bad_service_LDADD = \
-@@ -349,7 +349,7 @@ service_version_good_service_SOURCES = \
-       service-version-good-service.c
- 
- service_version_good_service_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_version_good_service_LDADD = \
-@@ -376,7 +376,7 @@ service_version_multiwatch_manager_SOURCES = \
-       service-version-multiwatch-manager.c
- 
- service_version_multiwatch_manager_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_version_multiwatch_manager_LDADD = \
-@@ -391,7 +391,7 @@ service_version_multiwatch_manager_impolite_SOURCES = \
-       service-version-multiwatch-manager-impolite.c
- 
- service_version_multiwatch_manager_impolite_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_version_multiwatch_manager_impolite_LDADD = \
-@@ -406,7 +406,7 @@ service_version_multiwatch_service_SOURCES = \
-       service-version-multiwatch-service.c
- 
- service_version_multiwatch_service_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_version_multiwatch_service_LDADD = \
-@@ -432,7 +432,7 @@ service_manager_nostart_connect_SOURCES = \
-       service-manager-nostart-connect.c
- 
- service_manager_nostart_connect_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir)
- 
- service_manager_nostart_connect_LDADD = \
---- a/tools/Makefile.am
-+++ b/tools/Makefile.am
-@@ -17,7 +17,7 @@ indicator_loader_SOURCES = \
-       indicator-loader.c
- 
- indicator_loader_CFLAGS = \
--      -Wall -Werror \
-+      -Wall \
-       $(LIBINDICATOR_CFLAGS) -I$(top_srcdir) \
-       -DBUILD_DIR="\"$(builddir)\""
- 

diff --git a/dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch 
b/dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch
deleted file mode 100644
index eac1e73aa288..000000000000
--- a/dev-libs/libindicator/files/libindicator-12.10.1-nonbash.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/777087
-https://bugs.launchpad.net/libindicator/+bug/1502925
-Thanks-to: orbea <[email protected]>
---- a/configure.ac
-+++ b/configure.ac
-@@ -15,7 +15,7 @@ AM_INIT_AUTOMAKE([1.11 -Wall tar-pax])
- 
- AM_MAINTAINER_MODE([enable])
- 
--AM_SILENT_RULES([yes])]
-+AM_SILENT_RULES([yes])
- 
- # Check for programs
- AC_PROG_CC
-@@ -66,7 +66,7 @@ AS_IF([test "x$with_gtk" = x3],
- AM_CONDITIONAL(USE_GTK3, [test "x$with_gtk" = x3])
- 
- LT_LIB_M
--LIBINDICATOR_LIBS+="$LIBM"
-+LIBINDICATOR_LIBS="${LIBINDICATOR_LIBS} $LIBM"
- 
- ##############################
- # Custom Junk

diff --git a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild 
b/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild
deleted file mode 100644
index e5cd461a3d61..000000000000
--- a/dev-libs/libindicator/libindicator-12.10.1-r201.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic virtualx multilib-minimal
-
-DESCRIPTION="A set of symbols and convience functions that all indicators 
would like to use"
-HOMEPAGE="https://launchpad.net/libindicator";
-SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.22[${MULTILIB_USEDEP}]
-       >=x11-libs/gtk+-2.18:2[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/glib-utils
-       virtual/pkgconfig
-       test? ( dev-util/dbus-test-runner )
-"
-
-PATCHES=(
-       # Fixed version of https://bugs.launchpad.net/libindicator/+bug/1502925
-       "${FILESDIR}"/${PN}-12.10.1-nonbash.patch
-       "${FILESDIR}"/${PN}-12.10.1-no-werror.patch
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       append-flags -Wno-error
-
-       local myconf=(
-               --disable-static
-               --with-gtk=2
-       )
-
-       ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_test() {
-       # bug #391179
-       virtx emake
-}
-
-multilib_src_install() {
-       emake -j1 DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-
-       rm -vf \
-               "${ED}"/usr/lib*/libdummy-indicator-* \
-               "${ED}"/usr/share/${PN}/*indicator-debugging \
-               || die
-}

diff --git a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild 
b/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
deleted file mode 100644
index ffc9b7d517bd..000000000000
--- a/dev-libs/libindicator/libindicator-12.10.1-r301.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools flag-o-matic virtualx multilib-minimal
-
-DESCRIPTION="A set of symbols and convience functions that all indicators 
would like to use"
-HOMEPAGE="https://launchpad.net/libindicator";
-SRC_URI="https://launchpad.net/${PN}/${PV%.*}/${PV}/+download/${P}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="3"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ppc ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.22[${MULTILIB_USEDEP}]
-       >=x11-libs/gtk+-3.2:3[${MULTILIB_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/glib-utils
-       virtual/pkgconfig
-       test? ( dev-util/dbus-test-runner )"
-
-PATCHES=(
-       # Fixed version of https://bugs.launchpad.net/libindicator/+bug/1502925
-       "${FILESDIR}"/${PN}-12.10.1-nonbash.patch
-       "${FILESDIR}"/${PN}-12.10.1-no-werror.patch
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       append-flags -Wno-error
-
-       local myconf=(
-               --disable-static
-               --with-gtk=3
-       )
-
-       ECONF_SOURCE="${S}" econf "${myconf[@]}"
-}
-
-multilib_src_test() {
-       # bug #391179
-       virtx emake
-}
-
-multilib_src_install() {
-       emake -j1 DESTDIR="${D}" install
-}
-
-multilib_src_install_all() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libindicator/metadata.xml 
b/dev-libs/libindicator/metadata.xml
deleted file mode 100644
index 38903ed6bdfb..000000000000
--- a/dev-libs/libindicator/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="launchpad">libindicator</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index dc63ea115748..728d11342573 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -231,7 +231,6 @@ sys-auth/pam_ldap
 # Superseded by dev-libs/libayatana-*.  No revdeps left.
 # Removal on 2024-09-05.  Bug #936881.
 dev-libs/libappindicator
-dev-libs/libindicator
 
 # Eli Schwartz <[email protected]> (2024-07-29)
 # Bad version can result in failing builds. Please upgrade to 72.1.0.

Reply via email to