summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Harmon (eatnumber1) <eatnumber1@gmail.com>2009-08-30 20:03:13 +0000
committerRussell Harmon (eatnumber1) <eatnumber1@gmail.com>2009-08-30 20:03:13 +0000
commit10fea0fa8c33e96b9eccbdbbe7557ec6533321b8 (patch)
tree6d22ca97bf180a76d91d5b39653ef409001ed866
parentapp-laptop/acerhdf: version bump (diff)
downloadsunrise-10fea0fa8c33e96b9eccbdbbe7557ec6533321b8.tar.gz
sunrise-10fea0fa8c33e96b9eccbdbbe7557ec6533321b8.tar.bz2
sunrise-10fea0fa8c33e96b9eccbdbbe7557ec6533321b8.zip
x11-plugins/pidgin-botsentry: New Ebuild for bug 283039 for the Botsentry plugin for Pidgin
svn path=/sunrise/; revision=9144
-rw-r--r--x11-plugins/pidgin-botsentry/ChangeLog8
-rw-r--r--x11-plugins/pidgin-botsentry/Manifest4
-rw-r--r--x11-plugins/pidgin-botsentry/metadata.xml5
-rw-r--r--x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild23
4 files changed, 40 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-botsentry/ChangeLog b/x11-plugins/pidgin-botsentry/ChangeLog
new file mode 100644
index 000000000..09a92dbb0
--- /dev/null
+++ b/x11-plugins/pidgin-botsentry/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/pidgin-botsentry
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 30 Aug 2009; Russell Harmon (eatnumber1) <russ@eatnumber1.com>
+ +pidgin-botsentry-1.3.0.ebuild, +metadata.xml:
+ New Ebuild for bug 283039 for the Botsentry plugin for Pidgin
+
diff --git a/x11-plugins/pidgin-botsentry/Manifest b/x11-plugins/pidgin-botsentry/Manifest
new file mode 100644
index 000000000..4aca3fbbb
--- /dev/null
+++ b/x11-plugins/pidgin-botsentry/Manifest
@@ -0,0 +1,4 @@
+DIST bot-sentry-1.3.0.tar.bz2 280673 RMD160 b36bb4d36410f46115ca7e375e2fdba28749d30b SHA1 bf629d458196fd7f9d6085de28dbfc73f6ce3620 SHA256 e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736
+EBUILD pidgin-botsentry-1.3.0.ebuild 553 RMD160 2c7bd29b19e6da4d118a90a61e275a293ea09d51 SHA1 a4d9d4af9c09f686925c5e8c6e816ae2d69f5186 SHA256 85382d0790ab274f19179fd6e8ec1f65ca28da491f606df5ea1708c5815e6dd4
+MISC ChangeLog 308 RMD160 532c8941194ea8f480ef6adc79f048573ce8dec6 SHA1 420a51c3dd85eb116526e994816e895c77b594cc SHA256 413e20faa276ab8c18613a2a26547597837e13960fe47fbb5cb52059a1564625
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-plugins/pidgin-botsentry/metadata.xml b/x11-plugins/pidgin-botsentry/metadata.xml
new file mode 100644
index 000000000..7e3286984
--- /dev/null
+++ b/x11-plugins/pidgin-botsentry/metadata.xml
@@ -0,0 +1,5 @@
+<?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/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild b/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild
new file mode 100644
index 000000000..3242e42be
--- /dev/null
+++ b/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="A Pidgin plugin to prevent Instant Message spam"
+HOMEPAGE="http://sourceforge.net/projects/pidgin-bs/"
+SRC_URI="mirror://sourceforge/pidgin-bs/bot-sentry-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="net-im/pidgin
+ >=dev-libs/glib-2.0"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+S="${WORKDIR}"/bot-sentry-${PV}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "Failed install phase"
+}