diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:02:21 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:02:21 +0000 |
commit | 8c5a2e9cc7a54028d71cb34177823adf3265322a (patch) | |
tree | a3bdf4130008cccc5900d6bb4ba068bf55e7d8c7 /x11-plugins/matchbox-applet-volume | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-8c5a2e9cc7a54028d71cb34177823adf3265322a.tar.gz gentoo-2-8c5a2e9cc7a54028d71cb34177823adf3265322a.tar.bz2 gentoo-2-8c5a2e9cc7a54028d71cb34177823adf3265322a.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 'x11-plugins/matchbox-applet-volume')
-rw-r--r-- | x11-plugins/matchbox-applet-volume/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/matchbox-applet-volume/ChangeLog b/x11-plugins/matchbox-applet-volume/ChangeLog index 6f999057d729..7a836fe93e21 100644 --- a/x11-plugins/matchbox-applet-volume/ChangeLog +++ b/x11-plugins/matchbox-applet-volume/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/matchbox-applet-volume # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.14 2014/04/07 19:51:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/ChangeLog,v 1.15 2014/08/10 20:02:21 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> + matchbox-applet-volume-0.1.ebuild: + QA: drop trailing '.' from DESCRIPTION 07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> matchbox-applet-volume-0.1.ebuild: diff --git a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild index b50fed17190c..b8a80c9e6230 100644 --- a/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild +++ b/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.12 2014/04/07 19:51:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/matchbox-applet-volume/matchbox-applet-volume-0.1.ebuild,v 1.13 2014/08/10 20:02:21 slyfox Exp $ EAPI=5 inherit versionator @@ -8,7 +8,7 @@ inherit versionator MY_PN=${PN/matchbox/mb} MY_P=${MY_PN}-${PV} -DESCRIPTION="Matchbox panel tray app for controlling volume levels." +DESCRIPTION="Matchbox panel tray app for controlling volume levels" HOMEPAGE="http://matchbox-project.org/" SRC_URI="http://matchbox-project.org/sources/${MY_PN}/$(get_version_component_range 1-2)/${MY_P}.tar.bz2" |