public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2015-09-20 11:33 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2015-09-20 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     164cfeda05a18df0d75c24e687ac418ec28103c4
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 11:12:40 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 11:33:18 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164cfeda

app-text/pastebinit: remove old version

Package-Manager: portage-2.2.20.1

 app-text/pastebinit/Manifest                   |  1 -
 app-text/pastebinit/pastebinit-1.3.1-r2.ebuild | 56 --------------------------
 2 files changed, 57 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index 2504a00..c00fdc0 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,2 +1 @@
-DIST pastebinit-1.3.1.tar.bz2 35582 SHA256 0dcb6c4820f49cc7f97a7804254df1ae848cfc4fc63e08ca89a525b909709e29 SHA512 f9c4eafbe194dc7fe85ae37005846c38fe9863ed18406953fa6974d979592d74a01eba4dfde3e91da121d36355d87fd2464b565d0eb6aa0091b2b338989567bf WHIRLPOOL 42c58f5cad96361c7f254a17db5a14304ec523b1a50548f27c0a77336e9384f971267a753c1fbc538301dee6cd1d228333976d96618dec8d33539a3e85771525
 DIST pastebinit-1.4.1.tar.bz2 39202 SHA256 c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 SHA512 40cfdc22a9d168b239c799ecefca8b9a4f873edeb868803d8de4e57b291f695b9aa3f0b04d87b29ca1777917a53f0c210f20fa8661673630e9a29331e10dc065 WHIRLPOOL 49425b36db3477cd141eee676aa256c8d65567c189dd2cf90bfc53a29824f9611f5d9e54d1d470fdd747bacf141198fe49df7c25c83c96c98da85e3026af3056

diff --git a/app-text/pastebinit/pastebinit-1.3.1-r2.ebuild b/app-text/pastebinit/pastebinit-1.3.1-r2.ebuild
deleted file mode 100644
index 30eee6f..0000000
--- a/app-text/pastebinit/pastebinit-1.3.1-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_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_prepare() {
-	local mo=""
-
-	for lang in ${LINGUAS}; do
-		if [ -f po/${lang}.po ]; then
-			mo="${mo} ${lang}.mo"
-		fi
-	done
-
-	sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile
-}
-
-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
-	[[ -d po/mo ]] && doins -r po/mo/*
-	insinto /usr/share
-	doins -r pastebin.d
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2016-03-22 15:34 Christoph Mende
  0 siblings, 0 replies; 21+ messages in thread
From: Christoph Mende @ 2016-03-22 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     438475c8954d532b8392245cc630d9f3a76093f2
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 15:33:11 2016 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 15:34:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=438475c8

app-text/pastebinit: version bump, shorten description

Package-Manager: portage-2.2.28

 app-text/pastebinit/Manifest                                       | 1 +
 app-text/pastebinit/pastebinit-1.4.1.ebuild                        | 5 ++---
 .../pastebinit/{pastebinit-1.4.1.ebuild => pastebinit-1.5.ebuild}  | 7 +++----
 3 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index c00fdc0..0bacd6c 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1 +1,2 @@
 DIST pastebinit-1.4.1.tar.bz2 39202 SHA256 c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 SHA512 40cfdc22a9d168b239c799ecefca8b9a4f873edeb868803d8de4e57b291f695b9aa3f0b04d87b29ca1777917a53f0c210f20fa8661673630e9a29331e10dc065 WHIRLPOOL 49425b36db3477cd141eee676aa256c8d65567c189dd2cf90bfc53a29824f9611f5d9e54d1d470fdd747bacf141198fe49df7c25c83c96c98da85e3026af3056
+DIST pastebinit-1.5.tar.bz2 42941 SHA256 42e5a84ce7e46825fb3b6478e11893fad357197327257e474bd0d3549f438457 SHA512 cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099 WHIRLPOOL 0d20dd1ab5cb10436fc23fae27f090195400cfcfca1b24b860e27f1e5d38d7341c08ae1c8d7cc747e4127e3c8ae634355f796a6308a5a61671210c9581b22481

diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild b/app-text/pastebinit/pastebinit-1.4.1.ebuild
index 8abca4f..c7db867 100644
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,8 +8,7 @@ PYTHON_REQ_USE="xml"
 
 inherit python-single-r1
 
-DESCRIPTION="A software that lets you send anything you want directly to a
-pastebin from the command line."
+DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
 HOMEPAGE="https://launchpad.net/pastebinit"
 SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
 

diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild
similarity index 92%
copy from app-text/pastebinit/pastebinit-1.4.1.ebuild
copy to app-text/pastebinit/pastebinit-1.5.ebuild
index 8abca4f..f2f191d 100644
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -8,14 +8,13 @@ PYTHON_REQ_USE="xml"
 
 inherit python-single-r1
 
-DESCRIPTION="A software that lets you send anything you want directly to a
-pastebin from the command line."
+DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
 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"
+KEYWORDS="~amd64 ~x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2016-08-08 17:29 Austin English
  0 siblings, 0 replies; 21+ messages in thread
From: Austin English @ 2016-08-08 17:29 UTC (permalink / raw
  To: gentoo-commits

commit:     015713253d2adea03ff64cbdd4e6cae0beb340a7
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 17:28:12 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 17:28:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01571325

app-text/pastebinit: stabilize 1.5 for amd64

Gentoo-Bug: https://bugs.gentoo.org/581188

 app-text/pastebinit/pastebinit-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild
index f2f191d..d2efeb7 100644
--- a/app-text/pastebinit/pastebinit-1.5.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2016-08-10 19:22 Michael Palimaka
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-08-10 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     14c0999a60fbb766bce05f1621d418c5a075f69d
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 19:21:33 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 19:22:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c0999a

app-text/pastebinit: x86 stable

Gentoo-bug: 581188

Package-Manager: portage-2.3.0

 app-text/pastebinit/pastebinit-1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild
index d2efeb7..c7db867 100644
--- a/app-text/pastebinit/pastebinit-1.5.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2016-08-10 19:22 Michael Palimaka
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-08-10 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bb8a506ac7d6fb140c6f34fa7de035b0ead6b030
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 19:21:57 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 19:22:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb8a506a

app-text/pastebinit: remove old

Package-Manager: portage-2.3.0

 app-text/pastebinit/Manifest                |  1 -
 app-text/pastebinit/pastebinit-1.4.1.ebuild | 58 -----------------------------
 2 files changed, 59 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index 0bacd6c..867689b 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,2 +1 @@
-DIST pastebinit-1.4.1.tar.bz2 39202 SHA256 c23720ff19d239f7ae62dd7dc28f453aaea4823af29b1595ba2e58fe232988e6 SHA512 40cfdc22a9d168b239c799ecefca8b9a4f873edeb868803d8de4e57b291f695b9aa3f0b04d87b29ca1777917a53f0c210f20fa8661673630e9a29331e10dc065 WHIRLPOOL 49425b36db3477cd141eee676aa256c8d65567c189dd2cf90bfc53a29824f9611f5d9e54d1d470fdd747bacf141198fe49df7c25c83c96c98da85e3026af3056
 DIST pastebinit-1.5.tar.bz2 42941 SHA256 42e5a84ce7e46825fb3b6478e11893fad357197327257e474bd0d3549f438457 SHA512 cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099 WHIRLPOOL 0d20dd1ab5cb10436fc23fae27f090195400cfcfca1b24b860e27f1e5d38d7341c08ae1c8d7cc747e4127e3c8ae634355f796a6308a5a61671210c9581b22481

diff --git a/app-text/pastebinit/pastebinit-1.4.1.ebuild b/app-text/pastebinit/pastebinit-1.4.1.ebuild
deleted file mode 100644
index c7db867..0000000
--- a/app-text/pastebinit/pastebinit-1.4.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 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} )
-PYTHON_REQ_USE="xml"
-
-inherit python-single-r1
-
-DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
-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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	dev-python/configobj[${PYTHON_USEDEP}]
-	crypt? ( app-crypt/gnupg )"
-DEPEND="app-text/docbook-xsl-stylesheets"
-
-src_prepare() {
-	local mo=""
-
-	for lang in ${LINGUAS}; do
-		if [ -f po/${lang}.po ]; then
-			mo="${mo} ${lang}.mo"
-		fi
-	done
-
-	sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile || die
-	sed -i -e "/#!/s/python3/python/" pastebinit || die
-}
-
-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_fix_shebang "${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
-	[[ -d po/mo ]] && doins -r po/mo/*
-	insinto /usr/share
-	doins -r pastebin.d
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2017-04-24  9:31 Pacho Ramos
  0 siblings, 0 replies; 21+ messages in thread
From: Pacho Ramos @ 2017-04-24  9:31 UTC (permalink / raw
  To: gentoo-commits

commit:     570d6b2ce030f3a08fd910c49d24607015ec09aa
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 24 08:45:59 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 24 09:30:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570d6b2c

app-text/pastebinit: Support newer python

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/pastebinit/pastebinit-1.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.ebuild b/app-text/pastebinit/pastebinit-1.5.ebuild
index 68382e16e40..9e79db0da01 100644
--- a/app-text/pastebinit/pastebinit-1.5.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit python-single-r1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2020-02-10 11:16 Michał Górny
  0 siblings, 0 replies; 21+ messages in thread
From: Michał Górny @ 2020-02-10 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     9f9085564d031e197321fee31f26978578f4b50d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 10 11:08:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 11:16:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f908556

app-text/pastebinit: Remove py2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5-r1.ebuild b/app-text/pastebinit/pastebinit-1.5-r1.ebuild
index 39e4f9f2810..f849d52e157 100644
--- a/app-text/pastebinit/pastebinit-1.5-r1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
 PYTHON_REQ_USE="xml"
 
 inherit python-single-r1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2020-04-19  2:35 Craig Andrews
  0 siblings, 0 replies; 21+ messages in thread
From: Craig Andrews @ 2020-04-19  2:35 UTC (permalink / raw
  To: gentoo-commits

commit:     67669311726f765aeb53ff566008bcc55b6c898b
Author:     neeshy <neeshy <AT> tfwno <DOT> gf>
AuthorDate: Wed Mar 25 19:36:46 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 02:35:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67669311

app-text/pastebinit: add python3_8 target

Signed-off-by: Nima Sadeghi <neeshy <AT> tfwno.gf>
Closes: https://github.com/gentoo/gentoo/pull/15078
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5-r1.ebuild b/app-text/pastebinit/pastebinit-1.5-r1.ebuild
index f849d52e157..753ef0c0f1b 100644
--- a/app-text/pastebinit/pastebinit-1.5-r1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 PYTHON_REQ_USE="xml"
 
 inherit python-single-r1


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2020-05-13 16:23 Hanno Böck
  0 siblings, 0 replies; 21+ messages in thread
From: Hanno Böck @ 2020-05-13 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     73acfa28d871f45751c1c1f3a9ed9ff22358f6af
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed May 13 16:23:08 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Wed May 13 16:23:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73acfa28

app-text/pastebinit: Version bump + EAPI 7

Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
Package-Manager: Portage-2.3.99, Repoman-2.3.22

 app-text/pastebinit/Manifest                |  1 +
 app-text/pastebinit/pastebinit-1.5.1.ebuild | 60 +++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index fc3dcc2ccb4..5fa2a0313f1 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1 +1,2 @@
 DIST pastebinit-1.5.tar.bz2 42941 BLAKE2B 678df7f2e77cc832fc9e152fb451538284033d181d9165b1a1194b254ad08ca1ac3e4612dddf7db6c62c1c3c59265ad94a78cc6df9457565264864ab06bff00b SHA512 cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099
+DIST pastebinit_1.5.1.orig.tar.gz 51448 BLAKE2B a5cfa13c770e234d6e08d4f0b662c09398a5f20ac4e3f7c10ab086261923851239a3e6c1bda78ba6ba810f95cd90e6517b74aa41c5b5e3d50bca5b8c100aa594 SHA512 02b7faa54862d240eac3a8edaae2edb895cbb476cbf89dc71514a5a0a42aa2b0d26f07e5485627d1deb61f62e37018459e4d072bd4aacc886f259fced35e352c

diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
new file mode 100644
index 00000000000..85be8774801
--- /dev/null
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE="xml"
+
+inherit python-single-r1
+
+DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
+HOMEPAGE="https://launchpad.net/pastebinit"
+MY_P="${PN}_${PV}"
+SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="crypt"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	$(python_gen_cond_dep '
+		dev-python/configobj[${PYTHON_MULTI_USEDEP}]
+	')
+	crypt? ( app-crypt/gnupg )"
+DEPEND="app-text/docbook-xsl-stylesheets"
+
+src_prepare() {
+	local mo=""
+
+	for lang in ${LINGUAS}; do
+		if [ -f po/${lang}.po ]; then
+			mo="${mo} ${lang}.mo"
+		fi
+	done
+
+	sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile || die
+	eapply_user
+}
+
+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_fix_shebang "${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
+	[[ -d po/mo ]] && doins -r po/mo/*
+	insinto /usr/share
+	doins -r pastebin.d
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2020-11-26 23:31 Thomas Deutschmann
  0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2020-11-26 23:31 UTC (permalink / raw
  To: gentoo-commits

commit:     2bbe987276a025ed33f5ac159919008bd3f31872
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 23:30:13 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:31:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbe9872

app-text/pastebinit: x86 stable (bug #756931)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
index 85be8774801..ae8ce0a0480 100644
--- a/app-text/pastebinit/pastebinit-1.5.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2020-11-27 16:04 Agostino Sarubbo
  0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2020-11-27 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     9841ad39144fa2aba2fc3c70b9fccc208d025344
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 16:03:16 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 16:04:42 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9841ad39

app-text/pastebinit: amd64 stable wrt bug #756931

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
index ae8ce0a0480..ff6bd37dd9a 100644
--- a/app-text/pastebinit/pastebinit-1.5.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2020-11-27 18:40 Aaron Bauman
  0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2020-11-27 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2b89e5ef579a592c4bd8383c81e257ebe0d63f2a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 18:38:04 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 18:38:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b89e5ef

app-text/pastebinit: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/pastebinit/Manifest                 |  1 -
 app-text/pastebinit/pastebinit-1.5-r1.ebuild | 59 ----------------------------
 2 files changed, 60 deletions(-)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index 5fa2a0313f1..a70400b64a3 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,2 +1 @@
-DIST pastebinit-1.5.tar.bz2 42941 BLAKE2B 678df7f2e77cc832fc9e152fb451538284033d181d9165b1a1194b254ad08ca1ac3e4612dddf7db6c62c1c3c59265ad94a78cc6df9457565264864ab06bff00b SHA512 cc4b7c46ab7932be3a1064ce7a1d91da3ebf4b132ad44b0090c8d431bfc68e945357344e59ac1239e37b3178de124930c5c8dc552b42f16c39c0452ac9ab8099
 DIST pastebinit_1.5.1.orig.tar.gz 51448 BLAKE2B a5cfa13c770e234d6e08d4f0b662c09398a5f20ac4e3f7c10ab086261923851239a3e6c1bda78ba6ba810f95cd90e6517b74aa41c5b5e3d50bca5b8c100aa594 SHA512 02b7faa54862d240eac3a8edaae2edb895cbb476cbf89dc71514a5a0a42aa2b0d26f07e5485627d1deb61f62e37018459e4d072bd4aacc886f259fced35e352c

diff --git a/app-text/pastebinit/pastebinit-1.5-r1.ebuild b/app-text/pastebinit/pastebinit-1.5-r1.ebuild
deleted file mode 100644
index 753ef0c0f1b..00000000000
--- a/app-text/pastebinit/pastebinit-1.5-r1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python3_{6,7,8} )
-PYTHON_REQ_USE="xml"
-
-inherit python-single-r1
-
-DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
-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"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-	$(python_gen_cond_dep '
-		dev-python/configobj[${PYTHON_MULTI_USEDEP}]
-	')
-	crypt? ( app-crypt/gnupg )"
-DEPEND="app-text/docbook-xsl-stylesheets"
-
-src_prepare() {
-	local mo=""
-
-	for lang in ${LINGUAS}; do
-		if [ -f po/${lang}.po ]; then
-			mo="${mo} ${lang}.mo"
-		fi
-	done
-
-	sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile || die
-	sed -i -e "/#!/s/python3/python/" pastebinit || die
-}
-
-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_fix_shebang "${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
-	[[ -d po/mo ]] && doins -r po/mo/*
-	insinto /usr/share
-	doins -r pastebin.d
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2021-03-10  1:24 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-03-10  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     047636bf198e49d1ae3f1ad8722195bad2596a5d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:39:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:39:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=047636bf

app-text/pastebinit: mark ALLARCHES

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/pastebinit/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/pastebinit/metadata.xml b/app-text/pastebinit/metadata.xml
index c5629ce6ee7..6a9946b0c43 100644
--- a/app-text/pastebinit/metadata.xml
+++ b/app-text/pastebinit/metadata.xml
@@ -2,6 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<!--maintainer-needed-->
+	<stabilize-allarches/>
 	<use>
 		<flag name="crypt">Install pbputs for gpg-encrypted pastes</flag>
 	</use>


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2021-03-10  1:24 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-03-10  1:24 UTC (permalink / raw
  To: gentoo-commits

commit:     638522c19ccb69d67697b7e386d05b2d61c1ca0b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:39:25 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:39:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638522c1

app-text/pastebinit: modernise, Python 3.9, fix invalid EROOT

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1.ebuild | 41 +++++++++++++++++++----------
 1 file changed, 27 insertions(+), 14 deletions(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
index ae5a31bb904..7a0e41a109b 100644
--- a/app-text/pastebinit/pastebinit-1.5.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE="xml"
 
+PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_REQ_USE="xml"
 inherit python-single-r1
 
+MY_P="${PN}_${PV}"
 DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
 HOMEPAGE="https://launchpad.net/pastebinit"
-MY_P="${PN}_${PV}"
 SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz"
 
 LICENSE="GPL-2"
@@ -19,42 +19,55 @@ IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+BDEPEND="app-text/docbook-xsl-stylesheets"
+RDEPEND="
+	${PYTHON_DEPS}
 	$(python_gen_cond_dep '
-		dev-python/configobj[${PYTHON_MULTI_USEDEP}]
+		dev-python/configobj[${PYTHON_USEDEP}]
 	')
-	crypt? ( app-crypt/gnupg )"
-DEPEND="app-text/docbook-xsl-stylesheets"
+	crypt? ( app-crypt/gnupg )
+"
 
 src_prepare() {
 	local mo=""
 
 	for lang in ${LINGUAS}; do
-		if [ -f po/${lang}.po ]; then
+		if [[ -f po/${lang}.po ]]; then
 			mo="${mo} ${lang}.mo"
 		fi
 	done
 
 	sed -i -e "/^build-mo/s/:.*/:${mo}/" po/Makefile || die
