Gentoo Archives: gentoo-commits

From: Jonas Stein <jstein@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sam2p/
Date: Mon, 01 Jan 2018 00:46:55
Message-Id: 1514767601.98fff3f12fbea42bb798bc53de46ba51e6b29181.jstein@gentoo
1 commit: 98fff3f12fbea42bb798bc53de46ba51e6b29181
2 Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 00:46:31 2018 +0000
4 Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 00:46:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fff3f1
7
8 media-gfx/sam2p: Update SRC_URI and HOMEPAGE
9
10 Project moved from code.google to github.
11
12 Package-Manager: Portage-2.3.19, Repoman-2.3.6
13
14 media-gfx/sam2p/sam2p-0.49.1.ebuild | 4 ++--
15 media-gfx/sam2p/sam2p-0.49.2.ebuild | 6 +++---
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/media-gfx/sam2p/sam2p-0.49.1.ebuild b/media-gfx/sam2p/sam2p-0.49.1.ebuild
19 index 3ec3ab048c3..37e7d4e26df 100644
20 --- a/media-gfx/sam2p/sam2p-0.49.1.ebuild
21 +++ b/media-gfx/sam2p/sam2p-0.49.1.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=4
28 inherit autotools eutils toolchain-funcs
29
30 DESCRIPTION="Utility to convert raster images to EPS, PDF and many others"
31 -HOMEPAGE="https://code.google.com/p/sam2p/"
32 +HOMEPAGE="https://github.com/pts/sam2p"
33 SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36
37 diff --git a/media-gfx/sam2p/sam2p-0.49.2.ebuild b/media-gfx/sam2p/sam2p-0.49.2.ebuild
38 index dd065be2dd5..4b9f1601d96 100644
39 --- a/media-gfx/sam2p/sam2p-0.49.2.ebuild
40 +++ b/media-gfx/sam2p/sam2p-0.49.2.ebuild
41 @@ -1,12 +1,12 @@
42 -# Copyright 1999-2014 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=4
47 inherit autotools eutils toolchain-funcs
48
49 DESCRIPTION="Utility to convert raster images to EPS, PDF and many others"
50 -HOMEPAGE="https://code.google.com/p/sam2p/"
51 -SRC_URI="https://sam2p.googlecode.com/files/${P}.tar.gz"
52 +HOMEPAGE="https://github.com/pts/sam2p"
53 +SRC_URI="https://github.com/pts/${PN}/releases/download/v${PV}/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"