public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/eva:master commit in: www-apps/pydio/
Date: Fri,  1 Jan 2016 23:20:26 +0000 (UTC)	[thread overview]
Message-ID: <1451682278.8b0fdb77b957b2fe934df334470dd5f8826fec73.eva@gentoo> (raw)

commit:     8b0fdb77b957b2fe934df334470dd5f8826fec73
Author:     Gilles Dartiguelongue <g.dartiguelongue <AT> lexfo <DOT> fr>
AuthorDate: Fri Jan  1 21:04:38 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Jan  1 21:04:38 2016 +0000
URL:        https://gitweb.gentoo.org/dev/eva.git/commit/?id=8b0fdb77

www-apps/pydio: initial ebuild

 www-apps/pydio/Manifest           |  1 +
 www-apps/pydio/metadata.xml       | 14 +++++++++++++
 www-apps/pydio/pydio-6.0.7.ebuild | 41 +++++++++++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+)

diff --git a/www-apps/pydio/Manifest b/www-apps/pydio/Manifest
new file mode 100644
index 0000000..f53b4e7
--- /dev/null
+++ b/www-apps/pydio/Manifest
@@ -0,0 +1 @@
+DIST pydio-6.0.7.tar.gz 14704755 SHA256 ebbe8bfad7188bdbc29bdf2dbbf131d025387217abafe60d44bd0ed38a745350 SHA512 2af9404c3780dc697cf128916bcb74b833f2c29700634a7454b56ec40ded8b92400ee5876e631bd45821e976d5c4f3cd76b887cd85acaf1b581a99d02025ff91 WHIRLPOOL 8fb858f646f17c98c0177c2abf6774521b8f3c0052c35f5139cd9cff5e38d34d2ed136f10575037b601a0bf50c963ae9138c0a2f0ec9f9da0b2c5ee1e31fe4a2

diff --git a/www-apps/pydio/metadata.xml b/www-apps/pydio/metadata.xml
new file mode 100644
index 0000000..4e8937c
--- /dev/null
+++ b/www-apps/pydio/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+	<email>eva@gentoo.org</email>
+	<name>Gilles Dartiguelongue</name>
+</maintainer>
+<use>
+	<flag name="webdav">Enable WebDAV sharing</flag>
+</use>
+<upstream>
+	<remote-id type="github">pydio/pydio-core</remote-id>
+</upstream>
+</pkgmetadata>

diff --git a/www-apps/pydio/pydio-6.0.7.ebuild b/www-apps/pydio/pydio-6.0.7.ebuild
new file mode 100644
index 0000000..fce7f23
--- /dev/null
+++ b/www-apps/pydio/pydio-6.0.7.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit webapp depend.php
+
+DESCRIPTION="File sharing platform similar to dropbox"
+HOMEPAGE="https://pyd.io/"
+SRC_URI="http://sourceforge.net/projects/ajaxplorer/files/${PN}/stable-channel/${PV}/${PN}-core-${PV}.tar.gz/download -> ${P}.tar.gz"
+RESTRICTION="mirror"
+
+LICENSE="AGPL-3"
+KEYWORDS="~amd64 ~x86"
+IUSE="+webdav"
+
+DEPEND="webdav? ( dev-php/PEAR-HTTP_WebDAV_Client )"
+RDEPEND="${DEPEND}"
+
+need_php_httpd
+
+S="${WORKDIR}/${PN}-core-${PV}"
+
+src_install() {
+	webapp_src_preinst
+
+	insinto "${MY_HTDOCSDIR}"
+	doins -r "${S}"/*
+
+	find "data" -type d | while read dir ; do
+		webapp_serverowned "${MY_HTDOCSDIR}/${dir}"
+	done
+
+	webapp_configfile "${MY_HTDOCSDIR}/base.conf.php"
+	webapp_configfile "${MY_HTDOCSDIR}/conf/bootstrap_"{conf,context,repositories}".php"
+	webapp_configfile "${MY_HTDOCSDIR}/conf/mime.types"
+	webapp_configfile "${MY_HTDOCSDIR}/conf/extensions.conf.php"
+
+	webapp_src_install
+}


             reply	other threads:[~2016-01-01 23:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-01 23:20 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-01 23:29 [gentoo-commits] dev/eva:master commit in: www-apps/pydio/ Gilles Dartiguelongue
2016-01-01 23:56 Gilles Dartiguelongue
2016-02-18  8:04 Gilles Dartiguelongue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1451682278.8b0fdb77b957b2fe934df334470dd5f8826fec73.eva@gentoo \
    --to=eva@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox