diff options
-rw-r--r-- | media-gfx/uniconvertor/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/uniconvertor/ChangeLog b/media-gfx/uniconvertor/ChangeLog index 7699675e7e15..21f1cde1af50 100644 --- a/media-gfx/uniconvertor/ChangeLog +++ b/media-gfx/uniconvertor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/uniconvertor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.21 2014/10/27 21:32:15 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.22 2014/11/05 13:42:24 jlec Exp $ + + 05 Nov 2014; Justin Lecher <jlec@gentoo.org> uniconvertor-2.0_pre379.ebuild: + Add additional HOMEPAGE for version 2, thanks Arfrever pointing this out 27 Oct 2014; Sebastian Pipping <sping@gentoo.org> uniconvertor-2.0_pre379.ebuild: diff --git a/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild b/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild index ffeb6a11a5cb..2f545e830a24 100644 --- a/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild +++ b/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.2 2014/10/27 21:32:15 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.3 2014/11/05 13:42:24 jlec Exp $ EAPI=5 @@ -9,7 +9,7 @@ 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" +HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor https://code.google.com/p/uniconvertor/" SRC_URI="http://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" |