commit:     066a7092fd7a4ec5fe3acd0ea7396e92a6a050eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 15 21:29:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 15 21:34:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=066a7092

x11-misc/dclock: drop 2.2.2_p9

Bug: https://bugs.gentoo.org/776442
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/dclock/Manifest                           |  1 -
 x11-misc/dclock/dclock-2.2.2_p9.ebuild             | 72 ----------------------
 .../dclock/files/dclock-2.2.2_p4-include.patch     | 10 ---
 3 files changed, 83 deletions(-)

diff --git a/x11-misc/dclock/Manifest b/x11-misc/dclock/Manifest
index 15e759bf113..aae98ba4eba 100644
--- a/x11-misc/dclock/Manifest
+++ b/x11-misc/dclock/Manifest
@@ -1,3 +1,2 @@
 DIST dclock_2.2.2-12.debian.tar.xz 16112 BLAKE2B 
3da6a75834791cbba71d84c8d46d65b18db6a9aa97a085d984b598c8db41fe507965390568377a9167823d0b3856165e58115aa74b05da35fd6432b44ea877e9
 SHA512 
c6c468a378e421fb9ef2c6e84db991644888f8d2d9afe220142ea26914423387d3aed335b43fa69b38501c3d713d5540bb2efc2e52dd0db1fa1cd3d9c00c1531
-DIST dclock_2.2.2-9.debian.tar.xz 15260 BLAKE2B 
dab41f4fe79d2ce6ef4effb466c3923c77a94bfaf4b6ca1dde5bd9b92e0d9ff9a5d89dd9b569f831e107bb62de691e24661609b61af84d1a64958de34304f9be
 SHA512 
025d1d228930adb6e2b13226188b6c3d37aef59786f23826f301c7b22dabba5cfc24f76347fe2f199c239daea968cd043293bd60524110235855cb77c9e4d1f0
 DIST dclock_2.2.2.orig.tar.gz 63583 BLAKE2B 
b1208439e3a689ff1e00cbdbfa7e3a559b7ec7705ab0834cf350d1ba1e3dcd01d4746e90999f6215cfa9e101a4bd8cf42ff324a307c792028479077152b5414b
 SHA512 
c43ba031fd0d9ba2bc7e8fe9becc73591bfc47cd4ca931df03fa55207cfb148e24e5d702a7de5af8b67e188c561eae2fb7da14162f6a982d0abbb3251c32372c

diff --git a/x11-misc/dclock/dclock-2.2.2_p9.ebuild 
b/x11-misc/dclock/dclock-2.2.2_p9.ebuild
deleted file mode 100644
index 748340c6f6e..00000000000
--- a/x11-misc/dclock/dclock-2.2.2_p9.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Digital clock for the X window system"
-HOMEPAGE="https://packages.qa.debian.org/d/dclock.html";
-SRC_URI="
-       mirror://debian/pool/main/d/${PN}/${PN}_${PV/_p*/}.orig.tar.gz
-       mirror://debian/pool/main/d/${PN}/${PN}_${PV/_p/-}.debian.tar.xz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="xft"
-
-RDEPEND="
-       xft? (
-               media-libs/freetype
-               x11-libs/libXft
-       )
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXt
-"
-DEPEND="
-       ${RDEPEND}
-       app-text/rman
-       x11-misc/imake
-       xft? ( virtual/pkgconfig )
-"
-
-S=${WORKDIR}/${P/_p*/}
-
-PATCHES=(
-       "${WORKDIR}"/debian/patches
-       "${FILESDIR}"/${PN}-2.2.2_p4-include.patch
-)
-
-src_configure() {
-       if use xft; then
-               append-cppflags \
-                       -DXFT_SUPPORT \
-                       $( $(tc-getPKG_CONFIG) --cflags freetype2)
-       else
-               append-cppflags -UXFT_SUPPORT
-               sed -i -e '/EXTRA_LIBRARIES/s|^|#|g' Imakefile || die
-       fi
-
-       xmkmf || die
-}
-
-src_compile() {
-       emake \
-               CC="$(tc-getCC)" \
-               CFLAGS="${CFLAGS}" \
-               CPPFLAGS="${CPPFLAGS}" \
-               EXTRA_LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
-       default
-       emake DESTDIR="${D}" install.man
-
-       insinto /usr/share/sounds
-       doins sounds/*
-
-       insinto /usr/share/X11/app-defaults
-       newins Dclock.ad DClock
-}

diff --git a/x11-misc/dclock/files/dclock-2.2.2_p4-include.patch 
b/x11-misc/dclock/files/dclock-2.2.2_p4-include.patch
deleted file mode 100644
index 223cd9f5527..00000000000
--- a/x11-misc/dclock/files/dclock-2.2.2_p4-include.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/dclock.c
-+++ b/dclock.c
-@@ -7,6 +7,7 @@
-  * manager: *Dclock.seconds: on
-  */
- #include <stdio.h>
-+#include <stdlib.h> /* exit() */
- #include <locale.h>
- #include <X11/Intrinsic.h>
- #include "Dclock.h"

Reply via email to