summaryrefslogtreecommitdiff
path: root/x11-plugins/wmdate
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/wmdate')
-rw-r--r--x11-plugins/wmdate/Manifest4
-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, 66 deletions
diff --git a/x11-plugins/wmdate/Manifest b/x11-plugins/wmdate/Manifest
deleted file mode 100644
index 01c4d64464a5..000000000000
--- a/x11-plugins/wmdate/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX wmdate-ComplexProgramTargetNoMan.patch 349 BLAKE2B 1b7284d12ba16c84a02f0dd463f018b53c953f76b6501f5de8997d18cc59b8de432360392f41adc97b609ca6cbe4cc93141944a06e739d67dd2232e2588549d6 SHA512 c2cdebcdda527ce17cb662c16bd418c0be580db12f9adf28905f6e1d7b52b8fd781fc13380f5e109ada9cdfd00672d6a6e760038d27ee658b95d858bc7c7062a
-DIST wmdate-0.7.tar.gz 10645 BLAKE2B 9d7660a76ecb454983e9b33d425faf66b01236dfd09784fa7c3a9436c3b8042b9c04a7d4de383897d9ce8491b90f89fdaf1f66f2e0b7d5b1d13e91b2d2081606 SHA512 30cdcd92b1ff0aaf89f87e1e396c416b0dc295c0261eb5a3f260f80aaf84b73c860d5d27b796dda2b047e6fcce1d0362005f51585a415d48f4e8b54807b228fb
-EBUILD wmdate-0.7-r1.ebuild 918 BLAKE2B 75f4654ea2391b09009a0d76fdbf5f71a6926cc3645b341540109d2276575d065cb163ee6f0bc5a883b8de3d5f2dbd77ec146c465a93fd4463b62553908e82d6 SHA512 bffbe9c8fdf89e4beee1b3cf435dbb50436da6b56cb1e0ab7745b801d8258d0a565d9d517934ecf33627ace82f076f053288b7ed576fb594f065c9fe26b23ca7
-MISC metadata.xml 249 BLAKE2B ba223d81d4cf6b9ca1ba3a63e356bec0d9aa6f4cdf2ad3b29a6c97a6e5bad854154f8b9e6fc3d65d155c93daa706d03c84395b53951e3e326ffc19c8d0df0eb5 SHA512 1a1312bb0e9f74f1e3852218d8fd4817fbad3bc65633cecbe8735607bc33c1e05b414c2628ff3f6e24dfc4a3999de7191f6cdadd2161b03cf614d5b6f24fab8d
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
-}