diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 19:30:37 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2016-03-13 19:32:34 +0100 |
commit | 9b7df3095256746ec59423673c6f723bbca9ad9b (patch) | |
tree | cb4c463b4899dce68f8edbbd8d1cde672496eb56 /app-shells | |
parent | dev-util/geany: Bump to version 1.27 (diff) | |
download | gentoo-9b7df3095256746ec59423673c6f723bbca9ad9b.tar.gz gentoo-9b7df3095256746ec59423673c6f723bbca9ad9b.tar.bz2 gentoo-9b7df3095256746ec59423673c6f723bbca9ad9b.zip |
app-shells/squirrelsh: Fix description
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/squirrelsh/squirrelsh-1.2.7.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild b/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild index a12163973774..05e1ee22b6f8 100644 --- a/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild +++ b/app-shells/squirrelsh/squirrelsh-1.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,8 +6,7 @@ EAPI="4" inherit eutils multilib toolchain-funcs -DESCRIPTION="An advanced, cross-platform object oriented scripting shell based -on the squirrel scripting language" +DESCRIPTION="Cross-platform object-oriented scripting shell using the squirrel language" HOMEPAGE="http://squirrelsh.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2" |