diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-01 20:48:33 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:07 +0200 |
commit | e612158df2d0923f0bec849733cad8c7fbd18369 (patch) | |
tree | e282afd2c9cef37f3e61275f330ae150b986ba3c /dev-java/jansi | |
parent | dev-java/itext: fix toolong DESCRIPTION. (diff) | |
download | gentoo-e612158df2d0923f0bec849733cad8c7fbd18369.tar.gz gentoo-e612158df2d0923f0bec849733cad8c7fbd18369.tar.bz2 gentoo-e612158df2d0923f0bec849733cad8c7fbd18369.zip |
dev-java/jansi: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-java/jansi')
-rw-r--r-- | dev-java/jansi/jansi-1.11-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jansi/jansi-1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jansi/jansi-1.5.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-java/jansi/jansi-1.11-r1.ebuild b/dev-java/jansi/jansi-1.11-r1.ebuild index a8a394864ae8..521a8813c78f 100644 --- a/dev-java/jansi/jansi-1.11-r1.ebuild +++ b/dev-java/jansi/jansi-1.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="source test" inherit vcs-snapshot java-pkg-2 java-ant-2 -DESCRIPTION="Jansi is a small java library that allows you to use ANSI escape sequences in your console output" +DESCRIPTION="A library that allows you to use ANSI escape sequences in your console output" HOMEPAGE="http://jansi.fusesource.org/" SRC_URI="https://github.com/fusesource/${PN}/tarball/${PN}-project-${PV} -> ${P}.tar.gz" diff --git a/dev-java/jansi/jansi-1.5-r1.ebuild b/dev-java/jansi/jansi-1.5-r1.ebuild index 699a458fdfbe..3fdc5527a8dc 100644 --- a/dev-java/jansi/jansi-1.5-r1.ebuild +++ b/dev-java/jansi/jansi-1.5-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" @@ -6,7 +6,7 @@ JAVA_PKG_IUSE="source doc" inherit java-pkg-2 java-pkg-simple -DESCRIPTION="Jansi is a small java library that allows you to use ANSI escape sequences in your console output" +DESCRIPTION="A library that allows you to use ANSI escape sequences in your console output" HOMEPAGE="http://jansi.fusesource.org/" SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.zip" diff --git a/dev-java/jansi/jansi-1.5.ebuild b/dev-java/jansi/jansi-1.5.ebuild index 1303c0cd1458..59aef5b8aae7 100644 --- a/dev-java/jansi/jansi-1.5.ebuild +++ b/dev-java/jansi/jansi-1.5.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" @@ -6,7 +6,7 @@ JAVA_PKG_IUSE="source test doc" inherit java-pkg-2 java-ant-2 -DESCRIPTION="Jansi is a small java library that allows you to use ANSI escape sequences in your console output" +DESCRIPTION="A library that allows you to use ANSI escape sequences in your console output" HOMEPAGE="http://jansi.fusesource.org/" SRC_URI="https://github.com/fusesource/${PN}/archive/${P}.zip" |