diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-06-17 15:27:39 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-22 20:49:59 +0200 |
commit | 4ed130ff5fbd6e296d426814f2f7513d5f8bbc79 (patch) | |
tree | 6c1fff17683361a4882d52d4f9df9b392420955e /x11-plugins | |
parent | app-doc/edox-data: removal (diff) | |
download | gentoo-4ed130ff5fbd6e296d426814f2f7513d5f8bbc79.tar.gz gentoo-4ed130ff5fbd6e296d426814f2f7513d5f8bbc79.tar.bz2 gentoo-4ed130ff5fbd6e296d426814f2f7513d5f8bbc79.zip |
x11-plugins/epplets: removal
Bug: https://bugs.gentoo.org/656020
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/epplets/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.12.ebuild | 27 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.14.ebuild | 31 | ||||
-rw-r--r-- | x11-plugins/epplets/metadata.xml | 15 |
4 files changed, 0 insertions, 75 deletions
diff --git a/x11-plugins/epplets/Manifest b/x11-plugins/epplets/Manifest deleted file mode 100644 index 9df1b60e697c..000000000000 --- a/x11-plugins/epplets/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST epplets-0.12.tar.gz 894232 BLAKE2B dc86da84888531a1af5b052c739b4f4d06d0d9013fe9d0f996ea529b2ad77541fa9e0b5c7acf30a2443c56c66a6765c6aab30f1bf36a560968194a85d980c723 SHA512 b8b017ed4199f6a083db4e66090611e24d50428d287b1ef414725e68bc48ecedc3f6a3c9f68d38645e9146739e35e43ca08197d832b38d580039f3a050de93dc -DIST epplets-0.14.tar.gz 971885 BLAKE2B c9dbbb268ec4580a81f0c7a8a786a5fcf03c88463be997de469892b57798d11c9e0e33196e2e83c2ea648888c5ec61cc964b06ed596b98606292b3719e3af25d SHA512 d83d60521fe06497f109c3fbb5c2e10abd36a43b050c10787a68d9f9f8c2866f57d78a8559a482654d9bb0eaaf3ce791e4839bb0fda88ccbf026d8ec5dc93824 diff --git a/x11-plugins/epplets/epplets-0.12.ebuild b/x11-plugins/epplets/epplets-0.12.ebuild deleted file mode 100644 index 1b147792f12d..000000000000 --- a/x11-plugins/epplets/epplets-0.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Base files for Enlightenment epplets and some epplets" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - media-libs/freeglut - media-libs/imlib2 - >=x11-wm/enlightenment-0.16.4" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog -} diff --git a/x11-plugins/epplets/epplets-0.14.ebuild b/x11-plugins/epplets/epplets-0.14.ebuild deleted file mode 100644 index 416ba6a70a62..000000000000 --- a/x11-plugins/epplets/epplets-0.14.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -DESCRIPTION="Base files for Enlightenment epplets and some epplets" -HOMEPAGE="https://www.enlightenment.org/" -SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ppc x86" -IUSE="static-libs" - -RDEPEND="x11-libs/libX11 - x11-libs/libXext - media-libs/freeglut - media-libs/imlib2 - >=x11-wm/enlightenment-0.16.4" -DEPEND="${RDEPEND} - virtual/pkgconfig - x11-base/xorg-proto" - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - use static-libs || find "${ED}"/usr -name '*.la' -delete -} diff --git a/x11-plugins/epplets/metadata.xml b/x11-plugins/epplets/metadata.xml deleted file mode 100644 index dc98629925af..000000000000 --- a/x11-plugins/epplets/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<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> -<upstream> - <remote-id type="sourceforge">enlightenment</remote-id> -</upstream> -</pkgmetadata> |