From 304a528286057b46b4cc384758bd539a7f31f870 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Fri, 5 Jan 2007 17:53:58 +0000 Subject: Dummify src_compile. (Portage version: 2.1.2_rc4-r6) --- media-sound/saydate/ChangeLog | 7 +++++-- media-sound/saydate/files/digest-saydate-0.3.0 | 2 ++ media-sound/saydate/saydate-0.3.0.ebuild | 10 +++++----- 3 files changed, 12 insertions(+), 7 deletions(-) (limited to 'media-sound/saydate') diff --git a/media-sound/saydate/ChangeLog b/media-sound/saydate/ChangeLog index 1ce8c058a80f..6a3b0b3743bc 100644 --- a/media-sound/saydate/ChangeLog +++ b/media-sound/saydate/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/saydate -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/ChangeLog,v 1.10 2005/09/04 11:04:22 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/ChangeLog,v 1.11 2007/01/05 17:53:58 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò saydate-0.3.0.ebuild: + Dummify src_compile. 04 Sep 2005; Diego Pettenò saydate-0.3.0.ebuild: Don't install COPYING file. diff --git a/media-sound/saydate/files/digest-saydate-0.3.0 b/media-sound/saydate/files/digest-saydate-0.3.0 index cc33d4f3d55d..512b5ea75831 100644 --- a/media-sound/saydate/files/digest-saydate-0.3.0 +++ b/media-sound/saydate/files/digest-saydate-0.3.0 @@ -1 +1,3 @@ MD5 7d917bcd7a7d264bd092aa29c566d024 saydate-0.3.0.tar.gz 137732 +RMD160 58b1e4832f18cbab396854ef17974f79c0bcb996 saydate-0.3.0.tar.gz 137732 +SHA256 d57ceae4daebe64b559dcdf444e59cf965ef1bdc316d0385a6abfbfc6381ee9a saydate-0.3.0.tar.gz 137732 diff --git a/media-sound/saydate/saydate-0.3.0.ebuild b/media-sound/saydate/saydate-0.3.0.ebuild index 20908b1a21ef..c38acef76962 100644 --- a/media-sound/saydate/saydate-0.3.0.ebuild +++ b/media-sound/saydate/saydate-0.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.14 2005/09/04 11:04:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/saydate/saydate-0.3.0.ebuild,v 1.15 2007/01/05 17:53:58 flameeyes Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A Linux shell program that talks the date and system uptime." @@ -14,9 +14,9 @@ KEYWORDS="amd64 ~ppc ppc64 sparc x86" DEPEND="=sys-apps/sed-4*" IUSE="" -src_compile() { - einfo 'Nothing to compile' -} +# Don't leave this empty or it tries to install directly +# on livefs +src_compile() { :; } src_install () { insinto /usr/share/man/man1 -- cgit v1.2.3-65-gdbad