Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/set_opacity/
Date: Wed, 24 Feb 2016 17:52:04
Message-Id: 1456336287.d629ca77c31630459e1203c1f2d1f7523a701a52.pinkbyte@gentoo
1 commit: d629ca77c31630459e1203c1f2d1f7523a701a52
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 17:47:58 2016 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 17:51:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629ca77
7
8 x11-misc/set_opacity: adjust HOMEPAGE and live ebuild repo path, add upstream maintainer information
9
10 Gentoo-Bug: 544870
11
12 Package-Manager: portage-2.2.26
13
14 x11-misc/set_opacity/metadata.xml | 15 +++++++++++----
15 x11-misc/set_opacity/set_opacity-1.0.ebuild | 6 +++---
16 x11-misc/set_opacity/set_opacity-9999.ebuild | 10 +++++-----
17 3 files changed, 19 insertions(+), 12 deletions(-)
18
19 diff --git a/x11-misc/set_opacity/metadata.xml b/x11-misc/set_opacity/metadata.xml
20 index 7140693..c88f3b9 100644
21 --- a/x11-misc/set_opacity/metadata.xml
22 +++ b/x11-misc/set_opacity/metadata.xml
23 @@ -1,8 +1,15 @@
24 <?xml version="1.0" encoding="UTF-8"?>
25 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
26 <pkgmetadata>
27 - <maintainer type="person">
28 - <email>pinkbyte@g.o</email>
29 - <name>Sergey Popov</name>
30 - </maintainer>
31 + <maintainer type="person">
32 + <email>pinkbyte@g.o</email>
33 + <name>Sergey Popov</name>
34 + </maintainer>
35 + <upstream>
36 + <maintainer type="person">
37 + <email>anton.kochkov@×××××.com</email>
38 + <name>Anton Kochkov</name>
39 + </maintainer>
40 + <remote-id type="github">XVilka/set_opacity</remote-id>
41 + </upstream>
42 </pkgmetadata>
43
44 diff --git a/x11-misc/set_opacity/set_opacity-1.0.ebuild b/x11-misc/set_opacity/set_opacity-1.0.ebuild
45 index 37a6cba..5cf114b 100644
46 --- a/x11-misc/set_opacity/set_opacity-1.0.ebuild
47 +++ b/x11-misc/set_opacity/set_opacity-1.0.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2012 Gentoo Foundation
50 +# Copyright 1999-2016 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Id$
53
54 @@ -7,8 +7,8 @@ EAPI="4"
55 inherit toolchain-funcs
56
57 DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
58 -HOMEPAGE="https://gitorious.org/x11-tools/set_opacity"
59 -SRC_URI="https://gitorious.org/x11-tools/set_opacity/archive-tarball/${PV} -> ${P}.tar.gz"
60 +HOMEPAGE="https://github.com/XVilka/set_opacity"
61 +SRC_URI="https://github.com/XVilka/set_opacity/archive-tarball/${PV} -> ${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65
66 diff --git a/x11-misc/set_opacity/set_opacity-9999.ebuild b/x11-misc/set_opacity/set_opacity-9999.ebuild
67 index 6633e15..3626e68 100644
68 --- a/x11-misc/set_opacity/set_opacity-9999.ebuild
69 +++ b/x11-misc/set_opacity/set_opacity-9999.ebuild
70 @@ -1,15 +1,15 @@
71 -# Copyright 1999-2012 Gentoo Foundation
72 +# Copyright 1999-2016 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 # $Id$
75
76 -EAPI="4"
77 +EAPI="6"
78
79 -EGIT_REPO_URI="git://gitorious.org/x11-tools/set_opacity.git"
80 +EGIT_REPO_URI="https://github.com/XVilka/set_opacity.git"
81
82 -inherit git-2 toolchain-funcs
83 +inherit git-r3 toolchain-funcs
84
85 DESCRIPTION="Tool for set real compositing for windows through window's id, process' pid etc."
86 -HOMEPAGE="https://gitorious.org/x11-tools/set_opacity"
87 +HOMEPAGE="https://github.com/XVilka/set_opacity"
88 SRC_URI=""
89
90 LICENSE="GPL-2"