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 | |
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')
-rw-r--r-- | media-gfx/uniconvertor/Manifest | 2 | ||||
-rw-r--r-- | media-gfx/uniconvertor/metadata.xml | 3 | ||||
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-2.0_pre379-r1.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild | 4 |
4 files changed, 6 insertions, 9 deletions
diff --git a/media-gfx/uniconvertor/Manifest b/media-gfx/uniconvertor/Manifest index 342ee925975a..07266bb69cfd 100644 --- a/media-gfx/uniconvertor/Manifest +++ b/media-gfx/uniconvertor/Manifest @@ -1 +1 @@ -DIST uniconvertor-2.0_pre379.tar.xz 1844780 SHA256 96ab27fd19743bcb12385ffd15a586033e8a4a3aa1958eecf1c5cdee67a73fa5 SHA512 3a0dd8e52addb391225ae148a673e3464a04e0d36e5955e496ef78e91597408706e5cbc06113b3e959446c6dd89aefa821f32ef81a5d1837a2a3d405a5a63dea WHIRLPOOL 53c78ec1fdc64445467ea9a9ab04923a9447b428c37f1d43789e03ece61361a00db7686e0ce566805313c7298334c35a1d4fa0939d81d9962f072d5daece36df +DIST uniconvertor-2.0_pre379.tar.xz 1844780 BLAKE2B 51698d88941be700dd31e5527a8ffc8b2548d9f1323242e8f31a3ad00f2e4a2c5617be87443b130d664aeceea8b96ff17b72dfe32964854cc8f121351a918ec3 SHA512 3a0dd8e52addb391225ae148a673e3464a04e0d36e5955e496ef78e91597408706e5cbc06113b3e959446c6dd89aefa821f32ef81a5d1837a2a3d405a5a63dea diff --git a/media-gfx/uniconvertor/metadata.xml b/media-gfx/uniconvertor/metadata.xml index 7f355f6a39e9..6ade85e1c642 100644 --- a/media-gfx/uniconvertor/metadata.xml +++ b/media-gfx/uniconvertor/metadata.xml @@ -5,7 +5,4 @@ <email>graphics@gentoo.org</email> <name>Gentoo Graphics Project</name> </maintainer> - <upstream> - <remote-id type="google-code">uniconvertor</remote-id> - </upstream> </pkgmetadata> 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" diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild index b859714fe1cf..81e96a4ade86 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379-r2.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils -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" |