diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:52:02 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:52:47 +0100 |
commit | cca20d909b1ece1f0f68453e93783d29831dc7a8 (patch) | |
tree | a322d2292b69819545fb6c9151074411e7f91cd4 /dev-embedded/urjtag | |
parent | dev-embedded/uisp: Fix toolong DESCRIPTION (diff) | |
download | gentoo-cca20d909b1ece1f0f68453e93783d29831dc7a8.tar.gz gentoo-cca20d909b1ece1f0f68453e93783d29831dc7a8.tar.bz2 gentoo-cca20d909b1ece1f0f68453e93783d29831dc7a8.zip |
dev-embedded/urjtag: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4253
Diffstat (limited to 'dev-embedded/urjtag')
-rw-r--r-- | dev-embedded/urjtag/urjtag-0.10-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/urjtag/urjtag-0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/urjtag/urjtag-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild b/dev-embedded/urjtag/urjtag-0.10-r1.ebuild index 36e6a8f82f16..bd2122f3ac81 100644 --- a/dev-embedded/urjtag/urjtag-0.10-r1.ebuild +++ b/dev-embedded/urjtag/urjtag-0.10-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 # TODO: figure out htf to make python.eclass work @@ -15,7 +15,7 @@ else KEYWORDS="~amd64 ~ppc ~sparc ~x86" fi -DESCRIPTION="tool for communicating over JTAG with flash chips, CPUs, and many more (fork of openwince jtag)" +DESCRIPTION="Tool for communicating over JTAG with flash chips, CPUs, and many more" HOMEPAGE="http://urjtag.sourceforge.net/" LICENSE="GPL-2" diff --git a/dev-embedded/urjtag/urjtag-0.10.ebuild b/dev-embedded/urjtag/urjtag-0.10.ebuild index ebaa76a64ba8..9a78fc472437 100644 --- a/dev-embedded/urjtag/urjtag-0.10.ebuild +++ b/dev-embedded/urjtag/urjtag-0.10.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils -DESCRIPTION="tool for communicating over JTAG with flash chips, CPUs, and many more (fork of openwince jtag)" +DESCRIPTION="Tool for communicating over JTAG with flash chips, CPUs, and many more" HOMEPAGE="http://urjtag.sourceforge.net/" SRC_URI="mirror://sourceforge/urjtag/${P}.tar.bz2" diff --git a/dev-embedded/urjtag/urjtag-9999.ebuild b/dev-embedded/urjtag/urjtag-9999.ebuild index 134f82e29e99..c78422b44a17 100644 --- a/dev-embedded/urjtag/urjtag-9999.ebuild +++ b/dev-embedded/urjtag/urjtag-9999.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 # TODO: figure out htf to make python.eclass work @@ -15,7 +15,7 @@ else KEYWORDS="amd64 ppc sparc x86" fi -DESCRIPTION="tool for communicating over JTAG with flash chips, CPUs, and many more (fork of openwince jtag)" +DESCRIPTION="Tool for communicating over JTAG with flash chips, CPUs, and many more" HOMEPAGE="http://urjtag.sourceforge.net/" LICENSE="GPL-2" |