diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:39:35 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:39:35 +0000 |
commit | 8151687a68dd07c2151ea4f8d277bfa0a7827e8c (patch) | |
tree | d3e889198afa4a9f376f49c4eddae67b1adbe46f /x11-plugins/epplets | |
parent | Respect Id tag in Javadocs source. (diff) | |
download | historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.tar.gz historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.tar.bz2 historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'x11-plugins/epplets')
-rw-r--r-- | x11-plugins/epplets/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.10.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/epplets/epplets-0.9.ebuild | 10 |
3 files changed, 16 insertions, 8 deletions
diff --git a/x11-plugins/epplets/ChangeLog b/x11-plugins/epplets/ChangeLog index 3bdbb1fe218d..8a904bac3061 100644 --- a/x11-plugins/epplets/ChangeLog +++ b/x11-plugins/epplets/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/epplets # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/ChangeLog,v 1.11 2007/07/22 05:38:11 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; epplets-0.9.ebuild, + epplets-0.10.ebuild: + Drop virtual/x11 references. *epplets-0.10 (05 May 2007) diff --git a/x11-plugins/epplets/epplets-0.10.ebuild b/x11-plugins/epplets/epplets-0.10.ebuild index f582bdf34472..f247f1c2f8f5 100644 --- a/x11-plugins/epplets/epplets-0.10.ebuild +++ b/x11-plugins/epplets/epplets-0.10.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.10.ebuild,v 1.2 2007/07/22 05:38:11 dberkholz Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" @@ -11,13 +11,15 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" IUSE="esd" -RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXext ) virtual/x11 ) +RDEPEND="x11-libs/libX11 + x11-libs/libXext 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 )" + x11-proto/xproto + x11-proto/xextproto" src_install() { make DESTDIR="${D}" install || die diff --git a/x11-plugins/epplets/epplets-0.9.ebuild b/x11-plugins/epplets/epplets-0.9.ebuild index ba0f720b2db6..577865b09710 100644 --- a/x11-plugins/epplets/epplets-0.9.ebuild +++ b/x11-plugins/epplets/epplets-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.9.ebuild,v 1.2 2006/07/15 05:38:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/epplets/epplets-0.9.ebuild,v 1.3 2007/07/22 05:38:11 dberkholz Exp $ DESCRIPTION="Base files for Enlightenment epplets and some epplets" HOMEPAGE="http://www.enlightenment.org/" @@ -11,13 +11,15 @@ SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86" IUSE="esd" -RDEPEND="|| ( ( x11-libs/libX11 x11-libs/libXext ) virtual/x11 ) +RDEPEND="x11-libs/libX11 + x11-libs/libXext 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 )" + x11-proto/xproto + x11-proto/xextproto" src_install() { make DESTDIR="${D}" install || die |