Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/libmso/
Date: Thu, 07 Feb 2019 23:03:58
Message-Id: 1549580614.7bd13fb38983ebda5b0ba3cf561a6d0735ffaea3.monsieurp@gentoo
1 commit: 7bd13fb38983ebda5b0ba3cf561a6d0735ffaea3
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 28 06:58:15 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 23:03:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bd13fb3
7
8 dev-java/libmso: update HOMEPAGE, SRC_URI.
9
10 Closes: https://bugs.gentoo.org/668224
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/10700
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-java/libmso/libmso-0.1.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-java/libmso/libmso-0.1.ebuild b/dev-java/libmso/libmso-0.1.ebuild
19 index 73fc4922ec4..d0bde1f4579 100644
20 --- a/dev-java/libmso/libmso-0.1.ebuild
21 +++ b/dev-java/libmso/libmso-0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2010 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="2"
28 @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source"
29 inherit eutils java-pkg-2 java-ant-2
30
31 DESCRIPTION="Java library to detect printers"
32 -HOMEPAGE="https://mso.googlecode.com/"
33 -SRC_URI="https://mso.googlecode.com/files/${P}.tar.bz2"
34 +HOMEPAGE="https://code.google.com/archive/p/mso"
35 +SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mso/${P}.tar.bz2"
36
37 LICENSE="GPL-2"
38 SLOT="0"