diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-28 08:26:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-04-28 08:26:24 +0000 |
commit | 6e15a69c020735f5bc0257ab14e39ac994aa266f (patch) | |
tree | a2a80474baef8d45ce3b71a3b5e180934920970b /sys-power/acpi | |
parent | x86 stable wrt bug #300002 (diff) | |
download | gentoo-2-6e15a69c020735f5bc0257ab14e39ac994aa266f.tar.gz gentoo-2-6e15a69c020735f5bc0257ab14e39ac994aa266f.tar.bz2 gentoo-2-6e15a69c020735f5bc0257ab14e39ac994aa266f.zip |
Version bump.
(Portage version: 2.2_rc67/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-0.06-r5.ebuild | 42 | ||||
-rw-r--r-- | sys-power/acpi/acpi-0.09.ebuild | 27 | ||||
-rw-r--r-- | sys-power/acpi/acpi-1.5.ebuild | 24 |
4 files changed, 31 insertions, 71 deletions
diff --git a/sys-power/acpi/ChangeLog b/sys-power/acpi/ChangeLog index b0a4b9af74a7..0f986748bc05 100644 --- a/sys-power/acpi/ChangeLog +++ b/sys-power/acpi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-power/acpi -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/ChangeLog,v 1.9 2009/06/04 19:12:50 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/ChangeLog,v 1.10 2010/04/28 08:26:24 ssuominen Exp $ + +*acpi-1.5 (28 Apr 2010) + + 28 Apr 2010; Samuli Suominen <ssuominen@gentoo.org> +acpi-1.5.ebuild: + Version bump. 04 Jun 2009; Christian Faulhammer <fauli@gentoo.org> acpi-1.4.ebuild: stable x86, bug 215870 diff --git a/sys-power/acpi/acpi-0.06-r5.ebuild b/sys-power/acpi/acpi-0.06-r5.ebuild deleted file mode 100644 index 721f2065acd6..000000000000 --- a/sys-power/acpi/acpi-0.06-r5.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-0.06-r5.ebuild,v 1.4 2008/03/27 16:42:53 armin76 Exp $ - -inherit eutils - -SRC_URI_BASE="mirror://debian/pool/main/${PN:0:1}/${PN}" -SRC_URI_TGZ="${PN}_${PV}.orig.tar.gz" -SRC_URI_PATCH="${PN}_${PV}-${PR/r}.diff.gz" -DESCRIPTION="Attemp to replicate the functionality of the 'old' apm command on ACPI systems." -HOMEPAGE="http://packages.debian.org/unstable/utils/acpi" -SRC_URI="${SRC_URI_BASE}/${SRC_URI_TGZ} - ${SRC_URI_BASE}/${SRC_URI_PATCH}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* x86 ~amd64" -IUSE="" - -DEPEND="=sys-devel/automake-1.4* - sys-apps/help2man" -RDEPEND="" - -src_unpack() { - unpack ${SRC_URI_TGZ} - mv ${PN} ${P} - epatch "${DISTDIR}/${SRC_URI_PATCH}" -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" - - # build manpage - emake -C doc || die "emake doc failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - doman doc/acpi.1 - dodoc AUTHORS CREDITS ChangeLog README -} diff --git a/sys-power/acpi/acpi-0.09.ebuild b/sys-power/acpi/acpi-0.09.ebuild deleted file mode 100644 index c92a6eeb48fd..000000000000 --- a/sys-power/acpi/acpi-0.09.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-0.09.ebuild,v 1.3 2006/10/26 16:33:29 peper Exp $ - -inherit eutils - -DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information." -HOMEPAGE="http://grahame.angrygoats.net/acpi.shtml" -SRC_URI="http://grahame.angrygoats.net/source/acpi/${P}.tar.gz - mirror://debian/pool/main/a/acpi/${P/-/_}-1.diff.gz" -# debian diff only for the manpage - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" - -DEPEND="" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README - doman acpi.1 - - cd "${WORKDIR}" - epatch ${P/-/_}-1.diff -} diff --git a/sys-power/acpi/acpi-1.5.ebuild b/sys-power/acpi/acpi-1.5.ebuild new file mode 100644 index 000000000000..08c3b45b8607 --- /dev/null +++ b/sys-power/acpi/acpi-1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-1.5.ebuild,v 1.1 2010/04/28 08:26:24 ssuominen Exp $ + +EAPI=2 + +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="" + +src_configure() { + econf \ + --disable-dependency-tracking +} + +src_install() { + emake DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog || die +} |