public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Frysinger (vapier)" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/enlightenment: ChangeLog enlightenment-0.16.8.10.ebuild
Date: Mon, 08 Oct 2007 03:41:42 +0000	[thread overview]
Message-ID: <E1IejV0-0003r1-GI@stork.gentoo.org> (raw)

vapier      07/10/08 03:41:42

  Modified:             ChangeLog
  Added:                enlightenment-0.16.8.10.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.3.12)

Revision  Changes    Path
1.74                 x11-wm/enlightenment/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/ChangeLog?r1=1.73&r2=1.74

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	16 Aug 2007 15:52:27 -0000	1.73
+++ ChangeLog	8 Oct 2007 03:41:41 -0000	1.74
@@ -1,6 +1,12 @@
 # ChangeLog for x11-wm/enlightenment
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.73 2007/08/16 15:52:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/ChangeLog,v 1.74 2007/10/08 03:41:41 vapier Exp $
+
+*enlightenment-0.16.8.10 (08 Oct 2007)
+
+  08 Oct 2007; Mike Frysinger <vapier@gentoo.org>
+  +enlightenment-0.16.8.10.ebuild:
+  Version bump.
 
   16 Aug 2007; Jeroen Roovers <jer@gentoo.org>
   enlightenment-0.16.8.8.ebuild:



1.1                  x11-wm/enlightenment/enlightenment-0.16.8.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.10.ebuild?rev=1.1&content-type=text/plain

Index: enlightenment-0.16.8.10.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.8.10.ebuild,v 1.1 2007/10/08 03:41:41 vapier Exp $

inherit eutils

DESCRIPTION="Enlightenment Window Manager"
HOMEPAGE="http://www.enlightenment.org/"
SRC_URI="mirror://sourceforge/enlightenment/e16-${PV/_/-}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc esd nls xcomposite xinerama xrandr"

RDEPEND="esd? ( >=media-sound/esound-0.2.19 )
	=media-libs/freetype-2*
	>=media-libs/imlib2-1.3.0
	!<x11-misc/e16keyedit-0.3
	x11-libs/libSM
	x11-libs/libICE
	x11-libs/libX11
	x11-libs/libXext
	x11-libs/libXfixes
	x11-libs/libXdamage
	x11-libs/libXxf86vm
	virtual/xft
	xrandr? ( x11-libs/libXrandr )
	x11-libs/libXrender
	x11-misc/xbitmaps
	xinerama? ( x11-libs/libXinerama )
	xcomposite? ( x11-libs/libXcomposite )
	nls? ( virtual/libintl )
	virtual/libiconv"
DEPEND="${RDEPEND}
	x11-proto/xextproto
	x11-proto/xf86vidmodeproto
	xinerama? ( x11-proto/xineramaproto )
	xcomposite? ( x11-proto/compositeproto )
	x11-proto/xproto
	nls? ( sys-devel/gettext )"
PDEPEND="doc? ( app-doc/edox-data )"

S=${WORKDIR}/e16-${PV/_pre?}

pkg_setup() {
	built_with_use media-libs/imlib2 X || die "emerge imlib2 with USE=X"
}

src_compile() {
	econf \
		$(use_enable nls) \
		$(use_enable esd sound) \
		$(use_enable xinerama) \
		$(use_enable xrandr) \
		$(use_enable xcomposite composite) \
		--enable-upgrade \
		--enable-hints-ewmh \
		--enable-fsstd \
		--enable-zoom \
		--with-imlib2 \
		|| die
	emake || die
}

src_install() {
	emake install DESTDIR="${D}" || die
	exeinto /etc/X11/Sessions
	newexe "${FILESDIR}"/e16 enlightenment
	dodoc AUTHORS ChangeLog COMPLIANCE README* docs/README* TODO
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-10-08  3:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-08  3:41 Mike Frysinger (vapier) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-12-19  4:30 [gentoo-commits] gentoo-x86 commit in x11-wm/enlightenment: ChangeLog enlightenment-0.16.8.10.ebuild Jeroen Roovers (jer)
2007-12-19 20:54 Brent Baude (ranger)
2007-12-20 19:38 Markus Meier (maekke)
2007-12-24 15:09 Raul Porcel (armin76)
2007-12-26  8:00 Samuli Suominen (drac)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IejV0-0003r1-GI@stork.gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox