commit:     74ab68480ca6bb8cc1dda5081f8c9733e3363ddd
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 16:57:28 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 16:57:52 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74ab6848

xfce-extra/xfce4-cellmodem-plugin: remove last rited package

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 xfce-extra/xfce4-cellmodem-plugin/Manifest         |  1 -
 .../xfce4-cellmodem-plugin-0.0.5-asneeded.patch    | 13 -----
 .../files/xfce4-cellmodem-plugin-0.0.5-build.patch | 62 ----------------------
 ...cellmodem-plugin-0.0.5-link_for_xfce_warn.patch | 33 ------------
 xfce-extra/xfce4-cellmodem-plugin/metadata.xml     |  8 ---
 .../xfce4-cellmodem-plugin-0.0.5-r1.ebuild         | 35 ------------
 6 files changed, 152 deletions(-)

diff --git a/xfce-extra/xfce4-cellmodem-plugin/Manifest 
b/xfce-extra/xfce4-cellmodem-plugin/Manifest
deleted file mode 100644
index a965d9ad33a..00000000000
--- a/xfce-extra/xfce4-cellmodem-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-cellmodem-plugin-0.0.5.tar.gz 155935 BLAKE2B 
d5a0e040d92886d37232dff755069fa8f58951fc5bbdcb261f308629ac7802d474f2e677da50b82187d14b7956655af9a90639a81fa32bf2482c582675262544
 SHA512 
a59e2b8fa71b490abc99dc9f28e5b147e77538036988ae4c2faa93bc3f7a0187607d486b7eb92580fe2519a31917cbdba5c7312070149340adc417871e8702bd

diff --git 
a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch
 
b/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch
deleted file mode 100644
index d0f9c6a4486..00000000000
--- 
a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=6613
-
---- panel-plugin/Makefile.am
-+++ panel-plugin/Makefile.am
-@@ -5,7 +5,7 @@
-         -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-       @LIBXFCE4PANEL_CFLAGS@
- 
--xfce4_cellmodem_plugin_LDFLAGS = \
-+xfce4_cellmodem_plugin_LDADD = \
-       @LIBXFCE4PANEL_LIBS@ 
- 
- xfce4_cellmodem_plugin_SOURCES = \

diff --git 
a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-build.patch
 
b/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-build.patch
deleted file mode 100644
index 23f8eca7f2e..00000000000
--- 
a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-build.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Two issues in one patch:
-
-We use shared libpci so we don't need to check for libraries it might be 
linking to, such as zlib.
-Change mkdir_p with MKDIR_P for compability with recent autotools.
-
---- configure.ac
-+++ configure.ac
-@@ -14,6 +14,7 @@
- AC_PROG_INTLTOOL
- AC_GNU_SOURCE
- AC_HEADER_STDC
-+AC_PROG_MKDIR_P
- 
- AC_CHECK_FUNCS([vasprintf])
- 
-@@ -33,14 +34,6 @@
-   echo "> Not using debug"
- fi
- 
--# PCI library needs libz.
--
--AC_CHECK_HEADER([zlib.h],
--AC_CHECK_LIB(z,inflate,
--LIBS="$LIBS -lz"
--)
--)
--
- AC_CHECK_HEADER([pci/pci.h],
- AC_CHECK_LIB(pci,pci_alloc, 
- AC_DEFINE(HAVE_PCIUTILS,[1],[Use pci utils to discover devices])
---- po/Makefile.in.in
-+++ po/Makefile.in.in
-@@ -37,9 +37,9 @@
- itlocaledir = $(prefix)/$(DATADIRNAME)/locale
- subdir = po
- install_sh = @install_sh@
--# Automake >= 1.8 provides @mkdir_p@.
-+# Automake >= 1.8 provides @MKDIR_P@.
- # Until it can be supposed, use the safe fallback:
--mkdir_p = $(install_sh) -d
-+MKDIR_P = $(install_sh) -d
- 
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
-@@ -98,7 +98,7 @@
- install-data: install-data-@USE_NLS@
- install-data-no: all
- install-data-yes: all
--      $(mkdir_p) $(DESTDIR)$(itlocaledir)
-+      $(MKDIR_P) $(DESTDIR)$(itlocaledir)
-       if test -n "$(PO_LINGUAS)"; then \
-         linguas="$(PO_LINGUAS)"; \
-       else \
-@@ -106,7 +106,7 @@
-       fi; \
-       for lang in $$linguas; do \
-         dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
--        $(mkdir_p) $$dir; \
-+        $(MKDIR_P) $$dir; \
-         if test -r $$lang.gmo; then \
-           $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
-           echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \

diff --git 
a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-link_for_xfce_warn.patch
 
b/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-link_for_xfce_warn.patch
deleted file mode 100644
index 5ffb48b38f9..00000000000
--- 
a/xfce-extra/xfce4-cellmodem-plugin/files/xfce4-cellmodem-plugin-0.0.5-link_for_xfce_warn.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=6613
-
-xfce4_cellmodem_plugin-pin_helper.o: In function 
`pin_helper_pin_entry_callback':
-pin_helper.c:(.text+0xa6): undefined reference to `xfce_warn'
-
---- configure.ac
-+++ configure.ac
-@@ -18,6 +18,8 @@
- AC_CHECK_FUNCS([vasprintf])
- 
- XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
-+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20])
-+
- XDT_I18N([cs pt])
- 
- AC_ARG_ENABLE([debug],
---- panel-plugin/Makefile.am
-+++ panel-plugin/Makefile.am
-@@ -3,10 +3,12 @@
- 
- xfce4_cellmodem_plugin_CFLAGS = \
-         -DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
--      @LIBXFCE4PANEL_CFLAGS@
-+      @LIBXFCE4PANEL_CFLAGS@ \
-+      @LIBXFCEGUI4_CFLAGS@
- 
- xfce4_cellmodem_plugin_LDADD = \
--      @LIBXFCE4PANEL_LIBS@ 
-+      @LIBXFCE4PANEL_LIBS@ \
-+      @LIBXFCEGUI4_LIBS@
- 
- xfce4_cellmodem_plugin_SOURCES = \
-       cellmodem.c modem_driver.c \

diff --git a/xfce-extra/xfce4-cellmodem-plugin/metadata.xml 
b/xfce-extra/xfce4-cellmodem-plugin/metadata.xml
deleted file mode 100644
index 359901b31db..00000000000
--- a/xfce-extra/xfce4-cellmodem-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>x...@gentoo.org</email>
-    <name>XFCE Team</name>
-  </maintainer>
-</pkgmetadata>

diff --git 
a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild 
b/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
deleted file mode 100644
index ab7bfda7062..00000000000
--- a/xfce-extra/xfce4-cellmodem-plugin/xfce4-cellmodem-plugin-0.0.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools multilib
-
-DESCRIPTION="A panel plug-in with monitoring support for 
GPRS/UMTS(3G)/HSDPA(3.5G) modems"
-HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cellmodem-plugin";
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="sys-apps/pciutils
-       virtual/libusb:0
-       >=xfce-base/libxfcegui4-4.8
-       >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       dev-util/xfce4-dev-tools
-       virtual/pkgconfig"
-
-src_prepare() {
-       eapply -p0 "${FILESDIR}"/${P}-asneeded.patch
-       eapply -p0 "${FILESDIR}"/${P}-link_for_xfce_warn.patch
-       eapply -p0 "${FILESDIR}"/${P}-build.patch
-       echo panel-plugin/cellmodem.desktop.in.in > po/POTFILES.skip
-       default
-}
-
-src_configure() {
-       AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
-       econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-}

Reply via email to