› Foros › PC › Software libre
Shinra hades # equery files gentoo-util-scripts
[ Searching for packages matching gentoo-util-scripts... ]
app-portage/gentoo-util-scripts-0.3
* Contents of app-portage/gentoo-util-scripts-0.3:
/usr
/usr/bin
/usr/bin/PkgXmlExport
/usr/bin/built-with-use
/usr/bin/distfiles-clean
/usr/bin/eshowkw
/usr/bin/overlay
/usr/bin/rebuild-kernel-mods
/usr/share
/usr/share/doc
/usr/share/doc/gentoo-util-scripts-0.3
/usr/share/doc/gentoo-util-scripts-0.3/README.gz
/usr/share/gentoo-util-scripts
/usr/share/gentoo-util-scripts/output.xsl
Shinra hades # rebuild-kernel-mods -va
* Building a list of packages to rebuild... [ ok ]
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] media-video/nvidia-kernel-1.0.7676 0 kB
Total size of downloads: 0 kB
Do you want me to merge these packages? [Yes/No] No
Quitting.
Shinra hades # eshowkw rxvt-unicode
Keywords for x11-terms/rxvt-unicode:
| a a a h i m m p p p p s s s x x x
| l m r p a 6 i p p p p 3 h p 8 8 8
| p d m p 6 8 p c c c c 9 a 6 6 6
| h 6 a 4 k s 6 - - 0 r - -
| a 4 4 m o c f o
| a d b d
| c s
| o d
| s
----+----------------------------------
3.0 | + + + + +
4.0 | + ~ ~ ~ + + +
5.1 | ~ ~ ~ ~ ~ ~
5.3 | ~ ~ + + + +
5.7 | ~ ~ ~ ~ ~ ~ ~
Shinra hades # distfiles-clean
NVIDIA-Linux-x86-1.0-6629-pkg1.run dhcpcd-1.3.22_p4-keepCacheAndResolv.diff.bz2 dhcpcd-1.3.22_p4.diff.bz2 genpatches-2.6-8.55-base.tar.bz2 genpatches-2.6-8.55-extras.tar.bz2 gentoolkit-0.2.0_pre8.tar.gz glext.h-20040830.bz2 glext.h-26.bz2 linux-2.6.11.tar.gz linux-2.6.9-buildfix.patch pptp-command wvdial-1.53.tar.gz xorg-x11-6.8.0-files-0.4.tar.bz2 xorg-x11-6.8.0-patches-0.2.2.1.tar.bz2 xorg-x11-6.8.2-files-0.1.tar.bz2 xorg-x11-6.8.2-patches-0.1.1.tar.bz2 xorg-x11-6.8.2-patches-0.1.2.tar.bz2
Shinra hades # built-with-use xorg-x11
x11-base/xorg-x11 : -3dfx +3dnow +bitmap-fonts +cjk -debug -dlloader -dmx +doc -font-server -insecure-drivers +ipv6 -minimal -mmx +nls -nocxx +opengl +pam -sdk -sse -static +truetype-fonts +type -fonts -uclibc +xprint +xv
[qmparto][qmparto][qmparto] se te pira mucho tío... .quelcom escribió:Como la teoria es muy bonita pero todo Cristo ya está apunto de cerrar la pestaña del navegador, vamos a hacer una review práctica para ver de que va la cosa.
# $Header$
# GPG key to sign manifests
OVERLAY_SIGN_KEY=0x47F5241D
# Where is it located
OVERLAY_DIR=/home/ferdy/gentoo/overlay/
# Use CVS or SVN or GIT?
OVERLAY_SCM=cvs
# CVS module name
OVERLAY_MODULE=overlay
## Servers section; synopsis and example
# server_identifier=("uri" "path/" "rm" "extracmds" ...)
server_toucan=("dev.gentoo.org" "public_html/" "1" "chmod a+r public_html/overlay")
server_pas=("gentoo-es.org" "" "1")
server_perico=("perico.host.name.org" "public_html/gentoo/" "1" "touch updated/my-very-own-overlay")
[ $ ~ ] cat .overlayrc
# GPG key to sign manifests
OVERLAY_SIGN_KEY=0x47F5241D
# Where is it located
OVERLAY_DIR=/home/ferdy/git/overlay/
# Use CVS or SVN or GIT?
OVERLAY_SCM=git
[ $ ~ ] mkdir -p git/overlay
[ $ ~ ] cd git/overlay
[ $ ~/git/overlay ] git init-db
defaulting to local storage area
[ $ ~/git/overlay ] echo "initial commit" | git-commit-tree $(git-write-tree) > .git/HEAD
[ $ ~/git/overlay ] cp /usr/portage/skel.ChangeLog .
[ $ ~/git/overlay ] git add skel.ChangeLog
[ $ ~/git/overlay ] git commit -m "add ChangeLog skeleton to keep echangelog happy" skel.ChangeLog
[ $ ~/git/overlay ] mkdir -p app-portage/gentoo-util-scripts/files/
[ $ ~/git/overlay ] git add app-portage
[ $ ~/git/overlay ] git add app-portage/gentoo-util-scripts
[ $ ~/git/overlay ] git add app-portage/gentoo-util-scripts/files
[ $ ~/git/overlay ] cd app-portage/gentoo-util-scripts/
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] vim gentoo-util-scripts-0.4.ebuild
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] ebuild gentoo-util-scripts-0.4.ebuild digest
>>> Generating digest file...
<<< gentoo-util-scripts-0.4.tar.bz2
>>> Generating manifest file...
<<< gentoo-util-scripts-0.4.ebuild
<<< files/digest-gentoo-util-scripts-0.4
>>> Computed message digests.
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] git add gentoo-util-scripts-0.4.ebuild files/digest-gentoo-util-scripts-0.4
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] vim metadata.xml
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] echangelog "initial import"
( Salida diciéndonos que hay cosas que no fueron bien, esto es porque echangelog solo sabe de CVS ; pero nos vale igual )
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] git add ChangeLog Manifest metadata.xml
[ $ ~/git/overlay/app-portage/gentoo-util-scripts ] overlay commit -m "initial import"
(blablabla)