aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorRobert Piasek <dagger@gentoo.org>2009-02-12 22:44:25 +0000
committerRobert Piasek <dagger@gentoo.org>2009-02-12 22:44:25 +0000
commite66b5e1601ea606ead3749e862f5dab08305f9a8 (patch)
tree6c249d1d826d2b46ee196ccc2bc433de7d3f8536 /x11-wm
parentinitial commit of shr's openmoko-messages3 (diff)
downloadembedded-cross-e66b5e1601ea606ead3749e862f5dab08305f9a8.tar.gz
embedded-cross-e66b5e1601ea606ead3749e862f5dab08305f9a8.tar.bz2
embedded-cross-e66b5e1601ea606ead3749e862f5dab08305f9a8.zip
Revision bump for EFL libraries
Cleanup of old versions
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/e/Manifest6
-rw-r--r--x11-wm/e/e-20081014.ebuild65
-rw-r--r--x11-wm/e/e-20081210.ebuild72
-rw-r--r--x11-wm/e/e-20090108.ebuild77
-rw-r--r--x11-wm/e/e-20090212.ebuild (renamed from x11-wm/e/e-20090201-r38885.ebuild)7
5 files changed, 4 insertions, 223 deletions
diff --git a/x11-wm/e/Manifest b/x11-wm/e/Manifest
index 4cb4978..4e37ced 100644
--- a/x11-wm/e/Manifest
+++ b/x11-wm/e/Manifest
@@ -1,5 +1 @@
-AUX applications.menu 2267 RMD160 812c2384ccbd6e0403c593ca7cd9295f15a22fcd SHA1 5a83b3f38fdf605cbe40809a9b5c70e1e3c62ba1 SHA256 f3d7dda0693bc51be70acb267fb5b5183c9dffc05c37d13cb6b1ced66d1c61f8
-EBUILD e-20081014.ebuild 1441 RMD160 e93e2cee7b3ed55366a54eb7fd61644e6b2cde04 SHA1 97b371a921cec7c54a5a511d5295177fa33ceccd SHA256 2e9ac82dd2cfd450d1868febca88d078502760a4a564271c0c77642589ccb740
-EBUILD e-20081210.ebuild 1626 RMD160 a8c9404bdf805d372f4ba7ccfefc71bb619111fc SHA1 fa8936182419ddee224d08743c2b90e722c9bd7f SHA256 29874c7c3cf911272d7dd7cf668dd467398276ed87846046122c39bcb980cb3d
-EBUILD e-20090108.ebuild 1755 RMD160 d2df810d8fe1a9f0fe0908669f84441d1f332821 SHA1 84d4f8d927307fbf7c8982dc1f497c17c0b7d250 SHA256 c99a0b0a945f440efa9b1506d2242de580ae1a2161c0150c155adcb86113f3da
-EBUILD e-20090201-r38885.ebuild 1762 RMD160 0edc03b6b58f8d435c64e6ed5188f9d50d7f65a2 SHA1 6b322a7c5dbfcacd57d00b87cb289df0eb6e2aa8 SHA256 f012e0af4d105fa6303c1fa65dc66135b5cde7d5427d0ee32e19a8b9d6bd343d
+EBUILD e-20090212.ebuild 1677 RMD160 622896b9b874c960b4d007afdc0658ca9e1e9755 SHA1 c0abd6f6adbe26531f507a25a6218a4ff3fc53c9 SHA256 0c433d36415812bd7cb5152c82b3d00dd1f6579a9711eafae03dfadbf6ede68c
diff --git a/x11-wm/e/e-20081014.ebuild b/x11-wm/e/e-20081014.ebuild
deleted file mode 100644
index e3837fd..0000000
--- a/x11-wm/e/e-20081014.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Enlightenment E17 window manager"
-HOMEPAGE="http://www.enlightenment.org/"
-ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}"
-ESVN_REVISION="r36661"
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86"
-IUSE="X alsa dbus nls files"
-
-inherit autotools subversion
-
-RDEPEND="dev-libs/eina
- x11-libs/ecore
- dev-libs/eet
- dbus? ( x11-libs/e_dbus )
- X? ( x11-libs/libX11 )
- alsa? ( media-libs/alsa-lib )"
-
-DEPEND=">=dev-util/pkgconfig-0.9.0
- media-libs/edje"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- if use dbus && ! built_with_use x11-libs/e_dbus hal; then
- die "Please rebuild x11-libs/e_dbus with the hal use flag enabled!"
- fi
-}
-
-src_unpack() {
- subversion_src_unpack
-
- cd "${S}"
-
- touch README
- touch ABOUT-NLS
- autopoint -f || die "autopoint faile"
- eautoreconf || die "eautoreconf failed"
-}
-
-src_compile() {
- local myconf
-
- myconf="${myconf} \
- $(use_enable alsa) \
- $(use_enable files) \
- $(use_enable nls) \
- $(use_with X x) \
- --x-includes=${SYSROOT}/usr/X11R6/include \
- --x-libraries=${SYSROOT}/usr/X11R6/lib\
- --with-edje-cc=/usr/bin/edje_cc\
- --with-eet-eet=/usr/bin/eet"
-
- econf $myconf || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog COPYING NEWS README
-}
diff --git a/x11-wm/e/e-20081210.ebuild b/x11-wm/e/e-20081210.ebuild
deleted file mode 100644
index 496e523..0000000
--- a/x11-wm/e/e-20081210.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Enlightenment E17 window manager"
-HOMEPAGE="http://www.enlightenment.org/"
-ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}"
-ESVN_REVISION="r38100"
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86"
-IUSE="X alsa dbus nls files pam"
-
-inherit autotools subversion
-
-RDEPEND="dev-libs/eet
- =dev-libs/eina-20081211
- =dev-libs/efreet-20081114
- =x11-libs/ecore-20081212
- =x11-libs/evas-20081212
- >=media-libs/edje-0.5.0
- dbus? ( =x11-libs/e_dbus-20081209 )
- X? ( x11-libs/libX11 )
- alsa? ( media-libs/alsa-lib )
- pam? ( sys-libs/pam )"
-
-DEPEND=">=dev-util/pkgconfig-0.9.0
- media-libs/edje
- dev-util/cvs"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- if use dbus && ! built_with_use x11-libs/e_dbus hal; then
- die "Please rebuild x11-libs/e_dbus with the hal use flag enabled!"
- fi
-}
-
-src_unpack() {
- subversion_src_unpack
-
- cd "${S}"
-
- touch README
- touch ABOUT-NLS
-
- autopoint -f || die "autopoint failed"
- eautoreconf || die "eautoreconf failed"
-}
-
-src_compile() {
- local myconf
-
- myconf="${myconf} \
- $(use_enable alsa) \
- $(use_enable files) \
- $(use_enable nls) \
- $(use_enable pam) \
- $(use_with X x) \
- --x-includes=${SYSROOT}/usr/X11R6/include \
- --x-libraries=${SYSROOT}/usr/X11R6/lib\
- --with-edje-cc=/usr/bin/edje_cc\
- --with-eet-eet=/usr/bin/eet"
-
- econf $myconf || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog COPYING NEWS README
-}
diff --git a/x11-wm/e/e-20090108.ebuild b/x11-wm/e/e-20090108.ebuild
deleted file mode 100644
index 4838d18..0000000
--- a/x11-wm/e/e-20090108.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Enlightenment E17 window manager"
-HOMEPAGE="http://www.enlightenment.org/"
-ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}"
-ESVN_REVISION="r38500"
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~arm ~amd64 ~x86"
-IUSE="X alsa dbus nls files pam"
-
-inherit autotools subversion
-
-RDEPEND="dev-libs/eet
- =dev-libs/eina-20090108
- =dev-libs/efreet-20090108
- =x11-libs/ecore-20090108
- =x11-libs/evas-20090108
- >=media-libs/edje-0.5.0
- dbus? ( =x11-libs/e_dbus-20090108 )
- X? ( x11-libs/libX11 )
- alsa? ( media-libs/alsa-lib )
- pam? ( sys-libs/pam )"
-
-DEPEND=">=dev-util/pkgconfig-0.9.0
- media-libs/edje
- dev-util/cvs"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- if use dbus && ! built_with_use x11-libs/e_dbus hal; then
- die "Please rebuild x11-libs/e_dbus with the hal use flag enabled!"
- fi
-}
-
-src_unpack() {
- subversion_src_unpack
-
- cd "${S}"
-
- touch README
- touch ABOUT-NLS
-
- autopoint -f || die "autopoint failed"
- eautoreconf || die "eautoreconf failed"
-}
-
-src_compile() {
- local myconf
-
- myconf="${myconf} \
- $(use_enable alsa) \
- $(use_enable files) \
- $(use_enable nls) \
- $(use_enable pam) \
- $(use_with X x) \
- --x-includes=${SYSROOT}/usr/X11R6/include \
- --x-libraries=${SYSROOT}/usr/X11R6/lib\
- --with-edje-cc=/usr/bin/edje_cc\
- --with-eet-eet=/usr/bin/eet"
-
- econf $myconf || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog COPYING NEWS README
-
- keepdir /etc/xdg/menus
- insinto /etc/xdg/menus
- newins "${FILESDIR}/applications.menu" applications.menu
-
-}
diff --git a/x11-wm/e/e-20090201-r38885.ebuild b/x11-wm/e/e-20090212.ebuild
index 624061a..fce4db8 100644
--- a/x11-wm/e/e-20090201-r38885.ebuild
+++ b/x11-wm/e/e-20090212.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+inherit enlightenment
+
DESCRIPTION="Enlightenment E17 window manager"
HOMEPAGE="http://www.enlightenment.org/"
-ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}"
-ESVN_REVISION="r38885"
LICENSE="GPL"
SLOT="0"
@@ -25,8 +25,7 @@ RDEPEND="=dev-libs/eet-${PVR}
pam? ( sys-libs/pam )"
DEPEND=">=dev-util/pkgconfig-0.9.0
- =media-libs/edje-${PVR}
- dev-util/cvs"
+ media-libs/edje"
S="${WORKDIR}/${PN}"