diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 18:34:21 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-05 18:34:21 +0000 |
commit | 0b8957fface5725a443dea90c8b33ce25a545ac9 (patch) | |
tree | de6998ef723434303e1baab5d449cad263c1af47 /net-im/kouchat | |
parent | Remove trailing '.' from DESCRIPTION. (diff) | |
download | gentoo-2-0b8957fface5725a443dea90c8b33ce25a545ac9.tar.gz gentoo-2-0b8957fface5725a443dea90c8b33ce25a545ac9.tar.bz2 gentoo-2-0b8957fface5725a443dea90c8b33ce25a545ac9.zip |
Remove trailing '.' from DESCRIPTION.
(Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im/kouchat')
-rw-r--r-- | net-im/kouchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/kouchat/kouchat-1.1.0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/kouchat/ChangeLog b/net-im/kouchat/ChangeLog index cbd1894f70ca..0f16dd42f85a 100644 --- a/net-im/kouchat/ChangeLog +++ b/net-im/kouchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/kouchat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.8 2014/06/18 18:27:43 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.9 2014/08/05 18:34:12 mrueg Exp $ + + 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> kouchat-1.1.0.ebuild: + Remove trailing '.' from DESCRIPTION. 18 Jun 2014; Manuel Rüger <mrueg@gentoo.org> -kouchat-0.9.8.ebuild: NM: Cleanup superseded ebuilds. diff --git a/net-im/kouchat/kouchat-1.1.0.ebuild b/net-im/kouchat/kouchat-1.1.0.ebuild index c2abfa6cd763..11639f004e77 100644 --- a/net-im/kouchat/kouchat-1.1.0.ebuild +++ b/net-im/kouchat/kouchat-1.1.0.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-1.1.0.ebuild,v 1.3 2012/12/16 13:54:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-1.1.0.ebuild,v 1.4 2014/08/05 18:34:12 mrueg Exp $ EAPI=1 JAVA_PKG_IUSE="" inherit eutils java-pkg-2 java-ant-2 -DESCRIPTION="KouChat is a simple serverless chat client for local area networks." +DESCRIPTION="KouChat is a simple serverless chat client for local area networks" HOMEPAGE="http://kouchat.googlecode.com/" SRC_URI="http://kouchat.googlecode.com/files/${P}-src.tar.gz http://dev.gentoo.org/~serkan/distfiles/${P}-buildfiles.tar.gz" |