summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-01-06 01:34:30 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-01-06 01:37:25 +0300
commit6e0c0b6ceb6b0f31fed1108f2c50bfd9de06a2f9 (patch)
treeb8f2d4724aa929c60d109a7ed381a32fbd909049 /x11-plugins
parentx11-plugins/wmcpu: remove last rited package (bug #639914) (diff)
downloadgentoo-6e0c0b6ceb6b0f31fed1108f2c50bfd9de06a2f9.tar.gz
gentoo-6e0c0b6ceb6b0f31fed1108f2c50bfd9de06a2f9.tar.bz2
gentoo-6e0c0b6ceb6b0f31fed1108f2c50bfd9de06a2f9.zip
x11-plugins/wmdate: remove last rited package (bug #639914)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmdate/Manifest1
-rw-r--r--x11-plugins/wmdate/files/wmdate-ComplexProgramTargetNoMan.patch11
-rw-r--r--x11-plugins/wmdate/metadata.xml9
-rw-r--r--x11-plugins/wmdate/wmdate-0.7-r1.ebuild42
4 files changed, 0 insertions, 63 deletions
diff --git a/x11-plugins/wmdate/Manifest b/x11-plugins/wmdate/Manifest
deleted file mode 100644
index 65c16a63306c..000000000000
--- 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 3f24316f7d19..000000000000
--- 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 1d5e6504004e..000000000000
--- 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>voyageur@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 35409c68d72c..000000000000
--- 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
-}