public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-irc/supybot-plugins: ChangeLog supybot-plugins-20060723-r1.ebuild
@ 2009-05-22 19:45 Jim Ramsay (lack)
  0 siblings, 0 replies; only message in thread
From: Jim Ramsay (lack) @ 2009-05-22 19:45 UTC (permalink / raw
  To: gentoo-commits

lack        09/05/22 19:45:29

  Modified:             ChangeLog
  Added:                supybot-plugins-20060723-r1.ebuild
  Log:
  Fixed collision with net-irc/supybot-0.83.4
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  net-irc/supybot-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 May 2008 17:42:55 -0000	1.2
+++ ChangeLog	22 May 2009 19:45:29 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for net-irc/supybot-plugins
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v 1.2 2008/05/29 17:42:55 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/supybot-plugins/ChangeLog,v 1.3 2009/05/22 19:45:29 lack Exp $
+
+*supybot-plugins-20060723-r1 (22 May 2009)
+
+  22 May 2009; Jim Ramsay <lack@gentoo.org>
+  +supybot-plugins-20060723-r1.ebuild:
+  Fixed collision with supybot-0.83.4
 
   29 May 2008; Ali Polatel <hawking@gentoo.org>
   supybot-plugins-20060723.ebuild:



1.1                  net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/supybot-plugins/supybot-plugins-20060723-r1.ebuild?rev=1.1&content-type=text/plain

Index: supybot-plugins-20060723-r1.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-22 19:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 19:45 [gentoo-commits] gentoo-x86 commit in net-irc/supybot-plugins: ChangeLog supybot-plugins-20060723-r1.ebuild Jim Ramsay (lack)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox