public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/ipager/, profiles/, x11-misc/ipager/files/
@ 2020-10-20 15:52 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-10-20 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4e31ead5af3bfaa5903fd3406f6405721b0f1e00
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 15:48:39 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 15:52:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e31ead5

x11-misc/ipager: Remove last-rited pkg

Closes: https://bugs.gentoo.org/677446
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 profiles/package.mask                              |  6 ---
 x11-misc/ipager/Manifest                           |  1 -
 x11-misc/ipager/files/ipager-1.1.0-gcc43.patch     | 29 -------------
 x11-misc/ipager/files/ipager-1.1.0-gcc47.patch     | 12 ------
 .../ipager/files/ipager-1.1.0-scons_flags.patch    | 24 -----------
 .../ipager/files/ipager-1.1.0-scons_imlib2.patch   | 19 ---------
 x11-misc/ipager/ipager-1.1.0-r1.ebuild             | 47 ----------------------
 x11-misc/ipager/metadata.xml                       |  5 ---
 8 files changed, 143 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index 4e6bf8fe7c0..ebb10611946 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -306,12 +306,6 @@ dev-python/flask-themes
 # Removal in 30 days.  Bug #677622.
 games-board/pouetchess
 
-# Michał Górny <mgorny@gentoo.org> (2020-09-20)
-# Unmaintained.  Homepage gone.  Not bumped since its initial addition
-# in 2008.  Uses SCons incorrectly and fails to build.
-# Removal in 30 days.  Bug #677446.
-x11-misc/ipager
-
 # Michał Górny <mgorny@gentoo.org> (2020-09-09)
 # These packages (or package versions) still require Python 2.7.
 # They are either dead upstream, their Python 3 porting efforts are

diff --git a/x11-misc/ipager/Manifest b/x11-misc/ipager/Manifest
deleted file mode 100644
index ceacf784c2a..00000000000
--- a/x11-misc/ipager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ipager-1.1.0.tar.gz 30499 BLAKE2B 75644cbc2e6cca9af82589c7dbed4f0244870ec104cc8df9d294a6efe52f7dd19da2e5f0008cbeb72fbfe56f33acc6b921038faf00082c478f6a5c208f3fc09b SHA512 34f2982b4378e8de7479803d205c2d9157b71863278382c91d0c3daaee57352f2f6678fa338f34dc9e6bd70081e5f0bc03634632a7b6ab20a507b6fad3c2e5e3

diff --git a/x11-misc/ipager/files/ipager-1.1.0-gcc43.patch b/x11-misc/ipager/files/ipager-1.1.0-gcc43.patch
deleted file mode 100644
index ca7752ac99d..00000000000
--- a/x11-misc/ipager/files/ipager-1.1.0-gcc43.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Fix ipager to compile with GCC 4.3.
-
-Patch taken from Gentoo bug #173562.
-
-X-Gentoo-Bug: 173562
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
---- a/iconfig.cpp	2008-08-22 21:35:16.000000000 +0600
-+++ b/iconfig.cpp	2008-08-22 21:35:20.000000000 +0600
-@@ -30,7 +30,7 @@
- #include <iostream>
- #include <fstream>
- #include <sstream>
--
-+#include <stdlib.h>
- #include <sys/stat.h>
- #include <sys/types.h>
- 
---- a/wm.cpp	2008-08-22 21:52:36.000000000 +0600
-+++ b/wm.cpp	2008-08-22 21:52:40.000000000 +0600
-@@ -27,7 +27,7 @@
- 
- #include <time.h>
- #include "atoms.h"
--
-+#include <stdlib.h>
- 
- WM * WM::m_instance = 0;
- bool WM::x_error = false;

diff --git a/x11-misc/ipager/files/ipager-1.1.0-gcc47.patch b/x11-misc/ipager/files/ipager-1.1.0-gcc47.patch
deleted file mode 100644
index f4c899302ae..00000000000
--- a/x11-misc/ipager/files/ipager-1.1.0-gcc47.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/423215
-
---- a/ipager.cpp
-+++ b/ipager.cpp
-@@ -29,6 +29,7 @@
- #include <config.h>
- #endif
- 
-+#include <unistd.h>
- #include <iostream>
- #include <string>
- using namespace std;

