public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/libchart: ChangeLog libchart-1.2.1.ebuild libchart-1.2.ebuild
@ 2010-06-14 17:19 Matti Bickel (mabi)
  0 siblings, 0 replies; only message in thread
From: Matti Bickel (mabi) @ 2010-06-14 17:19 UTC (permalink / raw
  To: gentoo-commits

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-14 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14 17:19 [gentoo-commits] gentoo-x86 commit in dev-php5/libchart: ChangeLog libchart-1.2.1.ebuild libchart-1.2.ebuild Matti Bickel (mabi)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox