summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2017-12-26 18:11:59 +0300
committerMikle Kolyada <zlogene@gentoo.org>2017-12-26 18:11:59 +0300
commit0ccff383a355653e5055574c59244e52eca042d0 (patch)
tree3e8301b38b9b00c5b577750e01a6440174037668 /x11-plugins
parentx11-plugins/wmtz: ppc stable wrt bug #639576 (diff)
downloadgentoo-0ccff383a355653e5055574c59244e52eca042d0.tar.gz
gentoo-0ccff383a355653e5055574c59244e52eca042d0.tar.bz2
gentoo-0ccff383a355653e5055574c59244e52eca042d0.zip
x11-plugins/wmtz: Drop old
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmtz/Manifest1
-rw-r--r--x11-plugins/wmtz/wmtz-0.7.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/x11-plugins/wmtz/Manifest b/x11-plugins/wmtz/Manifest
index 0b57371499e9..8fcaf84082f3 100644
--- a/x11-plugins/wmtz/Manifest
+++ b/x11-plugins/wmtz/Manifest
@@ -1,2 +1 @@
-DIST wmtz-0.7.tar.gz 26350 BLAKE2B c0cad5c7bbca9ddfb8168ef360385305e99298a076e5c317504f646dbf372e1b3af704960a0d3b8e528e3cf97414cc8e3b2cff3d4c37739c81744254411b03f3 SHA512 5de721231c7d7bcccc8a9b962069f4adad85158b39df2e77c6015ed3f24d4f8e43c90f91645e186d7f7c656bc6fb937b435925caff4e55abcfa0a8b0a9e75da0
DIST wmtz-0.7_p20150816.tar.gz 19310 BLAKE2B 7f3bc0b077a9a667211cc588f1fb7c3d1d246256724a6cf5a17f028d2d334d02f898a798aca6fae11910868d312844bbe8ac5bfd190229f3ae829e97e50e2247 SHA512 60c9b66423332b155ce262d30026a5091c0379eb3257f547af1203d331968e9f334a533ed03832476512893d06cea857db9c044b30115978904510f9725e8455
diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild
deleted file mode 100644
index e7714e1ab041..000000000000
--- a/x11-plugins/wmtz/wmtz-0.7.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit eutils multilib toolchain-funcs
-
-DESCRIPTION="dockapp that shows the time in multiple timezones"
-HOMEPAGE="http://www.dockapps.net/wmtz"
-SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm"
-DEPEND="${RDEPEND}
- x11-proto/xextproto"
-
-S=${WORKDIR}/${P}/${PN}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}.patch
-
- #Honour Gentoo LDFLAGS, see bug #337890.
- sed -e "s/\$(FLAGS) -o wmtz/\$(LDFLAGS) -o wmtz/" -i Makefile
-
- cd "${WORKDIR}"/${P} || die
- epatch "${FILESDIR}"/${P}-list.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" FLAGS="${CFLAGS}" \
- LIBDIR="-L/usr/$(get_libdir)" || die "emake failed."
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
- insinto /etc
- doins wmtzrc
- dodoc ../{BUGS,CHANGES,README}
-}