summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2018-12-23 13:19:18 -0600
committerTim Harder <radhermit@gentoo.org>2018-12-23 14:27:49 -0600
commitb6cbe62ba2e9b31bb656c37c2320a9b948493ece (patch)
tree2435a35bfefa3ec0a9932666115f15f34d624d16 /app-misc/dateutils
parentapp-misc/dateutils: version bump to 0.4.5 (diff)
downloadgentoo-b6cbe62ba2e9b31bb656c37c2320a9b948493ece.tar.gz
gentoo-b6cbe62ba2e9b31bb656c37c2320a9b948493ece.tar.bz2
gentoo-b6cbe62ba2e9b31bb656c37c2320a9b948493ece.zip
app-misc/dateutils: remove old
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-misc/dateutils')
-rw-r--r--app-misc/dateutils/Manifest2
-rw-r--r--app-misc/dateutils/dateutils-0.4.1.ebuild32
-rw-r--r--app-misc/dateutils/dateutils-0.4.2.ebuild31
3 files changed, 0 insertions, 65 deletions
diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
index 1453fc6e6c7b..e308f7b03adc 100644
--- a/app-misc/dateutils/Manifest
+++ b/app-misc/dateutils/Manifest
@@ -1,4 +1,2 @@
-DIST dateutils-0.4.1.tar.xz 611460 BLAKE2B f6dc70388e1cd269e5b666dfb23d8eace3dd98408538e102e220344e71670084fb6591dd213d625b33a57adde929f7ee5aa064950742b38c29fa4bec1cd3b9f3 SHA512 c13461de6dad483b0014692a2319a7bf9ed1677415b8ee168131b397086f75725eb8b4e833d8b4a22f4aa726d6aca74be2597c2e07ef75a036cfea9bf67ccf1b
-DIST dateutils-0.4.2.tar.xz 620196 BLAKE2B b2aa265db45c92e68ed2fa51d824eb2c5bef2cf1d663fcb1033cde4e8a818ac8c024554dd42c030aa0e3bbba1c07717c3040b9573291edb3bc740e92113f9406 SHA512 0b6e98bd9402dc3629122c3d68ab54df547ce779806661cc01df3625ab7cedb429d943ef46e151653283c1ac6c557f4bf14b3b5adaafbcac1d0a86c6d12895fd
DIST dateutils-0.4.3.tar.xz 631216 BLAKE2B 1c9184e589eb01ff1da8be941afa5abb8095ef4b61a22d14e5c06f4faad175e2e9d8cf7077655f170033a125b7594d554e6996bbd0dd6f6508c16076d069e285 SHA512 0210ad1f47aec77b8b87a520da9155430b52068e53733ef7bb26dfa10e8651f2190171537d4317adf888733e9377f961d5ed070efacd8ca18139225fa8c185ca
DIST dateutils-0.4.5.tar.xz 635908 BLAKE2B 2766522f81ff94ec70772ff91d1a0a08f4b07c2d6f99fce85a0c3363c74e0caede4bedfcafbd610bf2a401ac2f027f9b2fcebe198e4bf94c7ffcb2048da4947e SHA512 91d7b83dc70a0f46920c6bb5b1f456d6b3b5a8f9511218ac74888006501adef5c938f95e424ca8537e2a69bf632b2a08ef4a2536d89367089afb3da55cde70c7
diff --git a/app-misc/dateutils/dateutils-0.4.1.ebuild b/app-misc/dateutils/dateutils-0.4.1.ebuild
deleted file mode 100644
index f9a24de86d03..000000000000
--- a/app-misc/dateutils/dateutils-0.4.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-}
diff --git a/app-misc/dateutils/dateutils-0.4.2.ebuild b/app-misc/dateutils/dateutils-0.4.2.ebuild
deleted file mode 100644
index 63d7c2a12439..000000000000
--- a/app-misc/dateutils/dateutils-0.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-}