summaryrefslogtreecommitdiff
path: root/x11-plugins/e16-epplets
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:35:26 -0500
commitf716a9fe6455d39eef01e718aae68dae61c19704 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /x11-plugins/e16-epplets
parent3f9cf298e89cd5037b982abba06091224ee76daf (diff)
downloadbaldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.gz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.tar.xz
baldeagleos-repo-f716a9fe6455d39eef01e718aae68dae61c19704.zip
Adding metadata
Diffstat (limited to 'x11-plugins/e16-epplets')
-rw-r--r--x11-plugins/e16-epplets/Manifest1
-rw-r--r--x11-plugins/e16-epplets/e16-epplets-0.18.ebuild47
-rw-r--r--x11-plugins/e16-epplets/metadata.xml22
3 files changed, 0 insertions, 70 deletions
diff --git a/x11-plugins/e16-epplets/Manifest b/x11-plugins/e16-epplets/Manifest
deleted file mode 100644
index 7bbe2c6d0d22..000000000000
--- a/x11-plugins/e16-epplets/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST e16-epplets-0.18.tar.xz 810952 BLAKE2B 6e2ddda5030622f4c54cd26b3cc9abfddca2bbab6ac3e96af01fcc8939d5fbbd087b7d6d1d3627821c2ac8857fb51e130ee4e7f87f3e4beaf52e44d9e05505ea SHA512 8c38e885a2b3cff0ab68068bf691c39750e2f521bda151c35e4d0e837288d3d6a1d25817bcc2b8e2b82f238429f5ef5d4fd9d4dc8b3a51827098c94711b1c0eb
diff --git a/x11-plugins/e16-epplets/e16-epplets-0.18.ebuild b/x11-plugins/e16-epplets/e16-epplets-0.18.ebuild
deleted file mode 100644
index b11376d2b880..000000000000
--- a/x11-plugins/e16-epplets/e16-epplets-0.18.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Enlightenment DR16 epplets"
-HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/"
-SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz"
-
-LICENSE="GPL-2+ BSD public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="cdaudio libgtop opengl"
-
-RDEPEND="
- media-libs/imlib2
- x11-libs/libX11
- x11-libs/libXext
- x11-wm/e16
- cdaudio? ( media-libs/libcdaudio )
- libgtop? ( gnome-base/libgtop:= )
- opengl? ( media-libs/libglvnd[X] )
-"
-DEPEND="
- ${RDEPEND}
- x11-base/xorg-proto
-"
-BDEPEND="
- virtual/pkgconfig
-"
-
-src_configure() {
- local myconf=(
- $(use_enable cdaudio)
- $(use_enable opengl glx)
- $(use_with libgtop)
- --disable-esd
- --disable-static
- --disable-werror
- )
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${ED}"/usr -name '*.la' -delete || die
-}
diff --git a/x11-plugins/e16-epplets/metadata.xml b/x11-plugins/e16-epplets/metadata.xml
deleted file mode 100644
index a8861ea8d372..000000000000
--- a/x11-plugins/e16-epplets/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ceamac@gentoo.org</email>
- <name>Viorel Munteanu</name>
- </maintainer>
- <use>
- <flag name="cdaudio">Enable CD Audio support using <pkg>media-libs/libcdaudio</pkg></flag>
- <flag name="libgtop">Use <pkg>gnome-base/libgtop</pkg> to obtain system load information</flag>
- </use>
- <upstream>
- <remote-id type="sourceforge">enlightenment</remote-id>
- </upstream>
- <longdescription>
- Epplets are small, handy Enlightenment applets, similar to "dockapps"
- or "applets" for other packages. The epplets package contains the
- base epplet API library and header files, as well as the core set of
- epplets, including CPU monitors, clocks, a mail checker, mixers, a
- slideshow, a URL grabber, a panel-like toolbar, and more.
- </longdescription>
-</pkgmetadata>