summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-06-05 03:54:16 +0000
committerMike Frysinger <vapier@gentoo.org>2008-06-05 03:54:16 +0000
commit691d8d3a18d08cf519c380589af2dae6ff6e18b2 (patch)
tree5a5572ea9974def9216eb6b17bb2726684ee47dc
parentAdded latest version and fixed some QA issues; closes bug #219011 (diff)
downloadgentoo-2-691d8d3a18d08cf519c380589af2dae6ff6e18b2.tar.gz
gentoo-2-691d8d3a18d08cf519c380589af2dae6ff6e18b2.tar.bz2
gentoo-2-691d8d3a18d08cf519c380589af2dae6ff6e18b2.zip
Version bump #224873 by teidakankan.
(Portage version: 2.2_pre5.spank.spunk)
-rw-r--r--x11-plugins/epplets/ChangeLog7
-rw-r--r--x11-plugins/epplets/epplets-0.11.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/x11-plugins/epplets/ChangeLog b/x11-plugins/epplets/ChangeLog
index 1f474cebd9c6..4e939be61089 100644
--- a/x11-plugins/epplets/ChangeLog
+++ b/x11-plugins/epplets/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/epplets
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.12 2008/01/13 00:16:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.13 2008/06/05 03:54:16 vapier Exp $
+
+*epplets-0.11 (05 Jun 2008)
+
+ 05 Jun 2008; Mike Frysinger <vapier@gentoo.org> +epplets-0.11.ebuild:
+ Version bump #224873 by teidakankan.
13 Jan 2008; Mike Frysinger <vapier@gentoo.org> epplets-0.10.ebuild:
Make sure we DEPEND on pkg-config #205095.
diff --git a/x11-plugins/epplets/epplets-0.11.ebuild b/x11-plugins/epplets/epplets-0.11.ebuild
new file mode 100644
index 000000000000..aee7c723c3e6
--- /dev/null
+++ b/x11-plugins/epplets/epplets-0.11.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.11.ebuild,v 1.1 2008/06/05 03:54:16 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/glut
+ esd? ( media-sound/esound )
+ media-libs/imlib2
+ >=x11-wm/enlightenment-0.16.4"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ x11-proto/xproto
+ x11-proto/xextproto"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc ChangeLog
+}