Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/xapps/
Date: Sat, 26 May 2018 11:32:38
Message-Id: 1527334290.a7ebbe3fa1681df08972c1ba6ccd3a1d4603caf8.leio@gentoo
1 commit: a7ebbe3fa1681df08972c1ba6ccd3a1d4603caf8
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 11:26:19 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 11:31:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7ebbe3f
7
8 x11-libs/xapps: remove old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 x11-libs/xapps/Manifest | 2 --
13 x11-libs/xapps/xapps-1.0.2-r1.ebuild | 58 ---------------------------------
14 x11-libs/xapps/xapps-1.0.3.ebuild | 62 ------------------------------------
15 3 files changed, 122 deletions(-)
16
17 diff --git a/x11-libs/xapps/Manifest b/x11-libs/xapps/Manifest
18 index 5ab3e4e9d75..61252395c33 100644
19 --- a/x11-libs/xapps/Manifest
20 +++ b/x11-libs/xapps/Manifest
21 @@ -1,3 +1 @@
22 -DIST xapps-1.0.2.tar.gz 109067 BLAKE2B 0378ec1505f8bbd18330ecda4dfee2701ab3adcbbb6606d18125e163673cf1cd292e969a301866bfe7e05f7941e660cfb44173a10fcb34cf3e0c42b474f7d44b SHA512 59426a8e39af48eb6435cb649fd88601a1a324d284ed9d222f12b7e52e70a0b250235b5924af1ecb7d6f3abd6c8e53e0cf38672c94dff44193f01dbc90c35646
23 -DIST xapps-1.0.3.tar.gz 121490 BLAKE2B e3a5b81cdce5938da0829d16726df3f33e2908924fc263e1ca9181a70134d6ca7c56a23a45456dd0514036cb8c735d2c848bfb5e88cc1272d592331e158b08cc SHA512 1182062153fc7344f94e9a25e98a457237b54c4841e425d202f8b57751f288e460423ca7408a888aff7a2b162acd194efda332b6acbd0a5cc2c12ae9414ea3c3
24 DIST xapps-1.0.4.tar.gz 129497 BLAKE2B d668ff840fa83b4a037c4b0f1c502e1851236d7998c4e5c7161a779e170eee6f6f47a2a17e71f332edf3f42f6ccb88c20379ad3b12847277f5e57a3b3765f2ef SHA512 1b735167f8edf15be1093255691c67ee1ae99664a714b75d46b1b782b00a6d1da72befc484ee66f070a829b6b8fd4dfa50bec5033220f66a1a4b577363b673b7
25
26 diff --git a/x11-libs/xapps/xapps-1.0.2-r1.ebuild b/x11-libs/xapps/xapps-1.0.2-r1.ebuild
27 deleted file mode 100644
28 index 84722da2379..00000000000
29 --- a/x11-libs/xapps/xapps-1.0.2-r1.ebuild
30 +++ /dev/null
31 @@ -1,58 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools gnome2-utils xdg-utils
38 -
39 -DESCRIPTION="Cross-desktop libraries and common resources"
40 -HOMEPAGE="https://github.com/linuxmint/xapps/"
41 -LICENSE="GPL-3"
42 -
43 -SRC_URI="https://github.com/linuxmint/xapps/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -KEYWORDS="~amd64 ~x86"
45 -
46 -SLOT="0"
47 -IUSE="introspection static-libs"
48 -
49 -RDEPEND="
50 - >=dev-libs/glib-2.37.3:2
51 - dev-libs/gobject-introspection:0=
52 - gnome-base/libgnomekbd
53 - gnome-base/gnome-common
54 - x11-libs/cairo
55 - >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
56 - >=x11-libs/gtk+-3.3.16:3[introspection?]
57 - x11-libs/libxkbfile
58 -"
59 -DEPEND="${RDEPEND}
60 - sys-devel/gettext
61 -"
62 -
63 -src_prepare() {
64 - xdg_environment_reset
65 - default
66 - eautoreconf
67 -}
68 -
69 -src_configure() {
70 - econf \
71 - $(use_enable introspection) \
72 - $(use_enable static-libs static)
73 -}
74 -
75 -src_install() {
76 - default
77 - rm -rf "${ED%/}"/usr/bin || die
78 -
79 - # package provides .pc files
80 - find "${D}" -name '*.la' -delete || die
81 -}
82 -
83 -pkg_postinst() {
84 - gnome2_icon_cache_update
85 -}
86 -
87 -pkg_postrm() {
88 - gnome2_icon_cache_update
89 -}
90
91 diff --git a/x11-libs/xapps/xapps-1.0.3.ebuild b/x11-libs/xapps/xapps-1.0.3.ebuild
92 deleted file mode 100644
93 index c72b5f1df5d..00000000000
94 --- a/x11-libs/xapps/xapps-1.0.3.ebuild
95 +++ /dev/null
96 @@ -1,62 +0,0 @@
97 -# Copyright 1999-2017 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -inherit autotools gnome2-utils xdg-utils
103 -
104 -DESCRIPTION="Cross-desktop libraries and common resources"
105 -HOMEPAGE="https://github.com/linuxmint/xapps/"
106 -LICENSE="GPL-3"
107 -
108 -SRC_URI="https://github.com/linuxmint/xapps/archive/${PV}.tar.gz -> ${P}.tar.gz"
109 -KEYWORDS="~amd64 ~x86"
110 -
111 -SLOT="0"
112 -IUSE="introspection static-libs"
113 -
114 -RDEPEND="
115 - >=dev-libs/glib-2.37.3:2
116 - dev-libs/gobject-introspection:0=
117 - gnome-base/libgnomekbd
118 - gnome-base/gnome-common
119 - x11-libs/cairo
120 - >=x11-libs/gdk-pixbuf-2.22.0:2[introspection?]
121 - >=x11-libs/gtk+-3.3.16:3[introspection?]
122 - x11-libs/libxkbfile
123 -"
124 -DEPEND="${RDEPEND}
125 - sys-devel/gettext
126 - dev-util/gtk-doc
127 - dev-util/gtk-doc-am
128 -"
129 -
130 -src_prepare() {
131 - xdg_environment_reset
132 - default
133 - eautoreconf
134 -}
135 -
136 -src_configure() {
137 - econf \
138 - --enable-gtk-doc \
139 - --enable-gtk-doc-html \
140 - $(use_enable introspection) \
141 - $(use_enable static-libs static)
142 -}
143 -
144 -src_install() {
145 - default
146 - rm -rf "${ED%/}"/usr/bin || die
147 -
148 - # package provides .pc files
149 - find "${D}" -name '*.la' -delete || die
150 -}
151 -
152 -pkg_postinst() {
153 - gnome2_icon_cache_update
154 -}
155 -
156 -pkg_postrm() {
157 - gnome2_icon_cache_update
158 -}