public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matti Bickel (mabi)" <mabi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/libchart: ChangeLog libchart-1.2.1.ebuild libchart-1.2.ebuild
Date: Mon, 14 Jun 2010 17:19:07 +0000 (UTC)	[thread overview]
Message-ID: <20100614171907.25A932CE14@corvid.gentoo.org> (raw)

mabi        10/06/14 17:19:07

  Modified:             ChangeLog
  Added:                libchart-1.2.1.ebuild
  Removed:              libchart-1.2.ebuild
  Log:
  bump, cleanup
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-php5/libchart/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libchart/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libchart/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libchart/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/libchart/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	1 Dec 2007 16:36:50 -0000	1.2
+++ ChangeLog	14 Jun 2010 17:19:06 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php5/libchart
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/ChangeLog,v 1.2 2007/12/01 16:36:50 swegener Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/ChangeLog,v 1.3 2010/06/14 17:19:06 mabi Exp $
+
+*libchart-1.2.1 (14 Jun 2010)
+
+  14 Jun 2010; <mabi@gentoo.org> -libchart-1.2.ebuild,
+  +libchart-1.2.1.ebuild:
+  bump with ebuild from Ole Markus With, cleanup
 
 *libchart-1.2 (29 Nov 2007)
 



1.1                  dev-php5/libchart/libchart-1.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libchart/libchart-1.2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/libchart/libchart-1.2.1.ebuild?rev=1.1&content-type=text/plain

Index: libchart-1.2.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/libchart/libchart-1.2.1.ebuild,v 1.1 2010/06/14 17:19:06 mabi Exp $

EAPI="2"

inherit php-lib-r1 depend.php

DESCRIPTION="Libchart is a chart creation PHP library that is easy to use."
HOMEPAGE="http://naku.dohcrew.com/libchart"
SRC_URI="http://libchart.googlecode.com/files/${P}.tar.gz"

LICENSE="GPL-3 BitstreamVera"
KEYWORDS="~x86 ~amd64"
SLOT=0
IUSE="examples"

need_php5

DEPEND=""
RDEPEND="dev-lang/php[truetype]
	|| ( dev-lang/php[gd] dev-lang/php[gd-external] )"

src_install() {
	php-lib-r1_src_install ${PN} `cd ${PN}; find . -type f -print`
	for i in ${PN}/{ChangeLog,README} ; do
		dodoc-php ${i}
		rm -f ${i}
	done
	if use examples ; then
		insinto /usr/share/doc/${CATEGORY}/${PF}
		doins -r demo/
	fi
}






                 reply	other threads:[~2010-06-14 18:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20100614171907.25A932CE14@corvid.gentoo.org \
    --to=mabi@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