diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:06:40 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 21:06:40 +0000 |
commit | 7bc7048f8f751dce0790a1c755dad2da13df4a74 (patch) | |
tree | f8d0d6dce2eebd31b6ce50b30b4f5cf921b6f61c /media-plugins/vdr-joystick | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-7bc7048f8f751dce0790a1c755dad2da13df4a74.tar.gz gentoo-2-7bc7048f8f751dce0790a1c755dad2da13df4a74.tar.bz2 gentoo-2-7bc7048f8f751dce0790a1c755dad2da13df4a74.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'media-plugins/vdr-joystick')
-rw-r--r-- | media-plugins/vdr-joystick/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-plugins/vdr-joystick/ChangeLog b/media-plugins/vdr-joystick/ChangeLog index e5743c25d6f8..0bc7e3b683ed 100644 --- a/media-plugins/vdr-joystick/ChangeLog +++ b/media-plugins/vdr-joystick/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/vdr-joystick # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v 1.3 2014/02/23 20:05:39 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/ChangeLog,v 1.4 2014/08/10 21:06:40 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> vdr-joystick-0.0.3.ebuild: + QA: drop trailing '.' from DESCRIPTION 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-joystick-0.0.3.ebuild: @@ -17,4 +20,3 @@ +files/mapping.conf, +files/rc-addon.sh, +metadata.xml, +vdr-joystick-0.0.3.ebuild: initial ebuild; thanks to Guido Zuliani on bug 201072 - diff --git a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild index 4472b62df2ea..bc7adecd1335 100644 --- a/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild +++ b/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild,v 1.3 2014/02/23 20:05:39 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-joystick/vdr-joystick-0.0.3.ebuild,v 1.4 2014/08/10 21:06:40 slyfox Exp $ EAPI=5 inherit vdr-plugin-2 -DESCRIPTION="VDR plugin: allows using a joystick as a remote control for VDR." +DESCRIPTION="VDR plugin: allows using a joystick as a remote control for VDR" HOMEPAGE="http://www.powarman.de/vdr_plugins.htm" SRC_URI="http://home.arcor.de/andreas.regel/files/joystick/${P}.tgz" |