Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
Date: Sun, 11 Oct 2020 07:42:09
Message-Id: 1602402110.5f87c2a5ff042ccf273bd7d512fc03af25fc7121.bircoph@gentoo
1 commit: 5f87c2a5ff042ccf273bd7d512fc03af25fc7121
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 07:31:24 2020 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 07:41:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f87c2a5
7
8 x11-wm/e16: drop old
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
12
13 x11-wm/e16/Manifest | 1 -
14 x11-wm/e16/e16-1.0.20.ebuild | 129 -------------------------------------------
15 2 files changed, 130 deletions(-)
16
17 diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
18 index c13ebbf066b..3afe17b7c0a 100644
19 --- a/x11-wm/e16/Manifest
20 +++ b/x11-wm/e16/Manifest
21 @@ -1,2 +1 @@
22 -DIST e16-1.0.20.tar.xz 1438516 BLAKE2B 32800ed079eb3c51c34277fa5d49ef7a892c0ccd5956f5f7eb7c34ab2e223fe7a5033b35d53402fa4a18283261a767ac692a5bfa08b46d5ea2a4e5195c656fed SHA512 798225dcfad266febe0911aeeac1a57256c45071e72ed326ae2081efdcf0d110e951f41badf5ece92dd0a40f5e342f80035e46d3c2435eb2f32a08c556893612
23 DIST e16-1.0.21.tar.xz 1440484 BLAKE2B ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2 SHA512 0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
24
25 diff --git a/x11-wm/e16/e16-1.0.20.ebuild b/x11-wm/e16/e16-1.0.20.ebuild
26 deleted file mode 100644
27 index 5d940a12f3f..00000000000
28 --- a/x11-wm/e16/e16-1.0.20.ebuild
29 +++ /dev/null
30 @@ -1,129 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DESCRIPTION="Enlightenment Window Manager (E16)"
37 -HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
38 -SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
39 -
40 -LICENSE="BSD"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="audiofile container dbus debug +dialogs doc examples gnome
44 -libhack modules nls opengl +pango sndfile sound +themes xcomposite
45 -+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
46 -
47 -REQUIRED_USE="
48 - audiofile? ( sound )
49 - opengl? ( xcomposite )
50 - sndfile? ( sound )
51 - sound? ( ^^ ( sndfile audiofile ) )
52 -"
53 -
54 -BDEPEND="
55 - nls? ( sys-devel/gettext )
56 - virtual/pkgconfig
57 -"
58 -COMMON_DEPEND="
59 - media-libs/freetype:2
60 - media-libs/imlib2[X]
61 - virtual/libiconv
62 - x11-libs/libX11
63 - x11-libs/libXext
64 - x11-misc/xbitmaps
65 - dbus? ( sys-apps/dbus )
66 - opengl? (
67 - media-libs/glu
68 - media-libs/mesa
69 - )
70 - pango? (
71 - dev-libs/glib:2
72 - x11-libs/pango[X]
73 - )
74 - sound? (
75 - || (
76 - media-sound/apulse[sdk]
77 - media-sound/pulseaudio
78 - )
79 - sndfile? ( media-libs/libsndfile )
80 - audiofile? ( media-libs/audiofile:= )
81 - )
82 - xcomposite? (
83 - x11-libs/libXcomposite
84 - x11-libs/libXdamage
85 - x11-libs/libXfixes
86 - )
87 - xft? ( x11-libs/libXft )
88 - xinerama? ( x11-libs/libXinerama )
89 - xpresent? ( x11-libs/libXpresent )
90 - xrandr? ( x11-libs/libXrandr )
91 - xrender? ( x11-libs/libXrender )
92 - xsm? (
93 - x11-libs/libICE
94 - x11-libs/libSM
95 - )
96 - zoom? ( x11-libs/libXxf86vm )
97 -"
98 -RDEPEND="${COMMON_DEPEND}
99 - doc? ( app-doc/e16-docs )
100 - nls? ( virtual/libintl )
101 - themes? ( x11-themes/e16-themes )
102 - !x11-wm/enlightenment:0
103 -"
104 -DEPEND="${COMMON_DEPEND}
105 - x11-base/xorg-proto
106 -"
107 -
108 -PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
109 -
110 -src_configure() {
111 - local myconf=(
112 - $(use_enable container)
113 - $(use_enable dbus)
114 - $(use_enable debug libtrip)
115 - $(use_enable dialogs)
116 - $(use_enable doc docs)
117 - $(use_enable libhack)
118 - $(use_enable modules)
119 - $(use_enable nls)
120 - $(use_enable opengl glx)
121 - $(use_enable pango)
122 - $(use_enable sound sound pulseaudio)
123 - $(use_enable xcomposite composite)
124 - $(use_enable xft)
125 - $(use_enable xi2)
126 - $(use_enable xinerama)
127 - $(use_enable xpresent)
128 - $(use_enable xrandr)
129 - $(use_enable xrender)
130 - $(use_enable xsm sm)
131 - $(use_enable xsync)
132 - $(use_enable zoom)
133 - $(use_with audiofile sndldr audiofile)
134 - $(use_with gnome gnome gnome3)
135 - $(use_with sndfile sndldr sndfile)
136 - --enable-mans
137 - --disable-docs
138 - --disable-esdtest
139 - --disable-gcc-cpp
140 - --disable-hints-gnome
141 - --disable-werror
142 - --disable-xscrnsaver
143 - )
144 -
145 - econf "${myconf[@]}"
146 -}
147 -
148 -src_install() {
149 - default
150 - docompress -x /usr/share/doc/${PF}/e16.html
151 - dodoc COMPLIANCE docs/e16.html
152 - use examples && dodoc -r sample-scripts
153 -}
154 -
155 -pkg_postinst() {
156 - einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and use"
157 - einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font configuration\""
158 - einfo "in the Theme setting should be disabled for this to work."
159 -}