diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-05 01:35:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-05 02:02:24 +0100 |
commit | 246247450603f8e5027e61c68f9ffc36537a3a3c (patch) | |
tree | 8208de6b7b87c80ad2754d96c58de232503ec9b6 /x11-misc | |
parent | dev-games/ois: Drop 1.3 (r0), EAPI5-- (diff) | |
download | gentoo-246247450603f8e5027e61c68f9ffc36537a3a3c.tar.gz gentoo-246247450603f8e5027e61c68f9ffc36537a3a3c.tar.bz2 gentoo-246247450603f8e5027e61c68f9ffc36537a3a3c.zip |
x11-misc/xdaliclock: Drop 2.43, EAPI5--
Closes: https://bugs.gentoo.org/774066
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xdaliclock/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xdaliclock/xdaliclock-2.43.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/xdaliclock/Manifest b/x11-misc/xdaliclock/Manifest index 27b94e7d085b..9b15593b2f2d 100644 --- a/x11-misc/xdaliclock/Manifest +++ b/x11-misc/xdaliclock/Manifest @@ -1,2 +1 @@ -DIST xdaliclock-2.43.tar.gz 2300886 BLAKE2B 91b5f6ad0eff544ffde213d575c84a9b6c05b62c6bd26332eefb28b0d064ac8b5314a60e70fa82ebf6270e022b079ce4e86197ee5e8a713c34d84227c00dd94f SHA512 4906632148599254d9b29b032d846fcea1a568de8156cfe9556aa1603e063015d7e3422ba9ce4f47c2877f144837a660964456584a643f274b78422c12c0c923 DIST xdaliclock-2.44.tar.gz 17727649 BLAKE2B 170f1a7f9e5c10799b62b2ae76b33ab64230e4ade8f0b79c2aff7481536009e3e4e0f19239dd806d7b16c69225744fa381f5aabbeec6e0e92d8b875bd8ca0aeb SHA512 82082a8e16a85c7115bdd0a44e7845aedfad93f94226a14cf606493564829c7ffe55eb4d17cb43c41bd0e6c97c090457d6aa2d184f60462cea3a89f47ef72e00 diff --git a/x11-misc/xdaliclock/xdaliclock-2.43.ebuild b/x11-misc/xdaliclock/xdaliclock-2.43.ebuild deleted file mode 100644 index abce1ab9418f..000000000000 --- a/x11-misc/xdaliclock/xdaliclock-2.43.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Dali Clock is a digital clock. When a digit changes, it melts into its new shape" -HOMEPAGE="http://www.jwz.org/xdaliclock" -SRC_URI="http://www.jwz.org/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXt -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" - -S=${WORKDIR}/${P}/X11 - -src_install() { - dobin ${PN} - newman ${PN}.man ${PN}.1 - dodoc ../README -} |