diff options
author | Angelo D'Autilia (sYdRo) <sydro@salug.it> | 2010-03-08 20:20:48 +0000 |
---|---|---|
committer | Angelo D'Autilia (sYdRo) <sydro@salug.it> | 2010-03-08 20:20:48 +0000 |
commit | 3256a534604f2dd4bd76547d7330525a7ee9637e (patch) | |
tree | fe6565a724596272227c4d2e288887f23e532e59 | |
parent | www-apps/modx: Removed dot in description (diff) | |
download | sunrise-3256a534604f2dd4bd76547d7330525a7ee9637e.tar.gz sunrise-3256a534604f2dd4bd76547d7330525a7ee9637e.tar.bz2 sunrise-3256a534604f2dd4bd76547d7330525a7ee9637e.zip |
x11-plugins/pidgin-autoanswer: New ebuild for bug 308399
svn path=/sunrise/; revision=10257
-rw-r--r-- | x11-plugins/pidgin-autoanswer/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/pidgin-autoanswer/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/pidgin-autoanswer/metadata.xml | 5 | ||||
-rw-r--r-- | x11-plugins/pidgin-autoanswer/pidgin-autoanswer-0.71.ebuild | 25 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-autoanswer/ChangeLog b/x11-plugins/pidgin-autoanswer/ChangeLog new file mode 100644 index 000000000..2d191017f --- /dev/null +++ b/x11-plugins/pidgin-autoanswer/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/pidgin-autoanswer +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 08 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it> + +pidgin-autoanswer-0.71.ebuild, +metadata.xml: + New ebuild for bug 308399 + diff --git a/x11-plugins/pidgin-autoanswer/Manifest b/x11-plugins/pidgin-autoanswer/Manifest new file mode 100644 index 000000000..b76b5a690 --- /dev/null +++ b/x11-plugins/pidgin-autoanswer/Manifest @@ -0,0 +1,4 @@ +DIST pidgin-autoanswer-0.71.tar.gz 12806 RMD160 97a4a11d383cf56b703bb223b0d05cfa3d0d5349 SHA1 b01c66103f1cef2dab1aa59a3e5d33f02d556285 SHA256 096229444770fd6e7ad0aac5fd5335e4fd246cabc0d6132affd6ec183953216f +EBUILD pidgin-autoanswer-0.71.ebuild 575 RMD160 f8890b12f0147258fbaeb5595ee561024dc2375e SHA1 d6cf57b55609b63de284efa93aa4f8a98e91d2fa SHA256 e96f55e9721a12830fe4ec9bd23bb306acb04632840d11db8a3ba9928176f2f1 +MISC ChangeLog 265 RMD160 5aa5ec8c10a7b26ee0af8cde3fbe5195cb6605ac SHA1 a2e0ab136a6eb64b65a739d6c10a410fb0616744 SHA256 ba415531facd7ffe5e2dc18510c3e1f23be5b99797a19971ce5e7d950f06319c +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/pidgin-autoanswer/metadata.xml b/x11-plugins/pidgin-autoanswer/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/x11-plugins/pidgin-autoanswer/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-autoanswer/pidgin-autoanswer-0.71.ebuild b/x11-plugins/pidgin-autoanswer/pidgin-autoanswer-0.71.ebuild new file mode 100644 index 000000000..8e9c17741 --- /dev/null +++ b/x11-plugins/pidgin-autoanswer/pidgin-autoanswer-0.71.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit multilib + +DESCRIPTION="Pidgin plugin to performs itself like an answering machine or, more likely, a prompter robot" +HOMEPAGE="http://pidgin-autoansw.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN/er/}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="net-im/pidgin[gtk]" +RDEPEND="${DEPEND}" + +src_install() { + insinto /usr/$(get_libdir)/pidgin + doins autoansw.so || die + dodoc TODO ChangeLog README || die +} |