diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 13:20:34 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-06 13:20:34 +0000 |
commit | 69f22f12f110b554181ba9ffd72ce8ea8e776d65 (patch) | |
tree | f5095f99a4cf469343ed893b70555913e595b66f /app-emulation | |
parent | now compiles too :) (diff) | |
download | gentoo-2-69f22f12f110b554181ba9ffd72ce8ea8e776d65.tar.gz gentoo-2-69f22f12f110b554181ba9ffd72ce8ea8e776d65.tar.bz2 gentoo-2-69f22f12f110b554181ba9ffd72ce8ea8e776d65.zip |
move gtk+ apps to /usr and use gtk+-1.2.10-r4, #5
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/darcnes/dn9b-0401-r1.ebuild (renamed from app-emulation/darcnes/dn9b-0401.ebuild) | 6 | ||||
-rw-r--r-- | app-emulation/darcnes/files/digest-dn9b-0401-r1 (renamed from app-emulation/darcnes/files/digest-dn9b-0401) | 0 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/darcnes/dn9b-0401.ebuild b/app-emulation/darcnes/dn9b-0401-r1.ebuild index e50f24af836e..6f1ba0e3287c 100644 --- a/app-emulation/darcnes/dn9b-0401.ebuild +++ b/app-emulation/darcnes/dn9b-0401-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Ryan Tolboom <ryan@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-emulation/darcnes/dn9b-0401.ebuild,v 1.1 2001/05/27 22:39:02 ryan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/darcnes/dn9b-0401-r1.ebuild,v 1.1 2001/10/06 13:20:34 azarah Exp $ A=dn9b0401.tgz S=${WORKDIR}/darcnes @@ -11,7 +11,7 @@ HOMEPAGE="http://www.netway.com/~nyef" DEPEND=">=media-libs/svgalib-1.4.2 X? ( virtual/x11 ) - gtk? ( >=x11-libs/gtk+-1.2.8 )" + gtk? ( >=x11-libs/gtk+-1.2.10-r4 )" src_compile() { @@ -40,7 +40,7 @@ src_install () { doexe sdarcnes if [ "`use X`" ] then - exeinto /usr/X11R6/bin + exeinto /usr/bin doexe darcnes fi dodoc readme diff --git a/app-emulation/darcnes/files/digest-dn9b-0401 b/app-emulation/darcnes/files/digest-dn9b-0401-r1 index 52909ccd7004..52909ccd7004 100644 --- a/app-emulation/darcnes/files/digest-dn9b-0401 +++ b/app-emulation/darcnes/files/digest-dn9b-0401-r1 |