public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-games/etrophy/, x11-plugins/echievements/, dev-libs/e_dbus/, profiles/
@ 2016-04-02  4:25 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2016-04-02  4:25 UTC (permalink / raw
  To: gentoo-commits

commit:     16add2ff1a922c19df0b690babd60acd8d08a412
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 04:24:52 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 04:25:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16add2ff

punt+mask more old e17 ebuilds #571796

 dev-games/etrophy/Manifest                     |  1 -
 dev-games/etrophy/etrophy-0.5.1.ebuild         | 28 -----------
 dev-games/etrophy/metadata.xml                 |  8 ----
 dev-libs/e_dbus/Manifest                       |  1 -
 dev-libs/e_dbus/e_dbus-1.7.10.ebuild           | 59 -----------------------
 dev-libs/e_dbus/e_dbus-9999.ebuild             | 66 --------------------------
 dev-libs/e_dbus/metadata.xml                   | 13 -----
 profiles/package.mask                          |  2 +
 x11-plugins/echievements/Manifest              |  1 -
 x11-plugins/echievements/echievements-2.ebuild | 22 ---------
 x11-plugins/echievements/metadata.xml          |  8 ----
 11 files changed, 2 insertions(+), 207 deletions(-)

diff --git a/dev-games/etrophy/Manifest b/dev-games/etrophy/Manifest
deleted file mode 100644
index 9deaab6..0000000
--- a/dev-games/etrophy/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST etrophy-0.5.1.tar.bz2 328345 SHA256 4d9c2f2deb017d67909d88718f1a97e80ab611538491956995377189f780ca0d SHA512 37c08a1dc95a7d5c1dbf7efa7c769f3418d7e02a67591cc12bc5f7b1b6883450fe69b0c792ea07167df377a3e972671aa8c7f9dd27754e50261b02d2fcecbc2b WHIRLPOOL ff6d0014d265e31580f04e0daf2af5fa0311a0f5c333460697b49820245ee0515f54835bad639cd28e38feb5c9c9cb809d81079428eecc8e04b98cfff7382a28

diff --git a/dev-games/etrophy/etrophy-0.5.1.ebuild b/dev-games/etrophy/etrophy-0.5.1.ebuild
deleted file mode 100644
index 033f687..0000000
--- a/dev-games/etrophy/etrophy-0.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit enlightenment
-
-DESCRIPTION="Library for managing scores, trophies and unlockables,stores them and provides views to display them"
-
-SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2"
-LICENSE="BSD-2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="doc static-libs"
-
-RDEPEND="dev-libs/efl
-	>=media-libs/elementary-1.8.0"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_configure() {
-	MY_ECONF="
-		$(use_enable doc)
-		"
-
-	enlightenment_src_configure
-}

diff --git a/dev-games/etrophy/metadata.xml b/dev-games/etrophy/metadata.xml
deleted file mode 100644
index 8dca222..0000000
--- a/dev-games/etrophy/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>enlightenment@gentoo.org</email>
-	<name>Project Enlightenment</name>
-</maintainer>
-</pkgmetadata>

diff --git a/dev-libs/e_dbus/Manifest b/dev-libs/e_dbus/Manifest
deleted file mode 100644
index 624a29c..0000000
--- a/dev-libs/e_dbus/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST e_dbus-1.7.10.tar.bz2 439191 SHA256 b93f778a4bf50ce044b4798e08a03f62e9b890c47305f9d5839989481f38ddd4 SHA512 db3e3106cd3f66699dd59433beb8592115a8970982c7dc49f04458bc162acbbece5c6ec08bea994cc7eca04fe786ad45961bb555d2dfd364d07d3673d144b3c4 WHIRLPOOL 2f351946be4e47722fb6c027641d0054aed5fcd1523a02d20758763423100086e4c5bcf129f448c764a39ce8b4748c62b58c5e8dc9d3e676077866879b219f04

diff --git a/dev-libs/e_dbus/e_dbus-1.7.10.ebuild b/dev-libs/e_dbus/e_dbus-1.7.10.ebuild
deleted file mode 100644
index 9eab097..0000000
--- a/dev-libs/e_dbus/e_dbus-1.7.10.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit enlightenment
-
-DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
-SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2"
-
-LICENSE="BSD-2"
-KEYWORDS="amd64 ~arm x86"
-IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
-
-RDEPEND=">=dev-libs/efl-1.8.4
-	sys-apps/dbus
-	connman? ( >=net-misc/connman-0.75 )
-	udev? ( || ( sys-power/upower sys-power/upower-pm-utils ) sys-fs/udisks:0 )
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV%%_*}
-
-src_configure() {
-	E_ECONF+=(
-		$(use_enable bluetooth ebluez)
-		$(use_enable connman econnman0_7x)
-		$(use_enable doc)
-		--disable-ehal
-		$(use_enable libnotify enotify)
-		$(use_enable ofono eofono)
-		$(use_enable test-binaries edbus-test)
-		$(use_enable test-binaries edbus-test-client)
-		$(use_enable udev eukit)
-	)
-	if use test-binaries ; then
-		E_ECONF+=(
-			$(use_enable bluetooth edbus-bluez-test)
-			$(use_enable connman edbus-connman0_7x-test)
-			$(use_enable libnotify edbus-notification-daemon-test)
-			$(use_enable libnotify edbus-notify-test)
-			$(use_enable ofono edbus-ofono-test)
-			$(use_enable udev edbus-ukit-test)
-		)
-	else
-		E_ECONF+=(
-			 --disable-edbus-bluez-test
-			--disable-edbus-connman0_7x-test
-			--disable-edbus-notification-daemon-test
-			--disable-edbus-notify-test
-			--disable-edbus-ofono-test
-			--disable-edbus-ukit-test
-			--disable-edbus-async-test
-			--disable-edbus-performance-test
-		)
-	fi
-	enlightenment_src_configure
-}

