diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-10 08:54:21 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-10 08:54:21 +0000 |
commit | acaaadef7fa971b50cd214abf1b4e339193cad0d (patch) | |
tree | ebf0d941b438e259135ea3ea241edf5df7c9854d /x11-libs | |
parent | Adjust xemacs mask (diff) | |
download | gentoo-2-acaaadef7fa971b50cd214abf1b4e339193cad0d.tar.gz gentoo-2-acaaadef7fa971b50cd214abf1b4e339193cad0d.tar.bz2 gentoo-2-acaaadef7fa971b50cd214abf1b4e339193cad0d.zip |
Don't install the motif-config script, since no package needs it anymore.
(Portage version: 2.1.5_rc9)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/openmotif/ChangeLog | 8 | ||||
-rw-r--r-- | x11-libs/openmotif/openmotif-2.3.0-r3.ebuild (renamed from x11-libs/openmotif/openmotif-2.3.0-r2.ebuild) | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/openmotif/ChangeLog b/x11-libs/openmotif/ChangeLog index ef10c7beaac4..947f28fd48d6 100644 --- a/x11-libs/openmotif/ChangeLog +++ b/x11-libs/openmotif/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-libs/openmotif # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.179 2008/05/08 10:41:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.180 2008/05/10 08:54:21 ulm Exp $ + +*openmotif-2.3.0-r3 (10 May 2008) + + 10 May 2008; Ulrich Mueller <ulm@gentoo.org> -openmotif-2.3.0-r2.ebuild, + +openmotif-2.3.0-r3.ebuild: + Don't install the motif-config script, since no package needs it anymore. 08 May 2008; Ulrich Mueller <ulm@gentoo.org> openmotif-2.3.0-r1.ebuild, openmotif-2.3.0-r2.ebuild: diff --git a/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild b/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild index e4ab815af8b9..6e6f2878ee11 100644 --- a/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild +++ b/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r2.ebuild,v 1.9 2008/05/08 10:41:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.0-r3.ebuild,v 1.1 2008/05/10 08:54:21 ulm Exp $ inherit eutils flag-o-matic multilib autotools @@ -100,9 +100,6 @@ src_compile() { src_install() { emake -j1 DESTDIR="${D}" install || die "emake install failed" - newbin "${FILESDIR}"/motif-config-2.3 motif-config - dosed "s:@@LIBDIR@@:$(get_libdir):g" /usr/bin/motif-config - # mwm default configs insinto /usr/share/X11/app-defaults newins "${FILESDIR}"/Mwm.defaults Mwm |