summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2010-10-26 22:58:41 +0000
committerMichael Weber <xmw@gentoo.org>2010-10-26 22:58:41 +0000
commita782b38c729d7355b9429d6b270a93a2f2c216ad (patch)
treed5bccef646031ea09d3e62506159572f5b92400a /x11-plugins/pidgin-privacy-please
parentVersion bump for bug #300559. Update info about extra fonts (bug #256086 by M... (diff)
downloadgentoo-2-a782b38c729d7355b9429d6b270a93a2f2c216ad.tar.gz
gentoo-2-a782b38c729d7355b9429d6b270a93a2f2c216ad.tar.bz2
gentoo-2-a782b38c729d7355b9429d6b270a93a2f2c216ad.zip
Initial commit
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-privacy-please')
-rw-r--r--x11-plugins/pidgin-privacy-please/ChangeLog11
-rw-r--r--x11-plugins/pidgin-privacy-please/metadata.xml10
-rw-r--r--x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.3.ebuild31
3 files changed, 52 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-privacy-please/ChangeLog b/x11-plugins/pidgin-privacy-please/ChangeLog
new file mode 100644
index 000000000000..daff0557cee6
--- /dev/null
+++ b/x11-plugins/pidgin-privacy-please/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-plugins/pidgin-privacy-please
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/ChangeLog,v 1.1 2010/10/26 22:58:41 xmw Exp $
+
+*pidgin-privacy-please-0.6.3 (26 Oct 2010)
+
+ 26 Oct 2010; Michael Weber <xmw@gentoo.org>
+ +pidgin-privacy-please-0.6.3.ebuild, +metadata.xml:
+ Initial commit, fixes bug #336204 by Laurento Frittella (mrfree)
+ <laurento.frittella@gmail.com>
+
diff --git a/x11-plugins/pidgin-privacy-please/metadata.xml b/x11-plugins/pidgin-privacy-please/metadata.xml
new file mode 100644
index 000000000000..02b909e46b7e
--- /dev/null
+++ b/x11-plugins/pidgin-privacy-please/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+
diff --git a/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.3.ebuild b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.3.ebuild
new file mode 100644
index 000000000000..69b6be4cc469
--- /dev/null
+++ b/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.6.3.ebuild,v 1.1 2010/10/26 22:58:41 xmw Exp $
+
+EAPI=2
+
+inherit autotools
+
+DESCRIPTION="pidgin plugin to stop spammers from annoying you"
+HOMEPAGE="http://code.google.com/p/pidgin-privacy-please/"
+SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="linguas_de"
+
+RDEPEND="<net-im/pidgin-3"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+src_prepare() {
+ sed -e 's: -Wall -g3::' -i configure.ac || die
+ eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
+ dodoc AUTHORS ChangeLog NEWS README || die
+}