diff options
author | 2005-03-07 19:46:42 +0000 | |
---|---|---|
committer | 2005-03-07 19:46:42 +0000 | |
commit | 9d6b04dd802cfa4426341701240cbf4a954bab55 (patch) | |
tree | 0e57bef7d29c60ff8534f9e1705eb26ef34a0077 /x11-libs/motif-config | |
parent | Use virtual/baselayout now. (diff) | |
download | historical-9d6b04dd802cfa4426341701240cbf4a954bab55.tar.gz historical-9d6b04dd802cfa4426341701240cbf4a954bab55.tar.bz2 historical-9d6b04dd802cfa4426341701240cbf4a954bab55.zip |
make motif-config usable on ppc-macos
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-libs/motif-config')
-rw-r--r-- | x11-libs/motif-config/Manifest | 4 | ||||
-rwxr-xr-x | x11-libs/motif-config/files/motif-config-0.4 | 13 | ||||
-rw-r--r-- | x11-libs/motif-config/motif-config-0.4.ebuild | 4 |
3 files changed, 13 insertions, 8 deletions
diff --git a/x11-libs/motif-config/Manifest b/x11-libs/motif-config/Manifest index dc14451aafbd..3726a5d5d007 100644 --- a/x11-libs/motif-config/Manifest +++ b/x11-libs/motif-config/Manifest @@ -1,4 +1,4 @@ -MD5 1e443dda30da6151936124a2ea794bf6 motif-config-0.4.ebuild 1239 +MD5 b75e7517ea7205944b487f54df407287 motif-config-0.4.ebuild 1239 MD5 080e23abb80eed4a483c492dab88af4e motif-config-0.1.ebuild 1240 MD5 47c57234c7dd988a6c63c12c2f7f21d2 motif-config-0.2-r1.ebuild 1231 MD5 d6abfe27fc12f000d2632072557360ed motif-config-0.3.ebuild 1228 @@ -10,7 +10,7 @@ MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-motif-config-0.2-r1 0 MD5 cedbeed369bab9555dd6fda29c8bc4c3 files/motif-config-0.1 6466 MD5 474ea3ce052f62b920a365f98586b01b files/motif-config-0.2 6298 MD5 5779611c009207dddfb57fb178e03c46 files/motif-config-0.3 6300 -MD5 daa244d3a7b08259fb872d751c7982f3 files/motif-config-0.4 6530 +MD5 d0c6c16eecaccd8f086236778392183d files/motif-config-0.4 6594 MD5 beb566e653a0a239409d76dc502c87e1 files/system.mwmrc 4358 MD5 aaf04376f7011a2f68b7961100f611fb files/Mwm.defaults 536 MD5 b4cca983e552045606f845e17a00e1d6 files/bitmaps.tbz2 3165 diff --git a/x11-libs/motif-config/files/motif-config-0.4 b/x11-libs/motif-config/files/motif-config-0.4 index bf13afe95e70..4533c678b9dc 100755 --- a/x11-libs/motif-config/files/motif-config-0.4 +++ b/x11-libs/motif-config/files/motif-config-0.4 @@ -4,10 +4,6 @@ # based on gcc-config by Martin Schlemmer <azarah@gentoo.org # Author: Heinrich Wendel <lanius@gentoo.org> -source /etc/init.d/functions.sh || { - echo "$0: Could not source /etc/init.d/functions.sh!" - exit 1 -} umask 022 PROFILE_PATH=/usr/@@LIBDIR@@/motif @@ -48,6 +44,15 @@ USAGE_END [[ $# -lt 1 ]] && usage 1 [[ $# -gt 2 ]] && usage 1 +# redefine eerror/einfo to remove baselayout dep +# to make ppc-macos people happy +eerror() { + echo -e " \e[31;01m*\e[0m $*"; +} +einfo() { + echo -e " \e[32;01m*\e[0m $*"; +} + _check_root() { if [[ "$(id -u)" -ne 0 ]] ; then eerror "$0: Must be root." diff --git a/x11-libs/motif-config/motif-config-0.4.ebuild b/x11-libs/motif-config/motif-config-0.4.ebuild index 8a1807b30f15..78e73e75c366 100644 --- a/x11-libs/motif-config/motif-config-0.4.ebuild +++ b/x11-libs/motif-config/motif-config-0.4.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-libs/motif-config/motif-config-0.4.ebuild,v 1.1 2005/03/07 13:38:08 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif-config/motif-config-0.4.ebuild,v 1.2 2005/03/07 19:46:42 lanius Exp $ inherit multilib @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -ppc-macos ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~sparc ~x86" IUSE="" DEPEND="" |