diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2006-12-21 22:50:10 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2006-12-21 22:50:10 +0000 |
commit | 73ed62e922d3bf5c828621069a72292fa7b9ba46 (patch) | |
tree | 9cf3e7beacab5a451b5c7a36129d377a18a6c342 /app-emulation | |
parent | Providing a symlink for /sbin/vshelper, so on a new install you don't need to... (diff) | |
download | gentoo-2-73ed62e922d3bf5c828621069a72292fa7b9ba46.tar.gz gentoo-2-73ed62e922d3bf5c828621069a72292fa7b9ba46.tar.bz2 gentoo-2-73ed62e922d3bf5c828621069a72292fa7b9ba46.zip |
QA: export CFLAGS -> append-flags.
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/frodo/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/frodo/files/digest-frodo-4.1 | 2 | ||||
-rw-r--r-- | app-emulation/frodo/frodo-4.1.ebuild | 6 |
3 files changed, 9 insertions, 4 deletions
diff --git a/app-emulation/frodo/ChangeLog b/app-emulation/frodo/ChangeLog index b5d52dbb4f72..9719e5ace5f4 100644 --- a/app-emulation/frodo/ChangeLog +++ b/app-emulation/frodo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/frodo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.6 2006/10/29 15:48:21 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/ChangeLog,v 1.7 2006/12/21 22:50:10 kugelfang Exp $ + + 21 Dec 2006; Danny van Dyk <kugelfang@gentoo.org> frodo-4.1.ebuild: + QA: export CFLAGS -> append-flags. 29 Oct 2006; Thomas Cort <tcort@gentoo.org> frodo-4.1.ebuild: Added ~amd64 wrt Bug #152949. diff --git a/app-emulation/frodo/files/digest-frodo-4.1 b/app-emulation/frodo/files/digest-frodo-4.1 index c2551d35c94b..da2b88760ab2 100644 --- a/app-emulation/frodo/files/digest-frodo-4.1 +++ b/app-emulation/frodo/files/digest-frodo-4.1 @@ -1 +1,3 @@ MD5 095b9f21c03204cc13f7f249e8866cd9 FrodoV4_1b.Src.tar.gz 377002 +RMD160 b08231f0f1121d4f802ce08407a6e6c371905bd3 FrodoV4_1b.Src.tar.gz 377002 +SHA256 ffae146dc20458698acf5ccc384dc32317cea1df0c95b44b5d47cca8b26bc986 FrodoV4_1b.Src.tar.gz 377002 diff --git a/app-emulation/frodo/frodo-4.1.ebuild b/app-emulation/frodo/frodo-4.1.ebuild index 791e5b772909..51ab9102327e 100644 --- a/app-emulation/frodo/frodo-4.1.ebuild +++ b/app-emulation/frodo/frodo-4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.13 2006/10/29 15:48:21 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.14 2006/12/21 22:50:10 kugelfang Exp $ -inherit eutils +inherit eutils flag-o-matic S="${WORKDIR}/Frodo-4.1b" DESCRIPTION="An excellent Commodore 64 Emulator" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} src_compile() { cd ${S} - export CFLAGS="${CFLAGS} -DX_USE_SHM" + append-flags "-DX_USE_SHM" mv TkGui.tcl ${S}/Src cd ${S}/Src epatch ${FILESDIR}/${P}-gentoo.diff |