[gentoo-commits] repo/gentoo:master commit in: x11-plugins/epplets/

2018-06-22 Thread Michał Górny
commit: 4ed130ff5fbd6e296d426814f2f7513d5f8bbc79
Author: Joonas Niilola  gmail  com>
AuthorDate: Sun Jun 17 12:27:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 22 18:49:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed130ff

x11-plugins/epplets: removal

Bug: https://bugs.gentoo.org/656020

 x11-plugins/epplets/Manifest|  2 --
 x11-plugins/epplets/epplets-0.12.ebuild | 27 ---
 x11-plugins/epplets/epplets-0.14.ebuild | 31 ---
 x11-plugins/epplets/metadata.xml| 15 ---
 4 files changed, 75 deletions(-)

diff --git a/x11-plugins/epplets/Manifest b/x11-plugins/epplets/Manifest
deleted file mode 100644
index 9df1b60e697..000
--- 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 
c9dbbb268ec4580a81f0c7a8a786a5fcf03c88463be997de469892b57798d11c9e0e33196e2e83c2ea64c5ec61cc964b06ed596b98606292b3719e3af25d
 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 1b147792f12..000
--- 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 416ba6a70a6..000
--- 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 dc98629925a..000
--- a/x11-plugins/epplets/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-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.
-
-
-   enlightenment
-
-



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/epplets/

2018-04-16 Thread Michał Górny
commit: fff4b871fd74740b8443cf2903e6b8511b7f4cc2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 16 15:18:55 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 16 15:34:28 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff4b871

x11-plugins/epplets: Drop disbanded enlightenment project

 x11-plugins/epplets/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/x11-plugins/epplets/metadata.xml b/x11-plugins/epplets/metadata.xml
index ed20e62036a..dc98629925a 100644
--- a/x11-plugins/epplets/metadata.xml
+++ b/x11-plugins/epplets/metadata.xml
@@ -1,10 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   enlightenm...@gentoo.org
-   Project Enlightenment
-
+
 
 Epplets are small, handy Enlightenment applets, similar to 'dockapps'
 or 'applets' for other packages.  The epplets package contains the



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/epplets/, dev-libs/efreet/, media-plugins/imlib2_loaders/, ...

2015-08-24 Thread Justin Lecher
commit: 8af89b55d36e444e62a39c09c1e6a5db6c9fb6f5
Author: Justin Lecher jlec AT gentoo DOT org
AuthorDate: Mon Aug 24 12:13:39 2015 +
Commit: Justin Lecher jlec AT gentoo DOT org
CommitDate: Mon Aug 24 12:13:39 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af89b55

Convert all URIs for enlightenment.org and bugzilla.xfce.org to https