diff --git a/x11-misc/ipager/files/ipager-1.1.0-scons_flags.patch b/x11-misc/ipager/files/ipager-1.1.0-scons_flags.patch
deleted file mode 100644
index 6eb8b1ff4f5..00000000000
--- a/x11-misc/ipager/files/ipager-1.1.0-scons_flags.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Make sure Scons takes the CFLAGS/CXXFLAGS/LDFLAGS etc for the system.
-
-Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-
-diff -Nuar ipager-1.1.0.orig/SConstruct ipager-1.1.0/SConstruct
---- ipager-1.1.0.orig/SConstruct	2008-09-08 20:32:23.007016555 -0700
-+++ ipager-1.1.0/SConstruct	2008-09-08 20:32:05.103267940 -0700
-@@ -30,6 +30,16 @@
- # environment
- ipager_env = Environment(options = ipager_options, ENV = os.environ)
- 
-+# process env variables
-+for K in ['CPPFLAGS', 'CFLAGS', 'CXXFLAGS', 'LDFLAGS', 'CC', 'CXX']:
-+  if K in os.environ.keys():
-+    dict = ipager_env.ParseFlags(os.environ[K])
-+    # These headers are supposed static. Don't check at each build.
-+    for i in dict['CPPPATH']:
-+      dict['CCFLAGS'].append('-I' + i)
-+    dict['CPPPATH'] = []
-+    ipager_env.MergeFlags(dict)
-+
- ipager_env.Append(
-         CPPFLAGS = [ '-Wall' ],
-         CPPPATH = [ '/usr/X11R6/include' ],

diff --git a/x11-misc/ipager/files/ipager-1.1.0-scons_imlib2.patch b/x11-misc/ipager/files/ipager-1.1.0-scons_imlib2.patch
deleted file mode 100644
index 283dec348ab..00000000000
--- a/x11-misc/ipager/files/ipager-1.1.0-scons_imlib2.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- ipager-1.1.0/SConstruct	2005-11-06 06:23:24.000000000 -0500
-+++ ipager-1.1.0-gentoo/SConstruct	2008-09-08 15:18:07.000000000 -0400
-@@ -115,12 +115,14 @@
-     else:
-         print "yes"
-         ipager_env.AppendUnique(
--            CPPPATH = imlib2_env.Dictionary()['CPPPATH'], 
-             CCFLAGS = imlib2_env.Dictionary()['CCFLAGS'], 
-             LIBPATH = imlib2_env.Dictionary()['LIBPATH'],
-             LIBS    = imlib2_env.Dictionary()['LIBS']
--
-         )
-+        if imlib2_env.Dictionary().has_key('CPPPATH'): 
-+            ipager_env.AppendUnique(
-+                CPPPATH = imlib2_env.Dictionary()['CPPPATH'], 
-+            )
- 
- conf.Finish()
- 

diff --git a/x11-misc/ipager/ipager-1.1.0-r1.ebuild b/x11-misc/ipager/ipager-1.1.0-r1.ebuild
deleted file mode 100644
index 6727bc321a0..00000000000
--- a/x11-misc/ipager/ipager-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A themable desktop pager for fluxbox and other window managers"
-HOMEPAGE="http://www.useperl.ru/ipager/index.en.html"
-SRC_URI="http://www.useperl.ru/ipager/src/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="xinerama"
-
-RDEPEND="media-libs/imlib2[X]
-	x11-libs/libXmu
-	xinerama? ( x11-libs/libXinerama )"
-DEPEND="${RDEPEND}
-	dev-util/scons"
-
-PATCHES=( "${FILESDIR}/${P}-scons_imlib2.patch"
-	  "${FILESDIR}/${P}-scons_flags.patch"
-	  "${FILESDIR}/${P}-gcc43.patch"
-	  "${FILESDIR}/${P}-gcc47.patch" )
-
-src_compile() {
-	CONFIG_OPTS="xinerama=false"
-	use xinerama && CONFIG_OPTS="${CONFIG_OPTS} xinerama=true"
-	# FYI: Passing debug=true only adds -ggdb inside the SConstruct
-
-	scons \
-		--cache-disable \
-		PREFIX="/usr" \
-		${CONFIG_OPTS} \
-		|| die "scons configure failed"
-}
-
-src_install() {
-	scons \
-		--cache-disable \
-		PREFIX="/usr" \
-		DESTDIR="${D}" \
-		install \
-		|| die "scons install failed"
-	dodoc ToDo ChangeLog README
-	dodoc themes/*.conf
-}

diff --git a/x11-misc/ipager/metadata.xml b/x11-misc/ipager/metadata.xml
deleted file mode 100644
index 7a38bb90096..00000000000
--- a/x11-misc/ipager/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-20 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-20 15:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/ipager/, profiles/, x11-misc/ipager/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox