diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-04-04 16:29:55 +0300 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-04-08 23:52:21 +0200 |
commit | e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b (patch) | |
tree | 2599c5b3af340d04c1c89c8b86e786bde198fce9 /dev-lang | |
parent | dev-lang/gprolog: fix toolong DESCRIPTION. (diff) | |
download | gentoo-e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b.tar.gz gentoo-e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b.tar.bz2 gentoo-e6dea4369c56782ce4a765d569e7ef4d3eaf2d9b.zip |
dev-lang/parrot: fix toolong DESCRIPTION.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4358
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/parrot/parrot-7.1.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-7.11.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-7.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-8.1.0.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-lang/parrot/parrot-7.1.0.ebuild b/dev-lang/parrot/parrot-7.1.0.ebuild index e4ac48c365be..21858f8b882d 100644 --- a/dev-lang/parrot/parrot-7.1.0.ebuild +++ b/dev-lang/parrot/parrot-7.1.0.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 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" diff --git a/dev-lang/parrot/parrot-7.11.0.ebuild b/dev-lang/parrot/parrot-7.11.0.ebuild index 8c805442553c..e81e39db8695 100644 --- a/dev-lang/parrot/parrot-7.11.0.ebuild +++ b/dev-lang/parrot/parrot-7.11.0.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 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" diff --git a/dev-lang/parrot/parrot-7.5.0.ebuild b/dev-lang/parrot/parrot-7.5.0.ebuild index 8c805442553c..e81e39db8695 100644 --- a/dev-lang/parrot/parrot-7.5.0.ebuild +++ b/dev-lang/parrot/parrot-7.5.0.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 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" diff --git a/dev-lang/parrot/parrot-8.1.0.ebuild b/dev-lang/parrot/parrot-8.1.0.ebuild index 8c805442553c..e81e39db8695 100644 --- a/dev-lang/parrot/parrot-8.1.0.ebuild +++ b/dev-lang/parrot/parrot-8.1.0.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 @@ inherit eutils multilib # weird failures RESTRICT="test" -DESCRIPTION="Virtual machine designed to efficiently compile and execute bytecode for dynamic languages" +DESCRIPTION="Virtual machine designed to compile and execute bytecode for dynamic languages" HOMEPAGE="http://www.parrot.org/" SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" |