From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/
Date: Sun, 20 Sep 2015 11:33:34 +0000 (UTC) [thread overview]
Message-ID: <1442748798.164cfeda05a18df0d75c24e687ac418ec28103c4.angelos@gentoo> (raw)
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
-}
next reply other threads:[~2015-09-20 11:33 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-20 11:33 Christoph Mende [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-03-22 15:34 [gentoo-commits] repo/gentoo:master commit in: app-text/pastebinit/ Christoph Mende
2016-08-08 17:29 Austin English
2016-08-10 19:22 Michael Palimaka
2016-08-10 19:22 Michael Palimaka
2017-04-24 9:31 Pacho Ramos
2020-02-10 11:16 Michał Górny
2020-04-19 2:35 Craig Andrews
2020-05-13 16:23 Hanno Böck
2020-11-26 23:31 Thomas Deutschmann
2020-11-27 16:04 Agostino Sarubbo
2020-11-27 18:40 Aaron Bauman
2021-03-10 1:24 Sam James
2021-03-10 1:24 Sam James
2021-08-04 14:33 Yixun Lan
2022-07-02 15:34 Sam James
2022-07-02 17:35 Joonas Niilola
2022-12-18 11:55 Sam James
2024-06-02 7:30 Joonas Niilola
2024-06-23 19:49 Conrad Kostecki
2024-07-31 19:14 Arthur Zamarin
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=1442748798.164cfeda05a18df0d75c24e687ac418ec28103c4.angelos@gentoo \
--to=angelos@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