diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-16 20:17:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:16:02 +0100 |
commit | 0beb24f4183adb75ebf2dd97567f62dd8fd2ef2c (patch) | |
tree | a870fc1d49ee0408aaab2f90ac250842b22a94f0 /app-arch/advancecomp | |
parent | app-admin/whowatch: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-0beb24f4183adb75ebf2dd97567f62dd8fd2ef2c.tar.gz gentoo-0beb24f4183adb75ebf2dd97567f62dd8fd2ef2c.tar.bz2 gentoo-0beb24f4183adb75ebf2dd97567f62dd8fd2ef2c.zip |
app-arch/advancecomp: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3996
Diffstat (limited to 'app-arch/advancecomp')
-rw-r--r-- | app-arch/advancecomp/advancecomp-1.15.ebuild | 4 | ||||
-rw-r--r-- | app-arch/advancecomp/advancecomp-1.19.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/advancecomp/advancecomp-1.15.ebuild b/app-arch/advancecomp/advancecomp-1.15.ebuild index cd7939ba0ba7..9af441a43a4b 100644 --- a/app-arch/advancecomp/advancecomp-1.15.ebuild +++ b/app-arch/advancecomp/advancecomp-1.15.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 inherit eutils -DESCRIPTION="Recompress ZIP, PNG and MNG using deflate 7-Zip, considerably improving compression" +DESCRIPTION="Recompress ZIP, PNG and MNG, considerably improving compression" HOMEPAGE="http://advancemame.sourceforge.net/comp-readme.html" SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz" diff --git a/app-arch/advancecomp/advancecomp-1.19.ebuild b/app-arch/advancecomp/advancecomp-1.19.ebuild index a5ea44e1117e..597edaabef5c 100644 --- a/app-arch/advancecomp/advancecomp-1.19.ebuild +++ b/app-arch/advancecomp/advancecomp-1.19.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 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit eutils -DESCRIPTION="Recompress ZIP, PNG and MNG using deflate 7-Zip, considerably improving compression" +DESCRIPTION="Recompress ZIP, PNG and MNG, considerably improving compression" HOMEPAGE="http://advancemame.sourceforge.net/comp-readme.html" SRC_URI="mirror://sourceforge/project/advancemame/${PN}/${PV}/${P}.tar.gz" |