summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-16 21:51:50 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-16 21:51:50 -0400
commitf2717c3be88c7e9aa707a1e15a07630a30bd4808 (patch)
tree97db591fa5cee043c5ad7f43fe048d5544c7d079 /media-libs
parentefl: move live git ebuild to the main tree (diff)
downloadenlightenment-f2717c3be88c7e9aa707a1e15a07630a30bd4808.tar.gz
enlightenment-f2717c3be88c7e9aa707a1e15a07630a30bd4808.tar.bz2
enlightenment-f2717c3be88c7e9aa707a1e15a07630a30bd4808.zip
elementary: move live git ebuild to the main tree
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/elementary/ChangeLog44
-rw-r--r--media-libs/elementary/Manifest1
-rw-r--r--media-libs/elementary/elementary-1.8.2.ebuild54
-rw-r--r--media-libs/elementary/elementary-9999.ebuild54
-rw-r--r--media-libs/elementary/metadata.xml26
5 files changed, 0 insertions, 179 deletions
diff --git a/media-libs/elementary/ChangeLog b/media-libs/elementary/ChangeLog
deleted file mode 100644
index ea76713..0000000
--- a/media-libs/elementary/ChangeLog
+++ /dev/null
@@ -1,44 +0,0 @@
-# ChangeLog for media-libs/elementary
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*elementary-1.8.1 (14 Dec 2013)
-
- 14 Dec 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- +elementary-1.8.1.ebuild:
- Version bump
-
-*elementary-1.8.0_beta2 (30 Nov 2013)
-
- 30 Nov 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- -elementary-1.8.0_beta1.ebuild, +elementary-1.8.0_beta2.ebuild:
- Version bump
-
-*elementary-1.8.0_beta1 (30 Nov 2013)
-
- 30 Nov 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- +elementary-1.8.0_beta1.ebuild:
- Add pre-release
-
- 16 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- -elementary-0.7.0.52995.ebuild, -elementary-0.7.0.55225.ebuild:
- Drop old snapshot ebuilds
-
-*elementary-0.7.0.55225 (19 Dec 2010)
-
- 19 Dec 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- +elementary-0.7.0.55225.ebuild:
- Add latest snapshot
-
-*elementary-0.7.0.52995 (06 Oct 2010)
-
- 06 Oct 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- -elementary-0.7.0.49898.ebuild, +elementary-0.7.0.52995.ebuild:
- Bump elementary to latest snapshot
-
-*elementary-0.6.0.063 (20 Dec 2009)
-
- 20 Dec 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
- +elementary-0.6.0.063.ebuild:
- Add snapshot for elementary
-
diff --git a/media-libs/elementary/Manifest b/media-libs/elementary/Manifest
deleted file mode 100644
index 73f32a3..0000000
--- a/media-libs/elementary/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST elementary-1.8.2.tar.bz2 12131453 SHA256 958c50fbb3ffa77c0f2792a9787cd3d2022464b449cbb024256cf3442e145990 SHA512 739763e35cda638e0a4e3fad01aa732d34e369b5965fd367f819e30a2446df98dbdf7bb39c3ab20a4cda75318ab2c5762d57ce28be58bfa5e024e4a3075ebf1b WHIRLPOOL bc2015d346f3abc70b84f9b3e714ca12100c7afd4d17db581f14b6c828846a9028703e5ac060ebb5d4e9e38235819b7b2c75cc0dfd379e274a77fafa3eceae23
diff --git a/media-libs/elementary/elementary-1.8.2.ebuild b/media-libs/elementary/elementary-1.8.2.ebuild
deleted file mode 100644
index 28d30e9..0000000
--- a/media-libs/elementary/elementary-1.8.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MY_P=${P/_/-}
-
-if [[ "${PV}" == "9999" ]] ; then
- EGIT_SUB_PROJECT="core"
- EGIT_URI_APPEND="${PN}"
-else
- SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.bz2"
- EKEY_STATE="snap"
-fi
-
-inherit enlightenment
-
-DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices."
-HOMEPAGE="http://trac.enlightenment.org/e/wiki/Elementary"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs"
-
-DEPEND="
- >=dev-libs/efl-1.8.3[sdl?,png,wayland?,X?]
- "
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- MY_ECONF="
- $(use_enable debug)
- $(use_enable doc)
- --disable-ecore-cocoa
- --disable-ecore-psl1ght
- --disable-ecore-win32
- --disable-ecore-wince
- --disable-elocation
- --disable-emap
- --disable-eweather
- $(use_enable examples build-examples)
- $(use_enable examples install-examples)
- $(use_enable fbcon ecore-fb)
- $(use_enable sdl ecore-sdl)
- $(use_enable wayland ecore-wayland)
- $(use_enable X ecore-x)
- $(use_enable quicklaunch quick-launch)
- "
-
- enlightenment_src_configure
-}
diff --git a/media-libs/elementary/elementary-9999.ebuild b/media-libs/elementary/elementary-9999.ebuild
deleted file mode 100644
index f8c7cdf..0000000
--- a/media-libs/elementary/elementary-9999.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MY_P=${P/_/-}
-
-if [[ "${PV}" == "9999" ]] ; then
- EGIT_SUB_PROJECT="core"
- EGIT_URI_APPEND="${PN}"
-else
- SRC_URI="http://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.bz2"
- EKEY_STATE="snap"
-fi
-
-inherit enlightenment
-
-DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices."
-HOMEPAGE="http://trac.enlightenment.org/e/wiki/Elementary"
-
-LICENSE="LGPL-2.1"
-KEYWORDS=""
-IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs"
-
-DEPEND="
- >=dev-libs/efl-1.8.0_beta1[sdl?,png,wayland?,X?]
- "
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- MY_ECONF="
- $(use_enable debug)
- $(use_enable doc)
- --disable-ecore-cocoa
- --disable-ecore-psl1ght
- --disable-ecore-win32
- --disable-ecore-wince
- --disable-elocation
- --disable-emap
- --disable-eweather
- $(use_enable examples build-examples)
- $(use_enable examples install-examples)
- $(use_enable fbcon ecore-fb)
- $(use_enable sdl ecore-sdl)
- $(use_enable wayland ecore-wayland)
- $(use_enable X ecore-x)
- $(use_enable quicklaunch quick-launch)
- "
-
- enlightenment_src_configure
-}
diff --git a/media-libs/elementary/metadata.xml b/media-libs/elementary/metadata.xml
deleted file mode 100644
index c97a08e..0000000
--- a/media-libs/elementary/metadata.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>enlightenment@gentoo.org</email>
-</maintainer>
-<use>
- <flag name="dbus">Enable integration with <pkg>dev-libs/e_dbus</pkg>.</flag>
- <flag name="quicklaunch">Enable quick-launch support</flag>
- <flag name="thumbnails">Enable integration with <pkg>media-libs/ethumb</pkg> to generate and show thumbnails automatically.</flag>
- <flag name="weather">Enable integration with <pkg>net-libs/libeweather</pkg> to provide weather widget.</flag>
- <flag name="xdg">Enable integration with <pkg>dev-libs/efreet</pkg> for cross-desktop standards (freedesktop.org).</flag>
-</use>
-<longdescription>
-Elementary is a widget set. It is a new-style of widget set much more
-canvas object based than anything else. Why not ETK? Why not EWL? Well
-they both tend to veer away from the core of Evas, Ecore and Edje a
-lot to build their own worlds. Also I wanted something focused on
-embedded devices - specifically small touchscreens. Unlike GTK+ and
-Qt, 75% of the "widget set" is already embodied in a common core -
-Ecore, Edje, Evas etc. So this fine-grained library splitting means
-all of this is shared, just a new widget "personality" is on top. And
-that is... Elementary, my dear watson. Elementary.
-</longdescription>
-</pkgmetadata>