sys-power/undervolt: initial checkin

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1544 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-09-04 15:14:10 +00:00
parent 90e8adfb27
commit 06514b6f8f
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# ChangeLog for sys-power/undervolt
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
04 Sep 2009; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
initial checkin

View File

@ -3,3 +3,5 @@ AUX linux-phc-optimize.bash 4596 RMD160 10bda6d0fe9209b6c0639a2a74ca734a2b6197c8
AUX undervolt.confd 1054 RMD160 5dd92c3c45d1192898ef996a85bb1f094b5c7a0b SHA1 b64a650a3dcb1e43de35db3a6902c77cb797eb03 SHA256 a0921aa0471832c4d3d538de00505a6ab93a1794c7c2df48ed027725d5faf81d
AUX undervolt.initd 2808 RMD160 647be5efd98a241023da1eb585fed03fabd2d473 SHA1 9a4c27add2d9dc1ecab2f9be5189084e0376789e SHA256 6fca74f1177db0ccf92889e87401ce3e10cde46e6f15b1151dd2be65b361d5ef
EBUILD undervolt-1.ebuild 726 RMD160 0f10c715c95ef64f4ecc867f1c75fc8439cca08a SHA1 7441fcd7b4ce0838c9276b56fda4674689fa47b7 SHA256 a1a4bba1c40ef8cd9b9ed4173d131152963565eac24779acc7d53c890d5cd9f8
MISC ChangeLog 205 RMD160 a09a7aa78b1f6a38f30f71fa6d5b3aa515690961 SHA1 cce906932307640dfd2cf1210125df8e1b7ce27f SHA256 9a8b01de948a7a9957335f893e585a2315e7fa0317827d13098d4a02ddf48a6f
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<!--
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
This is the example metadata file.
The root element of this file is <pkgmetadata>. Within this element a
number of subelements are allowed: herd, maintainer, and
longdescription. herd is a required subelement.
For a full description look at:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
Before committing, please remove the comments from this file. They are
not relevant for general metadata.xml files.
-->
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>@gentoo.org</email>
<!-- <description>Description of the maintainership</description> -->
</maintainer>
<!-- <longdescription>Long description of the package</longdescription> -->
<!--
<use>
<flag name='flag'>Description of how USE='flag' affects this package</flag>
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
package</flag>
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
Requires an installed dictionary from <cat>app-dicts</cat></flag>
</use>
-->
</pkgmetadata>