public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Devan Franchini" <twitch153@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/layman/
Date: Wed, 11 Nov 2015 00:35:35 +0000 (UTC)	[thread overview]
Message-ID: <1447201909.7972dbd0a418f1e23cff2d17038b1494219e97dd.twitch153@gentoo> (raw)

commit:     7972dbd0a418f1e23cff2d17038b1494219e97dd
Author:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 11 00:31:49 2015 +0000
Commit:     Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 00:31:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7972dbd0

Adds python3_5 to PYTHON_COMPAT in revbump

Package-Manager: portage-2.2.20.1

 app-portage/layman/layman-2.3.0-r1.ebuild | 92 +++++++++++++++++++++++++++++++
 1 file changed, 92 insertions(+)

diff --git a/app-portage/layman/layman-2.3.0-r1.ebuild b/app-portage/layman/layman-2.3.0-r1.ebuild
new file mode 100644
index 0000000..3ef4bca
--- /dev/null
+++ b/app-portage/layman/layman-2.3.0-r1.ebuild
@@ -0,0 +1,92 @@
+# 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,3_5} pypy )
+PYTHON_REQ_USE="xml(+)"
+
+inherit eutils distutils-r1 linux-info prefix
+
+DESCRIPTION="Tool to manage Gentoo overlays"
+HOMEPAGE="http://layman.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~x86"
+IUSE="bazaar cvs darcs +git gpg g-sorcery mercurial squashfs subversion sync-plugin-portage test"
+
+DEPEND="test? ( dev-vcs/subversion )
+	>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
+"
+
+RDEPEND="
+	bazaar? ( dev-vcs/bzr )
+	cvs? ( dev-vcs/cvs )
+	darcs? ( dev-vcs/darcs )
+	git? ( dev-vcs/git )
+	mercurial? ( dev-vcs/mercurial )
+	g-sorcery? ( app-portage/g-sorcery )
+	subversion? (
+		|| (
+			>=dev-vcs/subversion-1.5.4[http]
+			>=dev-vcs/subversion-1.5.4[webdav-neon]
+			>=dev-vcs/subversion-1.5.4[webdav-serf]
+		)
+	)
+	sync-plugin-portage?  ( >=sys-apps/portage-2.2.16[${PYTHON_USEDEP}] )
+	!sync-plugin-portage? ( sys-apps/portage[${PYTHON_USEDEP}] )
+	gpg? ( dev-python/pyGPG )
+	>=dev-python/ssl-fetch-0.2[${PYTHON_USEDEP}]
+	"
+
+layman_check_kernel_config() {
+	local CONFIG_CHECK
+	use squashfs && CONFIG_CHECK+=" ~BLK_DEV_LOOP ~SQUASHFS"
+	[[ -n ${CONFIG_CHECK} ]] && check_extra_config
+}
+
+pkg_pretend() {
+	layman_check_kernel_config
+}
+
+pkg_setup() {
+	layman_check_kernel_config
+}
+
+python_prepare_all()  {
+	python_setup
+	esetup.py setup_plugins
+	distutils-r1_python_prepare_all
+	#rm "${S}"/"${PN}"/tests/dtest.py
+	eprefixify etc/layman.cfg layman/config.py
+}
+
+python_test() {
+	for suite in layman/tests/external.py ; do
+		PYTHONPATH="." "${PYTHON}" ${suite} \
+		|| die "test suite '${suite}' failed"
+	done
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+
+	insinto /etc/layman
+	doins etc/layman.cfg
+
+	doman doc/layman.8
+	dohtml doc/layman.8.html
+
+	keepdir /var/lib/layman
+	keepdir /etc/layman/overlays
+}
+
+pkg_postinst() {
+	# now run layman's update utility
+	einfo "Running layman-updater..."
+	"${EROOT}"/usr/bin/layman-updater
+	einfo
+}


             reply	other threads:[~2015-11-11  0:35 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-11  0:35 Devan Franchini [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/layman/ Sam James
2023-05-21  5:35 Sam James
2023-02-01 15:23 Benda XU
2023-02-01 10:05 Benda XU
2022-10-18  3:34 Sam James
2022-10-01  1:33 Sam James
2022-10-01  1:02 Sam James
2022-04-27 21:57 Andreas K. Hüttel
2022-02-01 22:01 Craig Andrews
2021-09-14 14:15 Yixun Lan
2021-01-06 13:23 Fabian Groffen
2020-12-27 14:01 Fabian Groffen
2020-11-17 22:37 Brian Dolbec
2020-07-19 19:40 Brian Dolbec
2020-05-19  8:04 Andreas K. Hüttel
2020-05-08 18:12 Brian Dolbec
2020-05-08 17:15 Agostino Sarubbo
2020-05-08 17:10 Agostino Sarubbo
2020-05-08  9:36 Sergei Trofimovich
2020-05-07 19:37 Mart Raudsepp
2020-05-06  7:18 Sergei Trofimovich
2020-05-06  7:01 Sergei Trofimovich
2020-04-27 14:01 Mikle Kolyada
2020-04-24 23:53 Brian Dolbec
2020-04-24 21:41 Brian Dolbec
2020-04-18 17:55 Craig Andrews
2020-04-15 18:59 Mike Gilbert
2020-02-26 12:18 Michał Górny
2019-05-18 10:02 Michał Górny
2019-05-16  0:40 Anthony G. Basile
2019-01-15 18:58 Craig Andrews
2019-01-15 16:36 Craig Andrews
2018-10-16  9:18 Tobias Klausmann
2018-03-21 18:12 Michał Górny
2018-03-18 11:00 Sergei Trofimovich
2017-12-25 14:43 David Seifert
2017-05-11 21:57 Zac Medico
2017-04-29 11:39 Jeroen Roovers
2017-03-30  0:28 Matt Turner
2017-03-11 17:07 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-02-17  6:03 Markus Meier
2017-02-16 20:34 Michael Weber
2017-02-14 15:39 Agostino Sarubbo
2017-02-14 14:52 Agostino Sarubbo
2017-02-02  6:30 Patrick Lauer
2017-02-02  2:11 Brian Dolbec
2017-02-02  1:57 Brian Dolbec
2016-07-13  1:50 Mike Gilbert
2016-05-10  1:29 Devan Franchini
2016-05-03  7:37 Brian Dolbec
2016-05-02 17:30 Brian Dolbec
2016-05-02  4:00 Devan Franchini
2016-03-23 21:23 Stephen Klimaszewski
2015-11-11  0:35 Devan Franchini
2015-11-10 23:23 Devan Franchini
2015-10-16 21:10 Devan Franchini

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=1447201909.7972dbd0a418f1e23cff2d17038b1494219e97dd.twitch153@gentoo \
    --to=twitch153@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