diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 20:09:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 20:09:47 +0000 |
commit | db547b1a99e6e12d9d70a677412fce456dd19d56 (patch) | |
tree | 79bda442143f3ffbbf1ae574b3ea8aa3572583e7 /x11-plugins | |
parent | Stable on ppc. Bug 130079 (diff) | |
download | gentoo-2-db547b1a99e6e12d9d70a677412fce456dd19d56.tar.gz gentoo-2-db547b1a99e6e12d9d70a677412fce456dd19d56.tar.bz2 gentoo-2-db547b1a99e6e12d9d70a677412fce456dd19d56.zip |
Version bump #111638 by Peter Hyman.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/epplets/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.9.ebuild | 25 | ||||
-rw-r--r-- | x11-plugins/epplets/files/digest-epplets-0.9 | 3 |
3 files changed, 35 insertions, 2 deletions
diff --git a/x11-plugins/epplets/ChangeLog b/x11-plugins/epplets/ChangeLog index 91f7fde469c6..cd1563788eaf 100644 --- a/x11-plugins/epplets/ChangeLog +++ b/x11-plugins/epplets/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/epplets -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.8 2005/09/17 02:10:11 agriffis Exp $ +# 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 $ + +*epplets-0.9 (15 Apr 2006) + + 15 Apr 2006; Mike Frysinger <vapier@gentoo.org> +epplets-0.9.ebuild: + Version bump #111638 by Peter Hyman. 17 Sep 2005; Aron Griffis <agriffis@gentoo.org> epplets-0.7-r1.ebuild: Mark 0.7-r1 stable on alpha diff --git a/x11-plugins/epplets/epplets-0.9.ebuild b/x11-plugins/epplets/epplets-0.9.ebuild new file mode 100644 index 000000000000..6e4c2cc3d693 --- /dev/null +++ b/x11-plugins/epplets/epplets-0.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.9.ebuild,v 1.1 2006/04/15 20:09:47 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.9 b/x11-plugins/epplets/files/digest-epplets-0.9 new file mode 100644 index 000000000000..e26b2f86d614 --- /dev/null +++ b/x11-plugins/epplets/files/digest-epplets-0.9 @@ -0,0 +1,3 @@ +MD5 a38653f731b7c8a0ee6ec8293e33edfd epplets-0.9.tar.gz 1129444 +RMD160 4e44a73878e16d5f917880aa198f179f540239a2 epplets-0.9.tar.gz 1129444 +SHA256 279260ff417a100665d3f1e7bb8250e79d175d059948accbbe4d66980275fc8b epplets-0.9.tar.gz 1129444 |