diff --git a/dev-libs/e_dbus/e_dbus-9999.ebuild b/dev-libs/e_dbus/e_dbus-9999.ebuild
deleted file mode 100644
index 9525c67..0000000
--- a/dev-libs/e_dbus/e_dbus-9999.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-if [[ ${PV} == "9999" ]] ; then
-	EGIT_SUB_PROJECT="legacy"
-	EGIT_URI_APPEND=${PN}
-	EGIT_BRANCH=${PN}-1.7
-else
-	SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2"
-	EKEY_STATE="snap"
-fi
-
-inherit enlightenment
-
-DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
-
-LICENSE="BSD-2"
-IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
-
-RDEPEND=">=dev-libs/efl-1.8.4
-	sys-apps/dbus
-	connman? ( >=net-misc/connman-0.75 )
-	udev? ( || ( sys-power/upower sys-power/upower-pm-utils ) sys-fs/udisks:0 )
-"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-${PV%%_*}
-
-src_configure() {
-	E_ECONF=(
-		$(use_enable bluetooth ebluez)
-		$(use_enable connman econnman0_7x)
-		$(use_enable doc)
-		--disable-ehal
-		$(use_enable libnotify enotify)
-		$(use_enable ofono eofono)
-		$(use_enable test-binaries edbus-test)
-		$(use_enable test-binaries edbus-test-client)
-		$(use_enable udev eukit)
-	)
-	if use test-binaries ; then
-		E_ECONF+=(
-			$(use_enable bluetooth edbus-bluez-test)
-			$(use_enable connman edbus-connman0_7x-test)
-			$(use_enable libnotify edbus-notification-daemon-test)
-			$(use_enable libnotify edbus-notify-test)
-			$(use_enable ofono edbus-ofono-test)
-			$(use_enable udev edbus-ukit-test)
-		)
-	else
-		E_ECONF+=(
-			 --disable-edbus-bluez-test
-			--disable-edbus-connman0_7x-test
-			--disable-edbus-notification-daemon-test
-			--disable-edbus-notify-test
-			--disable-edbus-ofono-test
-			--disable-edbus-ukit-test
-			--disable-edbus-async-test
-			--disable-edbus-performance-test
-		)
-	fi
-	enlightenment_src_configure
-}

diff --git a/dev-libs/e_dbus/metadata.xml b/dev-libs/e_dbus/metadata.xml
deleted file mode 100644
index f3f59a5..0000000
--- a/dev-libs/e_dbus/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>enlightenment@gentoo.org</email>
-	<name>Project Enlightenment</name>
-</maintainer>
-<use>
-	<flag name="bluetooth">Enable interfacing with <pkg>net-wireless/bluez</pkg> DBus API</flag>
-	<flag name="ofono">Enable interfacing with <pkg>net-misc/ofono</pkg> DBus API</flag>
-	<flag name="test-binaries">Enable building of test binaries for enabled features</flag>
-</use>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 95e7635..a0a5138 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -277,6 +277,7 @@ dev-java/jcs
 # Force people to migrate to the new combined libraries:
 # media-libs/elementary & dev-libs/efl. #571796
 app-benchmarks/expedite
+dev-games/etrophy
 dev-libs/ecore
 dev-libs/edbus
 dev-libs/eet
@@ -291,6 +292,7 @@ media-libs/edje
 media-libs/emotion
 media-libs/ethumb
 media-libs/evas
+x11-plugins/echievements
 
 # Sergei Trofimovich <slyfox@gentoo.org> (19 Jan 2016)
 # Mask broken package. Exposes badly designed API

diff --git a/x11-plugins/echievements/Manifest b/x11-plugins/echievements/Manifest
deleted file mode 100644
index 48e8d8c..0000000
--- a/x11-plugins/echievements/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST echievements-2.tar.bz2 319239 SHA256 061d0f8c44406f0ff4e4d8467cc499d1b5f90debe9d8612b2e167bf454ab7aca SHA512 fdd6391e5e1724ddc153ddda369c1c4fc7ea278492994ad009bc7679c7d4322ecea46ff79cab79d80a4f09480047c3fe9ea4d2f44a66c67af187c5c136d7252e WHIRLPOOL 4afeed2c856a3e251df2ceeabec6740aa37c07e09f84eb27ecf0914da9d51dbad0ebb2422e5b58265251e1417f4fc7e813bfeca569300e86b319c8d8c044458e

diff --git a/x11-plugins/echievements/echievements-2.ebuild b/x11-plugins/echievements/echievements-2.ebuild
deleted file mode 100644
index 590cfb4..0000000
--- a/x11-plugins/echievements/echievements-2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit enlightenment
-
-DESCRIPTION="Show enlightenment echievements"
-
-SRC_URI="https://download.enlightenment.org/releases/${P}.tar.bz2"
-LICENSE="BSD-2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-games/etrophy-0.5.1
-	dev-libs/e_dbus
-	dev-libs/efl
-	x11-wm/enlightenment:0.17="
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"

diff --git a/x11-plugins/echievements/metadata.xml b/x11-plugins/echievements/metadata.xml
deleted file mode 100644
index 8dca222..0000000
--- a/x11-plugins/echievements/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>enlightenment@gentoo.org</email>
-	<name>Project Enlightenment</name>
-</maintainer>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-02  4:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-02  4:25 [gentoo-commits] repo/gentoo:master commit in: dev-games/etrophy/, x11-plugins/echievements/, dev-libs/e_dbus/, profiles/ Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox