From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HPqnU-0006vj-6R for garchives@archives.gentoo.org; Sat, 10 Mar 2007 01:55:00 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l2A1slDV026942; Sat, 10 Mar 2007 01:54:47 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l2A1skgT026937 for ; Sat, 10 Mar 2007 01:54:46 GMT 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 A8CE864D85 for ; Sat, 10 Mar 2007 01:54:45 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1HPqnE-0006QY-LK for gentoo-doc-cvs@lists.gentoo.org; Sat, 10 Mar 2007 01:54:44 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-working-portage.xml Message-Id: From: Josh Saddler Date: Sat, 10 Mar 2007 01:54:44 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 9a20b2e1-0236-421e-9e04-ef5b06235a69 X-Archives-Hash: dd2f1891f05818a0c202fd516e84ccfe nightmorph 07/03/10 01:54:44 Modified: hb-working-portage.xml Log: updated package.use and newer alsa example, bug 170176 Revision Changes Path 1.62 xml/htdocs/doc/en/handbook/hb-working-portage.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.62&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml?r1=1.61&r2=1.62 Index: hb-working-portage.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-portage.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- hb-working-portage.xml 12 Nov 2006 21:28:30 -0000 1.61 +++ hb-working-portage.xml 10 Mar 2007 01:54:44 -0000 1.62 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ maintain the software on his system. -1.55 -2006-11-12 +1.56 +2007-03-09
Welcome to Portage @@ -198,15 +198,13 @@
 (alsa-lib is just an example, of course.)
 # emerge -vp alsa-lib
-[ebuild  N    ] media-libs/alsa-lib-1.0.9_rc3  +doc -jack 674 kB
+[ebuild  N    ] media-libs/alsa-lib-1.0.14_rc1  -debug +doc 698 kB
 

You can enable or disable the doc USE flag either globally in the /etc/make.conf file or per package in the -/etc/portage/package.use file. You can also create a directory -called /etc/portage/package.use and list it in a file inside this -directory. The /etc/portage/package.use file. The USE Flags chapter covers this aspect in detail.

@@ -219,7 +217,7 @@

-# ls -l /usr/share/doc/alsa-lib-1.0.9_rc3
+# ls -l /usr/share/doc/alsa-lib-1.0.14_rc1
 total 28
 -rw-r--r--  1 root root  669 May 17 21:54 ChangeLog.gz
 -rw-r--r--  1 root root 9373 May 17 21:54 COPYING.gz
@@ -228,8 +226,8 @@
 
 (Alternatively, use equery to locate interesting files:)
 # equery files alsa-lib | less
-media-libs/alsa-lib-1.0.9_rc3
-* Contents of media-libs/alsa-lib-1.0.9_rc3:
+media-libs/alsa-lib-1.0.14_rc1
+* Contents of media-libs/alsa-lib-1.0.14_rc1:
 /usr
 /usr/bin
 /usr/bin/alsalisp



-- 
gentoo-doc-cvs@gentoo.org mailing list