Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/garcon/
Date: Sun, 16 Apr 2017 06:56:38
Message-Id: 1492325783.b59c0b1acafa89ddb48c18b8a268ba1f05dd83d6.mgorny@gentoo
1 commit: b59c0b1acafa89ddb48c18b8a268ba1f05dd83d6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 06:36:22 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 06:56:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b59c0b1a
7
8 xfce-base/garcon: Bump to 0.6.0 (bugfixes), EAPI 6
9
10 xfce-base/garcon/Manifest | 1 +
11 xfce-base/garcon/garcon-0.6.0.ebuild | 26 ++++++++++++++++++++++++++
12 2 files changed, 27 insertions(+)
13
14 diff --git a/xfce-base/garcon/Manifest b/xfce-base/garcon/Manifest
15 index aa9c263c270..2a35aeaa5ad 100644
16 --- a/xfce-base/garcon/Manifest
17 +++ b/xfce-base/garcon/Manifest
18 @@ -1 +1,2 @@
19 DIST garcon-0.5.0.tar.bz2 456940 SHA256 4cc933bb773e3194a0cce188c7a38da8a72e33871635113917eff81bfc98f9c9 SHA512 9e360e71ae12dbfb5e948fd86c2ec3d6993e6ec68379adb588492386a4fe492480c365bd33f811c5cc7c8bf80044eff8bd942690b4dd4e0a9d4fc0c58dd29cf5 WHIRLPOOL 9761fbf8a48e483b60bc84d3a1a6cc7b7af270e067a15d5f9b7c801f864467163c4ec02c88c9a81fa67e80d0adaa2439b95e30164dac8f785e769db25ccdbfd3
20 +DIST garcon-0.6.0.tar.bz2 511249 SHA256 e825036b874ad856378a61e2360b19b0a6e32cbda5df64060674a215e1427796 SHA512 4ab5787ca39bd75772312e46036438f8b253ae2f2e9ce4de1303db8e42aa0fde144cadf631b57c9164e47aae75e5ee1609e315e0c114a298a9ec536e29f76c1b WHIRLPOOL 0db9aca455423c21b9049aac7a30cae3341f41b7359e8af6bd82bee517878af4176f8ed10849a3694536e84614e8e807f9d2a3ae3c2346d3ab7ecb5a632f5602
21
22 diff --git a/xfce-base/garcon/garcon-0.6.0.ebuild b/xfce-base/garcon/garcon-0.6.0.ebuild
23 new file mode 100644
24 index 00000000000..99503ce7c9f
25 --- /dev/null
26 +++ b/xfce-base/garcon/garcon-0.6.0.ebuild
27 @@ -0,0 +1,26 @@
28 +# Copyright 1999-2017 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +DESCRIPTION="Xfce's freedesktop.org specification compatible menu implementation library"
34 +HOMEPAGE="http://www.xfce.org/projects/libraries/"
35 +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
36 +
37 +LICENSE="LGPL-2 FDL-1.1"
38 +SLOT="0"
39 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
40 +IUSE=""
41 +
42 +RDEPEND=">=dev-libs/glib-2.30:=
43 + >=x11-libs/gtk+-2.24:2=
44 + >=x11-libs/gtk+-3.14:3=
45 + >=xfce-base/libxfce4ui-4.11.1:=[gtk3(+)]
46 + >=xfce-base/libxfce4util-4.11:="
47 +DEPEND="${RDEPEND}
48 + dev-util/gtk-doc-am
49 + dev-util/intltool
50 + sys-devel/gettext
51 + virtual/pkgconfig"
52 +
53 +DOCS=( AUTHORS ChangeLog HACKING NEWS README STATUS TODO )