Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/bblaunch/files/, x11-misc/bblaunch/
Date: Tue, 30 Mar 2021 13:58:37
Message-Id: 1617112702.f480225a7805c7682a6ff6865d803aba46be7a32.bkohler@gentoo
1 commit: f480225a7805c7682a6ff6865d803aba46be7a32
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 13:31:56 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 13:58:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f480225a
7
8 x11-misc/bblaunch: adjust patch, take pkg
9
10 Closes: https://bugs.gentoo.org/726132
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 x11-misc/bblaunch/files/bblaunch-0.0.3.patch | 4 ++--
15 x11-misc/bblaunch/metadata.xml | 11 +++++++----
16 2 files changed, 9 insertions(+), 6 deletions(-)
17
18 diff --git a/x11-misc/bblaunch/files/bblaunch-0.0.3.patch b/x11-misc/bblaunch/files/bblaunch-0.0.3.patch
19 index 3c78fab2ec7..ab4ff7d5fed 100644
20 --- a/x11-misc/bblaunch/files/bblaunch-0.0.3.patch
21 +++ b/x11-misc/bblaunch/files/bblaunch-0.0.3.patch
22 @@ -1,5 +1,5 @@
23 ---- bblaunch.c.orig 2002-05-06 23:35:57.000000000 -0500
24 -+++ bblaunch.c 2004-06-15 07:21:11.080972712 -0500
25 +--- a/bblaunch.c
26 ++++ b/bblaunch.c
27 @@ -170,7 +170,7 @@
28 launchargs.iconic = False;
29 launchargs.pause = 1000;
30
31 diff --git a/x11-misc/bblaunch/metadata.xml b/x11-misc/bblaunch/metadata.xml
32 index d6a74662c86..ac15fd33f71 100644
33 --- a/x11-misc/bblaunch/metadata.xml
34 +++ b/x11-misc/bblaunch/metadata.xml
35 @@ -1,8 +1,11 @@
36 <?xml version="1.0" encoding="UTF-8"?>
37 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
38 <pkgmetadata>
39 - <!-- maintainer-needed -->
40 - <upstream>
41 - <remote-id type="sourceforge">blackboxwm</remote-id>
42 - </upstream>
43 + <maintainer type="person">
44 + <email>bkohler@g.o</email>
45 + <name>Ben Kohler</name>
46 + </maintainer>
47 + <upstream>
48 + <remote-id type="sourceforge">blackboxwm</remote-id>
49 + </upstream>
50 </pkgmetadata>