Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gnustep-back/
Date: Mon, 14 Jan 2019 16:12:54
Message-Id: 1547482337.7384eb93ee03e494808c2f5a0e04bd0d5127bdb9.voyageur@gentoo
1 commit: 7384eb93ee03e494808c2f5a0e04bd0d5127bdb9
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 14 16:04:05 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 14 16:12:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7384eb93
7
8 virtual/gnustep-back: 0.27.0 bump
9
10 Package-Manager: Portage-2.3.55, Repoman-2.3.12
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 virtual/gnustep-back/gnustep-back-0.27.0.ebuild | 14 ++++++++++++++
14 1 file changed, 14 insertions(+)
15
16 diff --git a/virtual/gnustep-back/gnustep-back-0.27.0.ebuild b/virtual/gnustep-back/gnustep-back-0.27.0.ebuild
17 new file mode 100644
18 index 00000000000..8ee45a95552
19 --- /dev/null
20 +++ b/virtual/gnustep-back/gnustep-back-0.27.0.ebuild
21 @@ -0,0 +1,14 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
28 +SLOT="0"
29 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
30 +
31 +RDEPEND="|| (
32 + ~gnustep-base/gnustep-back-cairo-${PV}
33 + ~gnustep-base/gnustep-back-art-${PV}
34 + ~gnustep-base/gnustep-back-xlib-${PV}
35 + )"