]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/purple-plugin_pack: In main tree.
authorSantiago M. Mola <coldwind@gentoo.org>
Mon, 28 May 2007 21:59:35 +0000 (21:59 +0000)
committerSantiago M. Mola <coldwind@gentoo.org>
Mon, 28 May 2007 21:59:35 +0000 (21:59 +0000)
svn path=/sunrise/; revision=3773

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

diff --git a/x11-plugins/purple-plugin_pack/ChangeLog b/x11-plugins/purple-plugin_pack/ChangeLog
deleted file mode 100644 (file)
index dc6ab6b..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for x11-plugins/purple-plugin_pack
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  09 May 2007; Stefan Schweizer <genstef@gentoo.org>
-  -purple-plugin_pack-1.0_beta7.ebuild, +purple-plugin_pack-1.0.ebuild:
-  version bump thanks tante
-
-  01 May 2007; Jürgen Geuter (tante) <tante@emptiness.de>
-  +purple-plugin_pack-1.0_beta7.ebuild, +metadata.xml:
-  New ebuild for purple-plugin_pack (used to be called gaim-plugin_pack). Bug
-  ID is #134430
-
diff --git a/x11-plugins/purple-plugin_pack/Manifest b/x11-plugins/purple-plugin_pack/Manifest
deleted file mode 100644 (file)
index 418403f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST purple-plugin_pack-1.0.tar.bz2 480556 RMD160 5b62bc5647d0be8553735c11e8a22d6357eab6d7 SHA1 424aba329666bec8df5da9bc694aa008b82da49f SHA256 eba4094831fe09f233617eaf064e572e67d280dd1f674d9d79477784be726eff
-EBUILD purple-plugin_pack-1.0.ebuild 1886 RMD160 9e305507bb17858fc570b8a5849a731c4d7ec31b SHA1 9a6232f1a80640a893ccd335c7195f16bdc531ba SHA256 95e39ae281d7387f47153e6e98758d508887a308819214e7c5afc209c4c7c74c
-MISC ChangeLog 494 RMD160 3c3c63027486392e2b9cf04bc02fee4bb7b0a0b4 SHA1 c15ba75c113beae7c8482f82985d3e3c8eccdb6e SHA256 3b123cbd89953b3e9264a3239a0966e83c433004c0803b30d7653a2fb4a401c1
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-plugins/purple-plugin_pack/metadata.xml b/x11-plugins/purple-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>
diff --git a/x11-plugins/purple-plugin_pack/purple-plugin_pack-1.0.ebuild b/x11-plugins/purple-plugin_pack/purple-plugin_pack-1.0.ebuild
deleted file mode 100644 (file)
index bf1597b..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P="$PN-${PV}"
-
-DESCRIPTION="A package with many different plugins for pidgin and libpurple"
-HOMEPAGE="http://plugins.guifications.org"
-SRC_URI="http://downloads.guifications.org/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/pidgin-2.0.0
-       talkfilters? ( app-text/talkfilters )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
-       elog "The plugins that are to be built are configured via use flags."
-       elog "If none of the optional use flags is set _ALL_ plugins are built,"
-       elog "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:
-       # buddytime
-       # chronic
-       # Stocker (http://plugins.guifications.org/trac/wiki/stocker)
-       #
-       # Disabled due to being included in current pidgin 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
-}