diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-30 14:31:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-30 14:31:19 +0000 |
commit | f743a1e2b2ed8c9b6356086761b822067b6db4eb (patch) | |
tree | 8d3a8eef4a35053c95331808983f1c0fca341db7 /sys-power/acpi | |
parent | Restore the default value of AdminIdentities from "wheel" to "0" like it was ... (diff) | |
download | gentoo-2-f743a1e2b2ed8c9b6356086761b822067b6db4eb.tar.gz gentoo-2-f743a1e2b2ed8c9b6356086761b822067b6db4eb.tar.bz2 gentoo-2-f743a1e2b2ed8c9b6356086761b822067b6db4eb.zip |
Version bump.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/acpi')
-rw-r--r-- | sys-power/acpi/ChangeLog | 9 | ||||
-rw-r--r-- | sys-power/acpi/acpi-1.6.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/sys-power/acpi/ChangeLog b/sys-power/acpi/ChangeLog index d910a351d0ed..848c9046c87b 100644 --- a/sys-power/acpi/ChangeLog +++ b/sys-power/acpi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-power/acpi -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/ChangeLog,v 1.12 2010/07/17 09:27:59 fauli Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/ChangeLog,v 1.13 2012/01/30 14:31:19 ssuominen Exp $ + +*acpi-1.6 (30 Jan 2012) + + 30 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> +acpi-1.6.ebuild: + Version bump. 17 Jul 2010; Christian Faulhammer <fauli@gentoo.org> acpi-1.5.ebuild: stable x86, bug 327451 diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.6.ebuild new file mode 100644 index 000000000000..89fff57e2b91 --- /dev/null +++ b/sys-power/acpi/acpi-1.6.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-1.6.ebuild,v 1.1 2012/01/30 14:31:19 ssuominen Exp $ + +EAPI=4 + +DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems." +HOMEPAGE="http://sourceforge.net/projects/acpiclient/" +SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DOCS="AUTHORS ChangeLog README" |