summaryrefslogtreecommitdiff
path: root/app-misc/dateutils
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /app-misc/dateutils
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'app-misc/dateutils')
-rw-r--r--app-misc/dateutils/Manifest4
-rw-r--r--app-misc/dateutils/dateutils-0.2.7.ebuild33
-rw-r--r--app-misc/dateutils/dateutils-0.3.1.ebuild33
-rw-r--r--app-misc/dateutils/dateutils-0.3.2.ebuild33
-rw-r--r--app-misc/dateutils/dateutils-0.3.3.ebuild33
-rw-r--r--app-misc/dateutils/metadata.xml8
6 files changed, 144 insertions, 0 deletions
diff --git a/app-misc/dateutils/Manifest b/app-misc/dateutils/Manifest
new file mode 100644
index 00000000000..4f2f630cb87
--- /dev/null
+++ b/app-misc/dateutils/Manifest
@@ -0,0 +1,4 @@
+DIST dateutils-0.2.7.tar.xz 490456 SHA256 f7d0c502d79dec4a604ebc30e7c44988d7095bd303137d1fa652720350337042 SHA512 6e066b91da706abfd16f34d5a07a9f586b83720f7bde392c1dfd8666741b2a5245101545f36e2319ac6dce5b089bc1f90517916981c830d8993fcacc2927efdb WHIRLPOOL 8702375706a3c5514ec753fe166766860e01871296e482c3a4ea0b24b5295c03da8eeb0f14fce06e6e7b5ea678d982c2154ace3ca9def9869951d268133d1ed6
+DIST dateutils-0.3.1.tar.xz 586848 SHA256 b34f9d0bcb831e91c7ad3e3d17e56a8efbed11db302a2ee22437fd85dce11b19 SHA512 cbf691b0ef8c815159d262796bb5e7292547794610efb99772a51c8bd20e8f23e36be28c6c8a0ffa04445bf7b13bc8fe58bc44a1ba356e1b224b631d561422d9 WHIRLPOOL d2971d06c71166b7f81c83ad517d395482c8603b879e181cd6926b14b5877b02b20b9b972e88757d411a04d8f19035a7651e259fafe8cde387915b89bbc9762e
+DIST dateutils-0.3.2.tar.xz 586156 SHA256 551620b01c08d5feffb68fde6bb669fe09275dd316a79aeca0efcbe3ec774a3e SHA512 0b04e48ad5438425784250eac5d9dbf851b00548d8970d98f3ffa599003a845b22db4ef01693686f01f13c528f2ab86ab46ec0049cd4e05afd6b53c54eaede33 WHIRLPOOL deb08d0e89b0a3784af1b4e9d23759ea3c5484e9775842ae90a36ac89d2711acc976cc857ecf2543137aca5d24b37b5674dee3d2a0dd2f5067a740bf58da2754
+DIST dateutils-0.3.3.tar.xz 593700 SHA256 3eb0b1dbf4519c86bc890a12c78cc85eae2cc10c20ff894a90ed55140efeee7a SHA512 7041b415edd457b378db36f06782038c3b7b4663cb12dcd5c6555401169e953721a6c24b54fe6db67ba514ecd17fd6007bd503ba364012edcad99a0199f3a78c WHIRLPOOL f84cee24ade044f9fa8b284cc484711e86a3dcd91df840759817f28c516267a7008b4262c750d41ecbf27e87c476c641bd836b541288ba222b93d58ef1a1ae8e
diff --git a/app-misc/dateutils/dateutils-0.2.7.ebuild b/app-misc/dateutils/dateutils-0.2.7.ebuild
new file mode 100644
index 00000000000..04a3d475562
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.2.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="http://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-infiniband/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.3.1.ebuild b/app-misc/dateutils/dateutils-0.3.1.ebuild
new file mode 100644
index 00000000000..04a3d475562
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="http://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-infiniband/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.3.2.ebuild b/app-misc/dateutils/dateutils-0.3.2.ebuild
new file mode 100644
index 00000000000..4f7f6727049
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.3.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="http://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-infiniband/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.3.3.ebuild b/app-misc/dateutils/dateutils-0.3.3.ebuild
new file mode 100644
index 00000000000..4f7f6727049
--- /dev/null
+++ b/app-misc/dateutils/dateutils-0.3.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="command line date and time utilities"
+HOMEPAGE="http://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-infiniband/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/metadata.xml b/app-misc/dateutils/metadata.xml
new file mode 100644
index 00000000000..157326a7e89
--- /dev/null
+++ b/app-misc/dateutils/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>radhermit@gentoo.org</email>
+ <name>Tim Harder</name>
+ </maintainer>
+</pkgmetadata>