summaryrefslogtreecommitdiff
path: root/app-misc/calendar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-misc/calendar
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (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, 0 insertions, 47 deletions
diff --git a/app-misc/calendar/Manifest b/app-misc/calendar/Manifest
deleted file mode 100644
index 14737610d0bc..000000000000
--- a/app-misc/calendar/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index e4eb46e51434..000000000000
--- a/app-misc/calendar/calendar-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
deleted file mode 100644
index 11d4b7f60eb2..000000000000
--- a/app-misc/calendar/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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>