Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/calendar/
Date: Sat, 24 Mar 2018 22:57:27
Message-Id: 1521932238.6aecce909b2319314607ba0e7226f0d2c8e88682.monsieurp@gentoo
1 commit: 6aecce909b2319314607ba0e7226f0d2c8e88682
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 24 22:57:03 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 24 22:57:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aecce90
7
8 app-misc/calendar: clean up old.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-misc/calendar/calendar-0.9.1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/app-misc/calendar/calendar-0.9.1.ebuild b/app-misc/calendar/calendar-0.9.1.ebuild
16 deleted file mode 100644
17 index 70fdb97478f..00000000000
18 --- a/app-misc/calendar/calendar-0.9.1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2011 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -DESCRIPTION="Standard unix calendar program for Linux, ported from OpenBSD"
27 -HOMEPAGE="http://bsdcalendar.sourceforge.net/"
28 -SRC_URI="http://bsdcalendar.sourceforge.net/${P}.tar.bz2"
29 -
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
33 -IUSE=""
34 -
35 -src_compile() {
36 - tc-export CC
37 - emake || die "emake failed"
38 -}
39 -
40 -src_install() {
41 - dodoc README || die
42 - cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed"
43 - dobin calendar || die "dobin failed"
44 - doman calendar.1 || die
45 -}