summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2012-10-08 18:25:44 +0000
committerSergey Popov <pinkbyte@gentoo.org>2012-10-08 18:25:44 +0000
commit5906a6748f77c6c8ca275aad678602b4709a38cf (patch)
tree82d3e724ad19e3587fecbfc868d0d6a6ef08ecb5 /x11-plugins/pidgin-gpg
parentRevision bump because CONTENT changed. Replace USE=ipsec with USE=crypt (bug ... (diff)
downloadgentoo-2-5906a6748f77c6c8ca275aad678602b4709a38cf.tar.gz
gentoo-2-5906a6748f77c6c8ca275aad678602b4709a38cf.tar.bz2
gentoo-2-5906a6748f77c6c8ca275aad678602b4709a38cf.zip
Initial commit wrt bug #437544. Ebuild is from rion overlay and will be maintained by Azamat H. Hackimov through proxy maintainers
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins/pidgin-gpg')
-rw-r--r--x11-plugins/pidgin-gpg/ChangeLog11
-rw-r--r--x11-plugins/pidgin-gpg/metadata.xml15
-rw-r--r--x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild18
3 files changed, 44 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-gpg/ChangeLog b/x11-plugins/pidgin-gpg/ChangeLog
new file mode 100644
index 000000000000..9ab2d3805a32
--- /dev/null
+++ b/x11-plugins/pidgin-gpg/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for x11-plugins/pidgin-gpg
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/ChangeLog,v 1.1 2012/10/08 18:25:44 pinkbyte Exp $
+
+*pidgin-gpg-0.9 (08 Oct 2012)
+
+ 08 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +pidgin-gpg-0.9.ebuild,
+ +metadata.xml:
+ Initial commit wrt bug #437544. Ebuild is from rion overlay and will be
+ maintained by Azamat H. Hackimov through proxy maintainers
+
diff --git a/x11-plugins/pidgin-gpg/metadata.xml b/x11-plugins/pidgin-gpg/metadata.xml
new file mode 100644
index 000000000000..00bc36ab1a5c
--- /dev/null
+++ b/x11-plugins/pidgin-gpg/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>proxy-maintainers</herd>
+ <maintainer>
+ <email>azamat.hackimov@gmail.com</email>
+ <name>Azamat H. Hackimov</name>
+ <description>Maintainer. Assign bugs on him</description>
+ </maintainer>
+ <maintainer>
+ <email>pinkbyte@gentoo.org</email>
+ <name>Sergey Popov</name>
+ <description>Proxy maintainer. CC him on bugs</description>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild
new file mode 100644
index 000000000000..db4a927c4048
--- /dev/null
+++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.ebuild,v 1.1 2012/10/08 18:25:44 pinkbyte Exp $
+
+EAPI=4
+
+DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin"
+HOMEPAGE="https://github.com/segler-alex/Pidgin-GPG"
+SRC_URI="https://github.com/downloads/segler-alex/Pidgin-GPG/pidgin-gpg-0.9.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-crypt/gpgme
+ net-im/pidgin"
+DEPEND="${RDEPEND}"