diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:53:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 17:53:58 +0000 |
commit | 304a528286057b46b4cc384758bd539a7f31f870 (patch) | |
tree | 15b3b543af3f192137929992320340f64caa0feb /media-sound/saydate | |
parent | vmware-mod preparations for workstation version 6 (diff) | |
download | gentoo-2-304a528286057b46b4cc384758bd539a7f31f870.tar.gz gentoo-2-304a528286057b46b4cc384758bd539a7f31f870.tar.bz2 gentoo-2-304a528286057b46b4cc384758bd539a7f31f870.zip |
Dummify src_compile.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'media-sound/saydate')
-rw-r--r-- | media-sound/saydate/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/saydate/files/digest-saydate-0.3.0 | 2 | ||||
-rw-r--r-- | media-sound/saydate/saydate-0.3.0.ebuild | 10 |
3 files changed, 12 insertions, 7 deletions
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ò <flameeyes@gentoo.org> saydate-0.3.0.ebuild: + Dummify src_compile. 04 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> 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 |