diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-03-20 11:39:30 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-03-23 21:52:31 +0100 |
commit | b967da2ab7264399dcc71820957416dbe46ace64 (patch) | |
tree | 22ba06b5ec9b618bf833355d05b5f66542a13161 /dev-embedded | |
parent | dev-embedded/scratchbox2: Fix toolong DESCRIPTION (diff) | |
download | gentoo-b967da2ab7264399dcc71820957416dbe46ace64.tar.gz gentoo-b967da2ab7264399dcc71820957416dbe46ace64.tar.bz2 gentoo-b967da2ab7264399dcc71820957416dbe46ace64.zip |
dev-embedded/scratchbox: 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')
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.19.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/scratchbox/scratchbox-1.0.20.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild index 904fc5ac252b..6dd08a55de8f 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils user SBOX_GROUP="sbox" -DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" +DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" HOMEPAGE="http://www.scratchbox.org/" SRC_URI="http://scratchbox.org/download/files/sbox-releases/hathor/tarball/scratchbox-core-${PV}-i386.tar.gz http://scratchbox.org/download/files/sbox-releases/hathor/tarball/scratchbox-libs-${PV}-i386.tar.gz" diff --git a/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild b/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild index 904fc5ac252b..6dd08a55de8f 100644 --- a/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild +++ b/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils user SBOX_GROUP="sbox" -DESCRIPTION="A cross-compilation toolkit designed to make embedded Linux application development easier" +DESCRIPTION="A cross-compilation toolkit for embedded Linux application development" HOMEPAGE="http://www.scratchbox.org/" SRC_URI="http://scratchbox.org/download/files/sbox-releases/hathor/tarball/scratchbox-core-${PV}-i386.tar.gz http://scratchbox.org/download/files/sbox-releases/hathor/tarball/scratchbox-libs-${PV}-i386.tar.gz" |