diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-11 22:45:31 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-11 22:45:31 +0000 |
commit | 691e2ef4f86f5c03c322aca5fcd0802bac9c731c (patch) | |
tree | defcea253d2782d267cf35e4674a448ff4c14697 /sys-power | |
parent | just updating icinga and pruning the old stuff (diff) | |
download | gentoo-2-691e2ef4f86f5c03c322aca5fcd0802bac9c731c.tar.gz gentoo-2-691e2ef4f86f5c03c322aca5fcd0802bac9c731c.tar.bz2 gentoo-2-691e2ef4f86f5c03c322aca5fcd0802bac9c731c.zip |
updated SRC_URI
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpi_call/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/acpi_call/acpi_call-1.0.0.ebuild | 6 | ||||
-rw-r--r-- | sys-power/acpi_call/acpi_call-9999.ebuild | 6 | ||||
-rw-r--r-- | sys-power/acpi_call/metadata.xml | 4 |
4 files changed, 16 insertions, 8 deletions
diff --git a/sys-power/acpi_call/ChangeLog b/sys-power/acpi_call/ChangeLog index 45bf020f944c..07a12f8a5c38 100644 --- a/sys-power/acpi_call/ChangeLog +++ b/sys-power/acpi_call/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/acpi_call -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v 1.5 2012/12/20 04:46:11 ottxor Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/ChangeLog,v 1.6 2013/01/11 22:45:31 ottxor Exp $ + + 11 Jan 2013; Christoph Junghans <ottxor@gentoo.org> acpi_call-1.0.0.ebuild, + acpi_call-9999.ebuild, metadata.xml: + updated SRC_URI 20 Dec 2012; Christoph Junghans <ottxor@gentoo.org> metadata.xml: updated metadata.xml diff --git a/sys-power/acpi_call/acpi_call-1.0.0.ebuild b/sys-power/acpi_call/acpi_call-1.0.0.ebuild index d49a0bea0546..030566c1ae98 100644 --- a/sys-power/acpi_call/acpi_call-1.0.0.ebuild +++ b/sys-power/acpi_call/acpi_call-1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/acpi_call-1.0.0.ebuild,v 1.1 2012/12/20 04:44:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/acpi_call-1.0.0.ebuild,v 1.2 2013/01/11 22:45:31 ottxor Exp $ EAPI=5 @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then KEYWORDS="" else inherit vcs-snapshot - SRC_URI="https://github.com/mkottman/acpi_call/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="mirror://github/mkottman/${PN}/tarball/v${PV} -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/sys-power/acpi_call/acpi_call-9999.ebuild b/sys-power/acpi_call/acpi_call-9999.ebuild index e42951d3bea6..a007c23b3ca0 100644 --- a/sys-power/acpi_call/acpi_call-9999.ebuild +++ b/sys-power/acpi_call/acpi_call-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/acpi_call-9999.ebuild,v 1.4 2012/12/20 04:44:07 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi_call/acpi_call-9999.ebuild,v 1.5 2013/01/11 22:45:31 ottxor Exp $ EAPI=5 @@ -12,7 +12,7 @@ if [ "${PV}" = "9999" ]; then KEYWORDS="" else inherit vcs-snapshot - SRC_URI="https://github.com/mkottman/acpi_call/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="mirror://github/mkottman/${PN}/tarball/v${PV} -> ${P}.tar.gz" KEYWORDS="~amd64" fi diff --git a/sys-power/acpi_call/metadata.xml b/sys-power/acpi_call/metadata.xml index 39de84e8c4d9..e555b0bb58b5 100644 --- a/sys-power/acpi_call/metadata.xml +++ b/sys-power/acpi_call/metadata.xml @@ -4,6 +4,10 @@ <maintainer> <email>maksbotan@gentoo.org</email> </maintainer> + <maintainer> + <email>ottxor@gentoo.org</email> + <name>Christoph Junghans</name> + </maintainer> <upstream> <remote-id type="github">mkottman/acpi_call</remote-id> </upstream> |