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
commit49f59d94831e096eabaee9cf3de1d681e165284d (patch)
tree01eccf050bf3d431cce2df856615396972534076 /x11-plugins
parentStable on ppc64 (diff)
downloadhistorical-49f59d94831e096eabaee9cf3de1d681e165284d.tar.gz
historical-49f59d94831e096eabaee9cf3de1d681e165284d.tar.bz2
historical-49f59d94831e096eabaee9cf3de1d681e165284d.zip
initial import to tree for use with gaim-2.0.0_beta1
Package-Manager: portage-2.0.53
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gaim-slashexec/ChangeLog10
-rw-r--r--x11-plugins/gaim-slashexec/Manifest4
-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, 59 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..f4913dbb89ab
--- /dev/null
+++ b/x11-plugins/gaim-slashexec/Manifest
@@ -0,0 +1,4 @@
+MD5 e059987e95784f2788e090d6d54306ce ChangeLog 399
+MD5 77fa4f09b5db0d98b61f7e358892c81f files/digest-gaim-slashexec-1.1_beta1 69
+MD5 f3ca58e8417524a3b5c808dee8961c43 gaim-slashexec-1.1_beta1.ebuild 828
+MD5 c73b3652c3464187577cb8d01750ef16 metadata.xml 313
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>