diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:24:13 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:24:13 +0000 |
commit | 92cf4f65abd2fe4a6ead5aca6122cb8f11566501 (patch) | |
tree | 0fcb414ae76453031d85c3507dd8ac8b1f47c89f /net-irc | |
parent | Remove old. (diff) | |
download | gentoo-2-92cf4f65abd2fe4a6ead5aca6122cb8f11566501.tar.gz gentoo-2-92cf4f65abd2fe4a6ead5aca6122cb8f11566501.tar.bz2 gentoo-2-92cf4f65abd2fe4a6ead5aca6122cb8f11566501.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/onis/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/onis/onis-0.6.1.ebuild | 47 |
2 files changed, 5 insertions, 49 deletions
diff --git a/net-irc/onis/ChangeLog b/net-irc/onis/ChangeLog index 87cb548ec121..c250d5b530b5 100644 --- a/net-irc/onis/ChangeLog +++ b/net-irc/onis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/onis -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/ChangeLog,v 1.13 2012/12/16 13:54:14 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/ChangeLog,v 1.14 2015/04/29 20:24:13 mrueg Exp $ + + 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -onis-0.6.1.ebuild: + Remove old. 16 Dec 2012; Agostino Sarubbo <ago@gentoo.org> onis-0.8.2.ebuild: Stable for x86, wrt bug #441446 diff --git a/net-irc/onis/onis-0.6.1.ebuild b/net-irc/onis/onis-0.6.1.ebuild deleted file mode 100644 index 95a2c2f1cd0b..000000000000 --- a/net-irc/onis/onis-0.6.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/onis-0.6.1.ebuild,v 1.6 2009/06/06 21:38:09 cla Exp $ - -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="x86 ~ppc" -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/: config -} - -src_install () { - eval $(perl -V:installprivlib) - - dobin onis - - dodir ${installprivlib} - cp -R lib/Onis "${D}"/${installprivlib} - - dodir /usr/share/onis - cp -R lang reports/* "${D}"/usr/share/onis - - dodoc CHANGELOG README THANKS config 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 -} |