public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mrueg:master commit in: www-apps/nginx_ensite/
Date: Thu, 25 Jun 2015 10:45:20 +0000 (UTC)	[thread overview]
Message-ID: <1435229112.62cd627dc73810098eff74f4d485820a19f44023.mrueg@gentoo> (raw)

commit:     62cd627dc73810098eff74f4d485820a19f44023
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 10:45:12 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 10:45:12 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=62cd627d

[www-apps/nginx_ensite] Initial version.

Package-Manager: portage-2.2.20

 www-apps/nginx_ensite/Manifest                     |  1 +
 www-apps/nginx_ensite/metadata.xml                 |  8 +++++++
 .../nginx_ensite/nginx_ensite-0_p20150610.ebuild   | 25 ++++++++++++++++++++++
 www-apps/nginx_ensite/nginx_ensite-9999.ebuild     | 25 ++++++++++++++++++++++
 4 files changed, 59 insertions(+)

diff --git a/www-apps/nginx_ensite/Manifest b/www-apps/nginx_ensite/Manifest
new file mode 100644
index 0000000..a2dc7e5
--- /dev/null
+++ b/www-apps/nginx_ensite/Manifest
@@ -0,0 +1 @@
+DIST nginx_ensite-0_p20150610.tar.gz 6681 SHA256 82b7709eb4ad7134311bb08d0d9a02741bdded03743f29b42c802d79fa6df675 SHA512 42a380eabfce7e5b329ea1fe7c620f3c8d6ad6595df8606c196ab2cc738fa9223993c66097001074a50ecf2baa0aa04d09aa5f56adc898d3a7bde79d72b3da9f WHIRLPOOL 537edaca404b3ec4e9dcbe67e3c4e18649dfa73f3bc53b3890899b356defbc126511e381a4c71be561d4e0f6a7233ad7f25284d7b0afbe22281e48daaecb7a2a

diff --git a/www-apps/nginx_ensite/metadata.xml b/www-apps/nginx_ensite/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/www-apps/nginx_ensite/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/www-apps/nginx_ensite/nginx_ensite-0_p20150610.ebuild b/www-apps/nginx_ensite/nginx_ensite-0_p20150610.ebuild
new file mode 100644
index 0000000..430824f
--- /dev/null
+++ b/www-apps/nginx_ensite/nginx_ensite-0_p20150610.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+GH_USER="perusio"
+GH_TAG="9d13b0ff5626b093c7c3cd2e0aa088f8f06b7b35"
+
+inherit github bash-completion-r1
+
+DESCRIPTION="A script to enable or disable a site in nginx"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_install() {
+	dobin ${PN}
+	dobin nginx_dissite
+	doman man/${PN}.8
+	dodoc README.md
+	dobashcomp bash_completion.d/${PN}
+}

diff --git a/www-apps/nginx_ensite/nginx_ensite-9999.ebuild b/www-apps/nginx_ensite/nginx_ensite-9999.ebuild
new file mode 100644
index 0000000..430824f
--- /dev/null
+++ b/www-apps/nginx_ensite/nginx_ensite-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+GH_USER="perusio"
+GH_TAG="9d13b0ff5626b093c7c3cd2e0aa088f8f06b7b35"
+
+inherit github bash-completion-r1
+
+DESCRIPTION="A script to enable or disable a site in nginx"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_install() {
+	dobin ${PN}
+	dobin nginx_dissite
+	doman man/${PN}.8
+	dodoc README.md
+	dobashcomp bash_completion.d/${PN}
+}


             reply	other threads:[~2015-06-25 10:45 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 10:45 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-25 11:19 [gentoo-commits] dev/mrueg:master commit in: www-apps/nginx_ensite/ Manuel Rüger
2015-06-25 12:01 Manuel Rüger
2015-06-25 15:39 Manuel Rüger
2015-06-25 16:55 Manuel Rüger
2015-12-26 13:23 Manuel Rüger
2015-12-26 13:32 Manuel Rüger

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=1435229112.62cd627dc73810098eff74f4d485820a19f44023.mrueg@gentoo \
    --to=mrueg@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