diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-04 21:12:25 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-04-04 21:12:25 +0000 |
commit | 5846ddf026a7f2c085460228201f32eeb1d915d2 (patch) | |
tree | fcc7849b127ef086e2e87d1cd3800e7f3938542f /net-irc | |
parent | New init.d script to start zfs volumes and swap. (diff) | |
download | historical-5846ddf026a7f2c085460228201f32eeb1d915d2.tar.gz historical-5846ddf026a7f2c085460228201f32eeb1d915d2.tar.bz2 historical-5846ddf026a7f2c085460228201f32eeb1d915d2.zip |
Delete older ebuilds.
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild | 48 | ||||
-rw-r--r-- | net-irc/supybot-plugins/supybot-plugins-20060723.ebuild | 39 |
2 files changed, 0 insertions, 87 deletions
diff --git a/net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild b/net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild deleted file mode 100644 index 917d63e19416..000000000000 --- a/net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild +++ /dev/null @@ -1,48 +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/supybot-plugins/supybot-plugins-20060723-r1.ebuild,v 1.1 2009/05/22 19:45:29 lack Exp $ - -inherit python multilib - -MY_PNAME="Supybot-plugins" -MY_P="${MY_PNAME}-${PV}" - -DESCRIPTION="Official set of extra plugins for Supybot" -HOMEPAGE="http://supybot.com" -SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=net-irc/supybot-0.83.4" - -src_install() { - cd "${WORKDIR}"/${MY_P} - python_version - PLUGIN_BASE="/usr/$(get_libdir)/python${PYVER}/site-packages/supybot/plugins" - for plugin in *; do - case $plugin in - BadWords|Dunno|Success) - # These plugins are part of supybot-0.83.4 now, so skip them - # here. - continue - ;; - *) - ;; - esac - insinto ${PLUGIN_BASE}/${plugin} - doins $plugin/* || die "Install failed" - done -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/supybot/plugins -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/supybot/plugins -} diff --git a/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild b/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild deleted file mode 100644 index ef4783fcfb6f..000000000000 --- a/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723.ebuild,v 1.3 2008/05/29 17:42:55 hawking Exp $ - -inherit python multilib - -MY_PNAME="Supybot-plugins" -MY_P="${MY_PNAME}-${PV}" - -DESCRIPTION="Official set of extra plugins for Supybot" -HOMEPAGE="http://supybot.com" -SRC_URI="mirror://sourceforge/supybot/${MY_P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="" -RDEPEND="net-irc/supybot" - -src_install() { - cd "${WORKDIR}"/${MY_P} - python_version - PLUGIN_BASE="/usr/$(get_libdir)/python${PYVER}/site-packages/supybot/plugins" - for plugin in *; do - insinto ${PLUGIN_BASE}/${plugin} - doins $plugin/* || die "Install failed" - done -} - -pkg_postinst() { - python_version - python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/supybot/plugins -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/supybot/plugins -} |