summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild')
-rw-r--r--x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild30
1 files changed, 0 insertions, 30 deletions
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
-}