public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/pastebinit: pastebinit-1.3.1-r1.ebuild ChangeLog pastebinit-1.3.1.ebuild
@ 2013-04-11 14:00 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2013-04-11 14:00 UTC (permalink / raw
  To: gentoo-commits

angelos     13/04/11 14:00:55

  Modified:             ChangeLog
  Added:                pastebinit-1.3.1-r1.ebuild
  Removed:              pastebinit-1.3.1.ebuild
  Log:
  Fix shebang (bug #465506)
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)

Revision  Changes    Path
1.2                  app-text/pastebinit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pastebinit/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pastebinit/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pastebinit/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	9 Apr 2013 08:46:34 -0000	1.1
+++ ChangeLog	11 Apr 2013 14:00:55 -0000	1.2
@@ -1,6 +1,12 @@
 # ChangeLog for app-text/pastebinit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.1 2013/04/09 08:46:34 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/ChangeLog,v 1.2 2013/04/11 14:00:55 angelos Exp $
+
+*pastebinit-1.3.1-r1 (11 Apr 2013)
+
+  11 Apr 2013; Christoph Mende <angelos@gentoo.org> +pastebinit-1.3.1-r1.ebuild,
+  -pastebinit-1.3.1.ebuild:
+  Fix shebang (bug #465506)
 
 *pastebinit-1.3.1 (09 Apr 2013)
 



1.1                  app-text/pastebinit/pastebinit-1.3.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: pastebinit-1.3.1-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pastebinit/pastebinit-1.3.1-r1.ebuild,v 1.1 2013/04/11 14:00:55 angelos Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE="xml"

inherit python-r1

DESCRIPTION="A software that lets you send anything you want directly to a
pastebin from the command line."
HOMEPAGE="https://launchpad.net/pastebinit"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="crypt"

RDEPEND="${PYTHON_DEPS}
	dev-python/configobj[${PYTHON_USEDEP}]
	crypt? ( app-crypt/gnupg )"
DEPEND="app-text/docbook-xsl-stylesheets"

src_compile() {
	emake -C po
	xsltproc --nonet \
		${EROOT}usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
		pastebinit.xml || die
}

src_install() {
	dobin pastebinit utils/pbput
	python_replicate_script "${ED}usr/bin/${PN}"
	dosym pbput /usr/bin/pbget
	use crypt && dosym pbput /usr/bin/pbputs
	dodoc README
	doman pastebinit.1 utils/*.1
	insinto /usr/share/locale
	doins -r po/mo/*
	insinto /usr/share
	doins -r pastebin.d
}





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

only message in thread, other threads:[~2013-04-11 14:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 14:00 [gentoo-commits] gentoo-x86 commit in app-text/pastebinit: pastebinit-1.3.1-r1.ebuild ChangeLog pastebinit-1.3.1.ebuild Christoph Mende (angelos)

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