public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jauhien Piatlicki" <jauhien@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/
Date: Sat, 22 Aug 2015 21:52:02 +0000 (UTC)	[thread overview]
Message-ID: <1440280511.a9b43764efc5835fe4565002b8b3befa0bac4ce4.jauhien@gentoo> (raw)

commit:     a9b43764efc5835fe4565002b8b3befa0bac4ce4
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 22 21:17:00 2015 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sat Aug 22 21:55:11 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b43764

app-portage/g-sorcery: version bump

Package-Manager: portage-2.2.18

 app-portage/g-sorcery/Manifest               |  1 +
 app-portage/g-sorcery/g-sorcery-0.2.1.ebuild | 37 ++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-portage/g-sorcery/Manifest b/app-portage/g-sorcery/Manifest
index 98d5f8c..b8457de 100644
--- a/app-portage/g-sorcery/Manifest
+++ b/app-portage/g-sorcery/Manifest
@@ -1,2 +1,3 @@
 DIST g-sorcery-0.1.tar.gz 45796 SHA256 47fbc40864849cb4b9dfe15d79a38310705fc4dd2a7d5c2ef99688f5b31edec6 SHA512 207776ed65c79365dd65a21b14f3ba38589a2b5f47c3c6ac38691ba7949b9a836f6a8543e443119d6f2381a5f34ee854ecbc7d2f88527301c7cb1e10478406a5 WHIRLPOOL 4af6a5267d2c3dc5b9c4932b39dc474419f95c0c279d3211847abd8aa25cb148413815099a8c1866156d2437c673850445fbedd04e00076072c9ed91fc150897
+DIST g-sorcery-0.2.1.tar.gz 55546 SHA256 369c006bc17b1871fec1e7bb86b672866aaa4a57b59da459a5ee90ac09ef0bfb SHA512 42c34ed8addaf721583029d5056751810b0a77546f798081c7c605223342fa2a99bd2e30f20f004a8606ccf847108f0e2ef2c479f3cbb55f2fe6648d4ffc075e WHIRLPOOL 5af665c872904e8d01651a103c70949b350f4565f2f798be9d606ece7057326a02bdcf9f7c5c3d2abd582be627924f99919dd28132a3c2450bed23f0d619b0f7
 DIST g-sorcery-0.2.tar.gz 54173 SHA256 0d37d5f7ad41771fadefef4caa7d75470c334f277d50107b727f8cd4688b5189 SHA512 9715d468c3eb34eac2bda81b7442d86fc8af984c2115c93682ae6c63d59a9ed3d7d0234df845659ccd991eb304d732ae33e31c217a7916b8dd08e2617984cb32 WHIRLPOOL 8e9439c11132f25ef8f21421ff89043773de15211934dbb45e0b409d058f41b347f536f0b88d0f1a7f8632918b08988edeb76897a2b9d087e1f83da55e35fcac

diff --git a/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild b/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild
new file mode 100644
index 0000000..4bbe99c
--- /dev/null
+++ b/app-portage/g-sorcery/g-sorcery-0.2.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=(python{2_7,3_3,3_4})
+
+inherit distutils-r1
+
+DESCRIPTION="framework for ebuild generators"
+HOMEPAGE="https://github.com/jauhien/g-sorcery"
+SRC_URI="https://github.com/jauhien/g-sorcery/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="bson git"
+KEYWORDS="~amd64 ~hppa ~x86"
+
+DEPEND="bson? ( dev-python/pymongo[$(python_gen_usedep 'python*')] )
+	git? ( dev-vcs/git )
+	sys-apps/portage[$(python_gen_usedep 'python*')]"
+RDEPEND="${DEPEND}"
+PDEPEND=">=app-portage/layman-2.2.0[g-sorcery(-),$(python_gen_usedep 'python*')]"
+
+python_test() {
+	PYTHONPATH="." "${PYTHON}" scripts/run_tests.py
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	doman docs/*.8
+	dohtml docs/developer_instructions.html
+	diropts -m0777
+	dodir /var/lib/g-sorcery
+}


             reply	other threads:[~2015-08-22 21:52 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-22 21:52 Jauhien Piatlicki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-21  5:35 [gentoo-commits] repo/gentoo:master commit in: app-portage/g-sorcery/ Sam James
2023-05-19 16:39 Ulrich Müller
2023-05-19 16:39 Ulrich Müller
2023-05-19 16:39 Ulrich Müller
2023-02-25 16:09 Ulrich Müller
2023-02-24 18:17 Ulrich Müller
2023-02-24 18:17 Ulrich Müller
2022-07-16  5:06 Ulrich Müller
2022-06-03 21:01 Arthur Zamarin
2021-09-14 14:15 Yixun Lan
2021-05-23 10:11 Michał Górny
2021-05-04 17:57 Ulrich Müller
2021-05-04 17:27 Ulrich Müller
2021-05-04 17:27 Ulrich Müller
2020-10-07 14:11 Brian Dolbec
2020-08-16  9:57 Michał Górny
2020-04-24 23:37 Brian Dolbec
2020-02-26 12:18 Michał Górny
2020-02-13 10:42 Michał Górny
2019-05-18 10:02 Michał Górny
2019-02-09 20:12 Aaron Bauman
2018-10-16  9:18 Tobias Klausmann
2018-06-27 19:29 Pacho Ramos
2018-03-28  5:42 Matt Turner
2018-03-21 18:12 Michał Górny
2018-03-18 11:00 Sergei Trofimovich
2018-02-22  7:55 Sergei Trofimovich
2018-02-11 10:25 Michał Górny
2017-04-06  6:41 Michael Weber
2017-03-23 17:05 Markus Meier
2016-12-24 22:31 Brian Dolbec
2016-08-08  1:57 Benda XU
2016-01-18 21:04 Jauhien Piatlicki
2015-10-10  9:20 Markus Meier
2015-09-19 18:45 Mike Gilbert
2015-08-18 10:58 Jauhien Piatlicki

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=1440280511.a9b43764efc5835fe4565002b8b3befa0bac4ce4.jauhien@gentoo \
    --to=jauhien@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