diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-01-04 16:42:51 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-01-04 16:42:51 +0000 |
commit | 2bfe20902a594bb655a00eda27260f59058d41f8 (patch) | |
tree | 3cc5090912434273c0873804bab7075a7cf69844 /app-misc/calendar/calendar-0.9.1.ebuild | |
parent | Enable udev USE flag by default (bug #346461) (diff) | |
download | gentoo-2-2bfe20902a594bb655a00eda27260f59058d41f8.tar.gz gentoo-2-2bfe20902a594bb655a00eda27260f59058d41f8.tar.bz2 gentoo-2-2bfe20902a594bb655a00eda27260f59058d41f8.zip |
Some Clean up
(Portage version: 2.2.0_alpha12/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/calendar/calendar-0.9.1.ebuild')
-rw-r--r-- | app-misc/calendar/calendar-0.9.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-misc/calendar/calendar-0.9.1.ebuild b/app-misc/calendar/calendar-0.9.1.ebuild index a8bdf911a87d..ab6aa1379af0 100644 --- a/app-misc/calendar/calendar-0.9.1.ebuild +++ b/app-misc/calendar/calendar-0.9.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/calendar-0.9.1.ebuild,v 1.20 2010/10/19 06:00:24 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/calendar/calendar-0.9.1.ebuild,v 1.21 2011/01/04 16:42:51 jlec Exp $ inherit toolchain-funcs @@ -13,16 +13,14 @@ SLOT="0" KEYWORDS="alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" IUSE="" -DEPEND="" - src_compile() { tc-export CC emake || die "emake failed" } src_install() { - dodoc README + dodoc README || die cp -R "${S}/calendars" "${D}/usr/share/calendar" || die "cp failed" dobin calendar || die "dobin failed" - doman calendar.1 + doman calendar.1 || die } |