diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-11 21:09:08 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-11 21:09:08 +0000 |
commit | f95f9fca91b7bbe9c49f8050a864bf819253df98 (patch) | |
tree | 97193cffefc49926b2ca6b7cbfc31cc9e20c6df4 /sys-power | |
parent | Version bump and allow old emul set at the same time of native multilib (#489... (diff) | |
download | gentoo-2-f95f9fca91b7bbe9c49f8050a864bf819253df98.tar.gz gentoo-2-f95f9fca91b7bbe9c49f8050a864bf819253df98.tar.bz2 gentoo-2-f95f9fca91b7bbe9c49f8050a864bf819253df98.zip |
Version bump, drop old (#493826 by Marko Samiric)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/bbswitch/ChangeLog | 8 | ||||
-rw-r--r-- | sys-power/bbswitch/bbswitch-0.8.ebuild (renamed from sys-power/bbswitch/bbswitch-0.6.ebuild) | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/sys-power/bbswitch/ChangeLog b/sys-power/bbswitch/ChangeLog index d40641fad3a3..6f40def00f32 100644 --- a/sys-power/bbswitch/ChangeLog +++ b/sys-power/bbswitch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-power/bbswitch # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.13 2013/08/31 09:14:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/ChangeLog,v 1.14 2013/12/11 21:09:08 pacho Exp $ + +*bbswitch-0.8 (11 Dec 2013) + + 11 Dec 2013; Pacho Ramos <pacho@gentoo.org> +bbswitch-0.8.ebuild, + -bbswitch-0.6.ebuild: + Version bump, drop old (#493826 by Marko Samiric) 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> bbswitch-0.7.ebuild: Stable for amd64, wrt bug #480128 diff --git a/sys-power/bbswitch/bbswitch-0.6.ebuild b/sys-power/bbswitch/bbswitch-0.8.ebuild index f640b341fd4b..64a34bf44ac6 100644 --- a/sys-power/bbswitch/bbswitch-0.6.ebuild +++ b/sys-power/bbswitch/bbswitch-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.6.ebuild,v 1.2 2013/04/02 16:53:16 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/bbswitch/bbswitch-0.8.ebuild,v 1.1 2013/12/11 21:09:08 pacho Exp $ EAPI=5 inherit eutils linux-mod @@ -14,8 +14,10 @@ LICENSE="GPL-3+" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/linux-sources - sys-kernel/linux-headers" +DEPEND=" + virtual/linux-sources + sys-kernel/linux-headers +" RDEPEND="" MODULE_NAMES="bbswitch(acpi)" @@ -30,7 +32,7 @@ pkg_setup() { src_install() { insinto /etc/modprobe.d newins "${FILESDIR}"/bbswitch.modprobe bbswitch.conf - dodoc NEWS + dodoc NEWS README.md linux-mod_src_install } |