diff options
author | lebarjack <francois.perichon@univ-lille2.fr> | 2008-09-16 06:51:57 +0000 |
---|---|---|
committer | lebarjack <francois.perichon@univ-lille2.fr> | 2008-09-16 06:51:57 +0000 |
commit | 6af7374832c22b33134ec757479f3ce65ac5b459 (patch) | |
tree | 12b2ee2c4c70e02e96bb56269cfb5910097e65b6 /dev-php | |
parent | app-office/ganttproject-bin: Reorder vars (diff) | |
download | sunrise-6af7374832c22b33134ec757479f3ce65ac5b459.tar.gz sunrise-6af7374832c22b33134ec757479f3ce65ac5b459.tar.bz2 sunrise-6af7374832c22b33134ec757479f3ce65ac5b459.zip |
dev-php/libawl-php: New version for awl (libawl-php)
svn path=/sunrise/; revision=7105
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/libawl-php/ChangeLog | 4 | ||||
-rw-r--r-- | dev-php/libawl-php/Manifest | 5 | ||||
-rw-r--r-- | dev-php/libawl-php/libawl-php-0.31.ebuild (renamed from dev-php/libawl-php/libawl-php-0.29.ebuild) | 9 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-php/libawl-php/ChangeLog b/dev-php/libawl-php/ChangeLog index 14f23c119..d1c3de48d 100644 --- a/dev-php/libawl-php/ChangeLog +++ b/dev-php/libawl-php/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Sep 2008; lebarjack <francois.perichon@univ-lille2.fr> + -libawl-php-0.29.ebuild, +libawl-php-0.31.ebuild: + New version for awl (libawl-php) + 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 index 3f61f6aab..75c7d974b 100644 --- a/dev-php/libawl-php/Manifest +++ b/dev-php/libawl-php/Manifest @@ -1,4 +1,3 @@ -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 +EBUILD libawl-php-0.31.ebuild 1064 RMD160 5061d70b00818ae25e766efcfaf166547c615eee SHA1 6ac282a6eec02ab96cda5e4a8565d619062bb4b9 SHA256 861369efde647e552b792384988d9d0a5bd1c3dd265c5a48605b6ce94c397e5f +MISC ChangeLog 450 RMD160 efc10e97231ccfefc276f4908b26bd1c5b881efe SHA1 d75369248ede5f00898aec187c6e0e91309e1dc5 SHA256 2e7e5ac4b6d53a0f5b16c6e33664ebc5a417ed4de88e0f0cf2f707d04190c01a 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.31.ebuild index d306656ac..02827f808 100644 --- a/dev-php/libawl-php/libawl-php-0.29.ebuild +++ b/dev-php/libawl-php/libawl-php-0.31.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils php-lib-r1 +inherit eutils git 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" +HOMEPAGE="http://andrew.mcmillan.net.nz/projects/awl" +EGIT_REPO_URI="http://repo.or.cz/r/awl.git" +EGIT_TREE="${PV}" LICENSE="GPL-2" SLOT="0" @@ -32,7 +33,7 @@ src_compile() { } src_install() { - local docs="debian/README.debian debian/changelog" + local docs="debian/README.Debian debian/changelog" dodoc-php ${docs} || die "dodoc failed" if use doc ; then |