summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2005-12-20 20:06:39 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2005-12-20 20:06:39 +0000
commitaab14d7927772050cd110b1542c66b3bb6a099fe (patch)
tree75ff1b53c18293ad708de5e29a7b402c67ec90ae /x11-plugins/gaim-slashexec
parentStable on ppc64 (diff)
downloadgentoo-2-aab14d7927772050cd110b1542c66b3bb6a099fe.tar.gz
gentoo-2-aab14d7927772050cd110b1542c66b3bb6a099fe.tar.bz2
gentoo-2-aab14d7927772050cd110b1542c66b3bb6a099fe.zip
initial import to tree for use with gaim-2.0.0_beta1
(Portage version: 2.0.53)
Diffstat (limited to 'x11-plugins/gaim-slashexec')
-rw-r--r--x11-plugins/gaim-slashexec/ChangeLog10
-rw-r--r--x11-plugins/gaim-slashexec/Manifest2
-rw-r--r--x11-plugins/gaim-slashexec/files/digest-gaim-slashexec-1.1_beta11
-rw-r--r--x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild33
-rw-r--r--x11-plugins/gaim-slashexec/metadata.xml11
5 files changed, 57 insertions, 0 deletions
diff --git a/x11-plugins/gaim-slashexec/ChangeLog b/x11-plugins/gaim-slashexec/ChangeLog
new file mode 100644
index 000000000000..e9b761f173a6
--- /dev/null
+++ b/x11-plugins/gaim-slashexec/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/gaim-slashexec
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-slashexec/ChangeLog,v 1.1 2005/12/20 20:06:39 gothgirl Exp $
+
+*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
new file mode 100644
index 000000000000..962b6fb0a949
--- /dev/null
+++ b/x11-plugins/gaim-slashexec/Manifest
@@ -0,0 +1,2 @@
+MD5 77fa4f09b5db0d98b61f7e358892c81f files/digest-gaim-slashexec-1.1_beta1 69
+MD5 f9066d77bff7c90c7c6faf8f714bc28b gaim-slashexec-1.1_beta1.ebuild 706
diff --git a/x11-plugins/gaim-slashexec/files/digest-gaim-slashexec-1.1_beta1 b/x11-plugins/gaim-slashexec/files/digest-gaim-slashexec-1.1_beta1
new file mode 100644
index 000000000000..51e42484e63c
--- /dev/null
+++ b/x11-plugins/gaim-slashexec/files/digest-gaim-slashexec-1.1_beta1
@@ -0,0 +1 @@
+MD5 7467e75d640d704cb634fa66df7bf6bb slashexec-1.1beta.tar.gz 416065
diff --git a/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild b/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild
new file mode 100644
index 000000000000..3c4dfdd36434
--- /dev/null
+++ b/x11-plugins/gaim-slashexec/gaim-slashexec-1.1_beta1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2005 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.1 2005/12/20 20:06:39 gothgirl Exp $
+
+inherit debug
+
+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="~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
new file mode 100644
index 000000000000..f1be3dcf1d78
--- /dev/null
+++ b/x11-plugins/gaim-slashexec/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>gothgirl@gentoo.org</email>
+</maintainer>
+<longdescription>
+Allows shell commands to be executed through gaim.
+</longdescription>
+</pkgmetadata>