-	eapply_user
+
+	default
 }
 
 src_compile() {
 	emake -C po
 	xsltproc --nonet \
-		"${EROOT}"/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
+		"${BROOT}"/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
 		pastebinit.xml || die
 }
 
 src_install() {
 	dobin pastebinit utils/pbput
+
 	python_fix_shebang "${ED}/usr/bin/${PN}"
+
 	dosym pbput /usr/bin/pbget
-	use crypt && dosym pbput /usr/bin/pbputs
+
+	if use crypt; then
+		dosym pbput /usr/bin/pbputs
+	fi
+
 	dodoc README
 	doman pastebinit.1 utils/*.1
-	insinto /usr/share/locale
-	[[ -d po/mo ]] && doins -r po/mo/*
+
+	if [[ -d po/mo ]]; then
+		insinto /usr/share/locale
+		doins -r po/mo/*
+	fi
+
 	insinto /usr/share
 	doins -r pastebin.d
 }


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2021-08-04 14:33 Yixun Lan
  0 siblings, 0 replies; 21+ messages in thread
From: Yixun Lan @ 2021-08-04 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8be02085283f8fb48e3823d970285fc7849ec1
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  4 14:31:57 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Wed Aug  4 14:31:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8be020

app-text/pastebinit: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
index 7a0e41a109b..550104a796b 100644
--- a/app-text/pastebinit/pastebinit-1.5.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="crypt"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2022-07-02 15:34 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-07-02 15:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2de8715dc5faf67486f5d2ea9550f1a97a30900b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 15:34:03 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 15:34:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de8715d

app-text/pastebinit: enable py3.10 and disable py3.7

Closes: https://bugs.gentoo.org/845603
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.1.ebuild b/app-text/pastebinit/pastebinit-1.5.1.ebuild
index 550104a796b0..2813fc45c493 100644
--- a/app-text/pastebinit/pastebinit-1.5.1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="xml"
 inherit python-single-r1
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2022-07-02 17:35 Joonas Niilola
  0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2022-07-02 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     c08801f4a14d43ff621a90d0978d041af63195c0
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 16:58:30 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 17:35:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c08801f4

app-text/pastebinit: add missing BDEPEND for sys-devel/gettext

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild b/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild
index aa6e1f277781..7eabfda86fb8 100644
--- a/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
 	')
 "
 BDEPEND="
+	sys-devel/gettext
 	man? (
 		app-text/docbook-xsl-stylesheets
 		dev-libs/libxslt


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2022-12-18 11:55 Sam James
  0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2022-12-18 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d6535dbcc829b54e09b07a07b969d37701712b16
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 11:55:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 11:55:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6535dbc

app-text/pastebinit: Stabilize 1.5.1-r1 ALLARCHES, #886683

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild b/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild
index 7eabfda86fb8..887de80248bc 100644
--- a/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild
+++ b/app-text/pastebinit/pastebinit-1.5.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://ubuntu/pool/main/p/${PN}/${MY_P}.orig.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="man"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2024-06-02  7:30 Joonas Niilola
  0 siblings, 0 replies; 21+ messages in thread
From: Joonas Niilola @ 2024-06-02  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b0ee5981882630e3cf15f7deb822a31adfaf3fcb
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 20 07:23:54 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 07:30:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0ee5981

app-text/pastebinit: add 1.6.2 (new upstream)

Closes: https://bugs.gentoo.org/929364
Closes: https://bugs.gentoo.org/923504
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
Closes: https://github.com/gentoo/gentoo/pull/36327
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/pastebinit/Manifest                |  1 +
 app-text/pastebinit/metadata.xml            |  1 +
 app-text/pastebinit/pastebinit-1.6.2.ebuild | 64 +++++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index a70400b64a3c..c55b6cc6d875 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1 +1,2 @@
+DIST pastebinit-1.6.2.tar.gz 53444 BLAKE2B 1e8853f0f37ac98eb1537dcc01f7c2ee33a3cf72fb5b10fc18b3f6b1662f3e15acf29c1674c2a34e234c6636ac70f59b265862a48c0860d1ff3725eabe11d7c4 SHA512 a04863bc748340bd8bc9d6170dedb2b234b53996cbaf5d1fdd0a078d0d6f03c4c558d2a5029359eb95d25c1339af25d74dbf247af1de0ae278a7664869e8841d
 DIST pastebinit_1.5.1.orig.tar.gz 51448 BLAKE2B a5cfa13c770e234d6e08d4f0b662c09398a5f20ac4e3f7c10ab086261923851239a3e6c1bda78ba6ba810f95cd90e6517b74aa41c5b5e3d50bca5b8c100aa594 SHA512 02b7faa54862d240eac3a8edaae2edb895cbb476cbf89dc71514a5a0a42aa2b0d26f07e5485627d1deb61f62e37018459e4d072bd4aacc886f259fced35e352c

diff --git a/app-text/pastebinit/metadata.xml b/app-text/pastebinit/metadata.xml
index 946d7034d93b..dcc7ed11569a 100644
--- a/app-text/pastebinit/metadata.xml
+++ b/app-text/pastebinit/metadata.xml
@@ -5,5 +5,6 @@
 	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="launchpad">pastebinit</remote-id>
+		<remote-id type="github">pastebinit/pastebinit</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/app-text/pastebinit/pastebinit-1.6.2.ebuild b/app-text/pastebinit/pastebinit-1.6.2.ebuild
new file mode 100644
index 000000000000..9ea08d834305
--- /dev/null
+++ b/app-text/pastebinit/pastebinit-1.6.2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..12} )
+inherit optfeature python-single-r1
+
+DESCRIPTION="A software that lets you send anything you want directly to a pastebin"
+HOMEPAGE="https://github.com/pastebinit/pastebinit"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="man"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+BDEPEND="
+	sys-devel/gettext
+	man? (
+		app-text/docbook-xsl-stylesheets
+		dev-libs/libxslt
+	)
+"
+
+src_prepare() {
+	default
+	python_fix_shebang "${S}"/${PN}
+}
+
+src_compile() {
+	emake -C po
+
+	if use man; then
+		ebegin "Generating a manpage with xsltproc"
+		xsltproc --nonet \
+			"${BROOT}"/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
+			pastebinit.xml
+		eend $? || die
+	fi
+}
+
+src_install() {
+	dobin pastebinit utils/pbput
+	dosym pbput /usr/bin/pbget
+	dosym pbput /usr/bin/pbputs
+
+	einstalldocs
+	doman utils/*.1
+	use man && doman pastebinit.1
+
+	insinto /usr/share/locale
+	doins -r po/mo/*
+
+	insinto /usr/share
+	doins -r pastebin.d
+}
+
+pkg_postinst() {
+	optfeature "pbput and pbputs scripts" app-arch/xz-utils
+	optfeature "pbget and pbputs scripts" app-crypt/gnupg
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2024-06-23 19:49 Conrad Kostecki
  0 siblings, 0 replies; 21+ messages in thread
From: Conrad Kostecki @ 2024-06-23 19:49 UTC (permalink / raw
  To: gentoo-commits

commit:     902f56e5a42f5866d951b3f4d6c8e40ab316f4fa
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Fri Jun 21 13:42:25 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 19:46:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902f56e5

app-text/pastebinit: add 1.7.0

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37241
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-text/pastebinit/Manifest                |  1 +
 app-text/pastebinit/pastebinit-1.7.0.ebuild | 64 +++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/app-text/pastebinit/Manifest b/app-text/pastebinit/Manifest
index c55b6cc6d875..51ac900fba76 100644
--- a/app-text/pastebinit/Manifest
+++ b/app-text/pastebinit/Manifest
@@ -1,2 +1,3 @@
 DIST pastebinit-1.6.2.tar.gz 53444 BLAKE2B 1e8853f0f37ac98eb1537dcc01f7c2ee33a3cf72fb5b10fc18b3f6b1662f3e15acf29c1674c2a34e234c6636ac70f59b265862a48c0860d1ff3725eabe11d7c4 SHA512 a04863bc748340bd8bc9d6170dedb2b234b53996cbaf5d1fdd0a078d0d6f03c4c558d2a5029359eb95d25c1339af25d74dbf247af1de0ae278a7664869e8841d
+DIST pastebinit-1.7.0.tar.gz 54026 BLAKE2B 11d049333cd08866765ccd22292d1c13e13248ace2e713b69a30a0100d65ff16554368e0c875752d07050de2728ff5ad327f0f8fdbbaa6b53bd7fa98a7286cde SHA512 01f65eb91803926bc401d01781d29ff5e409e1caf0aa593744a6e137571db6308893ce327b954131d55b2a5f764d4598fcfbfbab40cdc74a3fdb776566ab4488
 DIST pastebinit_1.5.1.orig.tar.gz 51448 BLAKE2B a5cfa13c770e234d6e08d4f0b662c09398a5f20ac4e3f7c10ab086261923851239a3e6c1bda78ba6ba810f95cd90e6517b74aa41c5b5e3d50bca5b8c100aa594 SHA512 02b7faa54862d240eac3a8edaae2edb895cbb476cbf89dc71514a5a0a42aa2b0d26f07e5485627d1deb61f62e37018459e4d072bd4aacc886f259fced35e352c

diff --git a/app-text/pastebinit/pastebinit-1.7.0.ebuild b/app-text/pastebinit/pastebinit-1.7.0.ebuild
new file mode 100644
index 000000000000..6c79a36cb184
--- /dev/null
+++ b/app-text/pastebinit/pastebinit-1.7.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+inherit optfeature python-single-r1
+
+DESCRIPTION="Software that lets you send anything you want directly to a pastebin"
+HOMEPAGE="https://github.com/pastebinit/pastebinit"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+IUSE="man"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}"
+BDEPEND="
+	sys-devel/gettext
+	man? (
+		app-text/docbook-xsl-stylesheets
+		dev-libs/libxslt
+	)
+"
+
+src_prepare() {
+	default
+	python_fix_shebang "${S}"/${PN}
+}
+
+src_compile() {
+	emake -C po
+
+	if use man; then
+		ebegin "Generating a manpage with xsltproc"
+		xsltproc --nonet \
+			"${BROOT}"/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
+			pastebinit.xml
+		eend $? || die
+	fi
+}
+
+src_install() {
+	dobin pastebinit utils/pbput
+	dosym pbput /usr/bin/pbget
+	dosym pbput /usr/bin/pbputs
+
+	einstalldocs
+	doman utils/*.1
+	use man && doman pastebinit.1
+
+	insinto /usr/share/locale
+	doins -r po/mo/*
+
+	insinto /usr/share
+	doins -r pastebin.d
+}
+
+pkg_postinst() {
+	optfeature "pbput and pbputs scripts" app-arch/xz-utils
+	optfeature "pbget and pbputs scripts" app-crypt/gnupg
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
@ 2024-07-31 19:14 Arthur Zamarin
  0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-07-31 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     79099cc9b3a2b7cbb3c82fd75c3a88ab8011387d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 19:14:24 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 19:14:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79099cc9

app-text/pastebinit: Stabilize 1.7.0 ALLARCHES, #936991

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-text/pastebinit/pastebinit-1.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pastebinit/pastebinit-1.7.0.ebuild b/app-text/pastebinit/pastebinit-1.7.0.ebuild
index 6c79a36cb184..9a5d17a145f9 100644
--- a/app-text/pastebinit/pastebinit-1.7.0.ebuild
+++ b/app-text/pastebinit/pastebinit-1.7.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 IUSE="man"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2024-07-31 19:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10 11:16 [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-07-31 19:14 Arthur Zamarin
2024-06-23 19:49 Conrad Kostecki
2024-06-02  7:30 Joonas Niilola
2022-12-18 11:55 Sam James
2022-07-02 17:35 Joonas Niilola
2022-07-02 15:34 Sam James
2021-08-04 14:33 Yixun Lan
2021-03-10  1:24 Sam James
2021-03-10  1:24 Sam James
2020-11-27 18:40 Aaron Bauman
2020-11-27 16:04 Agostino Sarubbo
2020-11-26 23:31 Thomas Deutschmann
2020-05-13 16:23 Hanno Böck
2020-04-19  2:35 Craig Andrews
2017-04-24  9:31 Pacho Ramos
2016-08-10 19:22 Michael Palimaka
2016-08-10 19:22 Michael Palimaka
2016-08-08 17:29 Austin English
2016-03-22 15:34 Christoph Mende
2015-09-20 11:33 Christoph Mende

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