mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-irc/onis: remove 0.8.2-r0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="onis not irc stats"
|
||||
HOMEPAGE="http://verplant.org/onis/"
|
||||
SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2"
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-lang/perl"
|
||||
DEPEND="${RDEPEND}
|
||||
>=sys-apps/sed-4"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
|
||||
epatch "${FILESDIR}"/0.6.0-nochdir.patch
|
||||
|
||||
sed -i -e s:lang/:/usr/share/onis/lang/: onis.conf || die "sed failed"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
eval $(perl -V:installprivlib)
|
||||
|
||||
dobin onis || die "dobin failed"
|
||||
|
||||
insinto "${installprivlib}"
|
||||
doins -r lib/Onis || die "doins failed"
|
||||
|
||||
insinto /usr/share/onis
|
||||
doins -r lang reports/* || die "doins failed"
|
||||
|
||||
dodoc CHANGELOG README THANKS onis.conf users.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "The onis themes have been installed in /usr/share/onis/*-theme"
|
||||
elog "You can find a compressed sample configuration at /usr/share/doc/${PF}/config"
|
||||
elog
|
||||
}
|
||||
Reference in New Issue
Block a user