diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:41:23 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:06 +0200 |
commit | f10ac12bc5ab38f70f084a6cb18189dad4055039 (patch) | |
tree | 010fceb618b85a230e95c8bd5faf0cb56b1d0547 /dev-java/ecj-gcj | |
parent | dev-java/easymock: fix toolong DESCRIPTION. (diff) | |
download | gentoo-f10ac12bc5ab38f70f084a6cb18189dad4055039.tar.gz gentoo-f10ac12bc5ab38f70f084a6cb18189dad4055039.tar.bz2 gentoo-f10ac12bc5ab38f70f084a6cb18189dad4055039.zip |
dev-java/ecj-gcj: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java/ecj-gcj')
-rw-r--r-- | dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild index 6022a5f62575..c2dd06855a54 100644 --- a/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-3.5.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit java-pkg-2 prefix toolchain-funcs MY_PN="ecj" DMF="R-${PV}-201002111343" -DESCRIPTION="A subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" +DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip" diff --git a/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild b/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild index 55c7dbb07f31..828b293af310 100644 --- a/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit java-pkg-2 prefix toolchain-funcs MY_PN="ecj" DMF="R-${PV}-201006080911" -DESCRIPTION="A subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" +DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops/${DMF}/${MY_PN}src-${PV}.zip" diff --git a/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild b/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild index 81443014da8f..d29d172ca10f 100644 --- a/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-4.2.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit java-pkg-2 prefix toolchain-funcs MY_PN="ecj" DMF="R-${PV}-201209141800" -DESCRIPTION="A subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" +DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" diff --git a/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild b/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild index 06713c71050b..9f3ec5665c73 100644 --- a/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild +++ b/dev-java/ecj-gcj/ecj-gcj-4.4.2.ebuild @@ -8,7 +8,7 @@ inherit java-pkg-2 prefix toolchain-funcs MY_PN="ecj" DMF="R-${PV}-201502041700" -DESCRIPTION="A subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" +DESCRIPTION="Subset of Eclipse Compiler for Java compiled by gcj, serving as javac in gcj-jdk" HOMEPAGE="http://www.eclipse.org/" SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/${MY_PN}src-${PV}.jar" |