Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/
Date: Thu, 22 Feb 2018 09:14:26
Message-Id: 1519290852.081c43c60c58b0f191b0b0911e281e24b20ec24a.kensington@gentoo
1 commit: 081c43c60c58b0f191b0b0911e281e24b20ec24a
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 22 09:12:17 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 22 09:14:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081c43c6
7
8 net-irc/onis: remove 0.8.2-r0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-irc/onis/onis-0.8.2.ebuild | 46 ------------------------------------------
13 1 file changed, 46 deletions(-)
14
15 diff --git a/net-irc/onis/onis-0.8.2.ebuild b/net-irc/onis/onis-0.8.2.ebuild
16 deleted file mode 100644
17 index 293ac6ea707..00000000000
18 --- a/net-irc/onis/onis-0.8.2.ebuild
19 +++ /dev/null
20 @@ -1,46 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit eutils
25 -
26 -DESCRIPTION="onis not irc stats"
27 -HOMEPAGE="http://verplant.org/onis/"
28 -SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2"
29 -LICENSE="LGPL-2"
30 -SLOT="0"
31 -KEYWORDS="~amd64 ~ppc x86"
32 -IUSE=""
33 -
34 -RDEPEND="dev-lang/perl"
35 -DEPEND="${RDEPEND}
36 - >=sys-apps/sed-4"
37 -
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 -
42 - epatch "${FILESDIR}"/0.6.0-nochdir.patch
43 -
44 - sed -i -e s:lang/:/usr/share/onis/lang/: onis.conf || die "sed failed"
45 -}
46 -
47 -src_install () {
48 - eval $(perl -V:installprivlib)
49 -
50 - dobin onis || die "dobin failed"
51 -
52 - insinto "${installprivlib}"
53 - doins -r lib/Onis || die "doins failed"
54 -
55 - insinto /usr/share/onis
56 - doins -r lang reports/* || die "doins failed"
57 -
58 - dodoc CHANGELOG README THANKS onis.conf users.conf
59 -}
60 -
61 -pkg_postinst() {
62 - elog
63 - elog "The onis themes have been installed in /usr/share/onis/*-theme"
64 - elog "You can find a compressed sample configuration at /usr/share/doc/${PF}/config"
65 - elog
66 -}