summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 12:52:57 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 12:52:57 +0000
commiteb83a2c6e141f48f4282f5af85a44931657be75a (patch)
treed5fab6518529a469437da45c7013fcd350639ae2 /x11-misc/xplore
parentMarking both gtk-theme-switch-2.0.0_rc2-r2 and gtk-theme-switch-1.0.1-r2 ppc6... (diff)
downloadgentoo-2-eb83a2c6e141f48f4282f5af85a44931657be75a.tar.gz
gentoo-2-eb83a2c6e141f48f4282f5af85a44931657be75a.tar.bz2
gentoo-2-eb83a2c6e141f48f4282f5af85a44931657be75a.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xplore')
-rw-r--r--x11-misc/xplore/ChangeLog6
-rw-r--r--x11-misc/xplore/files/digest-xplore-1.1-r11
-rw-r--r--x11-misc/xplore/xplore-1.1-r1.ebuild35
-rw-r--r--x11-misc/xplore/xplore-1.1e.ebuild6
-rw-r--r--x11-misc/xplore/xplore-1.2a.ebuild4
5 files changed, 10 insertions, 42 deletions
diff --git a/x11-misc/xplore/ChangeLog b/x11-misc/xplore/ChangeLog
index 49f952883db5..348798d8506c 100644
--- a/x11-misc/xplore/ChangeLog
+++ b/x11-misc/xplore/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/xplore
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.6 2005/09/27 20:41:42 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.7 2005/11/01 12:52:57 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -xplore-1.1-r1.ebuild,
+ xplore-1.1e.ebuild, xplore-1.2a.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
27 Sep 2005; Krzysiek Pawlik <nelchael@gentoo.org>
+files/xplore-1.2a-strerror.patch, xplore-1.2a.ebuild:
diff --git a/x11-misc/xplore/files/digest-xplore-1.1-r1 b/x11-misc/xplore/files/digest-xplore-1.1-r1
deleted file mode 100644
index 7d0f95cc76b0..000000000000
--- a/x11-misc/xplore/files/digest-xplore-1.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3219824ad93279302ce890ac5038389 xplore-1.1.tar.bz2 361862
diff --git a/x11-misc/xplore/xplore-1.1-r1.ebuild b/x11-misc/xplore/xplore-1.1-r1.ebuild
deleted file mode 100644
index e71373b2ca43..000000000000
--- a/x11-misc/xplore/xplore-1.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1-r1.ebuild,v 1.4 2004/07/15 00:57:46 agriffis Exp $
-
-IUSE=""
-
-DESCRIPTION="motif file manager for X."
-SRC_URI="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/${P}.tar.bz2"
-HOMEPAGE="http://www.musikwissenschaft.uni-mainz.de/~ag/xplore/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-
-# its webpage states the lesstif does not fully work with xplore
-DEPEND="virtual/x11
- x11-libs/openmotif"
-
-src_compile() {
- #Fix Xplore.tmpl so installation is to /usr instead of /usr/X11R6
- #Note: LIBDIR is used to point to X11 tree.
- cp Xplore.tmpl Xplore.tmpl.orig
- sed -e "s:^\(XPLORELIBDIR = \).*:\1/usr/lib/xplore:" \
- -e "s:^XCOMM \(BINDIR = /usr\)/local\(/bin\):\1\2:" \
- -e "s:^XCOMM \(MANPATH = /usr\)/local\(/man\):\1/share\2:" \
- Xplore.tmpl.orig > Xplore.tmpl
-
- xmkmf -a || die "xmkmf Makefile creation failed"
- make || die "Parallel make failed."
-}
-
-src_install() {
- make DESTDIR=${D} install || die "Installation failed"
- dodoc COPYING ChangeLog INSTALL README TODO
-}
diff --git a/x11-misc/xplore/xplore-1.1e.ebuild b/x11-misc/xplore/xplore-1.1e.ebuild
index 0d8e05e9fb58..d95d5eed977e 100644
--- a/x11-misc/xplore/xplore-1.1e.ebuild
+++ b/x11-misc/xplore/xplore-1.1e.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1e.ebuild,v 1.4 2004/07/15 00:57:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.1e.ebuild,v 1.5 2005/11/01 12:52:57 nelchael Exp $
IUSE=""
@@ -32,5 +32,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "Installation failed"
- dodoc COPYING ChangeLog INSTALL README TODO
+ dodoc ChangeLog README TODO
}
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild
index 8ffdd2734e80..cdec68198cb2 100644
--- a/x11-misc/xplore/xplore-1.2a.ebuild
+++ b/x11-misc/xplore/xplore-1.2a.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.6 2005/09/27 20:41:42 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.7 2005/11/01 12:52:57 nelchael Exp $
inherit eutils
@@ -39,5 +39,5 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "Installation failed"
- dodoc COPYING ChangeLog INSTALL README TODO
+ dodoc ChangeLog README TODO
}