From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24434 invoked from network); 25 Jul 2004 00:03:06 +0000 Received: from smtp.gentoo.org (156.56.111.197) by lists.gentoo.org with AES256-SHA encrypted SMTP; 25 Jul 2004 00:03:06 +0000 Received: from lists.gentoo.org ([156.56.111.196] helo=parrot.gentoo.org) by smtp.gentoo.org with esmtp (Exim 4.34) id 1BoWTn-0001Xb-E3 for arch-gentoo-dev@lists.gentoo.org; Sun, 25 Jul 2004 00:03:03 +0000 Received: (qmail 8927 invoked by uid 89); 25 Jul 2004 00:03:03 +0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 10627 invoked from network); 25 Jul 2004 00:03:02 +0000 In-Reply-To: <67328B29-DDCC-11D8-B5A6-000D93283962@gentoo.org> References: <4102CC74.1020709@gentoo.org> <200407241930.26948.vapier@gentoo.org> <67328B29-DDCC-11D8-B5A6-000D93283962@gentoo.org> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Cc: gentoo-dev@lists.gentoo.org From: Pieter Van den Abeele Date: Sun, 25 Jul 2004 02:03:01 +0200 To: Pieter Van den Abeele X-Mailer: Apple Mail (2.618) Subject: Re: [gentoo-dev] macos mess X-Archives-Salt: 3912cc94-5cb8-4819-bd34-c58a6e05db1a X-Archives-Hash: d6f30e52216ba0e520e2ba894222e8a4 Hi, An example of an ebuild that could fit the app-macos category. I downloaded this from the net. Best regards, Pieter Van den Abeele # Copyright 2004 Rich Wareham # Distributed under the terms of the GNU General Public License v2 # This is a pretty rough e-build. It does just enough and is pretty ugly. You'll need Xcode. DESCRIPTION="A Virtual Desktop manager for OS X" SRC_URI="http://belnet.dl.sourceforge.net/sourceforge/wsmanager/${PN} -0.5.2-rc2.src.tar.gz" HOMEPAGE="http://wsmanager.sourceforge.net/" LICENSE="GPL-2" SLOT="0" KEYWORDS="macos" IUSE="" src_compile() { cd ${WORKDIR}/${PN} xcodebuild -target "Desktop Manager" -buildstyle Deployment } src_install() { cd ${WORKDIR}/${PN} mkdir ${D}/Applications/ cp -Rp "build/Desktop Manager.app" "${D}/Applications/Desktop Manager.app" } On 25 Jul 2004, at 01:51, Pieter Van den Abeele wrote: > Unless you want them to be visible well in advance for discussion to > take place. > I doubt much of stuff in the other categories is going to depend on > them, so they can be renamed at any time. > > Pieter > > On 25 Jul 2004, at 01:30, Mike Frysinger wrote: > >> On Saturday 24 July 2004 07:18 pm, Pieter Van den Abeele wrote: >>> We discussed the proposal on the ml and in the first roadmap meeting, >>> which was announced on core. The empty directories were created well >>> in >>> advance (with .keep files explaining the reasoning behind them in the >>> cvs log) to allow developers to react and make suggestions about it. >> >> putting the .keep files in there is pointless, there's no point in >> making sure >> empty directories show up >> -mike >> >> -- >> gentoo-dev@gentoo.org mailing list >> > > > -- > gentoo-dev@gentoo.org mailing list > -- gentoo-dev@gentoo.org mailing list