diff options
author | David Shakaryan <omp@gentoo.org> | 2006-10-21 22:00:51 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2006-10-21 22:00:51 +0000 |
commit | e55f0ce4b83719086f7a0deeb7e813b148a4dbed (patch) | |
tree | 8d2a67d85d5c3c5ded5c0901ff6d52d23a6ef386 /x11-misc/xfm | |
parent | Remove monolithic X from dependencies. (diff) | |
download | historical-e55f0ce4b83719086f7a0deeb7e813b148a4dbed.tar.gz historical-e55f0ce4b83719086f7a0deeb7e813b148a4dbed.tar.bz2 historical-e55f0ce4b83719086f7a0deeb7e813b148a4dbed.zip |
Remove monolithic X from dependencies and fix quotes.
Package-Manager: portage-2.1.2_pre3-r6
Diffstat (limited to 'x11-misc/xfm')
-rw-r--r-- | x11-misc/xfm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xfm/xfm-1.4.3.ebuild | 28 |
2 files changed, 16 insertions, 17 deletions
diff --git a/x11-misc/xfm/ChangeLog b/x11-misc/xfm/ChangeLog index 6b89b51ac1fb..43d526a92953 100644 --- a/x11-misc/xfm/ChangeLog +++ b/x11-misc/xfm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xfm # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/ChangeLog,v 1.9 2006/10/11 11:28:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/ChangeLog,v 1.10 2006/10/21 22:00:51 omp Exp $ + + 21 Oct 2006; David Shakaryan <omp@gentoo.org> xfm-1.4.3.ebuild: + Remove monolithic X from dependencies and fix quotes. 11 Oct 2006; Krzysiek Pawlik <nelchael@gentoo.org> xfm-1.4.3.ebuild: Add missing x11-misc/gccmakedep to DEPEND, see bug #150786. diff --git a/x11-misc/xfm/xfm-1.4.3.ebuild b/x11-misc/xfm/xfm-1.4.3.ebuild index a181c3f2769c..e59fcc7db0fc 100644 --- a/x11-misc/xfm/xfm-1.4.3.ebuild +++ b/x11-misc/xfm/xfm-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/xfm-1.4.3.ebuild,v 1.8 2006/10/11 11:28:32 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfm/xfm-1.4.3.ebuild,v 1.9 2006/10/21 22:00:51 omp Exp $ inherit eutils @@ -13,26 +13,22 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXext - x11-libs/libXpm - x11-libs/libXp ) - virtual/x11 ) +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm + x11-libs/libXp x11-libs/Xaw3d" DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-misc/gccmakedep - x11-misc/imake ) - virtual/x11 ) + x11-proto/xproto + x11-misc/gccmakedep + x11-misc/imake >=sys-apps/sed-4" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-malloc.patch + epatch "${FILESDIR}/${P}-malloc.patch" } src_compile() { @@ -45,7 +41,7 @@ src_compile() { } src_install() { - make DESTDIR=${D} install install.man || die "make install failed" + make DESTDIR="${D}" install install.man || die "make install failed" dodoc ChangeLog README README-1.2 README-1.4 TODO } |