x11-plugins/wmclock: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Tue, 26 Dec 2017 15:03:09 +0000 (18:03 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Tue, 26 Dec 2017 15:03:09 +0000 (18:03 +0300)
Package-Manager: Portage-2.3.13, Repoman-2.3.3

x11-plugins/wmclock/Manifest
x11-plugins/wmclock/wmclock-1.0.13.ebuild [deleted file]

index 2ffe42ba893de919cce8c066a4d3bf54847d7d5f..b57ddd585bd135e009915463dd9bba1d756140ba 100644 (file)
@@ -1,2 +1 @@
-DIST wmclock-1.0.13.tar.gz 45740 BLAKE2B ccc1c9f6fc49af57556dd5e44acba6ad8b89451525eaa9e8174a8dcf8e09e1941cf258df8b116291fa953e323b5668b508467faf66d027ec6ca9dd794be642e7 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c
 DIST wmclock-1.0.16.tar.gz 35448 BLAKE2B 2a6ee148664b10850a31bb7f20f68b8f2d0c7e1e9d353f6823e9280b40ab7e43ebf1e824428e233d03608217a2cdb7f7463480530ca89d5bd7278ffeabf2de80 SHA512 1325a3a25d03a04e5321bf99bbd6ffac0e08f9f2a635425689458cf74219a9338d60d832143031639f75575dfc63fd307a15e651f90345887cf95de90cc8fbe0
diff --git a/x11-plugins/wmclock/wmclock-1.0.13.ebuild b/x11-plugins/wmclock/wmclock-1.0.13.ebuild
deleted file mode 100644 (file)
index 2551053..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=3
-
-inherit toolchain-funcs
-
-DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
-SRC_URI="http://www.bluestop.org/wmclock/${P}.tar.gz"
-HOMEPAGE="http://www.bluestop.org/wmclock/"
-
-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/xproto
-       x11-proto/xextproto
-       x11-misc/gccmakedep
-       x11-misc/imake"
-
-src_compile() {
-       emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LDOPTIONS="${LDFLAGS}" || die "make failed"
-}
-
-src_install() {
-       dobin wmclock || die "dobin failed"
-       newman wmclock.man wmclock.1
-       dodoc ChangeLog README
-}