commit:     47b769f1cac88048c60f48a737fb004bab506a91
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 30 13:16:23 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Dec 30 13:16:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47b769f1

x11-misc/xdaliclock: Version 2.44

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 x11-misc/xdaliclock/Manifest               |  1 +
 x11-misc/xdaliclock/xdaliclock-2.44.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/x11-misc/xdaliclock/Manifest b/x11-misc/xdaliclock/Manifest
index 084a8a7ffea..27b94e7d085 100644
--- a/x11-misc/xdaliclock/Manifest
+++ b/x11-misc/xdaliclock/Manifest
@@ -1 +1,2 @@
 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.44.ebuild 
b/x11-misc/xdaliclock/xdaliclock-2.44.ebuild
new file mode 100644
index 00000000000..c7df038b41b
--- /dev/null
+++ b/x11-misc/xdaliclock/xdaliclock-2.44.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Dali Clock is a digital clock. When a digit changes, it melts 
into its new shape"
+HOMEPAGE="https://www.jwz.org/xdaliclock";
+SRC_URI="${HOMEPAGE}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+
+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
+}

Reply via email to