diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-06-30 07:19:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-06-30 07:19:06 +0000 |
commit | 147468faa214d64ea8f3d391572066a3252924d0 (patch) | |
tree | ff8cad96d3558ef18274e80bc8a992862fd5d036 /app-laptop | |
parent | Inherit base (bug #372831 by Gert Wollny). (diff) | |
download | gentoo-2-147468faa214d64ea8f3d391572066a3252924d0.tar.gz gentoo-2-147468faa214d64ea8f3d391572066a3252924d0.tar.bz2 gentoo-2-147468faa214d64ea8f3d391572066a3252924d0.zip |
Fix website and description. Bug #373147. Thanks to Ben Sagal <bensagal@gmail.com> for reporting
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/configure-trackpoint/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-laptop/configure-trackpoint/ChangeLog b/app-laptop/configure-trackpoint/ChangeLog index a61eb80055ac..987123b6f572 100644 --- a/app-laptop/configure-trackpoint/ChangeLog +++ b/app-laptop/configure-trackpoint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-laptop/configure-trackpoint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-trackpoint/ChangeLog,v 1.1 2011/06/26 12:21:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-trackpoint/ChangeLog,v 1.2 2011/06/30 07:19:06 hwoarang Exp $ + + 30 Jun 2011; Markos Chandras <hwoarang@gentoo.org> + configure-trackpoint-0.7.ebuild: + Fix website and description. Bug #373147. Thanks to Ben Sagal + <bensagal@gmail.com> for reporting *configure-trackpoint-0.7 (26 Jun 2011) diff --git a/app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild b/app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild index 93528bb53161..9c9c0b930894 100644 --- a/app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild +++ b/app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild,v 1.1 2011/06/26 12:21:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/configure-trackpoint/configure-trackpoint-0.7.ebuild,v 1.2 2011/06/30 07:19:06 hwoarang Exp $ EAPI=2 inherit gnome2 -DESCRIPTION="Thinkpad GNOME configuration utility for tp_smapi" -HOMEPAGE="http://tpctl.sourceforge.net/configure-thinkpad.html" +DESCRIPTION="Thinkpad GNOME configuration utility for TrackPoint (For the linux +kernel 2.6 TrackPoint driver)" +HOMEPAGE="http://tpctl.sourceforge.net/configure-trackpoint.html" SRC_URI="mirror://sourceforge/tpctl/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" |