commit:     a4bbe7252360440455497b9f7d9d040a8a5c0c1f
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 22:03:59 2021 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 22:04:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4bbe725

x11-wm/e16: drop old

Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 x11-wm/e16/Manifest          |   1 -
 x11-wm/e16/e16-1.0.21.ebuild | 130 -------------------------------------------
 2 files changed, 131 deletions(-)

diff --git a/x11-wm/e16/Manifest b/x11-wm/e16/Manifest
index 88a572a95948..ce15bb6f1812 100644
--- a/x11-wm/e16/Manifest
+++ b/x11-wm/e16/Manifest
@@ -1,2 +1 @@
-DIST e16-1.0.21.tar.xz 1440484 BLAKE2B 
ea9521d4939400e292e9e2be6e73770a48d966702897c30babfe036a655ef3c5d9766eca3867e1a84b8fbd934a05c4a0487239a78d641c41a6e93a19feeb70a2
 SHA512 
0f5984d3c3594bf94338c9b53c681cd40f8cc165a18d7d9e0e6202fdf237ace52d9aac9c5ba04f052f94dfd463dcf558b8015044b4d457114c19a7a27ac23723
 DIST e16-1.0.22.tar.xz 1442288 BLAKE2B 
7f102474f9054935ea15ed58c91f18613561eaad84c8398c410014a5dbfb2f7f5fd079399db4c6462096c9a351bd89e47fbd61d304ca99ec844806c26c97d6a9
 SHA512 
0ff40390a56f0dbd2219d9e4e665b1c1802801e552df3bd76fa71502ad2fb7466f2f175757b088b490fbc58e4196b362d6cf451ad43d5104849ac8ce2805299e

diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
deleted file mode 100644
index 891c63f37815..000000000000
--- a/x11-wm/e16/e16-1.0.21.ebuild
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Enlightenment Window Manager (E16)"
-HOMEPAGE="https://www.enlightenment.org 
https://sourceforge.net/projects/enlightenment/";
-SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="audiofile container dbus debug +dialogs doc examples gnome
-libhack modules nls opengl +pango sndfile sound +themes xcomposite
-+xft xi2 xinerama xpresent +xrandr +xrender +xsm +xsync zoom"
-
-REQUIRED_USE="
-       audiofile? ( sound )
-       opengl? ( xcomposite )
-       pango? ( xft )
-       sndfile? ( sound )
-       sound? ( ^^ ( sndfile audiofile ) )
-"
-
-BDEPEND="
-       nls? ( sys-devel/gettext )
-       virtual/pkgconfig
-"
-COMMON_DEPEND="
-       media-libs/freetype:2
-       media-libs/imlib2[X]
-       virtual/libiconv
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-misc/xbitmaps
-       dbus? ( sys-apps/dbus )
-       opengl? (
-               media-libs/glu
-               media-libs/mesa
-       )
-       pango? (
-               dev-libs/glib:2
-               x11-libs/pango[X]
-       )
-       sound? (
-               || (
-                       media-sound/apulse[sdk]
-                       media-sound/pulseaudio
-               )
-               sndfile? ( media-libs/libsndfile )
-               audiofile? ( media-libs/audiofile:= )
-       )
-       xcomposite? (
-               x11-libs/libXcomposite
-               x11-libs/libXdamage
-               x11-libs/libXfixes
-       )
-       xft? ( x11-libs/libXft )
-       xinerama? ( x11-libs/libXinerama )
-       xpresent? ( x11-libs/libXpresent )
-       xrandr? ( x11-libs/libXrandr )
-       xrender? ( x11-libs/libXrender )
-       xsm? (
-               x11-libs/libICE
-               x11-libs/libSM
-       )
-       zoom? ( x11-libs/libXxf86vm )
-"
-RDEPEND="${COMMON_DEPEND}
-       doc? ( app-doc/e16-docs )
-       nls? ( virtual/libintl )
-       themes? ( x11-themes/e16-themes )
-       !x11-wm/enlightenment:0
-"
-DEPEND="${COMMON_DEPEND}
-       x11-base/xorg-proto
-"
-
-PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )
-
-src_configure() {
-       local myconf=(
-               $(use_enable container)
-               $(use_enable dbus)
-               $(use_enable debug libtrip)
-               $(use_enable dialogs)
-               $(use_enable doc docs)
-               $(use_enable libhack)
-               $(use_enable modules)
-               $(use_enable nls)
-               $(use_enable opengl glx)
-               $(use_enable pango)
-               $(use_enable sound sound pulseaudio)
-               $(use_enable xcomposite composite)
-               $(use_enable xft)
-               $(use_enable xi2)
-               $(use_enable xinerama)
-               $(use_enable xpresent)
-               $(use_enable xrandr)
-               $(use_enable xrender)
-               $(use_enable xsm sm)
-               $(use_enable xsync)
-               $(use_enable zoom)
-               $(use_with audiofile sndldr audiofile)
-               $(use_with gnome gnome gnome3)
-               $(use_with sndfile sndldr sndfile)
-               --enable-mans
-               --disable-docs
-               --disable-esdtest
-               --disable-gcc-cpp
-               --disable-hints-gnome
-               --disable-werror
-               --disable-xscrnsaver
-       )
-
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-       docompress -x /usr/share/doc/${PF}/e16.html
-       dodoc COMPLIANCE docs/e16.html
-       use examples && dodoc -r sample-scripts
-}
-
-pkg_postinst() {
-       einfo "In order to use custom fonts, put them into ~/.e16/fonts/ and 
use"
-       einfo "appropriate names in ~/.e16/fonts.cfg. \"Use theme font 
configuration\""
-       einfo "in the Theme setting should be disabled for this to work."
-}

Reply via email to