diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 10:46:21 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2017-11-24 10:46:21 +0100 |
commit | 12a0bfa6fa6324dc912590c6095cea2cf2c2546e (patch) | |
tree | d884c46786bbe9e8378e5ace0e0884c62407a3c1 /x11-plugins | |
parent | x11-plugins/wmDownload: drop old and stable keywords (diff) | |
download | gentoo-12a0bfa6fa6324dc912590c6095cea2cf2c2546e.tar.gz gentoo-12a0bfa6fa6324dc912590c6095cea2cf2c2546e.tar.bz2 gentoo-12a0bfa6fa6324dc912590c6095cea2cf2c2546e.zip |
x11-plugins/wmdate: drop old and stable keywords
Old dockapp mostly unmaintained upstream with even older stable version
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmdate/wmdate-0.7.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-plugins/wmdate/wmdate-0.7.ebuild b/x11-plugins/wmdate/wmdate-0.7.ebuild deleted file mode 100644 index 021567d077fc..000000000000 --- a/x11-plugins/wmdate/wmdate-0.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-ComplexProgramTargetNoMan.patch -} - -src_compile() { - xmkmf || die "xmkmf failed." - emake CC="$(tc-getCC)" CDEBUGFLAGS="${CFLAGS}" \ - LDOPTIONS="${LDFLAGS}" || die "emake failed." -} - -src_install() { - dobin ${PN} - dodoc Changelog README -} |