Portage::Conf::Packages - Function collection for the Gentoo Portage package files.


Portage-Conf-Packages documentation  | view source Contained in the Portage-Conf-Packages distribution.

Index


NAME

Top

Portage::Conf::Packages - Function collection for the Gentoo Portage package files.

SYNOPSIS

Top

	use Portage::Conf::Packages;
	$mod = Portage::Conf::Packages->new(UsePath => './package.use');
	if ($mod->validatePackage("net-im/skype")) {
		$mod->Use(
			"net-im/skype" => ["-arts", "oss", "dbus"]
		);
	}




DESCRIPTION

Top

This Module is able to modifie your /etc/portage/package.* files

METHODS

Top

Discription of the Methods

* validatePackage

Validates a package with eix. $epack->validatePackage("net-im/skype");

* Use

Edit or add the useflags for given packages and flags $mod->Use( "net-im/skype" => ["-arts", "oss", "dbus"] );

BUGS

Top

Please report to https://opensvn.csie.org/traccgi/epackageuse

AUTHOR

Top

Tristan Leo filecorpse::at::gmail.com

COPYRIGHT

Top


Portage-Conf-Packages documentation  | view source Contained in the Portage-Conf-Packages distribution.