diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-09-21 07:35:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-09-21 07:35:10 +0000 |
commit | c45025b3fea6177d230ce3db52c5cbc8ff1edc6d (patch) | |
tree | a121d769bcd63b20a217f8edbb91d811c6d0d243 /app-laptop | |
parent | couple more packages for the gupnp/gssdp mask (diff) | |
download | gentoo-2-c45025b3fea6177d230ce3db52c5cbc8ff1edc6d.tar.gz gentoo-2-c45025b3fea6177d230ce3db52c5cbc8ff1edc6d.tar.bz2 gentoo-2-c45025b3fea6177d230ce3db52c5cbc8ff1edc6d.zip |
Migrate to git-2, update HOMEPAGE.
(Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/lenovo-sl-laptop/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/app-laptop/lenovo-sl-laptop/ChangeLog b/app-laptop/lenovo-sl-laptop/ChangeLog index 27c5e61bbf90..2c10d8825721 100644 --- a/app-laptop/lenovo-sl-laptop/ChangeLog +++ b/app-laptop/lenovo-sl-laptop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/lenovo-sl-laptop -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/lenovo-sl-laptop/ChangeLog,v 1.2 2010/06/11 21:04:24 yngwin Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/lenovo-sl-laptop/ChangeLog,v 1.3 2011/09/21 07:35:10 mgorny Exp $ + + 21 Sep 2011; Michał Górny <mgorny@gentoo.org> lenovo-sl-laptop-9999.ebuild: + Migrate to git-2, update HOMEPAGE. 11 Jun 2010; Ben de Groot <yngwin@gentoo.org> metadata.xml: Removing myself as maintainer diff --git a/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild b/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild index b577d9dc3c25..d7197b99c3d7 100644 --- a/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild +++ b/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild,v 1.1 2009/05/13 23:19:02 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/lenovo-sl-laptop/lenovo-sl-laptop-9999.ebuild,v 1.2 2011/09/21 07:35:10 mgorny Exp $ -inherit eutils git linux-mod +inherit eutils git-2 linux-mod DESCRIPTION="Linux kernel support for the Lenovo SL series ThinkPads" -HOMEPAGE="http://github.com/tetromino/lenovo-sl-laptop" +HOMEPAGE="https://github.com/tetromino/lenovo-sl-laptop" SRC_URI="" LICENSE="GPL-2" @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="" IUSE="" -EGIT_REPO_URI="git://github.com/tetromino/lenovo-sl-laptop.git" -EGIT_BRANCH="master" +EGIT_REPO_URI="git://github.com/tetromino/${PN}.git + https://github.com/tetromino/${PN}.git" CONFIG_CHECK="HWMON BACKLIGHT_CLASS_DEVICE" MODULE_NAMES="${PN}(acpi)" |