* [gentoo-commits] gentoo-x86 commit in dev-php/pecl-eio: metadata.xml pecl-eio-1.2.3.ebuild Manifest ChangeLog
@ 2013-09-22 10:13 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2013-09-22 10:13 UTC (permalink / raw
To: gentoo-commits
hwoarang 13/09/22 10:13:13
Added: metadata.xml pecl-eio-1.2.3.ebuild Manifest
ChangeLog
Log:
Initial commit. Ebuild by Ruslan Osmanov <rrosmanov@gmail.com>. He will also be the maintainer. Bug #478016
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Revision Changes Path
1.1 dev-php/pecl-eio/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/metadata.xml?rev=1.1&content-type=text/plain
Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>rrosmanov@gmail.com</email>
<name>Ruslan Osmanov</name>
<description>Maintainer. Assign bugs to him</description>
</maintainer>
</pkgmetadata>
1.1 dev-php/pecl-eio/pecl-eio-1.2.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.3.ebuild?rev=1.1&content-type=text/plain
Index: pecl-eio-1.2.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/pecl-eio-1.2.3.ebuild,v 1.1 2013/09/22 10:13:13 hwoarang Exp $
EAPI=4
PHP_EXT_NAME="eio"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CREDITS EXPERIMENTAL INSTALL README LICENSE"
USE_PHP="php5-3 php5-4 php5-5"
inherit php-ext-pecl-r2 confutils eutils
KEYWORDS="~amd64 ~x86"
LICENSE="PHP-3.01"
DESCRIPTION="PHP wrapper for libeio library"
LICENSE="PHP-3"
SLOT="0"
IUSE=""
IUSE="debug"
src_configure() {
my_conf="--with-eio"
enable_extension_enable "eio-debug" "debug" 0
php-ext-source-r2_src_configure
}
1.1 dev-php/pecl-eio/Manifest
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/Manifest?rev=1.1&content-type=text/plain
Index: Manifest
===================================================================
DIST eio-1.2.3.tgz 57504 SHA256 47a1e255c9aace01c9a5c4feb510c43842195cf02857250150e4f4645e189051 SHA512 a536bcd6e286d0faa89621a501acb5d99b926b895360438f39ede2fdfe3a91e89845f5853eea4879bed8595dd30f805dca60f9830c8c2236894d994475fbe5cb WHIRLPOOL f1909b780916ff8a27c6ad4c8643be5346ac701b7c3dd03ff60968126e168f922b9f8ee7b1d3a47b6469914a53a766a06170773c7c10ecd0e69c4095735e405d
EBUILD pecl-eio-1.2.3.ebuild 570 SHA256 09dc2a427ffdf35b15db7bf240f5da1548820b8b77d3d4d807fe0dcb69939a69 SHA512 779f5904eeea2282e9fe19c8e41575273693869db1d9da13618b7d19bae534ad080e6e6c1e08b0c0fa244f09f3d054aade7d016b270e2aea594ae25d3779987b WHIRLPOOL cb8692f487227e04ef9de8dc1fae4af1579dcea8d41e30fa9cf3cbdb9cf471e5fd34e48a8433b7bdea840df9a59ed7e806d1d04f6a37c6a485ea895e3178113d
MISC metadata.xml 318 SHA256 b0c92cb3fa5b639126d5415c31b43b46441c37bbadec1c1a4ae11c0ba35bc28e SHA512 c39a88aab7916204c9a174f20fefe96b285000466f0bc5ef4989e520ac61e9e14df9396b319538605e08bd14b1a2914818df4c790dbf93a9f1c531140dddbfde WHIRLPOOL 71e3144abd964cc0f6235df365a76266cbd11ace322ea0c63bfe28c76abf746212a4c593ba72046e88488c03ee95203881235783811baa528e3e8677025bb3a0
1.1 dev-php/pecl-eio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-eio/ChangeLog?rev=1.1&content-type=text/plain
Index: ChangeLog
===================================================================
# ChangeLog for dev-php/pecl-eio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-eio/ChangeLog,v 1.1 2013/09/22 10:13:13 hwoarang Exp $
*pecl-eio-1.2.3 (22 Sep 2013)
22 Sep 2013; Markos Chandras <hwoarang@gentoo.org> +metadata.xml,
+pecl-eio-1.2.3.ebuild:
Initial commit. Ebuild by Ruslan Osmanov <rrosmanov@gmail.com>. He will also
be the maintainer. Bug #478016
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-22 10:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-22 10:13 [gentoo-commits] gentoo-x86 commit in dev-php/pecl-eio: metadata.xml pecl-eio-1.2.3.ebuild Manifest ChangeLog Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox