summaryrefslogtreecommitdiff
path: root/app-misc/calendar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-misc/calendar
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-misc/calendar')
-rw-r--r--app-misc/calendar/Manifest3
-rw-r--r--app-misc/calendar/calendar-0.9.1-r1.ebuild33
-rw-r--r--app-misc/calendar/metadata.xml11
3 files changed, 47 insertions, 0 deletions
diff --git a/app-misc/calendar/Manifest b/app-misc/calendar/Manifest
new file mode 100644
index 000000000000..14737610d0bc
--- /dev/null
+++ b/app-misc/calendar/Manifest
@@ -0,0 +1,3 @@
+DIST calendar-0.9.1.tar.bz2 65225 BLAKE2B b8ee591005d57fdb3e18412c9665ee3447f607224efad261ca0cf7a3dc88e94e8bfb8309b19996e38e7e18c26bafcaddc9ebf7d612ed25d7d1d159b63b7b6827 SHA512 c8f373ad06265720ab6ba1edb9066cb5474806d023bf0cb3a35876c5bad72de8bac8ab58c2b6d3a9f418d20d04b1811e256abce9296c9c8547c9b7f8005adfb3
+EBUILD calendar-0.9.1-r1.ebuild 629 BLAKE2B a357c49d2db7065e887c29b898696bc097a26b77b775dbd8a56112a871d3ca1573009d3ad1ecbce3b954c99bc3d538e120ed2b6f47aadf5504dbbd51449ceffb SHA512 be43b9744c0936fc7498e6d9cda7b378dc665d6784720ef2dea424d360376b9df2f1abd1e5f4e0e1ee148257cf0bfd70bab7c09e317f95409a131b463b08e229
+MISC metadata.xml 346 BLAKE2B 365bbcf4fca5fb793b4b9499b021c028eb13d1634d21a1c1627cd528c0fe77c195f7f789ee7cce987297ed8e8e20cc9937e83f6d5292b3878a25426488a3d691 SHA512 9fb15d47c1b5ea5eba7614339ed44e8812550589416f8fdb5aa02dfc899c95b782526577f97a24e024c0298e09af634b8a3dc27474755728d81866100c8d066d
diff --git a/app-misc/calendar/calendar-0.9.1-r1.ebuild b/app-misc/calendar/calendar-0.9.1-r1.ebuild
new file mode 100644
index 000000000000..e4eb46e51434
--- /dev/null
+++ b/app-misc/calendar/calendar-0.9.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD"
+HOMEPAGE="http://bsdcalendar.sourceforge.net/"
+SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
+
+DOCS=( README )
+
+src_compile() {
+ tc-export CC
+ emake
+}
+
+src_install() {
+ dobin "${PN}"
+ doman "${PN}.1"
+
+ insinto "/usr/share"
+ doins -r "${PN}s"
+
+ mv "${D}/usr/share/${PN}s" "${D}/usr/share/${PN}" || die
+
+ einstalldocs
+}
diff --git a/app-misc/calendar/metadata.xml b/app-misc/calendar/metadata.xml
new file mode 100644
index 000000000000..11d4b7f60eb2
--- /dev/null
+++ b/app-misc/calendar/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">bsdcalendar</remote-id>
+ </upstream>
+</pkgmetadata>