public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-vcs/pwclient: pwclient-20141110122616.ebuild ChangeLog
@ 2015-05-14  2:33 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2015-05-14  2:33 UTC (permalink / raw
  To: gentoo-commits

vapier      15/05/14 02:33:28

  Modified:             ChangeLog
  Added:                pwclient-20141110122616.ebuild
  Log:
  Version bump.  Rework python support.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.3                  dev-vcs/pwclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/pwclient/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/pwclient/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/pwclient/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/pwclient/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	20 Feb 2015 20:06:46 -0000	1.2
+++ ChangeLog	14 May 2015 02:33:27 -0000	1.3
@@ -1,6 +1,15 @@
 # ChangeLog for dev-vcs/pwclient
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/pwclient/ChangeLog,v 1.2 2015/02/20 20:06:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/pwclient/ChangeLog,v 1.3 2015/05/14 02:33:27 vapier Exp $
+
+*pwclient-20141110122616 (14 May 2015)
+
+  14 May 2015; Mike Frysinger <vapier@gentoo.org> +files/pwclient-20141110122616
+  -0001-pwclient-handle-missing-.pwclientrc-better.patch, +files/pwclient-201411
+  10122616-0002-pwclient-use-print_function-for-better-py3-compatibi.patch,
+  +files/pwclient-20141110122616-0003-pwclient-basic-python3-support.patch,
+  +pwclient-20141110122616.ebuild:
+  Version bump.  Rework python support.
 
   20 Feb 2015; Mike Frysinger <vapier@gentoo.org>
   pwclient-20121105131501.ebuild:



1.1                  dev-vcs/pwclient/pwclient-20141110122616.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/pwclient/pwclient-20141110122616.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/pwclient/pwclient-20141110122616.ebuild?rev=1.1&content-type=text/plain

Index: pwclient-20141110122616.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/pwclient/pwclient-20141110122616.ebuild,v 1.1 2015/05/14 02:33:27 vapier Exp $

EAPI="5"

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit eutils python-r1

# The PV comes from:
#	git clone ${EGIT_REPO_URI}
#	cd patchwork
#	EGIT_COMMIT=$(git log -n1 --format=%H apps/patchwork/bin/pwclient)
#	date --date="$(git log -n1 --format=%ci ${EGIT_COMMIT})" -u +%Y%m%d%H%M%S
EGIT_REPO_URI="git://ozlabs.org/home/jk/git/patchwork"
EGIT_COMMIT="8904a7dcaf959da8db4a9a5d92b91a61eed05201"

DESCRIPTION="command line utility for interacting with patchwork repos"
HOMEPAGE="http://jk.ozlabs.org/projects/patchwork/"
SRC_URI="mirror://gentoo/${P}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="${PYTHON_DEPS}"

S=${WORKDIR}

src_unpack() {
	cp "${DISTDIR}"/${P} ${PN} || die
}

src_prepare() {
	epatch "${FILESDIR}"/${P}-*.patch
}

src_install() {
	python_setup
	python_doscript ${PN}
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-14  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-14  2:33 [gentoo-commits] gentoo-x86 commit in dev-vcs/pwclient: pwclient-20141110122616.ebuild ChangeLog Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox