diff options
author | 2014-08-05 16:31:49 +0000 | |
---|---|---|
committer | 2014-08-05 16:31:49 +0000 | |
commit | bd19cb9d5c4f5325c7a3a319c693ad82dc10add2 (patch) | |
tree | 42f879da5bb7aa25e1f8e77f69979f3c34f352f0 /kde-misc/stdin-plasmoid | |
parent | added parts of the prefix changes (bug #519052) (diff) | |
download | gentoo-2-bd19cb9d5c4f5325c7a3a319c693ad82dc10add2.tar.gz gentoo-2-bd19cb9d5c4f5325c7a3a319c693ad82dc10add2.tar.bz2 gentoo-2-bd19cb9d5c4f5325c7a3a319c693ad82dc10add2.zip |
Remove trailing '.' from DESCRIPTION.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'kde-misc/stdin-plasmoid')
-rw-r--r-- | kde-misc/stdin-plasmoid/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/kde-misc/stdin-plasmoid/ChangeLog b/kde-misc/stdin-plasmoid/ChangeLog index 355718a3d31e..a88a017d73bd 100644 --- a/kde-misc/stdin-plasmoid/ChangeLog +++ b/kde-misc/stdin-plasmoid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/stdin-plasmoid -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stdin-plasmoid/ChangeLog,v 1.1 2013/06/22 21:44:42 creffett Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stdin-plasmoid/ChangeLog,v 1.2 2014/08/05 16:31:42 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> stdin-plasmoid-0.2_beta1.ebuild: + Remove trailing '.' from DESCRIPTION. *stdin-plasmoid-0.2_beta1 (22 Jun 2013) diff --git a/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild b/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild index d9d96e212178..838d78218d44 100644 --- a/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild +++ b/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild,v 1.1 2013/06/22 21:44:42 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/stdin-plasmoid/stdin-plasmoid-0.2_beta1.ebuild,v 1.2 2014/08/05 16:31:42 mrueg Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit kde4-base versionator MY_P="$(replace_version_separator 2 '-')" -DESCRIPTION="KDE4 plasmoid for executing a process and capturing its stderr and stdout." +DESCRIPTION="KDE4 plasmoid for executing a process and capturing its stderr and stdout" HOMEPAGE="http://www.kde-look.org/content/show.php/STDIN+Plasmoid?content=92309" SRC_URI="http://www.kde-look.org/CONTENT/content-files/92309-${MY_P}.tar.bz2" |