public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/bzr-gtk: bzr-gtk-0.104.0-r1.ebuild ChangeLog
Date: Thu, 25 Dec 2014 00:03:12 +0000 (UTC)	[thread overview]
Message-ID: <20141225000312.0FB70D4C1@oystercatcher.gentoo.org> (raw)

mgorny      14/12/25 00:03:12

  Modified:             ChangeLog
  Added:                bzr-gtk-0.104.0-r1.ebuild
  Log:
  Convert to distutils-r1.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.22                 dev-vcs/bzr-gtk/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	13 Nov 2014 13:00:57 -0000	1.21
+++ ChangeLog	25 Dec 2014 00:03:12 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-vcs/bzr-gtk
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.21 2014/11/13 13:00:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/ChangeLog,v 1.22 2014/12/25 00:03:12 mgorny Exp $
+
+*bzr-gtk-0.104.0-r1 (25 Dec 2014)
+
+  25 Dec 2014; Michał Górny <mgorny@gentoo.org> +bzr-gtk-0.104.0-r1.ebuild:
+  Convert to distutils-r1.
 
   13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -bzr-gtk-0.100.0.ebuild,
   metadata.xml:



1.1                  dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild

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

Index: bzr-gtk-0.104.0-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/bzr-gtk/bzr-gtk-0.104.0-r1.ebuild,v 1.1 2014/12/25 00:03:12 mgorny Exp $

EAPI=5

DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python2_7 )

inherit distutils-r1

MY_P="/${P/_rc/rc}"

DESCRIPTION="A GTK+ interfaces to most Bazaar operations"
HOMEPAGE="http://bazaar-vcs.org/bzr-gtk"
SRC_URI="http://launchpad.net/${PN}/gtk3/${PV}/+download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome-keyring gpg nautilus"

DEPEND=">=dev-vcs/bzr-1.6_rc1[${PYTHON_USEDEP}]
	dev-python/pygobject[${PYTHON_USEDEP}]
	dev-python/notify-python[${PYTHON_USEDEP}]
	>=dev-python/pycairo-1.0[${PYTHON_USEDEP}]
	nautilus? (
		>=dev-python/nautilus-python-1.0[${PYTHON_USEDEP}]
		virtual/pkgconfig
	)"
RDEPEND="${DEPEND}
	nautilus? ( >=dev-python/nautilus-python-1.0[${PYTHON_USEDEP}] )
	dev-python/notify-python[${PYTHON_USEDEP}]
	gnome-keyring? ( dev-python/gnome-keyring-python[${PYTHON_USEDEP}] )
	gpg? ( app-crypt/seahorse )"

S="${WORKDIR}/${MY_P}"

#TODO: src_test

python_prepare_all() {
	cp "${FILESDIR}"/credits.pickle "${S}"/credits.pickle || die

	distutils-r1_python_prepare_all
}

python_install() {
	distutils-r1_python_install

	if ! use nautilus; then
		# automagic dep
		rm -rf "${D%/}"/usr/$(get_libdir)/nautilus/ || die
		rm -rf "${D%/}"$(python_get_sitedir)/bzrlib/plugins/gtk/nautilus-bzr.py* || die
	fi
}

python_install_all() {
	distutils-r1_python_install_all

	insinto /etc/xdg/autostart
	doins bzr-notify.desktop
}





                 reply	other threads:[~2014-12-25  0:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20141225000312.0FB70D4C1@oystercatcher.gentoo.org \
    --to=mgorny@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