Signed-off-by: Justin Lecher jlec AT gentoo.org

 app-benchmarks/expedite/expedite-1.7.10.ebuild| 2 +-
 app-doc/edox-data/edox-data-0.16.8.0.2.ebuild | 2 +-
 dev-games/etrophy/etrophy-0.5.1.ebuild| 2 +-
 dev-libs/e_dbus/e_dbus-1.7.10.ebuild  | 2 +-
 dev-libs/e_dbus/e_dbus-.ebuild| 2 +-
 dev-libs/ecore/ecore-1.7.10.ebuild| 2 +-
 dev-libs/ecore/ecore-.ebuild  | 2 +-
 dev-libs/eet/eet-1.7.10.ebuild| 4 ++--
 dev-libs/eet/eet-1.7.8.ebuild | 4 ++--
 dev-libs/eet/eet-1.7.9.ebuild | 4 ++--
 dev-libs/eet/eet-.ebuild  | 4 ++--
 dev-libs/eeze/eeze-1.7.10.ebuild  | 4 ++--
 dev-libs/eeze/eeze-1.7.8.ebuild   | 4 ++--
 dev-libs/eeze/eeze-1.7.9.ebuild   | 4 ++--
 dev-libs/eeze/eeze-.ebuild| 4 ++--
 dev-libs/efl/efl-1.12.2.ebuild| 4 ++--
 dev-libs/efl/efl-1.13.1.ebuild| 4 ++--
 dev-libs/efl/efl-1.15.0.ebuild| 4 ++--
 dev-libs/efl/efl-.ebuild  | 4 ++--
 dev-libs/efreet/efreet-1.7.10.ebuild  | 2 +-
 dev-libs/efreet/efreet-.ebuild| 2 +-
 dev-libs/eina/eina-1.7.10.ebuild  | 2 +-
 dev-libs/eina/eina-1.7.9.ebuild   | 2 +-
 dev-libs/eina/eina-.ebuild| 2 +-
 dev-libs/eio/eio-1.7.10.ebuild| 4 ++--
 dev-libs/eio/eio-1.7.8.ebuild | 4 ++--
 dev-libs/eio/eio-1.7.9.ebuild | 4 ++--
 dev-libs/eio/eio-.ebuild  | 4 ++--
 dev-libs/embryo/embryo-1.7.10.ebuild  | 2 +-
 dev-libs/embryo/embryo-.ebuild| 2 +-
 media-libs/edje/edje-1.7.10.ebuild| 4 ++--
 media-libs/edje/edje-1.7.8.ebuild | 4 ++--
 media-libs/edje/edje-1.7.9.ebuild | 4 ++--
 media-libs/edje/edje-.ebuild  | 4 ++--
 media-libs/elementary/elementary-1.12.2.ebuild| 4 ++--
 media-libs/elementary/elementary-1.13.1.ebuild| 4 ++--
 media-libs/elementary/elementary-1.15.0.ebuild| 4 ++--
 media-libs/elementary/elementary-.ebuild  | 4 ++--
 media-libs/emotion/emotion-1.7.10.ebuild  | 2 +-
 media-libs/emotion/emotion-1.7.8.ebuild   | 2 +-
 media-libs/emotion/emotion-1.7.9.ebuild   | 2 +-
 media-libs/emotion/emotion-.ebuild| 2 +-
 media-libs/ethumb/ethumb-1.7.8.ebuild | 4 ++--
 media-libs/ethumb/ethumb-1.7.9.ebuild | 4 ++--
 media-libs/evas/evas-1.7.10.ebuild| 4 ++--
 media-libs/evas/evas-1.7.8.ebuild | 4 ++--
 media-libs/evas/evas-1.7.9.ebuild | 4 ++--
 media-libs/evas/evas-.ebuild  | 4 ++--
 media-libs/fnlib/fnlib-0.5-r2.ebuild  | 2 +-
 media-libs/imlib2/imlib2-1.4.5-r1.ebuild  | 2 +-
 media-libs/imlib2/imlib2-1.4.6-r1.ebuild  | 2 +-
 media-libs/imlib2/imlib2-1.4.6-r2.ebuild  | 2 +-
 media-libs/imlib2/imlib2-1.4.7.ebuild | 2 +-
 media-libs/imlib2/imlib2-.ebuild  | 2 +-
 .../emotion_generic_players/emotion_generic_players-1.15.0.ebuild | 4 ++--
 .../emotion_generic_players/emotion_generic_players-.ebuild   | 4 ++--
 media-plugins/evas_generic_loaders/evas_generic_loaders-1.12.0.ebuild | 4 ++--
 

[gentoo-commits] repo/gentoo:master commit in: x11-plugins/epplets/

2015-08-10 Thread Mike Frysinger
commit: 0931e429fabf24dd7aaa48c782a4d86572f4ddc2
Author: Mike Frysinger vapier AT gentoo DOT org
AuthorDate: Mon Aug 10 11:15:14 2015 +
Commit: Mike Frysinger vapier AT gentoo DOT org
CommitDate: Mon Aug 10 11:15:14 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0931e429

epplets: stabilize for all #540208

 x11-plugins/epplets/epplets-0.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/epplets/epplets-0.14.ebuild 
b/x11-plugins/epplets/epplets-0.14.ebuild
index 5f4d2c7..eb2d765 100644
--- a/x11-plugins/epplets/epplets-0.14.ebuild
+++ b/x11-plugins/epplets/epplets-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ 
SRC_URI=mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz
 
 LICENSE=GPL-2
 SLOT=0
-KEYWORDS=~alpha ~amd64 ~ppc ~x86
+KEYWORDS=alpha amd64 ppc x86
 IUSE=static-libs
 
 RDEPEND=x11-libs/libX11