public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rpl/
Date: Tue, 22 Dec 2015 18:27:28 +0000 (UTC)	[thread overview]
Message-ID: <1450808842.513476a748add18526b741a431f4647c329c3517.floppym@gentoo> (raw)

commit:     513476a748add18526b741a431f4647c329c3517
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 18:26:25 2015 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 18:27:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=513476a7

app-text/rpl: Convert to distutils-r1 and fix egg-info file

Bug: https://bugs.gentoo.org/567462

Package-Manager: portage-2.2.26_p32

 app-text/rpl/rpl-1.5.5-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/app-text/rpl/rpl-1.5.5-r1.ebuild b/app-text/rpl/rpl-1.5.5-r1.ebuild
new file mode 100644
index 0000000..009a127
--- /dev/null
+++ b/app-text/rpl/rpl-1.5.5-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="Intelligent recursive search/replace utility"
+HOMEPAGE="http://rpl.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+python_prepare_all() {
+	iconv -f latin1 -t utf8 -o setup.py.new setup.py || die
+	mv setup.py.new setup.py || die
+	distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	doman ${PN}.1
+}


             reply	other threads:[~2015-12-22 18:27 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-22 18:27 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-09 13:39 [gentoo-commits] repo/gentoo:master commit in: app-text/rpl/ Patrice Clement
2016-09-09 13:40 Patrice Clement
2017-01-28 14:32 Mart Raudsepp
2020-06-20  8:03 Patrice Clement
2020-06-20  8:03 Patrice Clement
2021-01-06 13:46 Fabian Groffen
2021-09-07  6:49 Arthur Zamarin
2021-09-07  6:49 Arthur Zamarin
2021-09-07  6:49 Arthur Zamarin
2021-09-07  7:57 Arthur Zamarin
2021-09-10  1:27 Sam James
2021-09-12  8:29 Sam James
2022-11-15 18:17 Michał Górny
2023-04-09 17:18 Arthur Zamarin
2023-12-15  3:25 Sam James
2023-12-15  3:25 Sam James
2023-12-19  5:23 Sam James
2024-02-03 11:22 Arthur Zamarin
2024-02-14 23:12 Jakov Smolić
2024-08-25 12:04 Andreas K. Hüttel

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=1450808842.513476a748add18526b741a431f4647c329c3517.floppym@gentoo \
    --to=floppym@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