app-misc/dateutils: version bump to 0.4.2
authorTim Harder <radhermit@gentoo.org>
Sun, 20 Aug 2017 01:42:08 +0000 (21:42 -0400)
committerTim Harder <radhermit@gentoo.org>
Sun, 20 Aug 2017 02:17:28 +0000 (22:17 -0400)
app-misc/dateutils/Manifest
app-misc/dateutils/dateutils-0.4.2.ebuild [new file with mode: 0644]

index 8c387ad9373d78bfd9f65880e0a1a2f0b80a9e81..a3006fc4a311f4930549b21d2eb7903ca56392ac 100644 (file)
@@ -1 +1,2 @@
 DIST dateutils-0.4.1.tar.xz 611460 SHA256 6ccce48975fc4d3af2e27c7893e181c46ab5df1cb37e4a428b4b521a77d55278 SHA512 c13461de6dad483b0014692a2319a7bf9ed1677415b8ee168131b397086f75725eb8b4e833d8b4a22f4aa726d6aca74be2597c2e07ef75a036cfea9bf67ccf1b WHIRLPOOL 2b6770306363f2653b0ddbdb12badc19927179dab707f5460c48f3219b96a475b5a0b6d451de5bba0f6567c7d348c40a6a2fdcf2afecc1e42034c832f7bc0177
+DIST dateutils-0.4.2.tar.xz 620196 SHA256 ecdae892584098ee9d8f5b14bd555fd63e09d1199cb75aac6b02f09c7e2eb46b SHA512 0b6e98bd9402dc3629122c3d68ab54df547ce779806661cc01df3625ab7cedb429d943ef46e151653283c1ac6c557f4bf14b3b5adaafbcac1d0a86c6d12895fd WHIRLPOOL 2de8ca88d0ce36f2b2f4af4af8e57a02adc5230cf937345c9e58704c7887b2d03427ad3aa076a54e6bce2ece8dc7320c9219c7e391c7227dc04d8d77825b80ef
diff --git a/app-misc/dateutils/dateutils-0.4.2.ebuild b/app-misc/dateutils/dateutils-0.4.2.ebuild
new file mode 100644 (file)
index 0000000..63d7c2a
--- /dev/null
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="https://hroptatyr.github.com/dateutils/"
+SRC_URI="https://bitbucket.org/hroptatyr/${PN}/downloads/${P}.tar.xz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="app-arch/xz-utils
+       sys-libs/timezone-data"
+
+# bug 429810
+RDEPEND="!sys-fabric/dapl"
+
+src_configure() {
+       econf --docdir=/usr/share/doc/${PF}
+}
+
+src_compile() {
+       emake CFLAGS="${CFLAGS}"
+}
+
+src_test() {
+       # parallel tests failure
+       emake CFLAGS="${CFLAGS}" -j1 check
+}