diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-11-27 12:48:33 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2017-11-27 12:48:33 +0100 |
commit | 38f25447ee1afb2b2bc681a38d0482247e0bb921 (patch) | |
tree | 0631db5039559e90b6d32684f4d7362a490f7753 /media-gfx/pdf2svg | |
parent | media-gfx/pdf2svg: Cleanup, rename download (diff) | |
download | gentoo-38f25447ee1afb2b2bc681a38d0482247e0bb921.tar.gz gentoo-38f25447ee1afb2b2bc681a38d0482247e0bb921.tar.bz2 gentoo-38f25447ee1afb2b2bc681a38d0482247e0bb921.zip |
media-gfx/pdf2svg: Update HOMEPAGE
Package-Manager: Portage-2.3.16, Repoman-2.3.5
Diffstat (limited to 'media-gfx/pdf2svg')
-rw-r--r-- | media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild b/media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild index ec0acdb0faa9..9494d3e45e1d 100644 --- a/media-gfx/pdf2svg/pdf2svg-0.2.1.ebuild +++ b/media-gfx/pdf2svg/pdf2svg-0.2.1.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 EAPI=5 inherit eutils DESCRIPTION="pdf2svg is based on poppler and cairo and can convert pdf to svg files" -HOMEPAGE="http://www.cityinthesky.co.uk/pdf2svg.html" +HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/" SRC_URI="http://www.cityinthesky.co.uk/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild b/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild index 3eae62f204e0..2eae4fdc0ed5 100644 --- a/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild +++ b/media-gfx/pdf2svg/pdf2svg-0.2.2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils DESCRIPTION="pdf2svg is based on poppler and cairo and can convert pdf to svg files" -HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/" +HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/" SRC_URI="http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild b/media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild index b4d20ee4a665..a4cb3377aa84 100644 --- a/media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild +++ b/media-gfx/pdf2svg/pdf2svg-0.2.3.ebuild @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -#inherit eutils DESCRIPTION="pdf2svg is based on poppler and cairo and can convert pdf to svg files" HOMEPAGE="http://www.cityinthesky.co.uk/opensource/pdf2svg/ https://github.com/dawbarton/pdf2svg/" |