diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-21 09:57:37 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-21 09:57:37 +0200 |
commit | 91672788a40ff232e193f4ed1e5413e4012a954e (patch) | |
tree | 3e6034988b61522a4c7ca745abc91c3f6f86e84e /x11-plugins | |
parent | dev-python/astroid: Bump to 3.3.3 (diff) | |
download | gentoo-91672788a40ff232e193f4ed1e5413e4012a954e.tar.gz gentoo-91672788a40ff232e193f4ed1e5413e4012a954e.tar.bz2 gentoo-91672788a40ff232e193f4ed1e5413e4012a954e.zip |
x11-plugins/e16-epplets: drop 0.16
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/e16-epplets/Manifest | 1 | ||||
-rw-r--r-- | x11-plugins/e16-epplets/e16-epplets-0.16.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/x11-plugins/e16-epplets/Manifest b/x11-plugins/e16-epplets/Manifest index d97bb22a35c4..f0936ecd8ea4 100644 --- a/x11-plugins/e16-epplets/Manifest +++ b/x11-plugins/e16-epplets/Manifest @@ -1,2 +1 @@ -DIST e16-epplets-0.16.tar.xz 800796 BLAKE2B 70785fce2949bb5e3b0f950436e63246b576dc2dc13ac392e2d884f913e0f22e68b428b416e20807adfb47ca7a148bb3242efff6dbeac8c734ed645ff3f1c705 SHA512 2cc90dee741a50f54665078db6197d7736d5423419439e640d5170057b80111458dbf4b7c9a92898e96654b1af4a986e5cedb88a565616e70ed0fba6ec82cd9b DIST e16-epplets-0.17.tar.xz 797728 BLAKE2B 17d1bcd885c2da1192e1ac249cc57b2b0316f10f163b4dbefd4bf10315142ec89c64e8ff0e6b8a6e86a2f393720b41324978117026150a05fd349783f3eecdff SHA512 26731b5da902f2afb7aaaa80513c2eef5a476c4156396390e08f406746e20e5cfa4ac3309b97f1104f7f53bd824be333b7a791e34480c3aaaa64856eeecf0f2a diff --git a/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild b/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild deleted file mode 100644 index 3e98bd76b0c9..000000000000 --- a/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Enlightenment DR16 epplets" -HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/" -SRC_URI="https://downloads.sourceforge.net/enlightenment/${P}.tar.xz" -KEYWORDS="~amd64 ~x86" - -LICENSE="GPL-2+ BSD public-domain" -SLOT="0" -IUSE="cdaudio libgtop opengl" - -BDEPEND=" - virtual/pkgconfig -" -CDEPEND=" - cdaudio? ( media-libs/libcdaudio ) - libgtop? ( gnome-base/libgtop ) - opengl? ( media-libs/glu media-libs/mesa[X(+)] ) - >=media-libs/imlib2-1.2.0 - x11-libs/libX11 - x11-libs/libXext - x11-wm/e16 -" -RDEPEND="${CDEPEND} - !x11-plugins/epplets -" -DEPEND="${CDEPEND} - x11-base/xorg-proto -" - -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 -} |