summaryrefslogtreecommitdiff
path: root/x11-plugins/e16-epplets
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 05:48:38 -0500
commitbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch)
tree0d7a74b4463ee387f9cf9368ceb1b757f694f72a /x11-plugins/e16-epplets
parentf716a9fe6455d39eef01e718aae68dae61c19704 (diff)
downloadbaldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz
baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
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, 70 insertions, 0 deletions
diff --git a/x11-plugins/e16-epplets/Manifest b/x11-plugins/e16-epplets/Manifest
new file mode 100644
index 000000000000..7bbe2c6d0d22
--- /dev/null
+++ b/x11-plugins/e16-epplets/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..b11376d2b880
--- /dev/null
+++ b/x11-plugins/e16-epplets/e16-epplets-0.18.ebuild
@@ -0,0 +1,47 @@
+# 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
new file mode 100644
index 000000000000..a8861ea8d372
--- /dev/null
+++ b/x11-plugins/e16-epplets/metadata.xml
@@ -0,0 +1,22 @@
+<?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>