From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/alexxy:master commit in: dev-python/configshell/
Date: Sat, 13 Aug 2011 14:15:28 +0000 (UTC) [thread overview]
Message-ID: <840d7ffbd20ec6fb477128a7ee3f2ee1b7cd2fe0.alexxy@gentoo> (raw)
commit: 840d7ffbd20ec6fb477128a7ee3f2ee1b7cd2fe0
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 13 14:14:57 2011 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sat Aug 13 14:14:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/alexxy.git;a=commit;h=840d7ffb
[dev-python/configshell] Initial import
(Portage version: 2.2.0_alpha50/git/Linux x86_64, signed Manifest commit with key F82F92E6)
---
dev-python/configshell/Manifest | 22 ++++++++++++++++++++
dev-python/configshell/configshell-9999.ebuild | 26 ++++++++++++++++++++++++
dev-python/configshell/metadata.xml | 10 +++++++++
3 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/dev-python/configshell/Manifest b/dev-python/configshell/Manifest
new file mode 100644
index 0000000..f6a6457
--- /dev/null
+++ b/dev-python/configshell/Manifest
@@ -0,0 +1,22 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD configshell-9999.ebuild 507 RMD160 a7a52085030214ca1ab6e38ec949257a8ff504d1 SHA1 63b4b3cb9effe6ae78a8a824d5a48d97e528b9f4 SHA256 ee090ee99e9f4d75822fa8590b93225675cc5d33546d433066e4164d420e772d
+MISC metadata.xml 277 RMD160 14b4359ec46d6cd80e8f33b933e992dd6101a172 SHA1 76e03f2ea77df8b2e132e2637d767d376ffe3e9d SHA256 84fb99ed27c7a5d76f3061cf6ed8527d4c641bc634e2fc6ec326847d6e088142
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iQIcBAEBCAAGBQJORobhAAoJEOf+E+/4L5LmnoEP/iffp5qmCX6FTkGirpaOl9sF
+zgWjA/WIycdXqCfG9zpB/4myGtvd1qri+ZzJc+nWQ4x4uQRB9aYlKeLxYISSYNTE
+7s0UHTQNfMclZGBloO91isbfQC5aXgpizMWJEB0YCdKNoPaDr9xBEeEC67NTjiPr
+YTlzEztdqCGgzNd7yzPq3kxQJ4pSjDqUl7wCcafSrwymmKWA8TOk2que8cpOOGCR
+/gxh9pWpaGrmEfZ4jwW8hnV09IxT8i9AkfLWAqnGVdkm7reVyfVB9Ziycc3C6KLz
+oHMnS4c+IiEqZ1AT2gcxGOE+DXoiR4dqcAZPw+8iyoQ2l6Ao67DpLL3OtsVQYldd
+QbyBEa6YswJeVl7fPViHHtrbxzuxpxZfM+/Nblvop8tmOMsX1XEfOmB/MiRQXI18
+PIEj8NjrX3o66LkGdqa+f0wYkgqI2SEGSCl7P47xgDUW4Mh+/d6cGSr56EUBnOb3
+ScyiEov0MHIvvVxbezhO7wahuWGdsYt1VBTpMWbJgTYm9WDZytSIWTCyOLMDY24O
+cOj9TKcONww/HZrVE97E57SN0VnkTeb+IJKraWSrE30nQTsXn4ukjDUGUzkZGkCI
+sBt6cv+FXuhbsw6w8q52PZI/4mhIJwBOtbQDkArFyl/WYoAfPOnIoLKMkfyYQi8v
+9bj+1Zehv2L5K5i9aoeE
+=TjN7
+-----END PGP SIGNATURE-----
diff --git a/dev-python/configshell/configshell-9999.ebuild b/dev-python/configshell/configshell-9999.ebuild
new file mode 100644
index 0000000..d545629
--- /dev/null
+++ b/dev-python/configshell/configshell-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+EGIT_REPO_URI="git://linux-iscsi.org/${PN}.git"
+PYTHON_DEPEND="2"
+RESTRICT_PYTHON_ABIS="3.*"
+SUPPORT_PYTHON_ABIS="1"
+
+inherit eutils distutils git-2 python
+
+DESCRIPTION="ConfigShell Community Edition for target_core_mod/ConfigFS"
+HOMEPAGE="http://linux-iscsi.org/"
+SRC_URI=""
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ dev-python/configobj
+ "
+RDEPEND="${DEPEND}"
diff --git a/dev-python/configshell/metadata.xml b/dev-python/configshell/metadata.xml
new file mode 100644
index 0000000..59fc80b
--- /dev/null
+++ b/dev-python/configshell/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>python</herd>
+ <herd>cluster</herd>
+ <maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2011-08-13 14:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-13 14:15 Alexey Shvetsov [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-13 14:17 [gentoo-commits] dev/alexxy:master commit in: dev-python/configshell/ Alexey Shvetsov
2011-08-13 14:20 Alexey Shvetsov
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=840d7ffbd20ec6fb477128a7ee3f2ee1b7cd2fe0.alexxy@gentoo \
--to=alexxy@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