]> Pileus Git - ~andy/sunrise/commitdiff
Remove gaim-plugin_pack, gaim is dead
authorJakub Moc <jakub@gentoo.org>
Sat, 30 Jun 2007 15:08:13 +0000 (15:08 +0000)
committerJakub Moc <jakub@gentoo.org>
Sat, 30 Jun 2007 15:08:13 +0000 (15:08 +0000)
svn path=/sunrise/; revision=4117

x11-plugins/gaim-plugin_pack/ChangeLog [deleted file]
x11-plugins/gaim-plugin_pack/Manifest [deleted file]
x11-plugins/gaim-plugin_pack/gaim-plugin_pack-1.0_beta6.ebuild [deleted file]
x11-plugins/gaim-plugin_pack/metadata.xml [deleted file]

diff --git a/x11-plugins/gaim-plugin_pack/ChangeLog b/x11-plugins/gaim-plugin_pack/ChangeLog
deleted file mode 100644 (file)
index 42d05ea..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for x11-plugins/gaim-plugin_pack
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  13 Mar 2007; Santiago M. Mola <cooldwind@gmail.com>
-  gaim-plugin_pack-1.0_beta6.ebuild:
-  Fix plugin selection and general fixing
-
-  07 Mar 2007; Jakub Moc <jakub@gentoo.org>
-  gaim-plugin_pack-1.0_beta6.ebuild:
-  Fix DEPEND, cosmetics
-
-  06 Mar 2007; Jürgen Geuter (tante) <tante@emptiness.de> ChangeLog:
-  New Ebuild for bug 134430
-
diff --git a/x11-plugins/gaim-plugin_pack/Manifest b/x11-plugins/gaim-plugin_pack/Manifest
deleted file mode 100644 (file)
index cfe56c8..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gaim-plugin_pack-1.0beta6.tar.bz2 408780 RMD160 f0c793dfb55eebad139e43150794b95187fae963 SHA1 11da2e2e0d731dae32bda11196ea09a846b650e0 SHA256 8fc911fd2908b465bcbe8b64bda557d4196aa941d21ca3ffed9c42ad1d6b32ab
-EBUILD gaim-plugin_pack-1.0_beta6.ebuild 1970 RMD160 85e698a07e03c2cd472be8955f515cac3cf24c39 SHA1 10cee6032c5d36b053c6f5f87c973cc9a0e081bc SHA256 38d000b281983e3a136817772b7b525c7319e317e1b246e451366a5623cdfff3
-MISC ChangeLog 468 RMD160 eb349ea25fdeb7c8f8aab9dbfedca454294e52d6 SHA1 03cef98d2653d2ed28419ffc1ea9470c32dc23ef SHA256 2ab21ebc61d54ca6e1562430a4a152fef7b01704b4cbf7cd3c2d5eb0a553820b
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-plugins/gaim-plugin_pack/gaim-plugin_pack-1.0_beta6.ebuild b/x11-plugins/gaim-plugin_pack/gaim-plugin_pack-1.0_beta6.ebuild
deleted file mode 100644 (file)
index 3fbe4de..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_PV=${PV/_beta/beta}
-MY_P="$PN-${MY_PV}"
-
-DESCRIPTION="A package with many different plugins for gaim"
-HOMEPAGE="http://gaim.guifications.org"
-SRC_URI="http://downloads.guifications.org/gaim-plugins/Plugin%20Pack/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-PLUGINS="autorejoin awaynotify bashorg bit blistops dice difftopic eight_ball
-flip gRIM groupmsg irssi lastseen listhandler mystatusbox nicksaid oldlogger
-plonkers sepandtab showoffline simfix slashexec sslinfo talkfilters xchat-chats"
-IUSE="${PLUGINS} debug"
-
-DEPEND="~net-im/gaim-2.0.0_beta6
-       talkfilters? ( app-text/talkfilters )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-       einfo "The plugins that are to be built are configured via use flags."
-       einfo "If none of the optional use flags is set _ALL_ plugins are built,"
-       einfo "so adjusting /etc/portage/package.use might be a good idea before merging."
-
-       # XMMS Remote is disabled due to XMMS being masked
-       #
-       # Disabled due to non-working status:
-       # Gaim Schedule (http://gaim.guifications.org/trac/wiki/GaimSchedule)
-       # buddytime
-       # chronic
-       # Stocker (http://gaim.guifications.org/trac/wiki/stocker)
-       #
-       # Disabled due to being included in current gaim release:
-       # Auto Accept
-       # Auto Reply
-       # Buddy Note
-       # convcolors
-       # Marker Line
-       # New Line
-       # Offline Message
-
-       local myconf=""
-       local plugins=${PLUGINS/bashorg/bash}
-       local myplugins=""
-
-       for plugin in ${plugins} ; do
-               use ${plugin} && myplugins="${myplugins}${plugin},"
-       done
-       if [ ! -z ${myplugins} ] ; then
-               myconf="--with-plugins=${myplugins}"
-       else
-               myconf="--with-plugins=${plugins}"
-       fi
-
-       econf "${myconf}" $(use_enable debug) || die "econf failed with ${myconf}"
-       emake -j1 || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog NEWS README TODO VERSION
-}
diff --git a/x11-plugins/gaim-plugin_pack/metadata.xml b/x11-plugins/gaim-plugin_pack/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>