diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/epplets/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.10.ebuild | 25 | ||||
-rw-r--r-- | x11-plugins/epplets/files/digest-epplets-0.10 | 3 |
3 files changed, 35 insertions, 2 deletions
diff --git a/x11-plugins/epplets/ChangeLog b/x11-plugins/epplets/ChangeLog index cd1563788eaf..3bdbb1fe218d 100644 --- a/x11-plugins/epplets/ChangeLog +++ b/x11-plugins/epplets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/epplets -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.9 2006/04/15 20:09:47 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.10 2007/05/05 07:44:01 vapier Exp $ + +*epplets-0.10 (05 May 2007) + + 05 May 2007; Mike Frysinger <vapier@gentoo.org> +epplets-0.10.ebuild: + Version bump. *epplets-0.9 (15 Apr 2006) diff --git a/x11-plugins/epplets/epplets-0.10.ebuild b/x11-plugins/epplets/epplets-0.10.ebuild new file mode 100644 index 000000000000..f582bdf34472 --- /dev/null +++ b/x11-plugins/epplets/epplets-0.10.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild,v 1.1 2007/05/05 07:44:01 vapier Exp $ + +DESCRIPTION="Base files for Enlightenment epplets and some epplets" +HOMEPAGE="http://www.enlightenment.org/" +SRC_URI="mirror://sourceforge/enlightenment/epplets-${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ppc sparc x86" +IUSE="esd" + +RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXext ) virtual/x11 ) + virtual/glut + esd? ( media-sound/esound ) + media-libs/imlib2 + >=x11-wm/enlightenment-0.16.4" +DEPEND="${RDEPEND} + || ( ( x11-proto/xproto x11-proto/xextproto ) virtual/x11 )" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog +} diff --git a/x11-plugins/epplets/files/digest-epplets-0.10 b/x11-plugins/epplets/files/digest-epplets-0.10 new file mode 100644 index 000000000000..a2c8cf0a4c25 --- /dev/null +++ b/x11-plugins/epplets/files/digest-epplets-0.10 @@ -0,0 +1,3 @@ +MD5 19f881141e18a4f4402af16738ee5ae7 epplets-0.10.tar.gz 1112777 +RMD160 46c9acacb0f1ce7704bc65cb18c7ba8c12d1e9a0 epplets-0.10.tar.gz 1112777 +SHA256 4348f9f02e9d1a5671623159c75d29c5579333d059f12d821dde57f01a11dcc3 epplets-0.10.tar.gz 1112777 |