diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-02 22:49:53 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-02 22:49:53 +0000 |
commit | ec8d904ac978e25e3ab8ecc4a411eed248ceb31e (patch) | |
tree | 29476fc125b8b87fbbba7ff18e02b22917922705 /net-im | |
parent | Remove old (bash-completion.eclass cleanup). (diff) | |
download | gentoo-2-ec8d904ac978e25e3ab8ecc4a411eed248ceb31e.tar.gz gentoo-2-ec8d904ac978e25e3ab8ecc4a411eed248ceb31e.tar.bz2 gentoo-2-ec8d904ac978e25e3ab8ecc4a411eed248ceb31e.zip |
Bump to EAPI 5
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kouchat/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/kouchat/kouchat-1.1.0.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-im/kouchat/ChangeLog b/net-im/kouchat/ChangeLog index 0f16dd42f85a..4cf0d92371a5 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.9 2014/08/05 18:34:12 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/ChangeLog,v 1.10 2015/01/02 22:49:53 mrueg Exp $ + + 02 Jan 2015; Manuel Rüger <mrueg@gentoo.org> kouchat-1.1.0.ebuild: + Bump to EAPI 5 05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> kouchat-1.1.0.ebuild: Remove trailing '.' from DESCRIPTION. diff --git a/net-im/kouchat/kouchat-1.1.0.ebuild b/net-im/kouchat/kouchat-1.1.0.ebuild index 11639f004e77..aa466f0c17d1 100644 --- a/net-im/kouchat/kouchat-1.1.0.ebuild +++ b/net-im/kouchat/kouchat-1.1.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.4 2014/08/05 18:34:12 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kouchat/kouchat-1.1.0.ebuild,v 1.5 2015/01/02 22:49:53 mrueg Exp $ -EAPI=1 +EAPI=5 JAVA_PKG_IUSE="" inherit eutils java-pkg-2 java-ant-2 @@ -19,7 +19,7 @@ IUSE="" RDEPEND=">=virtual/jre-1.6" DEPEND=">=virtual/jdk-1.6" -S="${WORKDIR}/${P}-src" +S=${WORKDIR}/${P}-src src_install() { java-pkg_newjar target/${P}.jar ${PN}.jar |