Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/cinnamon-menus/
Date: Sat, 26 May 2018 11:32:35
Message-Id: 1527334261.d522a9f6ee665d044aafa942552668cf80b025af.leio@gentoo
1 commit: d522a9f6ee665d044aafa942552668cf80b025af
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 11:17:42 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 11:31:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d522a9f6
7
8 gnome-extra/cinnamon-menus: remove old
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 gnome-extra/cinnamon-menus/Manifest | 4 --
13 .../cinnamon-menus/cinnamon-menus-2.8.0.ebuild | 43 ----------------------
14 .../cinnamon-menus/cinnamon-menus-3.0.2.ebuild | 38 -------------------
15 .../cinnamon-menus/cinnamon-menus-3.2.0.ebuild | 38 -------------------
16 .../cinnamon-menus/cinnamon-menus-3.4.0.ebuild | 38 -------------------
17 5 files changed, 161 deletions(-)
18
19 diff --git a/gnome-extra/cinnamon-menus/Manifest b/gnome-extra/cinnamon-menus/Manifest
20 index 2a044968779..828a691fb63 100644
21 --- a/gnome-extra/cinnamon-menus/Manifest
22 +++ b/gnome-extra/cinnamon-menus/Manifest
23 @@ -1,5 +1 @@
24 -DIST cinnamon-menus-2.8.0.tar.gz 208853 BLAKE2B d35283ca9b23b5c4234e1cc3ac8d4d41a9d58c5144213f942b6612490fc2ee56f5293f671bc3dc5509cf933eaa91cdfa0eed75a8a0af0e70199d7cb6fbd9df95 SHA512 fe55e3f245a6848805c6b75e9e385e80958cc835560e5dfdd4e2286c9bc5f447696398ad67e341b917751e0a7a54d89e163fe0a04d38567c421ae1f2382cba09
25 -DIST cinnamon-menus-3.0.2.tar.gz 211077 BLAKE2B 7d1adc169449f899f199905866e1e5a6a2466fa0cc75149fc3b32183a4c1339c66521e4d8d04bfe9edfd87ab01e9c92accf255f322bffa6233a8d1cedc536d90 SHA512 a309c10e21be1f5fe7e558017cc0573e7ae421ef860465411190bb071eb42caa8013f52ec71257322ec3dd37de998c78cd9014c4f4daca1edde413db6bed6b7f
26 -DIST cinnamon-menus-3.2.0.tar.gz 211237 BLAKE2B 58c53f2e780702593c32b206261b20069586ebbbc71eae7ce3192b3283a813fb695a772d3a29b3e28d258d53cc1e391edd161ab027c6c01fe042910a637eb17a SHA512 5cec12ce4bf64880283064e3d5d169dc22ce692974b40a0f7eeebbb820780c941d9a2116eb6a2eb2bf3a3165262d23da47743390f56bfca6e74b298cf4be0aac
27 -DIST cinnamon-menus-3.4.0.tar.gz 181649 BLAKE2B 47be0a04f9727f9299c7fe7c1880f5cfdb0fa45bb72169b00388281076ca9fe5d84bd1482278826fa03ed7de8dcc709e77744c7ffefcfdb2ba4593c460826aab SHA512 77ec3f608323b263b70aefb633ecef83e68b82224e64d2cf3c6dc95c12537f81b41de08ab400596e2af0ecec1effa731ab66a83bddaffdb3bb6c8a7ef835f5b7
28 DIST cinnamon-menus-3.6.0.tar.gz 180165 BLAKE2B a014c120bc84206914be69fcae0f4ec09b98a281012ed3f6f2f21f46762ea0b5e289c6dbd321fb7889f6172c9e7150673513e4c15dbd2e634c48efcefa816176 SHA512 dc90dbb8633ac77f4c8be7b013e3d6f9ba8f4e830f7e8c09ec7dcb9566a3768171a59cdc90b6cd11ad015b93629cdf6fc8c2397656f74603a517c0fbc97d3b14
29
30 diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
31 deleted file mode 100644
32 index ea6a61ac2d9..00000000000
33 --- a/gnome-extra/cinnamon-menus/cinnamon-menus-2.8.0.ebuild
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -# Copyright 1999-2015 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="5"
40 -GCONF_DEBUG="yes"
41 -
42 -inherit autotools eutils gnome2
43 -
44 -DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
45 -HOMEPAGE="http://cinnamon.linuxmint.com/"
46 -SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-2+ LGPL-2+"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -
52 -IUSE="+introspection"
53 -
54 -RDEPEND="
55 - >=dev-libs/glib-2.29.15:2
56 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
57 -"
58 -DEPEND="${RDEPEND}
59 - dev-libs/gobject-introspection-common
60 - >=dev-util/intltool-0.40
61 - gnome-base/gnome-common
62 - sys-devel/gettext
63 - virtual/pkgconfig
64 -"
65 -
66 -src_prepare() {
67 - epatch_user
68 - eautoreconf
69 - gnome2_src_prepare
70 -}
71 -
72 -src_configure() {
73 - DOCS="AUTHORS ChangeLog HACKING NEWS README"
74 -
75 - gnome2_src_configure \
76 - $(use_enable introspection) \
77 - --disable-static
78 -}
79
80 diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
81 deleted file mode 100644
82 index 4231dacb3fb..00000000000
83 --- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.0.2.ebuild
84 +++ /dev/null
85 @@ -1,38 +0,0 @@
86 -# Copyright 1999-2016 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -inherit autotools gnome2
91 -
92 -DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
93 -HOMEPAGE="http://cinnamon.linuxmint.com/"
94 -SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
95 -
96 -LICENSE="GPL-2+ LGPL-2+"
97 -SLOT="0"
98 -KEYWORDS="amd64 x86"
99 -IUSE="debug +introspection"
100 -
101 -RDEPEND="
102 - >=dev-libs/glib-2.29.15:2
103 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
104 -"
105 -DEPEND="${RDEPEND}
106 - dev-libs/gobject-introspection-common
107 - >=dev-util/intltool-0.40
108 - gnome-base/gnome-common
109 - sys-devel/gettext
110 - virtual/pkgconfig
111 -"
112 -
113 -src_prepare() {
114 - eautoreconf
115 - gnome2_src_prepare
116 -}
117 -
118 -src_configure() {
119 - gnome2_src_configure \
120 - $(usex debug --enable-debug=yes ' ') \
121 - $(use_enable introspection) \
122 - --disable-static
123 -}
124
125 diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild
126 deleted file mode 100644
127 index e6a59a9bbe7..00000000000
128 --- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.2.0.ebuild
129 +++ /dev/null
130 @@ -1,38 +0,0 @@
131 -# Copyright 1999-2016 Gentoo Foundation
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=6
135 -inherit autotools gnome2
136 -
137 -DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
138 -HOMEPAGE="http://cinnamon.linuxmint.com/"
139 -SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
140 -
141 -LICENSE="GPL-2+ LGPL-2+"
142 -SLOT="0"
143 -KEYWORDS="~amd64 ~x86"
144 -IUSE="debug +introspection"
145 -
146 -RDEPEND="
147 - >=dev-libs/glib-2.29.15:2
148 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
149 -"
150 -DEPEND="${RDEPEND}
151 - dev-libs/gobject-introspection-common
152 - >=dev-util/intltool-0.40
153 - gnome-base/gnome-common
154 - sys-devel/gettext
155 - virtual/pkgconfig
156 -"
157 -
158 -src_prepare() {
159 - eautoreconf
160 - gnome2_src_prepare
161 -}
162 -
163 -src_configure() {
164 - gnome2_src_configure \
165 - $(usex debug --enable-debug=yes ' ') \
166 - $(use_enable introspection) \
167 - --disable-static
168 -}
169
170 diff --git a/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild b/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild
171 deleted file mode 100644
172 index 2dece04e2b3..00000000000
173 --- a/gnome-extra/cinnamon-menus/cinnamon-menus-3.4.0.ebuild
174 +++ /dev/null
175 @@ -1,38 +0,0 @@
176 -# Copyright 1999-2017 Gentoo Foundation
177 -# Distributed under the terms of the GNU General Public License v2
178 -
179 -EAPI=6
180 -inherit autotools gnome2
181 -
182 -DESCRIPTION="Cinnamon's library for the Desktop Menu fd.o specification"
183 -HOMEPAGE="http://cinnamon.linuxmint.com/"
184 -SRC_URI="https://github.com/linuxmint/cinnamon-menus/archive/${PV}.tar.gz -> ${P}.tar.gz"
185 -
186 -LICENSE="GPL-2+ LGPL-2+"
187 -SLOT="0"
188 -KEYWORDS="~amd64 ~x86"
189 -IUSE="debug +introspection"
190 -
191 -RDEPEND="
192 - >=dev-libs/glib-2.29.15:2
193 - introspection? ( >=dev-libs/gobject-introspection-0.9.5:= )
194 -"
195 -DEPEND="${RDEPEND}
196 - dev-libs/gobject-introspection-common
197 - >=dev-util/intltool-0.40
198 - gnome-base/gnome-common
199 - sys-devel/gettext
200 - virtual/pkgconfig
201 -"
202 -
203 -src_prepare() {
204 - eautoreconf
205 - gnome2_src_prepare
206 -}
207 -
208 -src_configure() {
209 - gnome2_src_configure \
210 - $(usex debug --enable-debug=yes ' ') \
211 - $(use_enable introspection) \
212 - --disable-static
213 -}