summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-02-16 19:23:40 +0000
committerOlivier Crête <tester@gentoo.org>2008-02-16 19:23:40 +0000
commit3f45d6f166962581438a7b830374f0f65954941e (patch)
treed066bf01189775fbb0ac8e897ae0fa79364e5242 /x11-plugins/gaim-slashexec
parentRemove x11-themes/gaim-smileys (diff)
downloadhistorical-3f45d6f166962581438a7b830374f0f65954941e.tar.gz
historical-3f45d6f166962581438a7b830374f0f65954941e.tar.bz2
historical-3f45d6f166962581438a7b830374f0f65954941e.zip
Remove all gaim plugins in x11-plugins
Diffstat (limited to 'x11-plugins/gaim-slashexec')
-rw-r--r--x11-plugins/gaim-slashexec/ChangeLog24
-rw-r--r--x11-plugins/gaim-slashexec/Manifest4
-rw-r--r--x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild30
-rw-r--r--x11-plugins/gaim-slashexec/metadata.xml8
4 files changed, 0 insertions, 66 deletions
diff --git a/x11-plugins/gaim-slashexec/ChangeLog b/x11-plugins/gaim-slashexec/ChangeLog
deleted file mode 100644
index 817bf886f1f3..000000000000
--- a/x11-plugins/gaim-slashexec/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for x11-plugins/gaim-slashexec
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-slashexec/ChangeLog,v 1.5 2007/03/19 03:47:18 kloeri Exp $
-
- 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
- Remove gothgirl from metadata.xml due to retirement.
-
- 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
- Redigest for Manifest2
-
- 05 Jan 2007; Ryan Hill <dirtyepic@gentoo.org>
- gaim-slashexec-1.1_beta1.ebuild:
- Remove debug.eclass usage for bug #160120.
-
- 11 Jan 2006; Luis Medinas <metalgod@gentoo.org>
- gaim-slashexec-1.1_beta1.ebuild:
- Added ~amd64 keyword.
-
-*gaim-slashexec-1.1_beta1 (20 Dec 2005)
-
- 20 Dec 2005; <gothgirl@gentoo.org> +metadata.xml,
- +gaim-slashexec-1.1_beta1.ebuild:
- inital import to tree for gaim-2.0beta1
-
diff --git a/x11-plugins/gaim-slashexec/Manifest b/x11-plugins/gaim-slashexec/Manifest
deleted file mode 100644
index d12b0dc041d8..000000000000
--- a/x11-plugins/gaim-slashexec/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST slashexec-1.1beta.tar.gz 416065 RMD160 a10c2f3bad68303cf7bb469ca24d96dcd7907a79 SHA1 095a42f09a4dc1af28ade3bb555cfa10a4b2138c SHA256 51c6fca7d51276b67b02933bde923e261cf20e142056aa4a4359d7c4c0572877
-EBUILD gaim-slashexec-1.1_beta1.ebuild 820 RMD160 cb5dfe6474b015dc58a495927b7b8270a2b27ece SHA1 bccfbe6ebb0a7ddb93fca95acb2bac470db6495f SHA256 6b93bd0a652cc9e3300a3d6890f5ac5b9bd5a5b1b9c5c145e77536c68b721cf7
-MISC ChangeLog 845 RMD160 daf3c0df21896ded920fe484001e0d0eab2b5591 SHA1 02e868979fa129af5e6043c512d6c7f5371105b7 SHA256 e8f7fbf39e52bfd54a3a0b0e759485b7885ba96cbecff545dbe91e4650729a55
-MISC metadata.xml 247 RMD160 1c7321cd028b33c95c121801ce3f5f6a0bac9c9d SHA1 c2361ae2e21000588eb3e61e6661a00cd0b59a6d SHA256 cb1fac8dd269862c11f694b6231aea941bae7fd19ef06d2465fb554af56d9af1
diff --git a/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild b/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild
deleted file mode 100644
index 1621c6cec7d1..000000000000
--- a/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild,v 1.4 2007/07/11 20:39:22 mr_bones_ Exp $
-
-DESCRIPTION="execute commands from within a Gaim conversation"
-HOMEPAGE="http://guifications.sourceforge.net/SlashExec/"
-SRC_URI="mirror://sourceforge/guifications/slashexec-1.1beta.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
-
-DEPEND="net-im/gaim"
-
-S="${WORKDIR}/slashexec-1.1beta"
-
-src_compile() {
- local myconf
- use debug && myconf="${myconf} --enable-debug"
-
- econf ${myconf} || die "Configuration failed"
-
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README VERSION
-}
diff --git a/x11-plugins/gaim-slashexec/metadata.xml b/x11-plugins/gaim-slashexec/metadata.xml
deleted file mode 100644
index b535acfcac16..000000000000
--- a/x11-plugins/gaim-slashexec/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-im</herd>
-<longdescription>
-Allows shell commands to be executed through gaim.
-</longdescription>
-</pkgmetadata>