]> Pileus Git - ~andy/sunrise/commitdiff
dev-php/libawl-php: New ebuild for bug 229025 - (initial work by Cory Coager <ccoager...
authorlebarjack <francois.perichon@univ-lille2.fr>
Mon, 23 Jun 2008 11:21:20 +0000 (11:21 +0000)
committerlebarjack <francois.perichon@univ-lille2.fr>
Mon, 23 Jun 2008 11:21:20 +0000 (11:21 +0000)
svn path=/sunrise/; revision=6353

dev-php/libawl-php/ChangeLog [new file with mode: 0644]
dev-php/libawl-php/Manifest [new file with mode: 0644]
dev-php/libawl-php/libawl-php-0.29.ebuild [new file with mode: 0644]
dev-php/libawl-php/metadata.xml [new file with mode: 0644]

diff --git a/dev-php/libawl-php/ChangeLog b/dev-php/libawl-php/ChangeLog
new file mode 100644 (file)
index 0000000..14f23c1
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for dev-php/libawl-php
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  23 Jun 2008; lebarjack <francois.perichon@univ-lille2.fr>
+  +libawl-php-0.29.ebuild, +metadata.xml:
+  New ebuild for bug 229025 - (initial work by Cory Coager <ccoager@gmail.com>)
+
diff --git a/dev-php/libawl-php/Manifest b/dev-php/libawl-php/Manifest
new file mode 100644 (file)
index 0000000..3f61f6a
--- /dev/null
@@ -0,0 +1,4 @@
+DIST libawl-php-0.29.tar.gz 66592 RMD160 d42610a6ad01070ad26533a670288ad43e79afab SHA1 f4763c0744e3553aac13a3a3031a970eb513cea0 SHA256 7662af4dc48ce178ce92e033122c22520c9ade6de4cab00acc976e73111e0518
+EBUILD libawl-php-0.29.ebuild 1034 RMD160 8402f553edc60098b17531b0e838ac354ec09aa3 SHA1 8bb833f95681043a22832db0a1ffc20aae18491e SHA256 164cac1384b2669a9cdc2609112cdbca783709d97dfb52ab1ec5bbf5971198dc
+MISC ChangeLog 302 RMD160 ab824b0e4d10e9e9bbb30b6e1a51fb74383c55c9 SHA1 f42cfdadf2ece88560e0cb2c169c3fa2875fff53 SHA256 286622cdc21da621c60c47070ddee8bdc3f58e111d9ba08250d73fc7d492a829
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-php/libawl-php/libawl-php-0.29.ebuild b/dev-php/libawl-php/libawl-php-0.29.ebuild
new file mode 100644 (file)
index 0000000..d306656
--- /dev/null
@@ -0,0 +1,46 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit eutils php-lib-r1
+
+DESCRIPTION="Andrew McMillan's web libraries: A collection of generic classes
+used by the davical calendar server"
+HOMEPAGE="http://rscds.sourceforge.net/"
+SRC_URI="mirror://sourceforge/rscds/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+DEPEND="doc? ( dev-php/PEAR-PhpDocumentor )"
+RDEPEND="${DEPEND}"
+
+need_php5
+
+pkg_setup() {
+       require_php_with_use pcre postgres xml
+}
+
+src_compile() {
+       if use doc ; then
+               ebegin "Generating documentation"
+               phpdoc -c "docs/api/phpdoc.ini"
+               eend $? || die "Documentation failed to build"
+       fi
+}
+
+src_install() {
+       local docs="debian/README.debian debian/changelog"
+       dodoc-php ${docs} || die "dodoc failed"
+
+       if use doc ; then
+               dohtml -r "docs/api/" || die "dohtml failed"
+       fi
+
+       insinto /usr/share/awl
+       doins -r dba  || die "doins failed"
+
+       php-lib-r1_src_install ./inc `find ./inc -type f -print | sed -e "s|./inc||g"`
+}
diff --git a/dev-php/libawl-php/metadata.xml b/dev-php/libawl-php/metadata.xml
new file mode 100644 (file)
index 0000000..7e32869
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>maintainer-wanted</herd>
+</pkgmetadata>