summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-21 19:37:47 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-21 19:37:47 +0000
commitd33a6cd255abb64febc2192f1dce1e87dfa0b298 (patch)
tree9fef92443fdb6a08d748164dbff3283f13fca61b /net-im/kouchat
parentRespect LINGUAS. Bug #407859 (diff)
downloadgentoo-2-d33a6cd255abb64febc2192f1dce1e87dfa0b298.tar.gz
gentoo-2-d33a6cd255abb64febc2192f1dce1e87dfa0b298.tar.bz2
gentoo-2-d33a6cd255abb64febc2192f1dce1e87dfa0b298.zip
inherit eutils for make_desktop_entry
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'net-im/kouchat')
-rw-r--r--net-im/kouchat/ChangeLog7
-rw-r--r--net-im/kouchat/kouchat-0.9.8.ebuild6
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/"