diff options
author | 2009-01-06 10:51:34 +0000 | |
---|---|---|
committer | 2009-01-06 10:51:34 +0000 | |
commit | 5f7882e2877657b0bf1e93878ea18a423ccae53b (patch) | |
tree | 6bfef4b1d2aab8f3b6ce792d12d2175b7a207e38 /x11-plugins/epplets | |
parent | Drop gcc-3.4 ssp-compat patch #253740. (diff) | |
download | gentoo-2-5f7882e2877657b0bf1e93878ea18a423ccae53b.tar.gz gentoo-2-5f7882e2877657b0bf1e93878ea18a423ccae53b.tar.bz2 gentoo-2-5f7882e2877657b0bf1e93878ea18a423ccae53b.zip |
Version bump.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'x11-plugins/epplets')
-rw-r--r-- | x11-plugins/epplets/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.12.ebuild | 28 |
2 files changed, 35 insertions, 2 deletions
diff --git a/x11-plugins/epplets/ChangeLog b/x11-plugins/epplets/ChangeLog index 4e939be61089..76c101938c99 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.13 2008/06/05 03:54:16 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.14 2009/01/06 10:51:34 vapier Exp $ + +*epplets-0.12 (06 Jan 2009) + + 06 Jan 2009; Mike Frysinger <vapier@gentoo.org> +epplets-0.12.ebuild: + Version bump. *epplets-0.11 (05 Jun 2008) diff --git a/x11-plugins/epplets/epplets-0.12.ebuild b/x11-plugins/epplets/epplets-0.12.ebuild new file mode 100644 index 000000000000..9d45e8dee740 --- /dev/null +++ b/x11-plugins/epplets/epplets-0.12.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.12.ebuild,v 1.1 2009/01/06 10:51:34 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 +} |