summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-07-28 13:09:12 +0000
committerFabian Groffen <grobian@gentoo.org>2006-07-28 13:09:12 +0000
commitc7cc4bfac14f2834bbccc56378cbb39501365622 (patch)
tree055b027b75be314f1573e3327eb5bf80a6a3f00d /gnustep-base/gnustep-make
parentRemove libffi USE and use because it's buggy and should not be used. (diff)
downloadgentoo-2-c7cc4bfac14f2834bbccc56378cbb39501365622.tar.gz
gentoo-2-c7cc4bfac14f2834bbccc56378cbb39501365622.tar.bz2
gentoo-2-c7cc4bfac14f2834bbccc56378cbb39501365622.zip
Marked ppc-macos stable (bug #139385) and removed annoying ebeep/esleep
(Portage version: 2.1-r1)
Diffstat (limited to 'gnustep-base/gnustep-make')
-rw-r--r--gnustep-base/gnustep-make/ChangeLog6
-rw-r--r--gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild18
2 files changed, 12 insertions, 12 deletions
diff --git a/gnustep-base/gnustep-make/ChangeLog b/gnustep-base/gnustep-make/ChangeLog
index 34fa52a29037..408587aa15b2 100644
--- a/gnustep-base/gnustep-make/ChangeLog
+++ b/gnustep-base/gnustep-make/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-base/gnustep-make
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.32 2006/05/21 19:01:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/ChangeLog,v 1.33 2006/07/28 13:09:12 grobian Exp $
+
+ 28 Jul 2006; Fabian Groffen <grobian@gentoo.org>
+ gnustep-make-1.12.0-r1.ebuild:
+ Marked ppc-macos stable (bug #139385) and removed annoying ebeep/esleep
21 May 2006; Markus Rothe <corsair@gentoo.org>
gnustep-make-1.10.0-r2.ebuild:
diff --git a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild b/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild
index 5f25ee571ab7..ce690505c772 100644
--- a/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild
+++ b/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.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/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.1 2006/03/26 07:55:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-make/gnustep-make-1.12.0-r1.ebuild,v 1.2 2006/07/28 13:09:12 grobian Exp $
inherit gnustep
@@ -8,7 +8,7 @@ DESCRIPTION="GNUstep Makefile Package"
HOMEPAGE="http://www.gnustep.org"
SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ppc-macos ~ppc64 ~sparc ~x86"
SLOT="0"
LICENSE="GPL-2"
@@ -104,15 +104,11 @@ pkg_setup() {
egnustep_user_root '~/GNUstep'
fi
-# if use layout-from-conf-file || use layout-osx-like; then
- einfo "GNUstep installation will be laid out as follows:"
- einfo "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
- einfo "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
- einfo "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
- einfo "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
- ebeep
- epause 10
-# fi
+ einfo "GNUstep installation will be laid out as follows:"
+ einfo "\tGNUSTEP_SYSTEM_ROOT=`egnustep_system_root`"
+ einfo "\tGNUSTEP_LOCAL_ROOT=`egnustep_local_root`"
+ einfo "\tGNUSTEP_NETWORK_ROOT=`egnustep_network_root`"
+ einfo "\tGNUSTEP_USER_ROOT=`egnustep_user_root`"
}
src_compile() {