Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xlogo/
Date: Sun, 03 Mar 2019 21:56:24
Message-Id: 1551650156.980fac15c1e51d06848fc88842008251d3422bc9.mattst88@gentoo
1 commit: 980fac15c1e51d06848fc88842008251d3422bc9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 3 21:51:19 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 3 21:55:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=980fac15
7
8 x11-apps/xlogo: Version bump to 1.0.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xlogo/Manifest | 1 +
13 x11-apps/xlogo/xlogo-1.0.5.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/x11-apps/xlogo/Manifest b/x11-apps/xlogo/Manifest
17 index cc59cb9250f..8d34bf8b78f 100644
18 --- a/x11-apps/xlogo/Manifest
19 +++ b/x11-apps/xlogo/Manifest
20 @@ -1 +1,2 @@
21 DIST xlogo-1.0.4.tar.bz2 125967 BLAKE2B 721de083217e420151771fe91b6b52d0f6cbe56427859d79e6ec1d1d1c3c9fbfa1d35015ab364b8c00af66f65aa987aebebfa7fe2738e661d9fd52224906d084 SHA512 cbfcd48425e697950907ddeaec2f06e0607ebf2e93e6799bd263230f036b3021279c2f379de55fae15b403af5f18292caa79159ed544a4a3314b90c85ac9804d
22 +DIST xlogo-1.0.5.tar.bz2 135608 BLAKE2B eeaa9dfdca57bd5b60035dc31981f3b3e390862b5e8f695422505059f657cfe727d491c757e8ef4dba4a913179c92827741f04e3fc6765b0257d63f1382fc69f SHA512 0d78e269b0be3c5de71de7f362b896bfd9934ecd9d0361b3302399b1269e029c4a9f35418d792121a1edc34405d753f9d69c996cc3a69ac717f2b0d1f736406b
23
24 diff --git a/x11-apps/xlogo/xlogo-1.0.5.ebuild b/x11-apps/xlogo/xlogo-1.0.5.ebuild
25 new file mode 100644
26 index 00000000000..4153dc24bc6
27 --- /dev/null
28 +++ b/x11-apps/xlogo/xlogo-1.0.5.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="X Window System logo"
38 +
39 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
40 +IUSE=""
41 +
42 +RDEPEND="x11-libs/libXrender
43 + x11-libs/libXext
44 + x11-libs/libXt
45 + x11-libs/libXft
46 + x11-libs/libXaw
47 + x11-libs/libSM
48 + x11-libs/libXmu
49 + x11-libs/libX11"
50 +DEPEND="${RDEPEND}"
51 +
52 +XORG_CONFIGURE_OPTIONS="--with-render"