public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Markus Ullmann (jokey)" <jokey@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: ChangeLog xdebug-client-2.0.2.ebuild
Date: Thu, 15 Nov 2007 19:01:51 +0000	[thread overview]
Message-ID: <E1IsjyJ-0006Ro-2B@stork.gentoo.org> (raw)

jokey       07/11/15 19:01:51

  Modified:             ChangeLog
  Added:                xdebug-client-2.0.2.ebuild
  Log:
  Version bump from project overlay
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.8                  dev-php/xdebug-client/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	28 Oct 2007 11:45:27 -0000	1.7
+++ ChangeLog	15 Nov 2007 19:01:50 -0000	1.8
@@ -1,6 +1,15 @@
 # ChangeLog for dev-php/xdebug-client
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.7 2007/10/28 11:45:27 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.8 2007/11/15 19:01:50 jokey Exp $
+
+*xdebug-client-2.0.2 (15 Nov 2007)
+
+  15 Nov 2007; Markus Ullmann <jokey@gentoo.org>
+  +xdebug-client-2.0.2.ebuild:
+  Version bump from project overlay
+
+  12 Nov 2007; Jakub Moc <jakub@gentoo.org> +xdebug-client-2.0.2.ebuild:
+  Version bump
 
 *xdebug-client-2.0.1 (28 Oct 2007)
 



1.1                  dev-php/xdebug-client/xdebug-client-2.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild?rev=1.1&content-type=text/plain

Index: xdebug-client-2.0.2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.0.2.ebuild,v 1.1 2007/11/15 19:01:50 jokey Exp $

KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"

DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)."
HOMEPAGE="http://www.xdebug.org/"
SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz"
LICENSE="Xdebug"
SLOT="0"
IUSE="libedit"

S="${WORKDIR}/xdebug-${MY_PV}/debugclient"

DEPEND="libedit? ( || ( dev-libs/libedit sys-freebsd/freebsd-lib ) )"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	chmod +x "${S}"/configure
}

src_compile() {
	econf $(use_with libedit) --disable-dependency-tracking
	emake || die "Build of debug client failed!"
}

src_install() {
	newbin debugclient xdebug
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-15 19:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-15 19:01 Markus Ullmann (jokey) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-01-17 12:25 [gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: ChangeLog xdebug-client-2.0.2.ebuild Raul Porcel (armin76)
2008-02-04 22:00 Markus Meier (maekke)
2008-03-08 22:14 Peter Volkov (pva)

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=E1IsjyJ-0006Ro-2B@stork.gentoo.org \
    --to=jokey@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