diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2005-08-16 19:55:34 +0000 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2005-08-16 19:55:34 +0000 |
commit | eb54fabae79c9b9ac4da9f254a4e8ee89f1c3052 (patch) | |
tree | dd802dc2aa88c4a8725583d5709c0a9e8bf8c005 | |
parent | Manifest update (diff) | |
download | portage-eb54fabae79c9b9ac4da9f254a4e8ee89f1c3052.tar.xz |
Add etk & evfs
-rw-r--r-- | media-sound/xmms2/Manifest | 2 | ||||
-rw-r--r-- | media-sound/xmms2/xmms2-0.2.ebuild | 67 | ||||
-rw-r--r-- | sys-fs/evfs/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/evfs/evfs-9999.ebuild | 22 | ||||
-rw-r--r-- | sys-fs/evfs/files/digest-evfs-9999 | 0 | ||||
-rw-r--r-- | x11-libs/etk/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/etk/etk-0.1.0.001.ebuild | 15 | ||||
-rw-r--r-- | x11-libs/etk/files/digest-etk-0.1.0.001 | 1 |
8 files changed, 76 insertions, 35 deletions
diff --git a/media-sound/xmms2/Manifest b/media-sound/xmms2/Manifest index 1043b49c..037886ea 100644 --- a/media-sound/xmms2/Manifest +++ b/media-sound/xmms2/Manifest @@ -1,5 +1,5 @@ MD5 f3a79ce5660aa8d0c851ba4dadc4a5f7 xmms2-0.1-r1.ebuild 2044 -MD5 ee752f071fc5fe355cbc4768104c0db2 xmms2-0.2.ebuild 1643 +MD5 6c1cdcc9044814cbe33de3b8456396d7 xmms2-0.2.ebuild 1635 MD5 307b16a0d3df033cd4b802d64180fab4 xmms2-0.1.1.ebuild 1032 MD5 015ce7894d0636215819268f96e58dfe xmms2-0.1-r2.ebuild 2348 MD5 65844717be8da6c92977f4e6aadcd233 xmms2-0.1.1-r1.ebuild 1647 diff --git a/media-sound/xmms2/xmms2-0.2.ebuild b/media-sound/xmms2/xmms2-0.2.ebuild index df33cdb9..3a17e1a0 100644 --- a/media-sound/xmms2/xmms2-0.2.ebuild +++ b/media-sound/xmms2/xmms2-0.2.ebuild @@ -14,52 +14,51 @@ KEYWORDS="~x86" IUSE="curl vorbis sid python ruby flac alsa oss gnome samba" DEPEND=">=dev-util/scons-0.94 - >=dev-lang/python-2.2.1 - >=dev-libs/glib-2.2.0 - media-sound/madplay - =dev-db/sqlite-3.2* - curl? ( >=net-misc/curl-7.11.2 ) - ogg? ( media-libs/libvorbis ) - sid? ( media-sound/sidplay ) - sid? ( media-libs/resid ) - python? ( dev-python/pyrex ) - ruby? ( >=dev-lang/ruby-1.8 ) - alsa? ( media-libs/alsa-lib )" + >=dev-lang/python-2.2.1 + >=dev-libs/glib-2.2.0 + media-sound/madplay + =dev-db/sqlite-3.2* + curl? ( >=net-misc/curl-7.11.2 ) + ogg? ( media-libs/libvorbis ) + sid? ( media-sound/sidplay + media-libs/resid ) + python? ( dev-python/pyrex ) + ruby? ( >=dev-lang/ruby-1.8 ) + alsa? ( media-libs/alsa-lib )" RDEPEND="" MY_EXCLUDE="" -use vorbis || MY_EXCLUDE="${MY_EXCLUDE} vorbis"; -use curl || MY_EXCLUDE="${MY_EXCLUDE} curl" -use python ||MY_EXCLUDE="${MY_EXCLUDE} python" -use ruby || MY_EXCLUDE="${MY_EXCLUDE} ruby" -use flac || MY_EXCLUDE="${MY_EXCLUDE} flac" -use alsa || MY_EXCLUDE="${MY_EXCLUDE} alsa" -use oss || MY_EXCLUDE="${MY_EXCLUDE} oss" -use gnome || MY_EXCLUDE="${MY_EXCLUDE} gnomevfs" -use samba || MY_EXCLUDE="${MY_EXCLUDE} samba" - S=${WORKDIR}/${MY_P} - src_unpack () { - unpack ${A} + unpack ${A} } src_compile () { - cd ${S} - scons CONFIG=1 EXCLUDE="${MY_EXCLUDE}"\ + cd ${S} + + use vorbis || MY_EXCLUDE="${MY_EXCLUDE} vorbis"; + use curl || MY_EXCLUDE="${MY_EXCLUDE} curl" + use python || MY_EXCLUDE="${MY_EXCLUDE} python" + use ruby || MY_EXCLUDE="${MY_EXCLUDE} ruby" + use flac || MY_EXCLUDE="${MY_EXCLUDE} flac" + use alsa || MY_EXCLUDE="${MY_EXCLUDE} alsa" + use oss || MY_EXCLUDE="${MY_EXCLUDE} oss" + use gnome || MY_EXCLUDE="${MY_EXCLUDE} gnomevfs" + use samba || MY_EXCLUDE="${MY_EXCLUDE} samba" + + scons CONFIG=1 EXCLUDE="${MY_EXCLUDE}"\ || die "scons CONFIG=1 EXCLUDE="${MY_EXCLUDE}" failed" - einfo "These modules have been excluded:" - einfo ${MY_EXCLUDE} + einfo "These modules have been excluded:" + einfo ${MY_EXCLUDE} } src_install () { - cd ${S} - scons PREFIX=/usr/ MANDIR=/usr/share/man INSTALLDIR=${D} install \ - || die - dodoc AUTHORS COPYING ChangeLog README - scons -c - - ewarn "This is xmms2-0.1 Developer Release 2" + cd ${S} + scons PREFIX=/usr/ MANDIR=/usr/share/man INSTALLDIR=${D} install || die + dodoc AUTHORS COPYING ChangeLog README + scons -c + + ewarn "This is xmms2-0.1 Developer Release 2" } diff --git a/sys-fs/evfs/Manifest b/sys-fs/evfs/Manifest new file mode 100644 index 00000000..505037cf --- /dev/null +++ b/sys-fs/evfs/Manifest @@ -0,0 +1,2 @@ +MD5 29780b6116bbfa5202180bfdc2b4ac0d evfs-9999.ebuild 416 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-evfs-9999 0 diff --git a/sys-fs/evfs/evfs-9999.ebuild b/sys-fs/evfs/evfs-9999.ebuild new file mode 100644 index 00000000..f989dbb2 --- /dev/null +++ b/sys-fs/evfs/evfs-9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +ECVS_MODULE="e17/apps/evfs" +inherit enlightenment + +DESCRIPTION="Enlightenment File Daemon" +HOMEPAGE="http://www.enlightenment.org" + +IUSE="threads" + +DEPEND="x11-libs/ecore + app-admin/fam + dev-libs/libxml2" + +src_compile() +{ + export MY_ECONF=" + $(use_enable threads)" + enlightenment_src_compile +} diff --git a/sys-fs/evfs/files/digest-evfs-9999 b/sys-fs/evfs/files/digest-evfs-9999 new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/sys-fs/evfs/files/digest-evfs-9999 diff --git a/x11-libs/etk/Manifest b/x11-libs/etk/Manifest new file mode 100644 index 00000000..d205f28d --- /dev/null +++ b/x11-libs/etk/Manifest @@ -0,0 +1,2 @@ +MD5 5fccbef228b6a9c3c0b16a66e5db825d etk-0.1.0.001.ebuild 342 +MD5 3b89627d764069c7b56bef200c611371 files/digest-etk-0.1.0.001 65 diff --git a/x11-libs/etk/etk-0.1.0.001.ebuild b/x11-libs/etk/etk-0.1.0.001.ebuild new file mode 100644 index 00000000..33950ac2 --- /dev/null +++ b/x11-libs/etk/etk-0.1.0.001.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit enlightenment + +DESCRIPTION="Enlightenment Tool Kit" +HOMEPAGE="http://mtreny.free.fr/etk/" +SRC_URI="http://guybrush.ath.cx/~beber/e17/${P}.tar.gz" + +RESTRICT="nomirror" + +DEPEND="x11-libs/ecore + x11-libs/evas + media-libs/edje" diff --git a/x11-libs/etk/files/digest-etk-0.1.0.001 b/x11-libs/etk/files/digest-etk-0.1.0.001 new file mode 100644 index 00000000..63449b56 --- /dev/null +++ b/x11-libs/etk/files/digest-etk-0.1.0.001 @@ -0,0 +1 @@ +MD5 a55c0340eea0676fe5ca6b075a552edd etk-0.1.0.001.tar.gz 331921 |