diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /media-libs/elementary | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'media-libs/elementary')
-rw-r--r-- | media-libs/elementary/Manifest | 3 | ||||
-rw-r--r-- | media-libs/elementary/elementary-1.12.2.ebuild | 54 | ||||
-rw-r--r-- | media-libs/elementary/elementary-1.13.1.ebuild | 52 | ||||
-rw-r--r-- | media-libs/elementary/elementary-1.15.0.ebuild | 51 | ||||
-rw-r--r-- | media-libs/elementary/elementary-9999.ebuild | 51 | ||||
-rw-r--r-- | media-libs/elementary/metadata.xml | 19 |
6 files changed, 230 insertions, 0 deletions
diff --git a/media-libs/elementary/Manifest b/media-libs/elementary/Manifest new file mode 100644 index 00000000000..fbeef5bc9ad --- /dev/null +++ b/media-libs/elementary/Manifest @@ -0,0 +1,3 @@ +DIST elementary-1.12.2.tar.bz2 16726431 SHA256 c6aa5e83224400babdd2a6ed848eeb09aa9bed2e1f573619d4d8c0dbf29fcd12 SHA512 05c9fb012bd933fe52978d0bdec7d80be06a54531d6c026de0cd32c7ba218c2c9960ed6c5f5aa94360c88a4465dbd3b8df7d92e73bc6bb754493b44825858232 WHIRLPOOL 97666a5072e280a613f21b3c32566b6a47a0d5a46fbe4983ec3e40c35bba6bd1f5d8f4d09557023494a9eaa89dc14711b8cc007d81e4c19881601955c1acf3df +DIST elementary-1.13.1.tar.xz 16120080 SHA256 11595b6c5f511150a26e970bf8e590f96a6ce9e33e5dd8419407013844b2b74f SHA512 b8d4e3ff2447a80a98119753012e6ef0666ca569e4d401e66477a51667b6e940eb9c02d87f37b289b257db2855fc35486f0229e8861e74b6c48366aac30caa9f WHIRLPOOL 5400f9a11f2997fde9ee7b170ccf6b8833ad0fdecf229fc2dcbb9eea731e40958922672b47fa539df533006b29f7a197473cb3b24b8bac51a4159fc9f249ec46 +DIST elementary-1.15.0.tar.xz 18430880 SHA256 2be3180acbb9fa2fc0e9351b5508318925eb38733a6d54e1b3fc75e58368f1b0 SHA512 5441ebc012cf76aad074d25394cbb855decabcefa5a8b5feb2909a4fbc470fad32b1660fbc0bd47f6c11267d11cb21fe9df283718d4ccf68ffe44319de229781 WHIRLPOOL 29aa20103a56bd527754f14841216f0c6198e2663836455cc8b6391a88ca558c632f15868b948059616e659fd7c43f797526a472cba26ba38bc5195f562fbb3c diff --git a/media-libs/elementary/elementary-1.12.2.ebuild b/media-libs/elementary/elementary-1.12.2.ebuild new file mode 100644 index 00000000000..6255f332846 --- /dev/null +++ b/media-libs/elementary/elementary-1.12.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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 arm x86" +IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs" + +DEPEND=" + =dev-libs/efl-${PV}[fbcon?,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-elocation + --disable-emap + --disable-eweather + $(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) + " +#broken: make[4]: *** No rule to make target 'prefs_example_01.epb', needed by 'all-am'. Stop +# $(use_enable examples build-examples) + + enlightenment_src_configure +} diff --git a/media-libs/elementary/elementary-1.13.1.ebuild b/media-libs/elementary/elementary-1.13.1.ebuild new file mode 100644 index 00000000000..6c6bf2ade8d --- /dev/null +++ b/media-libs/elementary/elementary-1.13.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +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.xz" + 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 ~arm ~x86" +IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs" + +DEPEND=">=dev-libs/efl-${PV}[fbcon?,sdl?,png,wayland?,X?]" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + E_ECONF=( + $(use_enable debug) + $(use_enable doc) + --disable-ecore-cocoa + --disable-ecore-psl1ght + --disable-ecore-win32 + --disable-elocation + --disable-emap + --disable-eweather + # broken: make[4]: *** No rule to make target 'prefs_example_01.epb', needed by 'all-am'. Stop + #$(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-1.15.0.ebuild b/media-libs/elementary/elementary-1.15.0.ebuild new file mode 100644 index 00000000000..838660d1051 --- /dev/null +++ b/media-libs/elementary/elementary-1.15.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +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.xz" + 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" +IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs" + +DEPEND=">=dev-libs/efl-${PV}[fbcon?,sdl?,png,wayland?,X?]" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + E_ECONF=( + $(use_enable debug) + $(use_enable doc) + --disable-ecore-cocoa + --disable-ecore-psl1ght + --disable-ecore-win32 + --disable-elocation + --disable-emap + --disable-eweather + # broken: make[4]: *** No rule to make target 'prefs_example_01.epb', needed by 'all-am'. Stop + #$(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 new file mode 100644 index 00000000000..838660d1051 --- /dev/null +++ b/media-libs/elementary/elementary-9999.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +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.xz" + 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" +IUSE="debug examples fbcon quicklaunch sdl wayland X static-libs" + +DEPEND=">=dev-libs/efl-${PV}[fbcon?,sdl?,png,wayland?,X?]" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + E_ECONF=( + $(use_enable debug) + $(use_enable doc) + --disable-ecore-cocoa + --disable-ecore-psl1ght + --disable-ecore-win32 + --disable-elocation + --disable-emap + --disable-eweather + # broken: make[4]: *** No rule to make target 'prefs_example_01.epb', needed by 'all-am'. Stop + #$(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 new file mode 100644 index 00000000000..d6388e48458 --- /dev/null +++ b/media-libs/elementary/metadata.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>enlightenment</herd> +<use> + <flag name="quicklaunch">Enable quick-launch support</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> |