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/exo/
Date: Fri, 16 Apr 2021 08:30:09
Message-Id: 1618561658.b4facc5a46f36c9e1315c639bc8d8db764512fe4.mgorny@gentoo
1 commit: b4facc5a46f36c9e1315c639bc8d8db764512fe4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 06:45:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 08:27:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4facc5a
7
8 xfce-base/exo: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/exo/Manifest | 2 --
13 xfce-base/exo/exo-4.16.0.ebuild | 48 -----------------------------------------
14 xfce-base/exo/exo-4.16.1.ebuild | 48 -----------------------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest
18 index e3750c880d2..02497b51024 100644
19 --- a/xfce-base/exo/Manifest
20 +++ b/xfce-base/exo/Manifest
21 @@ -1,3 +1 @@
22 -DIST exo-4.16.0.tar.bz2 966143 BLAKE2B ee2175d2d5087e948a6fb9bd4ffed2ecfe54be7078d2f1c55a6b30a0f3920689a46372af749035b1454e74ef5c75037996f3601d76adf1d0067eceba6775df76 SHA512 8fff640c4a229e77911cf091866f265e1f0d7f0b9274b1a879f46061644dd6aec07ae3f8fc43ac7277429ea98bdde8d0ee010da7ed398cddc7d755fea91b964c
23 -DIST exo-4.16.1.tar.bz2 880947 BLAKE2B d21509d15275d98a0b99acc6e101aad1423a859f0430957d5ce2b6c693ae0d189010d6cb8500b8d4f364edb3de787f4ee33ca4d1735d8c8fe7f8ad016027a799 SHA512 692d1c5adf58704546c580c1959b893ef20503180620b731444e29d534407515067b892736ad5ed904d3dbf480fbee7df9f36725b003067272c973f6ac8279d7
24 DIST exo-4.16.2.tar.bz2 881098 BLAKE2B df1ad499becd22087724abb716d07a50e432ec555d03a3892d0b81745045c334cb3705419e901697e4c3bc10328837b4f5c4055800d1b6c79c9cfc503427643b SHA512 9c1252d78f5bb900254841a79f1c1b952cb60d9d0197e184266c35a86c340140cdff2460fa83f6fabb66380e2b3d7ab8a08719b4f4784d2215dde51410ce33e8
25
26 diff --git a/xfce-base/exo/exo-4.16.0.ebuild b/xfce-base/exo/exo-4.16.0.ebuild
27 deleted file mode 100644
28 index c0ba46ff657..00000000000
29 --- a/xfce-base/exo/exo-4.16.0.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit autotools xdg-utils
38 -
39 -DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
40 -HOMEPAGE="https://www.xfce.org/projects/"
41 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+ LGPL-2.1+"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
46 -
47 -RDEPEND=">=dev-libs/glib-2.50
48 - >=x11-libs/gtk+-3.22:3
49 - >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
50 - >=xfce-base/libxfce4util-4.12:="
51 -DEPEND="${RDEPEND}"
52 -BDEPEND="
53 - dev-util/gtk-doc-am
54 - dev-util/intltool
55 - >=dev-util/xfce4-dev-tools-4.16.0
56 - sys-devel/gettext
57 - virtual/pkgconfig"
58 -
59 -PATCHES=(
60 - "${FILESDIR}/${PN}-4.16.0-allow-cross.patch"
61 -)
62 -
63 -src_prepare() {
64 - default
65 - eautoreconf
66 -}
67 -
68 -src_install() {
69 - default
70 - find "${D}" -name '*.la' -delete || die
71 -}
72 -
73 -pkg_postinst() {
74 - xdg_icon_cache_update
75 -}
76 -
77 -pkg_postrm() {
78 - xdg_icon_cache_update
79 -}
80
81 diff --git a/xfce-base/exo/exo-4.16.1.ebuild b/xfce-base/exo/exo-4.16.1.ebuild
82 deleted file mode 100644
83 index 2cfa5d5ce16..00000000000
84 --- a/xfce-base/exo/exo-4.16.1.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=7
91 -
92 -inherit autotools xdg-utils
93 -
94 -DESCRIPTION="Extensions, widgets and framework library with session support for Xfce"
95 -HOMEPAGE="https://www.xfce.org/projects/"
96 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
97 -
98 -LICENSE="GPL-2+ LGPL-2.1+"
99 -SLOT="0"
100 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
101 -
102 -RDEPEND=">=dev-libs/glib-2.50
103 - >=x11-libs/gtk+-3.22:3
104 - >=xfce-base/libxfce4ui-4.15.1:=[gtk3(+)]
105 - >=xfce-base/libxfce4util-4.12:="
106 -DEPEND="${RDEPEND}"
107 -BDEPEND="
108 - dev-util/gtk-doc-am
109 - dev-util/intltool
110 - >=dev-util/xfce4-dev-tools-4.16.0
111 - sys-devel/gettext
112 - virtual/pkgconfig"
113 -
114 -PATCHES=(
115 - "${FILESDIR}/${PN}-4.16.0-allow-cross.patch"
116 -)
117 -
118 -src_prepare() {
119 - default
120 - eautoreconf
121 -}
122 -
123 -src_install() {
124 - default
125 - find "${D}" -name '*.la' -delete || die
126 -}
127 -
128 -pkg_postinst() {
129 - xdg_icon_cache_update
130 -}
131 -
132 -pkg_postrm() {
133 - xdg_icon_cache_update
134 -}