diff options
author | 2006-01-21 18:15:50 +0000 | |
---|---|---|
committer | 2006-01-21 18:15:50 +0000 | |
commit | 89c7decf8a166d835a48750eea48989374ebb4b0 (patch) | |
tree | 8f6d982442dc51e5f4a054b457bd34d51fda320f /x11-misc/xnc | |
parent | initial commit. (diff) | |
download | historical-89c7decf8a166d835a48750eea48989374ebb4b0.tar.gz historical-89c7decf8a166d835a48750eea48989374ebb4b0.tar.bz2 historical-89c7decf8a166d835a48750eea48989374ebb4b0.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xnc')
-rw-r--r-- | x11-misc/xnc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/xnc/files/digest-xnc-5.0.2 | 1 | ||||
-rw-r--r-- | x11-misc/xnc/xnc-5.0.2.ebuild | 30 | ||||
-rw-r--r-- | x11-misc/xnc/xnc-5.0.4.ebuild | 18 |
4 files changed, 21 insertions, 36 deletions
diff --git a/x11-misc/xnc/ChangeLog b/x11-misc/xnc/ChangeLog index 3787489cd4f0..783e81583c5e 100644 --- a/x11-misc/xnc/ChangeLog +++ b/x11-misc/xnc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xnc -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.10 2005/11/01 15:10:44 nelchael Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/ChangeLog,v 1.11 2006/01/21 18:11:32 nelchael Exp $ + + 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> -xnc-5.0.2.ebuild, + xnc-5.0.4.ebuild: + Fixed DEPEND for modular X. 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xnc-5.0.2.ebuild, xnc-5.0.4.ebuild: diff --git a/x11-misc/xnc/files/digest-xnc-5.0.2 b/x11-misc/xnc/files/digest-xnc-5.0.2 deleted file mode 100644 index cf57484c69a2..000000000000 --- a/x11-misc/xnc/files/digest-xnc-5.0.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 d702945813df0e483bf4c0630cfc355a xnc-5.0.2.src.tar.gz 2028953 diff --git a/x11-misc/xnc/xnc-5.0.2.ebuild b/x11-misc/xnc/xnc-5.0.2.ebuild deleted file mode 100644 index 1659e102ba17..000000000000 --- a/x11-misc/xnc/xnc-5.0.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.2.ebuild,v 1.4 2005/11/01 15:10:44 nelchael Exp $ - -DESCRIPTION="file manager for X Window system very similar to Norton Commander" -HOMEPAGE="http://xnc.dubna.su/" -SRC_URI="http://xnc.dubna.su/src-5/${P}.src.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="nls" - -DEPEND="virtual/x11" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - `use_enable nls` \ - || die "./configure failed" - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog LICENSE README TODO -} diff --git a/x11-misc/xnc/xnc-5.0.4.ebuild b/x11-misc/xnc/xnc-5.0.4.ebuild index 6acdcc146c5a..1e0b4dd93a64 100644 --- a/x11-misc/xnc/xnc-5.0.4.ebuild +++ b/x11-misc/xnc/xnc-5.0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.8 2005/11/01 15:10:44 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnc/xnc-5.0.4.ebuild,v 1.9 2006/01/21 18:11:32 nelchael Exp $ DESCRIPTION="file manager for X Window system very similar to Norton Commander" HOMEPAGE="http://xnc.dubna.su/" @@ -11,7 +11,19 @@ SLOT="0" KEYWORDS="x86 ppc ~sparc ~amd64" IUSE="nls" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext ) + virtual/x11 ) + media-libs/libpng + media-libs/tiff + media-libs/jpeg" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xextproto + x11-proto/xproto ) + virtual/x11 )" src_compile() { ./configure \ |