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 11:19:23 +0000 (UTC)	[thread overview]
Message-ID: <1435231156.c2e0b178061812bc78f3fe44dec39cb88d21804f.mrueg@gentoo> (raw)

commit:     c2e0b178061812bc78f3fe44dec39cb88d21804f
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 11:19:16 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 11:19:16 2015 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=c2e0b178

[www-apps/nginx_ensite] Add version to show how patches work.

Package-Manager: portage-2.2.20

 www-apps/nginx_ensite/Manifest                     |  3 +++
 .../nginx_ensite/nginx_ensite-0_p20150602.ebuild   | 26 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/www-apps/nginx_ensite/Manifest b/www-apps/nginx_ensite/Manifest
index a2dc7e5..dd5101b 100644
--- a/www-apps/nginx_ensite/Manifest
+++ b/www-apps/nginx_ensite/Manifest
@@ -1 +1,4 @@
+DIST nginx_ensite-0_p20150602.tar.gz 6321 SHA256 7218ef981aab02f56761caf0494564a4ee0d431bad1e18e26acbd4100c94add7 SHA512 2606dc7a4c85e0e3854df4ac9a9a14f30c110da0f996963eff9ac9b7d60ab19a46d20be14dd3218f841da9554673cbe7b5bab6c136a537e4a8d7e20d965f0bde WHIRLPOOL 82278699c9e95645a914b88091f08ca786982e83b427beeb8de938cc6d5e64c3517ee98823e8cf24028dc616e0cc1e7b3b4821aa6594c829962511a268b70f8b
 DIST nginx_ensite-0_p20150610.tar.gz 6681 SHA256 82b7709eb4ad7134311bb08d0d9a02741bdded03743f29b42c802d79fa6df675 SHA512 42a380eabfce7e5b329ea1fe7c620f3c8d6ad6595df8606c196ab2cc738fa9223993c66097001074a50ecf2baa0aa04d09aa5f56adc898d3a7bde79d72b3da9f WHIRLPOOL 537edaca404b3ec4e9dcbe67e3c4e18649dfa73f3bc53b3890899b356defbc126511e381a4c71be561d4e0f6a7233ad7f25284d7b0afbe22281e48daaecb7a2a
+DIST nginx_ensite-633a1bd1190423f0356c1bdfc44845d6eae06e3b.patch 8502 SHA256 c413e50717afbb510043e1d4fcc25379c6442654caee572d705e0258bed22f96 SHA512 3dec64bb6d353fe8da30383d23b604e439afc19469447862cb419dcabd802833d2509b84f562f94d47bc8fae3649f30bca577309e53b0ee5657c259ad8a78add WHIRLPOOL 67c2713805113374e65a5dc31714028386296cad5c9ab92e707f72952339165e97e88711fa775423236381c81491b8af12d524e8b72f797e85418ef10d93c7b8
+DIST nginx_ensite-9d13b0ff5626b093c7c3cd2e0aa088f8f06b7b35.patch 2586 SHA256 8340733433de4ac94fddd7d6b1a2c6844626e8bfaf1809243444890fa63c9c51 SHA512 0bacb68af783706dcc78318b81c5d879ea06b568bbf1843ed5d9293a0f0acafe3bca2ae9dc66ad039acf99ed8df94c9360c5469c71499c3ee3b1e6c890d48731 WHIRLPOOL eb3c3ea513294ab3d845305364bd9ed8fb1ffdf3cb48250f169136340dcecd7a4ae2fcee91ce632d188dc4bb8e9423399d83e7c010e94226bfdec105b0d44336

diff --git a/www-apps/nginx_ensite/nginx_ensite-0_p20150602.ebuild b/www-apps/nginx_ensite/nginx_ensite-0_p20150602.ebuild
new file mode 100644
index 0000000..e597c8b
--- /dev/null
+++ b/www-apps/nginx_ensite/nginx_ensite-0_p20150602.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+GH_USER="perusio"
+GH_TAG="6d042d46284196e901f031688ac4e8c257cf8524"
+GH_PATCHES=("633a1bd1190423f0356c1bdfc44845d6eae06e3b" "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 11:19 UTC|newest]

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