diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-03-24 23:57:03 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-24 23:57:18 +0100 |
commit | 6aecce909b2319314607ba0e7226f0d2c8e88682 (patch) | |
tree | 178cf1bf103c1d10abaee2bc09c2bacf4ab5611b /app-misc/calendar | |
parent | sys-apps/ripgrep: fix bash comp install (diff) | |
download | gentoo-6aecce909b2319314607ba0e7226f0d2c8e88682.tar.gz gentoo-6aecce909b2319314607ba0e7226f0d2c8e88682.tar.bz2 gentoo-6aecce909b2319314607ba0e7226f0d2c8e88682.zip |
app-misc/calendar: clean up old.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-misc/calendar')
-rw-r--r-- | app-misc/calendar/calendar-0.9.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-misc/calendar/calendar-0.9.1.ebuild b/app-misc/calendar/calendar-0.9.1.ebuild deleted file mode 100644 index 70fdb97478fe..000000000000 --- a/app-misc/calendar/calendar-0.9.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" -IUSE="" - -src_compile() { - tc-export CC - emake || die "emake failed" -} - -src_install() { - dodoc README || die - cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed" - dobin calendar || die "dobin failed" - doman calendar.1 || die -} |