diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kouchat/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/kouchat/kouchat-0.9.8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-im/kouchat/ChangeLog b/net-im/kouchat/ChangeLog index 6f5b0de176b6..d28ff3778708 100644 --- a/net-im/kouchat/ChangeLog +++ b/net-im/kouchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/kouchat -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.3 2009/01/04 17:37:17 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.4 2012/05/21 19:37:47 ssuominen Exp $ + + 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> kouchat-0.9.8.ebuild: + inherit eutils for make_desktop_entry 04 Jan 2009; Markus Meier <maekke@gentoo.org> kouchat-0.9.8.ebuild: amd64/x86 stable, bug #252743 diff --git a/net-im/kouchat/kouchat-0.9.8.ebuild b/net-im/kouchat/kouchat-0.9.8.ebuild index 167d85f129bf..efc3f792ed5c 100644 --- a/net-im/kouchat/kouchat-0.9.8.ebuild +++ b/net-im/kouchat/kouchat-0.9.8.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-0.9.8.ebuild,v 1.3 2009/01/04 17:37:17 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-0.9.8.ebuild,v 1.4 2012/05/21 19:37:47 ssuominen Exp $ EAPI=1 JAVA_PKG_IUSE="doc source test" -inherit java-pkg-2 java-ant-2 +inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="KouChat is a simple serverless chat client for local area networks." HOMEPAGE="http://kouchat.googlecode.com/" |