commit:     4865c809591923f09f32a713dc4ba1f831e0920b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  3 12:24:28 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug  3 13:18:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4865c809

x11-misc/idesk: Drop 0.7.5-r3, EAPI6--

Closes: https://bugs.gentoo.org/799671
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-misc/idesk/Manifest                           |  1 -
 x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch | 17 ----------
 x11-misc/idesk/idesk-0.7.5-r3.ebuild              | 41 -----------------------
 3 files changed, 59 deletions(-)

diff --git a/x11-misc/idesk/Manifest b/x11-misc/idesk/Manifest
index 1045f1037db..4a677bc53c3 100644
--- a/x11-misc/idesk/Manifest
+++ b/x11-misc/idesk/Manifest
@@ -1,2 +1 @@
-DIST idesk-0.7.5.tar.bz2 185858 BLAKE2B 
b1cc2e423ff7f9f9db12fcfd46c0d9b03e29ad6b4b44f79ab6fca76b356b7df798532261364e30991dfacef9d377b69bf3dc9b5f44baf817b44629eb3805f3e6
 SHA512 
42c15cecc6e2cf6546420542fc4480902fd33c26c19ffc32e65eb04d09116d3b80f5539cde4ca86d4bec30ce96417752bfe7416ec83c531235d9064d06ec0475
 DIST idesk-v1.tar.gz 195147 BLAKE2B 
2b2b0dacbfb1d8fb950c88d990e3674bf8b4cf82d9022ed2f7be1f32082c46ae32d8200957e2e19d0d21ea1e4d59ec092f4cba90e712f79700a04f05c3a3aa14
 SHA512 
3190fca7a5c9fb36b66159107d22b5f6e50b4573afa21a3a4d8b8e3e5953dabda077c924e45d2607b849ee5fea141eb80f5b89ce5288ebc2490679f319edf768

diff --git a/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch 
b/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch
deleted file mode 100644
index c4ac03e206e..00000000000
--- a/x11-misc/idesk/files/idesk-0.7.5-glibc-2.12.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Fixes build with glibc-2.12
-
-http://bugs.gentoo.org/333515
-https://bugs.launchpad.net/ubuntu/+source/idesk/+bug/592602
-
-Patch written by Bhavani Shankar <bh...@ubuntu.com>
---- idesk-0.7.5/src/DesktopConfig.cpp
-+++ idesk-0.7.5/src/DesktopConfig.cpp
-@@ -24,6 +24,8 @@
- 
- #include "DesktopConfig.h"
- #include "Util.h"
-+#include <sys/types.h>    // For stat()
-+#include <sys/stat.h>     // For stat()
- 
- //the initilizer list just sets the program defaults for non-necessary options
- DesktopConfig::DesktopConfig(Database db, string ideskrcFile) :

diff --git a/x11-misc/idesk/idesk-0.7.5-r3.ebuild 
b/x11-misc/idesk/idesk-0.7.5-r3.ebuild
deleted file mode 100644
index 3a6373426c2..00000000000
--- a/x11-misc/idesk/idesk-0.7.5-r3.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Utility to place icons on the root window"
-HOMEPAGE="http://idesk.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND="
-       dev-libs/glib:2
-       dev-libs/libxml2
-       media-libs/freetype
-       >=media-libs/imlib2-1.4[X]
-       media-libs/libart_lgpl
-       x11-libs/gtk+:2
-       x11-libs/pango
-       x11-libs/startup-notification"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-PATCHES=(
-       # bug 333515
-       "${FILESDIR}"/${P}-glibc-2.12.patch
-)
-
-src_prepare() {
-       default
-       sed -i \
-               -e 's,/usr/local/,/usr/,' \
-               examples/default.lnk || die
-}
-
-src_configure() {
-       econf --enable-libsn
-}

Reply via email to