commit:     6e0c0b6ceb6b0f31fed1108f2c50bfd9de06a2f9
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 22:34:30 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 22:37:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e0c0b6c

x11-plugins/wmdate: remove last rited package (bug #639914)

 x11-plugins/wmdate/Manifest                        |  1 -
 .../files/wmdate-ComplexProgramTargetNoMan.patch   | 11 ------
 x11-plugins/wmdate/metadata.xml                    |  9 -----
 x11-plugins/wmdate/wmdate-0.7-r1.ebuild            | 42 ----------------------
 4 files changed, 63 deletions(-)

diff --git a/x11-plugins/wmdate/Manifest b/x11-plugins/wmdate/Manifest
deleted file mode 100644
index 65c16a63306..00000000000
--- a/x11-plugins/wmdate/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST wmdate-0.7.tar.gz 10645 BLAKE2B 
9d7660a76ecb454983e9b33d425faf66b01236dfd09784fa7c3a9436c3b8042b9c04a7d4de383897d9ce8491b90f89fdaf1f66f2e0b7d5b1d13e91b2d2081606
 SHA512 
30cdcd92b1ff0aaf89f87e1e396c416b0dc295c0261eb5a3f260f80aaf84b73c860d5d27b796dda2b047e6fcce1d0362005f51585a415d48f4e8b54807b228fb

diff --git a/x11-plugins/wmdate/files/wmdate-ComplexProgramTargetNoMan.patch 
b/x11-plugins/wmdate/files/wmdate-ComplexProgramTargetNoMan.patch
deleted file mode 100644
index 3f24316f7d1..00000000000
--- a/x11-plugins/wmdate/files/wmdate-ComplexProgramTargetNoMan.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wmdate-0.7./Imakefile~     Mon Nov 26 06:13:46 2001
-+++ wmdate-0.7/Imakefile       Mon Nov 26 06:13:46 2001
-@@ -132,7 +132,7 @@
- XCOMM             Create Makefile
- XCOMM ---------------------------------------
- 
--ComplexProgramTarget(wmdate)
-+ComplexProgramTargetNoMan(wmdate)
- 
- XCOMM - - - - - - - - - - - - - - - - - - - -
- XCOMM                 e n d

diff --git a/x11-plugins/wmdate/metadata.xml b/x11-plugins/wmdate/metadata.xml
deleted file mode 100644
index 1d5e6504004..00000000000
--- a/x11-plugins/wmdate/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="person">
-       <email>voyag...@gentoo.org</email>
-       <name>Bernard Cafarelli</name>
-</maintainer>
-
-</pkgmetadata>

diff --git a/x11-plugins/wmdate/wmdate-0.7-r1.ebuild 
b/x11-plugins/wmdate/wmdate-0.7-r1.ebuild
deleted file mode 100644
index 35409c68d72..00000000000
--- a/x11-plugins/wmdate/wmdate-0.7-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="yet another date-display dock application"
-HOMEPAGE="http://solfertje.student.utwente.nl/~dalroi/applications.php";
-SRC_URI="http://solfertje.student.utwente.nl/~dalroi/${PN}/files/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/libdockapp-0.7:=
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXpm"
-DEPEND="${RDEPEND}
-       x11-misc/gccmakedep
-       x11-misc/imake"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch
-
-       sed -e 's#<dockapp.h>#<libdockapp/dockapp.h>#' -i *.c || die
-}
-
-src_configure() {
-       xmkmf || die "xmkmf failed."
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \
-               LDOPTIONS="${LDFLAGS}"
-}
-
-src_install() {
-       dobin ${PN}
-       dodoc Changelog README
-}

Reply via email to