diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 07:00:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-23 07:00:28 +0100 |
commit | e23cdda4dbb0c83b9e682ab5e916085a35203da5 (patch) | |
tree | 5a4ac448a3b288b731c24d947e0ce52df3cab07b /x11-plugins/epplets | |
parent | 8187a741807f3e9a9e26304973cf18087dcf2560 (diff) |
gentoo resync : 23.06.2018
Diffstat (limited to 'x11-plugins/epplets')
-rw-r--r-- | x11-plugins/epplets/Manifest | 5 | ||||
-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, 78 deletions
diff --git a/x11-plugins/epplets/Manifest b/x11-plugins/epplets/Manifest deleted file mode 100644 index 45487f70a2c3..000000000000 --- a/x11-plugins/epplets/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST epplets-0.12.tar.gz 894232 BLAKE2B dc86da84888531a1af5b052c739b4f4d06d0d9013fe9d0f996ea529b2ad77541fa9e0b5c7acf30a2443c56c66a6765c6aab30f1bf36a560968194a85d980c723 SHA512 b8b017ed4199f6a083db4e66090611e24d50428d287b1ef414725e68bc48ecedc3f6a3c9f68d38645e9146739e35e43ca08197d832b38d580039f3a050de93dc -DIST epplets-0.14.tar.gz 971885 BLAKE2B c9dbbb268ec4580a81f0c7a8a786a5fcf03c88463be997de469892b57798d11c9e0e33196e2e83c2ea648888c5ec61cc964b06ed596b98606292b3719e3af25d SHA512 d83d60521fe06497f109c3fbb5c2e10abd36a43b050c10787a68d9f9f8c2866f57d78a8559a482654d9bb0eaaf3ce791e4839bb0fda88ccbf026d8ec5dc93824 -EBUILD epplets-0.12.ebuild 606 BLAKE2B 13d48b3727fb1bdd6398bf0212c7d45157922ea39c7a02e0f4a06e91f3794db41a5c604acf1c3c98a0e982c42c05ec164d3e00b0a6c148e1d093f0a5b11a4cfb SHA512 46978afd57abc1938f89337dfe71dbec8e4f6df8b03833871800d44c2ccd8646566500964139c1e0dddea4244015066078ad9c10e76e7434e577024ae821ee59 -EBUILD epplets-0.14.ebuild 693 BLAKE2B ea74e472cf788c17b130c73f30408b6717aa7f0a95607c303e4a524daee18cc88b07555b010944db2c0ff062ba203d4a4c1b02984d020d5843f7203e1e8975dd SHA512 c8a038ba275cf5c57ee8543acf58563be123888755305de68f81812110978d0c1c6774ea0b0600e829ee6c193e6d5190a758b92f3f7115573a2e31c30cc83e41 -MISC metadata.xml 614 BLAKE2B b871de4d369d5bfafe24acd7742e416d380a32793e5481cc8c42ef6496842143b5cd2d068b42c1b860b7ef17a18fdfc31dc3043fd645ef3ed604df8e95a823ef SHA512 51a579ede5d5bc1f61af39627085c348fa1caa557af76bd5b0cb4110880bae02022126bab7646c51857550ff906419927d0f5ce8b7eb6cd2acb30b837927d933 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> |