From ea4943a529c361409d099bf293ddf08c972542fe Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 11 Jan 2008 21:10:34 +0000 Subject: Dropped ppc-macos keyword, see you in prefix (Portage version: 2.1.3.19) --- app-misc/ttyrec/ChangeLog | 8 ++++++-- app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild | 8 ++++---- app-misc/ttyrec/ttyrec-1.0.6.ebuild | 6 +++--- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'app-misc/ttyrec') diff --git a/app-misc/ttyrec/ChangeLog b/app-misc/ttyrec/ChangeLog index fb3192ff2db6..9220be395119 100644 --- a/app-misc/ttyrec/ChangeLog +++ b/app-misc/ttyrec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/ttyrec -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.18 2007/02/09 00:41:55 flameeyes Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.19 2008/01/11 21:10:34 grobian Exp $ + + 11 Jan 2008; Fabian Groffen ttyrec-1.0.6.ebuild, + ttyrec-1.0.6-r1.ebuild: + Dropped ppc-macos keyword, see you in prefix 09 Feb 2007; Diego Pettenò ChangeLog: Regenerate digest in Manifest2 format. diff --git a/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild b/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild index e6a952e4ba9f..e951234401dd 100644 --- a/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild,v 1.1 2005/11/05 04:08:25 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6-r1.ebuild,v 1.2 2008/01/11 21:10:34 grobian Exp $ DESCRIPTION="tty recorder" HOMEPAGE="http://namazu.org/~satoru/ttyrec/" @@ -8,7 +8,7 @@ SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND="virtual/libc" @@ -18,7 +18,7 @@ src_compile() { mycflags="${CFLAGS}" # Bug 106530. - if ! use x86-fbsd && ! use ppc-macos; then + if [[ ${CHOST} == *-linux-gnu ]] ; then mycflags="${CFLAGS} -DSVR4" fi make CFLAGS="${mycflags}" || die diff --git a/app-misc/ttyrec/ttyrec-1.0.6.ebuild b/app-misc/ttyrec/ttyrec-1.0.6.ebuild index 7908f5d55445..06025bc7c5a4 100644 --- a/app-misc/ttyrec/ttyrec-1.0.6.ebuild +++ b/app-misc/ttyrec/ttyrec-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.17 2005/09/09 17:42:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.6.ebuild,v 1.18 2008/01/11 21:10:34 grobian Exp $ DESCRIPTION="tty recorder" HOMEPAGE="http://namazu.org/~satoru/ttyrec/" @@ -8,7 +8,7 @@ SRC_URI="http://namazu.org/~satoru/ttyrec/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 ppc ppc-macos ppc64 sparc x86" +KEYWORDS="alpha ~amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/libc" -- cgit v1.2.3-65-gdbad