diff options
author | Jonas Stein <jstein@gentoo.org> | 2018-01-01 01:46:31 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-01-01 01:46:41 +0100 |
commit | 98fff3f12fbea42bb798bc53de46ba51e6b29181 (patch) | |
tree | 160bd7d3580d19054caedd189eebe975bdd0a4ca /media-gfx/sam2p | |
parent | kde-misc/basket: Drop old snapshot (diff) | |
download | gentoo-98fff3f12fbea42bb798bc53de46ba51e6b29181.tar.gz gentoo-98fff3f12fbea42bb798bc53de46ba51e6b29181.tar.bz2 gentoo-98fff3f12fbea42bb798bc53de46ba51e6b29181.zip |
media-gfx/sam2p: Update SRC_URI and HOMEPAGE
Project moved from code.google to github.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-gfx/sam2p')
-rw-r--r-- | media-gfx/sam2p/sam2p-0.49.1.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/sam2p/sam2p-0.49.2.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/sam2p/sam2p-0.49.1.ebuild b/media-gfx/sam2p/sam2p-0.49.1.ebuild index 3ec3ab048c36..37e7d4e26df4 100644 --- a/media-gfx/sam2p/sam2p-0.49.1.ebuild +++ b/media-gfx/sam2p/sam2p-0.49.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit autotools eutils toolchain-funcs DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" -HOMEPAGE="https://code.google.com/p/sam2p/" +HOMEPAGE="https://github.com/pts/sam2p" SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" diff --git a/media-gfx/sam2p/sam2p-0.49.2.ebuild b/media-gfx/sam2p/sam2p-0.49.2.ebuild index dd065be2dd58..4b9f1601d965 100644 --- a/media-gfx/sam2p/sam2p-0.49.2.ebuild +++ b/media-gfx/sam2p/sam2p-0.49.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit autotools eutils toolchain-funcs DESCRIPTION="Utility to convert raster images to EPS, PDF and many others" -HOMEPAGE="https://code.google.com/p/sam2p/" -SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://github.com/pts/sam2p" +SRC_URI="https://github.com/pts/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |