diff options
author | Angelo D'Autilia (sYdRo) <sydro@salug.it> | 2010-03-07 22:43:32 +0000 |
---|---|---|
committer | Angelo D'Autilia (sYdRo) <sydro@salug.it> | 2010-03-07 22:43:32 +0000 |
commit | 0c68e7d6240dcf6182798d7e4030f8a539015e8f (patch) | |
tree | f211441a9b989f3008b8e708e006262d008c7811 /x11-plugins | |
parent | net-wireless/iwlwifi-1000-ucode: Initial commit for iwlwifi-1000-ucode (bug 2... (diff) | |
download | sunrise-0c68e7d6240dcf6182798d7e4030f8a539015e8f.tar.gz sunrise-0c68e7d6240dcf6182798d7e4030f8a539015e8f.tar.bz2 sunrise-0c68e7d6240dcf6182798d7e4030f8a539015e8f.zip |
x11-plugins/pidgin-sendscreenshot: New ebuild for bug 308249
svn path=/sunrise/; revision=10254
Diffstat (limited to 'x11-plugins')
4 files changed, 43 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-sendscreenshot/ChangeLog b/x11-plugins/pidgin-sendscreenshot/ChangeLog new file mode 100644 index 000000000..a0690706b --- /dev/null +++ b/x11-plugins/pidgin-sendscreenshot/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for x11-plugins/pidgin-sendscreenshot +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 07 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it> + +pidgin-sendscreenshot-0.6.4.ebuild, +metadata.xml: + New ebuild for bug 308249 + diff --git a/x11-plugins/pidgin-sendscreenshot/Manifest b/x11-plugins/pidgin-sendscreenshot/Manifest new file mode 100644 index 000000000..be509010c --- /dev/null +++ b/x11-plugins/pidgin-sendscreenshot/Manifest @@ -0,0 +1,4 @@ +DIST pidgin-sendscreenshot-0.6-4.tar.gz 407061 RMD160 c4915646561ca113bb189233f9ae761f81da39d5 SHA1 1fd5938aa057af51bdd12a70abcc1de4004895cb SHA256 9b74b061cb3ab1ed97d8b334038a156ef850d84e340d8d85e44230a1d1892b20 +EBUILD pidgin-sendscreenshot-0.6.4.ebuild 587 RMD160 bf1addf5e3b23e6fe1a5180423be7240be194e69 SHA1 ef8bdc3b4dd1fcb16ab489a6ba650bd502d7e6fa SHA256 10ea5ae05a23ce15055a7ae28d99653404c07a51ced59d68324fd7c2fe7f26aa +MISC ChangeLog 274 RMD160 ba7d2c50a5e41af804f89c740cdf978f6fef0540 SHA1 9afc2de5fb3fe67b4d33052d88fc4d5532e61597 SHA256 7917480d91652ba35c4e2097c19d39caa78ba451e1a9891f2d43d2b39176b139 +MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/x11-plugins/pidgin-sendscreenshot/metadata.xml b/x11-plugins/pidgin-sendscreenshot/metadata.xml new file mode 100644 index 000000000..7e3286984 --- /dev/null +++ b/x11-plugins/pidgin-sendscreenshot/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-sendscreenshot/pidgin-sendscreenshot-0.6.4.ebuild b/x11-plugins/pidgin-sendscreenshot/pidgin-sendscreenshot-0.6.4.ebuild new file mode 100644 index 000000000..6414470e5 --- /dev/null +++ b/x11-plugins/pidgin-sendscreenshot/pidgin-sendscreenshot-0.6.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit versionator base + +MY_P=${PN}-$(replace_version_separator 2 '-') + +DESCRIPTION="Pidgin plugin to capture a rectangular area of your screen and send it" +HOMEPAGE="http://raoulito.info/plugins/pidgin_screenshot/" +SRC_URI="http://raoulito.info/plugins/${PN/-send/_}/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="net-im/pidgin[gtk] + net-misc/curl" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +DOCS=( AUTHORS ChangeLog README ) |