* [gentoo-commits] dev/c1pher:master commit in: dev-php/pluf/
@ 2012-02-01 17:35 Dane Smith
0 siblings, 0 replies; 3+ messages in thread
From: Dane Smith @ 2012-02-01 17:35 UTC (permalink / raw
To: gentoo-commits
commit: de2cac7efa481b66059a457a141b4c5f117b430f
Author: Dane Smith <c1pher <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 17:34:11 2012 +0000
Commit: Dane Smith <c1pher <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 17:34:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=de2cac7e
Initial ebuild for pluf.
---
dev-php/pluf/Manifest | 2 ++
dev-php/pluf/metadata.xml | 10 ++++++++++
dev-php/pluf/pluf-01022012.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/dev-php/pluf/Manifest b/dev-php/pluf/Manifest
new file mode 100644
index 0000000..6ecaf06
--- /dev/null
+++ b/dev-php/pluf/Manifest
@@ -0,0 +1,2 @@
+DIST pluf-01022012.zip 610168 RMD160 b96809faa99fc7cec98c1192f039fb4933a9dc1f SHA1 8fcfb3a936f61b2b5595eb9e3de3b232665c93c9 SHA256 e63644897a36c2f770180d4c819961a7df94fdc65ace42d361883f7a717a0224
+EBUILD pluf-01022012.ebuild 513 RMD160 875c9f6ca1bada64d826ef3e17401796b395b0d1 SHA1 382351cef94d4488f7c9105448700c3a0738e03c SHA256 dd7ee029004f60e96689d9821302ade06b619f4da36c122677f0932c79780e56
diff --git a/dev-php/pluf/metadata.xml b/dev-php/pluf/metadata.xml
new file mode 100644
index 0000000..2ba872d
--- /dev/null
+++ b/dev-php/pluf/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>c1pher@gentoo.org</email>
+ <name>Dane Smith</name>
+ </maintainer>
+</pkgmetadata>
+
diff --git a/dev-php/pluf/pluf-01022012.ebuild b/dev-php/pluf/pluf-01022012.ebuild
new file mode 100644
index 0000000..068d715
--- /dev/null
+++ b/dev-php/pluf/pluf-01022012.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="A PHP WebApp Framework"
+HOMEPAGE="http://pluf.org/"
+SRC_URI="mirror://gentoo/${P}.zip"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/unzip"
+RDEPEND="dev-lang/php
+ dev-php/PEAR-Console_Getopt
+ dev-php/PEAR-Mail
+ dev-php/PEAR-Mail_Mime
+ ${DEPEND}"
+S="${WORKDIR}/${PN}-master"
+
+src_install() {
+ insinto /usr/share/php/${PN}
+ doins -r src/*
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/c1pher:master commit in: dev-php/pluf/
@ 2012-02-01 17:38 Dane Smith
0 siblings, 0 replies; 3+ messages in thread
From: Dane Smith @ 2012-02-01 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 3b4f8adfc59935178fae2c63c94ecbfd25038fd1
Author: Dane Smith <c1pher <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 17:37:21 2012 +0000
Commit: Dane Smith <c1pher <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 17:37:21 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=3b4f8adf
Rename. MMDDYYYYY.
---
.../{pluf-01022012.ebuild => pluf-02012012.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-php/pluf/pluf-01022012.ebuild b/dev-php/pluf/pluf-02012012.ebuild
similarity index 100%
rename from dev-php/pluf/pluf-01022012.ebuild
rename to dev-php/pluf/pluf-02012012.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] dev/c1pher:master commit in: dev-php/pluf/
@ 2012-02-01 17:56 Dane Smith
0 siblings, 0 replies; 3+ messages in thread
From: Dane Smith @ 2012-02-01 17:56 UTC (permalink / raw
To: gentoo-commits
commit: 5a42b8ced8c8f88aa43ac18334f0b673586f6243
Author: Dane Smith <c1pher <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 17:55:11 2012 +0000
Commit: Dane Smith <c1pher <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 17:55:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/c1pher.git;a=commit;h=5a42b8ce
Found a way to get their download links to work. Correct versioning
---
dev-php/pluf/Manifest | 5 +++--
.../pluf/{pluf-02012012.ebuild => pluf-1.0.ebuild} | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/dev-php/pluf/Manifest b/dev-php/pluf/Manifest
index 6ecaf06..ba753e3 100644
--- a/dev-php/pluf/Manifest
+++ b/dev-php/pluf/Manifest
@@ -1,2 +1,3 @@
-DIST pluf-01022012.zip 610168 RMD160 b96809faa99fc7cec98c1192f039fb4933a9dc1f SHA1 8fcfb3a936f61b2b5595eb9e3de3b232665c93c9 SHA256 e63644897a36c2f770180d4c819961a7df94fdc65ace42d361883f7a717a0224
-EBUILD pluf-01022012.ebuild 513 RMD160 875c9f6ca1bada64d826ef3e17401796b395b0d1 SHA1 382351cef94d4488f7c9105448700c3a0738e03c SHA256 dd7ee029004f60e96689d9821302ade06b619f4da36c122677f0932c79780e56
+DIST pluf-v1.0.zip 608484 RMD160 3068f289ef8d5775bf4d2e435df77896fbe5ad3e SHA1 27cf36bf6862f5671a81939d085ef192d2d7bc1d SHA256 a251aca0cb0053845a1d75e2b49f6b253ca3408ef8c616507f457d49dd769292
+EBUILD pluf-1.0.ebuild 576 RMD160 c3bf3f91657f11ecde61f71b21013a6b2c806891 SHA1 7ab934f9dcab190715d3a57b8a717c5a31333daf SHA256 9d27e590bc99828a13988397a48372b2607554e9a6af8c70563d2e4e5b993bea
+MISC metadata.xml 252 RMD160 0d6b4d4e9e2fc0a9fc73289b6f3234195a3a1405 SHA1 6d719654a220ceff01851fa059936c79ca6bf9be SHA256 50fba57de1e11a48fbf58020c096095ebf9ec5defa2b5bcda9ed44e5be159d3f
diff --git a/dev-php/pluf/pluf-02012012.ebuild b/dev-php/pluf/pluf-1.0.ebuild
similarity index 78%
rename from dev-php/pluf/pluf-02012012.ebuild
rename to dev-php/pluf/pluf-1.0.ebuild
index 068d715..af5a0a5 100644
--- a/dev-php/pluf/pluf-02012012.ebuild
+++ b/dev-php/pluf/pluf-1.0.ebuild
@@ -3,10 +3,11 @@
# $Header: $
EAPI=4
+MY_P="${PN}-v${PV}"
DESCRIPTION="A PHP WebApp Framework"
HOMEPAGE="http://pluf.org/"
-SRC_URI="mirror://gentoo/${P}.zip"
+SRC_URI="http://projects.ceondo.com/p/${PN}/source/download/v${PV} -> ${MY_P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -19,7 +20,7 @@ RDEPEND="dev-lang/php
dev-php/PEAR-Mail
dev-php/PEAR-Mail_Mime
${DEPEND}"
-S="${WORKDIR}/${PN}-master"
+S="${WORKDIR}/${MY_P}"
src_install() {
insinto /usr/share/php/${PN}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-01 17:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-01 17:38 [gentoo-commits] dev/c1pher:master commit in: dev-php/pluf/ Dane Smith
-- strict thread matches above, loose matches on Subject: below --
2012-02-01 17:56 Dane Smith
2012-02-01 17:35 Dane Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox