From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L4kx2-0001Mh-IQ for garchives@archives.gentoo.org; Mon, 24 Nov 2008 23:34:44 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99C5CE086E; Mon, 24 Nov 2008 23:34:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6DADDE086E for ; Mon, 24 Nov 2008 23:34:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 43C5864640 for ; Mon, 24 Nov 2008 23:34:42 +0000 (UTC) Received: from bluebird by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L4kwz-0006Ud-UM for gentoo-commits@lists.gentoo.org; Mon, 24 Nov 2008 23:34:41 +0000 From: "Friedrich Oslage (bluebird)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bluebird@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/icecream/files: icecream-conf.d-verbosity.patch icecream-dont-create-symlinks.patch 0.9.1-dont-create-symlinks.patch 0.9.1-conf.d-verbosity.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: icecream-conf.d-verbosity.patch icecream-dont-create-symlinks.patch 0.9.1-dont-create-symlinks.patch 0.9.1-conf.d-verbosity.patch X-VCS-Directories: sys-devel/icecream/files X-VCS-Committer: bluebird X-VCS-Committer-Name: Friedrich Oslage Content-Type: text/plain; charset=utf8 Message-Id: Sender: Friedrich Oslage Date: Mon, 24 Nov 2008 23:34:41 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f6ab0a12-3555-4bf0-9c58-a78ddfb67662 X-Archives-Hash: e60ee93a9e29014a9511216ad8a13201 bluebird 08/11/24 23:34:41 Added: icecream-conf.d-verbosity.patch icecream-dont-create-symlinks.patch Removed: 0.9.1-dont-create-symlinks.patch 0.9.1-conf.d-verbosity.patch Log: Version bump and cosmetic cleanup, bug #247589 (Portage version: 2.1.4.5) Revision Changes Path 1.1 sys-devel/icecream/files/icecream-conf.d-verbosity.p= atch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream= /files/icecream-conf.d-verbosity.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream= /files/icecream-conf.d-verbosity.patch?rev=3D1.1&content-type=3Dtext/plai= n Index: icecream-conf.d-verbosity.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -urN icecream.orig/suse/sysconfig.icecream icecream/suse/sysconfig.i= cecream --- icecream.orig/suse/sysconfig.icecream +++ icecream/suse/sysconfig.icecream @@ -39,6 +39,15 @@ # ## Type: string ## Path: Applications/icecream +## Defaut: -v +# +# icecream's level of verbosity ([-v[v[v]]]) +# +ICECREAM_VERBOSITY=3D"-v" + +# +## Type: string +## Path: Applications/icecream ## Defaut: "" # # Identification for the network the scheduler and daemon run on.=20 1.1 sys-devel/icecream/files/icecream-dont-create-symlin= ks.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream= /files/icecream-dont-create-symlinks.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/icecream= /files/icecream-dont-create-symlinks.patch?rev=3D1.1&content-type=3Dtext/= plain Index: icecream-dont-create-symlinks.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -urN icecream.orig/client/Makefile.am icecream/client/Makefile.am --- icecream.orig/client/Makefile.am +++ icecream/client/Makefile.am @@ -17,10 +17,6 @@ =20 install-exec-local: $(mkinstalldirs) $(DESTDIR)$(bindir) - for link in g++ gcc c++ cc; do \ - rm -f $(DESTDIR)$(bindir)/$$link ;\ - $(LN_S) icecc $(DESTDIR)$(bindir)/$$link ;\ - done =20 uninstall-local: for link in g++ gcc c++ cc; do \