diff options
author | Robert Piasek <dagger@gentoo.org> | 2009-02-12 22:44:25 +0000 |
---|---|---|
committer | Robert Piasek <dagger@gentoo.org> | 2009-02-12 22:44:25 +0000 |
commit | e66b5e1601ea606ead3749e862f5dab08305f9a8 (patch) | |
tree | 6c249d1d826d2b46ee196ccc2bc433de7d3f8536 /x11-libs | |
parent | initial commit of shr's openmoko-messages3 (diff) | |
download | embedded-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-libs')
23 files changed, 127 insertions, 857 deletions
diff --git a/x11-libs/e_dbus/Manifest b/x11-libs/e_dbus/Manifest index 0c0acf3..95f62b0 100644 --- a/x11-libs/e_dbus/Manifest +++ b/x11-libs/e_dbus/Manifest @@ -1,6 +1,4 @@ AUX e_dbus-0.5.0.050-e_notify_send-Makefile.patch 566 RMD160 a16d9b3c30468ebe6ea5c389f95cfc5a62657ba1 SHA1 da6799956de2c0a477a0435c9ed551f0fe5b3f0c SHA256 b36435962b294cb3146b930bc7da46844f2641f437b62d133762c94e02a16c77 DIST e_dbus-0.5.0.050.tar.bz2 240402 RMD160 a8709338da65aa9a8422a8f550f5e1a125f2fdca SHA1 4780cb3ce37cd3be6fe86af901db1215bda15c4b SHA256 7008c8f6e009b165108afc59319442eb98d6506409d9c4f11c31dac6cbcc06df EBUILD e_dbus-0.5.0.050.ebuild 1028 RMD160 afeb8a93d7986dc65e837d5ac78ca320204bf826 SHA1 b05a6cf9f0434ae7928a8139721c2e4a35e8df4a SHA256 0e96b2e78a9270813b0ae1949a4908af7b6c9afaa3ee22dc504c4a8f4ebe434a -EBUILD e_dbus-20081209.ebuild 921 RMD160 f394ea92cae0a62386ed7cece49aec444aca2341 SHA1 a9176f5fac47d98d141fa52778a8271039f37b44 SHA256 41ea502e3c36d857622cf7e07dae39802048241d1250761ba8e013c632f218f5 -EBUILD e_dbus-20090108.ebuild 921 RMD160 66702c01ce27ef321a94f0857f0e09d05c61aa22 SHA1 5ab0fb167b0f7eef1194d5362ce723f00c8d0306 SHA256 ad94ea4e3905c0ae00e4b68f3007cd244554fcf936bca36d3b085c6cecd678a7 -EBUILD e_dbus-20090201-r38885.ebuild 915 RMD160 e55d47ab9ee32407398f16b09dd8a8e2f514ca83 SHA1 6443fec2d14ad8a75bd2c950b7925ac4e58982b2 SHA256 9a86019b75cb8dd2af40b17de0d3d63fba82f74637564f0b63be7014343aba21 +EBUILD e_dbus-20090212.ebuild 639 RMD160 46ff6b0395f29b1b6dd1191cef809f1c85cc9851 SHA1 cc2159134154adf9c40b0b97ffe2e97e1a3c164f SHA256 f265d6de920eb219a984dd4ed1eb1fb2d40392bf6747b3cbcc97c96f3dfa05a5 diff --git a/x11-libs/e_dbus/e_dbus-20081209.ebuild b/x11-libs/e_dbus/e_dbus-20081209.ebuild deleted file mode 100644 index d9f849d..0000000 --- a/x11-libs/e_dbus/e_dbus-20081209.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment dbus binding library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38061" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="hal" - -inherit autotools subversion - -RDEPEND=">=dev-libs/eina-20081211 - >=sys-apps/dbus-1.2.1 - >=x11-libs/ecore-20081212" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - # Fetch and unpack the source files - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "autoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable hal ehal)" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/e_dbus/e_dbus-20090108.ebuild b/x11-libs/e_dbus/e_dbus-20090108.ebuild deleted file mode 100644 index 6c006e3..0000000 --- a/x11-libs/e_dbus/e_dbus-20090108.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment dbus binding library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="hal" - -inherit autotools subversion - -RDEPEND=">=dev-libs/eina-20090108 - >=sys-apps/dbus-1.2.1 - >=x11-libs/ecore-20090108" -DEPEND=">=dev-util/pkgconfig-0.9.0" - -src_unpack() { - # Fetch and unpack the source files - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "autoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable hal ehal)" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/e_dbus/e_dbus-20090201-r38885.ebuild b/x11-libs/e_dbus/e_dbus-20090212.ebuild index fc925c9..4121c74 100644 --- a/x11-libs/e_dbus/e_dbus-20090201-r38885.ebuild +++ b/x11-libs/e_dbus/e_dbus-20090212.ebuild @@ -2,43 +2,30 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment dbus binding library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="hal" -inherit autotools subversion - RDEPEND="=dev-libs/eina-${PVR} >=sys-apps/dbus-1.2.1 =x11-libs/ecore-${PVR}" DEPEND=">=dev-util/pkgconfig-0.9.0" -src_unpack() { - # Fetch and unpack the source files - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "autoreconf failed" -} - src_compile() { local myconf myconf="${myconf} - $(use_enable hal ehal)" + $(use_enable hal ehal) + --enable-enm + --enable-build-test-gui + --enable-enotify" econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/Manifest b/x11-libs/ecore/Manifest index 83bbaf9..ba5cb29 100644 --- a/x11-libs/ecore/Manifest +++ b/x11-libs/ecore/Manifest @@ -1,5 +1,3 @@ DIST ecore-0.9.9.050.tar.bz2 10412842 RMD160 f6e25f96fad4e6ab81c119162384ba6780d83c4a SHA1 8d63e2e7c8eed83e3cee1360ef3e4520003d21dd SHA256 66380d748e4fc8d9763a1cadc5438ba95febbf3dc98105828b9795f3db687095 EBUILD ecore-0.9.9.050.ebuild 2400 RMD160 c4c922e8360e32802a4634f757ce03f057850f98 SHA1 5087613b11584ca1ac1264f3b8611acf5a18706c SHA256 b6757bb0d6f68b723a524fd8627e7555f1c88ee657a23f1a8a9dfdddd35ea93d -EBUILD ecore-20081212.ebuild 2593 RMD160 887879fa21533d0e22d1bc07e24aa276901b135a SHA1 1474379ffce5c9742b8ffe5f8352b82a73c12f0d SHA256 32a555f3f1c30846645906002223ad5109124a4fac5a156618c1864e56b836d9 -EBUILD ecore-20090108.ebuild 2593 RMD160 128b0d04e04010fd64d1c18f60c5feebe3834ece SHA1 0e0439ca31d305871ccc84b1d8afba0d53b74fa2 SHA256 7363192dd3e1f037bf44d18bac9eedd238d74ec4e7a5e85272d4d3bd1c59f6c9 -EBUILD ecore-20090201-r38885.ebuild 2593 RMD160 39727b5da96a50ea49755825123a29facd709dda SHA1 9fd440fc32fd6ea6434da4b030d7fc936d405e8e SHA256 5a57a31ad57bba092dda3ec94616783a6eb55ed01854e296b22a6b02bb1f1930 +EBUILD ecore-20090212.ebuild 2575 RMD160 9a52246b926f382b26648f99c66c1107fc59da86 SHA1 dcd6d5d847ed60d58dee0e2d3167437c65903461 SHA256 0ac13d8ca77d4c58d72faf49987026378f826469117309432ac91d4d9d93c233 diff --git a/x11-libs/ecore/ecore-20081212.ebuild b/x11-libs/ecore/ecore-20081212.ebuild deleted file mode 100644 index 7ee5544..0000000 --- a/x11-libs/ecore/ecore-20081212.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ecore library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38119" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl curl X xcb opengl directfb fbcon sdl" - -inherit toolchain-funcs autotools subversion - -RDEPEND=">=x11-libs/evas-0.9.9 - ssl? ( dev-libs/openssl ) - curl? ( net-misc/curl ) - X? ( x11-libs/libXrender - x11-libs/libXtst ) - xcb? ( x11-libs/libxcb ) - opengl? ( virtual/opengl ) - directfb? ( dev-libs/DirectFB ) - sdl? ( media-libs/libsdl )" - -DEPEND="X? ( x11-proto/xextproto - x11-proto/xproto )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # Point to the sysroot SDL includes/libs on cross-compilation - if tc-is-cross-compiler; then - sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac - fi - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - # See the complete list at the end of this file - myconf="$(use_enable ssl openssl) \ - $(use_enable curl) \ - --enable-ecore-job \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-config \ - --enable-ecore-txt \ - --enable-ecore-evas \ - $(use_enable X simple-x11) \ - $(use_enable xcb ecore-x-xcb) \ - $(use_enable X ecore-x) \ - $(use_enable opengl ecore-evas-gl) \ - $(use_enable X evas-xrender) \ - $(use_enable X ecore-evas-x11-16) \ - $(use_enable directfb ecore-directfb) \ - $(use_enable directfb ecore-evas-dfb) \ - $(use_enable fbcon ecore-fb) \ - $(use_enable fbcon ecore-evas-fb) \ - $(use_enable sdl ecore-sdl) \ - $(use_enable sdl ecore-evas-sdl) \ - --enable-ecore-evas-buffer \ - --enable-ecore-file \ - --enable-inotify \ - --disable-poll" - - # We don't need the desktop part, it doesn't build and isn't used anymore! - myconf="${myconf} --disable-ecore-desktop" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/ecore-20090108.ebuild b/x11-libs/ecore/ecore-20090108.ebuild deleted file mode 100644 index a2b2397..0000000 --- a/x11-libs/ecore/ecore-20090108.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ecore library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl curl X xcb opengl directfb fbcon sdl" - -inherit toolchain-funcs autotools subversion - -RDEPEND=">=x11-libs/evas-0.9.9 - ssl? ( dev-libs/openssl ) - curl? ( net-misc/curl ) - X? ( x11-libs/libXrender - x11-libs/libXtst ) - xcb? ( x11-libs/libxcb ) - opengl? ( virtual/opengl ) - directfb? ( dev-libs/DirectFB ) - sdl? ( media-libs/libsdl )" - -DEPEND="X? ( x11-proto/xextproto - x11-proto/xproto )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # Point to the sysroot SDL includes/libs on cross-compilation - if tc-is-cross-compiler; then - sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac - fi - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - # See the complete list at the end of this file - myconf="$(use_enable ssl openssl) \ - $(use_enable curl) \ - --enable-ecore-job \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-config \ - --enable-ecore-txt \ - --enable-ecore-evas \ - $(use_enable X simple-x11) \ - $(use_enable xcb ecore-x-xcb) \ - $(use_enable X ecore-x) \ - $(use_enable opengl ecore-evas-gl) \ - $(use_enable X evas-xrender) \ - $(use_enable X ecore-evas-x11-16) \ - $(use_enable directfb ecore-directfb) \ - $(use_enable directfb ecore-evas-dfb) \ - $(use_enable fbcon ecore-fb) \ - $(use_enable fbcon ecore-evas-fb) \ - $(use_enable sdl ecore-sdl) \ - $(use_enable sdl ecore-evas-sdl) \ - --enable-ecore-evas-buffer \ - --enable-ecore-file \ - --enable-inotify \ - --disable-poll" - - # We don't need the desktop part, it doesn't build and isn't used anymore! - myconf="${myconf} --disable-ecore-desktop" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/ecore-20090201-r38885.ebuild b/x11-libs/ecore/ecore-20090201-r38885.ebuild deleted file mode 100644 index fb9822f..0000000 --- a/x11-libs/ecore/ecore-20090201-r38885.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ecore library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="ssl curl X xcb opengl directfb fbcon sdl" - -inherit toolchain-funcs autotools subversion - -RDEPEND="=x11-libs/evas-${PVR} - ssl? ( dev-libs/openssl ) - curl? ( net-misc/curl ) - X? ( x11-libs/libXrender - x11-libs/libXtst ) - xcb? ( x11-libs/libxcb ) - opengl? ( virtual/opengl ) - directfb? ( dev-libs/DirectFB ) - sdl? ( media-libs/libsdl )" - -DEPEND="X? ( x11-proto/xextproto - x11-proto/xproto )" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # Point to the sysroot SDL includes/libs on cross-compilation - if tc-is-cross-compiler; then - sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac - fi - - touch README - touch ABOUT-NLS - - eautoreconf || die "Autoreconf failed" -} - -src_compile() { - local myconf - - # See the complete list at the end of this file - myconf="$(use_enable ssl openssl) \ - $(use_enable curl) \ - --enable-ecore-job \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-config \ - --enable-ecore-txt \ - --enable-ecore-evas \ - $(use_enable X simple-x11) \ - $(use_enable xcb ecore-x-xcb) \ - $(use_enable X ecore-x) \ - $(use_enable opengl ecore-evas-gl) \ - $(use_enable X evas-xrender) \ - $(use_enable X ecore-evas-x11-16) \ - $(use_enable directfb ecore-directfb) \ - $(use_enable directfb ecore-evas-dfb) \ - $(use_enable fbcon ecore-fb) \ - $(use_enable fbcon ecore-evas-fb) \ - $(use_enable sdl ecore-sdl) \ - $(use_enable sdl ecore-evas-sdl) \ - --enable-ecore-evas-buffer \ - --enable-ecore-file \ - --enable-inotify \ - --disable-poll" - - # We don't need the desktop part, it doesn't build and isn't used anymore! - myconf="${myconf} --disable-ecore-desktop" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ecore/ecore-20090212.ebuild b/x11-libs/ecore/ecore-20090212.ebuild new file mode 100644 index 0000000..0daaf64 --- /dev/null +++ b/x11-libs/ecore/ecore-20090212.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit toolchain-funcs enlightenment + +DESCRIPTION="The Enlightenment ecore library." +HOMEPAGE="http://enlightenment.org" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~arm ~x86 ~amd64" +IUSE="ssl curl X xcb opengl directfb fbcon sdl" + +RDEPEND="=x11-libs/evas-${PVR} + ssl? ( dev-libs/openssl ) + curl? ( net-misc/curl ) + X? ( x11-libs/libXrender + x11-libs/libXtst ) + xcb? ( x11-libs/libxcb ) + opengl? ( virtual/opengl ) + directfb? ( dev-libs/DirectFB ) + sdl? ( media-libs/libsdl )" + +DEPEND="X? ( x11-proto/xextproto + x11-proto/xproto )" + +src_unpack() { + subversion_src_unpack + + cd "${S}" + + # Point to the sysroot SDL includes/libs on cross-compilation + if tc-is-cross-compiler; then + sed -i -e 's%SDL_CFLAGS=`$SDL_CONFIG --cflags`%SDL_CFLAGS=`$SDL_CONFIG --prefix='${SYSROOT}'/usr --cflags`%' configure.ac + fi + + touch README + touch ABOUT-NLS + + eautoreconf || die "Autoreconf failed" +} + +src_compile() { + local myconf + + # See the complete list at the end of this file + myconf="$(use_enable ssl openssl) \ + $(use_enable curl) \ + --enable-ecore-job \ + --enable-ecore-con \ + --enable-ecore-ipc \ + --enable-ecore-config \ + --enable-ecore-txt \ + --enable-ecore-evas \ + --enable-ecore-imf \ + --enable-ecore-imf-evas \ + $(use_enable X simple-x11) \ + $(use_enable xcb ecore-x-xcb) \ + $(use_enable X ecore-x) \ + $(use_enable opengl ecore-evas-opengl-x11) \ + $(use_enable X ecore-evas-xrender-x11) \ + $(use_enable X ecore-evas-software-16-x11) \ + $(use_enable directfb ecore-directfb) \ + $(use_enable directfb ecore-evas-dfb) \ + $(use_enable fbcon ecore-fb) \ + $(use_enable fbcon ecore-evas-fb) \ + $(use_enable sdl ecore-sdl) \ + $(use_enable sdl ecore-evas-sdl) \ + --enable-ecore-evas-buffer \ + --enable-ecore-file \ + --enable-inotify \ + --disable-poll" + + econf ${myconf} || die "Configuration failed" + emake || die "Make failed" +} diff --git a/x11-libs/elementary/Manifest b/x11-libs/elementary/Manifest index e5a431b..4cbb1ac 100644 --- a/x11-libs/elementary/Manifest +++ b/x11-libs/elementary/Manifest @@ -1,2 +1 @@ -EBUILD elementary-20090119.ebuild 1211 RMD160 7cf40826428e95b113a7ba081873ae865fa75139 SHA1 839628a8dada622563a7e3c347e77d48933aef90 SHA256 23331f54b017c2b24658022a94deceaa7ca83df67c7e87cf8cf06063505f5a97 -EBUILD elementary-20090201-r38885.ebuild 753 RMD160 c76f67bc25d2960107c504ab6c76ee453d4f8041 SHA1 d45337e5b5510dff151b6ce3963234806b029974 SHA256 7046327adf57cabdceb80f934c3b155c9d1eca1033c059a27138354a188c71a6 +EBUILD elementary-20090212.ebuild 655 RMD160 6dfa9fbd038e96403f6bde42f1ff084febb04401 SHA1 4806823500dac8122749a7e1c216a9a5a3c9a265 SHA256 8bdd256a0e2bc0cac8f64d3503e08052cd098cb8e0cac9a4944cd03ec121032e diff --git a/x11-libs/elementary/elementary-20090119.ebuild b/x11-libs/elementary/elementary-20090119.ebuild deleted file mode 100644 index db2022f..0000000 --- a/x11-libs/elementary/elementary-20090119.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary" -ESVN_REVISION="r36343" -inherit subversion autotools - -DESCRIPTION="toolkit based on the EFL" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="x11-libs/e_dbus - ${DEPEND}" -DEPEND="dev-libs/eet - x11-libs/ecore - media-libs/edje" - -#pkg_setup() { -# if ! built_with_use x11-libs/evas png ; then -# eerror "Re-emerge evas with USE=png" -# die "Re-emerge evas with USE=png" -# fi - -# local flag -# for flag in fbcon X ; do -# if use ${flag} ; then -# if ! built_with_use x11-libs/ecore ${flag} ; then -# eerror "Re-emerge ecore with USE=${flag}" -# die "Re-emerge ecore with USE=${flag}" -# fi -# fi -# done - -# enlightenment_pkg_setup -#} - -src_unpack() { - subversion_src_unpack - cd "${S}" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { -# cd "${S}" - econf || die "econf failed" - emake || die "emake failed" -# export MY_ECONF=" -# $(use_enable nls) -# " -# enlightenment_src_compile -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/elementary/elementary-20090201-r38885.ebuild b/x11-libs/elementary/elementary-20090201-r38885.ebuild deleted file mode 100644 index 0a9552b..0000000 --- a/x11-libs/elementary/elementary-20090201-r38885.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/TMP/st/elementary" -ESVN_REVISION="r38885" -inherit subversion autotools - -DESCRIPTION="toolkit based on the EFL" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND="=x11-libs/e_dbus-${PVR} - ${DEPEND}" - -DEPEND="=dev-libs/eet-${PVR} - =x11-libs/ecore-${PVR} - =media-libs/edje-${PVR}" - -src_unpack() { - subversion_src_unpack - cd "${S}" - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/elementary/elementary-20090212.ebuild b/x11-libs/elementary/elementary-20090212.ebuild new file mode 100644 index 0000000..8978191 --- /dev/null +++ b/x11-libs/elementary/elementary-20090212.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# SVN_SUBDIR needs to be before we inherit eclass +SVN_SUBDIR=/TMP/st + +inherit enlightenment + +DESCRIPTION="Toolkit based on the EFL" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND="=x11-libs/e_dbus-${PVR} + =dev-libs/eet-${PVR} + =x11-libs/ecore-${PVR} + =media-libs/edje-${PVR}" + +DEPEND="media-libs/edje" + +src_compile() { + local myconf + + myconf="${myconf} \ + --with-edje-cc=/usr/bin/edje_cc" + + econf $myconf || die "econf failed" + emake || die "emake failed" +} diff --git a/x11-libs/etk/Manifest b/x11-libs/etk/Manifest index 4a864ad..b307cd8 100644 --- a/x11-libs/etk/Manifest +++ b/x11-libs/etk/Manifest @@ -1,2 +1 @@ -EBUILD etk-20090108.ebuild 1060 RMD160 5381409e36e6ab66e6065acc4f7915f55ec50d63 SHA1 443f09d345d01741b6b54bbffc2bb03c0252a29c SHA256 b1689a06650d735298943677b1fc54b2f8a03d8122ea9e7ae18092bcf87bfae7 -EBUILD etk-20090201-r38885.ebuild 1061 RMD160 e43434bf0909a3fa4d17a64b60fd99a85076adcf SHA1 28895e8d8c6785bd5c47ebd275beb554b2d020fa SHA256 d9e27732162d72a358f8070fe24b98f672c41d3b86edec70a11d4ad25ffbde99 +EBUILD etk-20090212.ebuild 849 RMD160 f7ed377e18a9b4cd64996740054ed8a8857671f0 SHA1 58ee66096b0f80ce9a475e62fa01e61dfb6134af SHA256 28bec95f31ed84d148c99a1d1b686050e1a5f45b653e05016a56ae0d211c57dc diff --git a/x11-libs/etk/etk-20090108.ebuild b/x11-libs/etk/etk-20090108.ebuild deleted file mode 100644 index b9e125c..0000000 --- a/x11-libs/etk/etk-20090108.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment etk library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="" - -inherit autotools subversion - -RDEPEND=" - >=x11-libs/evas-20090108 - >=x11-libs/ecore-20090108 - media-libs/edje" - - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - # autoreconf fails without autopoinf -f - autopoint -f > /dev/null || die "autopoint failed" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/etk/etk-20090201-r38885.ebuild b/x11-libs/etk/etk-20090212.ebuild index 0459cd2..cf84a38 100644 --- a/x11-libs/etk/etk-20090201-r38885.ebuild +++ b/x11-libs/etk/etk-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment etk library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="" -inherit autotools subversion - RDEPEND=" =x11-libs/evas-${PVR} =x11-libs/ecore-${PVR} @@ -45,8 +43,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/evas/Manifest b/x11-libs/evas/Manifest index eff5a79..b2e38f2 100644 --- a/x11-libs/evas/Manifest +++ b/x11-libs/evas/Manifest @@ -1,5 +1,3 @@ DIST evas-0.9.9.050.tar.bz2 12291950 RMD160 d358956e690c439b5d1bcdf5a05aae87a7ebfd98 SHA1 13cc5791023038b1ab12955fa52f1c93bf218859 SHA256 8c238493ec1649d100c624345aa16db055c7bc7c651a5bdf8efaa37de7e512d2 EBUILD evas-0.9.9.050.ebuild 3958 RMD160 af36154dc23cc84f329561f820dcbc2f7a29d63c SHA1 90a05bfca64d7bb6e93e186deed9c33707479601 SHA256 211f73c9621cc0239303ee8254987c855929f4330166ae8679bacbbea560f6da -EBUILD evas-20081212.ebuild 4104 RMD160 5f8a93abe2abc070f83b749bbf55767438b99419 SHA1 1c7e244aa73e3be6b6233fb28fad5e233d376e34 SHA256 457fdce531465cb96aa45471da4094b20e91aadd22720f98370cfae83cd5e0ab -EBUILD evas-20090108.ebuild 4104 RMD160 f3e7d13398c131d9b93170a5e92ffb2d93212731 SHA1 22cc6f7a5b67c049b721e4008f974fbeee4b6a9d SHA256 09eed609ef2914757a2f929520e3a11c939811f148cbdf0ec847a0c0396d6b6b -EBUILD evas-20090201-r38885.ebuild 4104 RMD160 0f6c8d56ff999edf3064c345d37fcbc849477f7f SHA1 3591b958099b98d3b4ad3be31b98f8d219186be1 SHA256 ccbe943142c16a1b12705c928cf6c59f32aa8ecdbcb573466cd0647b39f6c174 +EBUILD evas-20090212.ebuild 3892 RMD160 ac327fdf3a56ab008b6c388f61b2d0a7ab43f064 SHA1 4bf692e158cd52aa6d12faeee2ec4d0c3ebd53ff SHA256 1d7449c541566af64e8d37c53d985aa529c11707c3caa3feb8cb644f2447718c diff --git a/x11-libs/evas/evas-20081212.ebuild b/x11-libs/evas/evas-20081212.ebuild deleted file mode 100644 index f6c32da..0000000 --- a/x11-libs/evas/evas-20081212.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment evas library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38120" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="X xcb sdl fbcon opengl directfb threads mmx sse altivec cairo fontconfig - gif png jpeg eet edb tiff xpm svg" - -inherit autotools subversion - -RDEPEND="fontconfig? ( media-libs/fontconfig ) - X? ( x11-libs/libXrender ) - sdl? ( media-libs/libsdl ) - opengl? ( virtual/opengl ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - eet? ( dev-libs/eet ) - edb? ( dev-db/edb ) - tiff? ( media-libs/tiff ) - xpm? ( x11-libs/libXpm ) - svg? ( gnome-base/librsvg ) - cairo? ( x11-libs/cairo - x11-libs/libsvg-cairo ) - directfb? ( dev-libs/DirectFB )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - X? ( x11-proto/xextproto - x11-proto/xproto )" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable fontconfig) \ - $(use_enable X software-x11) \ - $(use_enable X software-16-x11) \ - $(use_enable xcb software-xcb) \ - $(use_enable sdl software-sdl) \ - $(use_enable sdl sdl-primitive) \ - $(use_enable fbcon fb) \ - $(use_enable opengl gl-x11) \ - $(use_enable X xrender-x11) \ - $(use_enable xcb xrender-xcb) \ - $(use_enable gif image-loader-gif) \ - $(use_enable png image-loader-png) \ - $(use_enable jpeg image-loader-jpeg) \ - $(use_enable eet image-loader-eet) \ - $(use_enable eet font-loader-eet) \ - $(use_enable edb image-loader-edb) \ - $(use_enable tiff image-loader-tiff) \ - $(use_enable xpm image-loader-xpm) \ - $(use_enable svg image-loader-svg) \ - $(use_enable threads pthreads) \ - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable cairo cairo-x11) \ - $(use_enable directfb) \ - --enable-buffer \ - --disable-image-loader-pmaps \ - --enable-cpu-c \ - --enable-scale-sample \ - --enable-scale-smooth \ - --enable-convert-8-rgb-332 \ - --enable-convert-8-rgb-666 \ - --enable-convert-8-rgb-232 \ - --enable-convert-8-rgb-222 \ - --enable-convert-8-rgb-221 \ - --enable-convert-8-rgb-121 \ - --enable-convert-8-rgb-111 \ - --enable-convert-16-rgb-565 \ - --enable-convert-16-rgb-555 \ - --enable-convert-16-rgb-444 \ - --enable-convert-16-rgb-rot-0 \ - --enable-convert-16-rgb-rot-270 \ - --enable-convert-16-rgb-rot-90 \ - --enable-convert-24-rgb-888 \ - --enable-convert-24-bgr-888 \ - --enable-convert-32-rgb-8888 \ - --enable-convert-32-rgbx-8888 \ - --enable-convert-32-bgr-8888 \ - --enable-convert-32-bgrx-8888 \ - --enable-convert-32-rgb-rot-0 \ - --enable-convert-32-rgb-rot-270 \ - --enable-convert-32-rgb-rot-90 \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/evas/evas-20090201-r38885.ebuild b/x11-libs/evas/evas-20090201-r38885.ebuild deleted file mode 100644 index 50d9df6..0000000 --- a/x11-libs/evas/evas-20090201-r38885.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment evas library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="X xcb sdl fbcon opengl directfb threads mmx sse altivec cairo fontconfig - gif png jpeg eet edb tiff xpm svg" - -inherit autotools subversion - -RDEPEND="fontconfig? ( media-libs/fontconfig ) - X? ( x11-libs/libXrender ) - sdl? ( media-libs/libsdl ) - opengl? ( virtual/opengl ) - gif? ( media-libs/giflib ) - png? ( media-libs/libpng ) - jpeg? ( media-libs/jpeg ) - eet? ( dev-libs/eet ) - edb? ( dev-db/edb ) - tiff? ( media-libs/tiff ) - xpm? ( x11-libs/libXpm ) - svg? ( gnome-base/librsvg ) - cairo? ( x11-libs/cairo - x11-libs/libsvg-cairo ) - directfb? ( dev-libs/DirectFB )" - -DEPEND=">=dev-util/pkgconfig-0.9.0 - X? ( x11-proto/xextproto - x11-proto/xproto )" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - touch README - touch ABOUT-NLS - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable fontconfig) \ - $(use_enable X software-x11) \ - $(use_enable X software-16-x11) \ - $(use_enable xcb software-xcb) \ - $(use_enable sdl software-sdl) \ - $(use_enable sdl sdl-primitive) \ - $(use_enable fbcon fb) \ - $(use_enable opengl gl-x11) \ - $(use_enable X xrender-x11) \ - $(use_enable xcb xrender-xcb) \ - $(use_enable gif image-loader-gif) \ - $(use_enable png image-loader-png) \ - $(use_enable jpeg image-loader-jpeg) \ - $(use_enable eet image-loader-eet) \ - $(use_enable eet font-loader-eet) \ - $(use_enable edb image-loader-edb) \ - $(use_enable tiff image-loader-tiff) \ - $(use_enable xpm image-loader-xpm) \ - $(use_enable svg image-loader-svg) \ - $(use_enable threads pthreads) \ - $(use_enable mmx cpu-mmx) \ - $(use_enable sse cpu-sse) \ - $(use_enable altivec cpu-altivec) \ - $(use_enable cairo cairo-x11) \ - $(use_enable directfb) \ - --enable-buffer \ - --disable-image-loader-pmaps \ - --enable-cpu-c \ - --enable-scale-sample \ - --enable-scale-smooth \ - --enable-convert-8-rgb-332 \ - --enable-convert-8-rgb-666 \ - --enable-convert-8-rgb-232 \ - --enable-convert-8-rgb-222 \ - --enable-convert-8-rgb-221 \ - --enable-convert-8-rgb-121 \ - --enable-convert-8-rgb-111 \ - --enable-convert-16-rgb-565 \ - --enable-convert-16-rgb-555 \ - --enable-convert-16-rgb-444 \ - --enable-convert-16-rgb-rot-0 \ - --enable-convert-16-rgb-rot-270 \ - --enable-convert-16-rgb-rot-90 \ - --enable-convert-24-rgb-888 \ - --enable-convert-24-bgr-888 \ - --enable-convert-32-rgb-8888 \ - --enable-convert-32-rgbx-8888 \ - --enable-convert-32-bgr-8888 \ - --enable-convert-32-bgrx-8888 \ - --enable-convert-32-rgb-rot-0 \ - --enable-convert-32-rgb-rot-270 \ - --enable-convert-32-rgb-rot-90 \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/evas/evas-20090108.ebuild b/x11-libs/evas/evas-20090212.ebuild index e58d794..7f98196 100644 --- a/x11-libs/evas/evas-20090108.ebuild +++ b/x11-libs/evas/evas-20090212.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment evas library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" LICENSE="GPL-2" SLOT="0" @@ -13,8 +13,6 @@ KEYWORDS="~arm ~x86 ~amd64" IUSE="X xcb sdl fbcon opengl directfb threads mmx sse altivec cairo fontconfig gif png jpeg eet edb tiff xpm svg" -inherit autotools subversion - RDEPEND="fontconfig? ( media-libs/fontconfig ) X? ( x11-libs/libXrender ) sdl? ( media-libs/libsdl ) @@ -110,8 +108,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ewl/Manifest b/x11-libs/ewl/Manifest index ddca346..d0f344d 100644 --- a/x11-libs/ewl/Manifest +++ b/x11-libs/ewl/Manifest @@ -1,2 +1 @@ -EBUILD ewl-20090108.ebuild 1552 RMD160 57d9e0fce4e9f6be8593950a860b747de495c239 SHA1 044f89b79450e5609aa44d6226eb9fb560793147 SHA256 5cb05373a21317153aa113a71737414e4999ff2b39f760dc8b88827d80d158ee -EBUILD ewl-20090201-r38885.ebuild 1546 RMD160 3addb9fa0e37de27bb842d4cfcabd98864a1c4ed SHA1 0235c0a5d8bd3dbc778cba75c2a272033777162c SHA256 72d283b4569cc2aae036d5023331b5a545e81a3413ec6b1ad383cee97da741c4 +EBUILD ewl-20090212.ebuild 1239 RMD160 ad9fef05270a0483e91fd0d31e163f4c099a98b4 SHA1 d25d098252efbfb1887d54860cb7b7acc62adbc4 SHA256 6cbc57a4ccdb887da41f4879b7e9730e40acc6953d0d73c48ee769673a5e1541 diff --git a/x11-libs/ewl/ewl-20090108.ebuild b/x11-libs/ewl/ewl-20090108.ebuild deleted file mode 100644 index 5e9e8c6..0000000 --- a/x11-libs/ewl/ewl-20090108.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -DESCRIPTION="The Enlightenment ewl library." -HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38500" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~arm ~x86 ~amd64" -IUSE="X xcb sdl fbcon opengl" - -inherit autotools subversion - -RDEPEND=" - X? ( x11-libs/libXrender ) - xcb? ( x11-misc/xcb ) - sdl? ( media-libs/libsdl ) - opengl? ( virtual/opengl ) - >=media-libs/emotion-20090108 - >=media-libs/epsilon-20090108" - -DEPEND=">=dev-util/pkgconfig-0.9.0" - -S="${WORKDIR}/${PN}" - -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - -src_compile() { - local myconf - - myconf="${myconf} - $(use_enable X software-x11) \ - $(use_enable X software-16-x11) \ - $(use_enable xcb software-xcb) \ - $(use_enable sdl software-sdl) \ - $(use_enable fbcon fb) \ - $(use_enable opengl opengl-glew) \ - $(use_enable opengl opengl-x11) \ - $(use_enable X xrender-x11) \ - --enable-software-buffer \ - --x-includes=${SYSROOT}/usr/X11R6/include \ - --x-libraries=${SYSROOT}/usr/X11R6/lib" - - - econf ${myconf} || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/ewl/ewl-20090201-r38885.ebuild b/x11-libs/ewl/ewl-20090212.ebuild index 8ad4b95..06f3532 100644 --- a/x11-libs/ewl/ewl-20090201-r38885.ebuild +++ b/x11-libs/ewl/ewl-20090212.ebuild @@ -2,18 +2,16 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +inherit enlightenment + DESCRIPTION="The Enlightenment ewl library." HOMEPAGE="http://enlightenment.org" -ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}" -ESVN_REVISION="r38885" LICENSE="GPL-2" SLOT="0" KEYWORDS="~arm ~x86 ~amd64" IUSE="X xcb sdl fbcon opengl" -inherit autotools subversion - RDEPEND=" X? ( x11-libs/libXrender ) xcb? ( x11-misc/xcb ) @@ -26,14 +24,6 @@ DEPEND=">=dev-util/pkgconfig-0.9.0" S="${WORKDIR}/${PN}" -src_unpack() { - subversion_src_unpack - - cd "${S}" - - eautoreconf || die "eautoreconf failed" -} - src_compile() { local myconf @@ -54,8 +44,3 @@ src_compile() { econf ${myconf} || die "Configuration failed" emake || die "Make failed" } - -src_install() { - emake DESTDIR="${D}" install || die "Installation failed" - dodoc AUTHORS NEWS README -} |