I have a gentoo 2006.0 installed on my hdd(reminder) using
Installer script from livecd sessionI have these in my gentoo live CD: a snapshot dir carrying portage-20060123.tar.bz2.I know that this is extracted to /usr/portage.IS this source packages which we need to compile using ebuild.samples of what i found on /usr/portage is lot of sources.
I am saying i already have a working gentoo 2006.0 x86 on my hdd with gnome using livecd's installer.There is no package CD for x86 for v2006.0 .now unlike other types,In /usr/portage you will find ebuilds...what are they..what should i do to able to install them,is there any command which displays all installed softwares..
here is an example package i have in /usr/portage:
Code:
#cd /usr/portage:
ls
--(lot of o/ps)
#cd app-shells
ls
----(lot of o/ps)
I selected bash-completion folder:
#cd bash-completion
ls
Changelog, Manifest, bash-completion-20050121-r10.ebuild,bash-completion-20050721.ebuild,metadata.xml are present also the dir "files" with lot of other related named files inside
also i've got /etc/make.global having these lines already set:
Code:
# Default rsync mirror
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
# Default distfiles mirrors
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
# Repository Paths
PORTDIR=/usr/portage
DISTDIR=/usr/portage/distfiles
PKGDIR=/usr/portage/packages
RPMDIR=/usr/portage/rpm
# Temporary build directory
PORTAGE_TMPDIR=/var/tmp
# Fetching command (5 tries, passive ftp for firewall compatibility)
FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
# Default user options
FEATURES="sandbox distlocks"
# Default chunksize for binhost comms
PORTAGE_BINHOST_CHUNKSIZE="3000"
# By default wait 5 secs before cleaning a package
CLEAN_DELAY="5"
# By default wait 10 secs on an important warning
EMERGE_WARNING_DELAY="10"
# Automatically clean installed packages after they are updated.
# This option will be removed and forced to yes.
AUTOCLEAN="yes"
# Number of times 'emerge --sync' will run before giving up.
RSYNC_RETRIES="3"
# Number of seconds rsync will wait before timing out.
RSYNC_TIMEOUT="180"
# Minimal CONFIG_PROTECT
CONFIG_PROTECT="/etc"
Help me Dosts/nanba's/buddies!