diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-11-23 14:52:16 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-11-23 14:52:16 +0100 |
commit | d234b1ed99aacc501ffe3cd0a287ec5404f86a0b (patch) | |
tree | 14a2da13af5cdf05ba346eb428e43e54884f028b /media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | |
parent | app-backup/furball: Clean ebuild, set no HOMEPAGE (diff) | |
download | gentoo-d234b1ed99aacc501ffe3cd0a287ec5404f86a0b.tar.gz gentoo-d234b1ed99aacc501ffe3cd0a287ec5404f86a0b.tar.bz2 gentoo-d234b1ed99aacc501ffe3cd0a287ec5404f86a0b.zip |
media-gfx/uniconvertor: Fix HOMEPAGE
Closes: https://bugs.gentoo.org/610592
Package-Manager: Portage-2.3.16, Repoman-2.3.5
Diffstat (limited to 'media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild')
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild index b47553d2eb61..bb227cb03b18 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-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 EAPI=6 @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Commandline tool for popular vector formats convertion" -HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor https://code.google.com/p/uniconvertor/" +DESCRIPTION="Convert vector graphic file formats like .cdr, .svg, wmf and more." +HOMEPAGE="https://sk1project.net/modules.php?name=Products&product=uniconvertor" SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris" |