From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pep/
Date: Sun, 9 Sep 2018 09:59:27 +0000 (UTC) [thread overview]
Message-ID: <1536487148.14ce8dbbe177a691ea5f0dbd70ebc1b83b734ec6.zlogene@gentoo> (raw)
commit: 14ce8dbbe177a691ea5f0dbd70ebc1b83b734ec6
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 9 09:59:08 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 09:59:08 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ce8dbb
app-text/pep: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-text/pep/pep-2.8-r1.ebuild | 49 ------------------------------------------
1 file changed, 49 deletions(-)
diff --git a/app-text/pep/pep-2.8-r1.ebuild b/app-text/pep/pep-2.8-r1.ebuild
deleted file mode 100644
index 59b13dc23d4..00000000000
--- a/app-text/pep/pep-2.8-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="General purpose filter and file cleaning program"
-HOMEPAGE="http://hannemyr.com/enjoy/pep.html"
-SRC_URI="http://hannemyr.com/enjoy/${PN}${PV//./}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~mips ppc x86 ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND="app-arch/unzip"
-RDEPEND=""
-
-S=${WORKDIR}
-
-src_prepare() {
- # pep does not come with autconf so here's a patch to configure
- # Makefile with the correct path
- epatch \
- "${FILESDIR}"/${P}-gentoo.patch \
- "${FILESDIR}"/${P}-include.patch
- # Darwin lacks stricmp and DIRCHAR
- if [[ ${CHOST} == *-darwin* ]] ; then
- sed -i -e '/^OBJS/s/^\(.*\)$/\1 bdmg.o/' Makefile
- append-flags "-Dunix" -DSTRICMP
- fi
-}
-
-src_compile() {
- # make man page too
- make Doc/pep.1 || die "make man page failed"
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- dobin pep || die "dobin failed"
- doman Doc/pep.1 || die "doman failed"
-
- insinto /usr/share/pep
- doins Filters/* || die "doins failed"
-
- dodoc aareadme.txt file_id.diz
-}
next reply other threads:[~2018-09-09 9:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-09 9:59 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-06 5:57 [gentoo-commits] repo/gentoo:master commit in: app-text/pep/ Sam James
2019-03-20 20:27 Aaron Bauman
2018-09-09 9:59 Mikle Kolyada
2018-08-15 19:53 Andreas Sturmlechner
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=1536487148.14ce8dbbe177a691ea5f0dbd70ebc1b83b734ec6.zlogene@gentoo \
--to=zlogene@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