]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/pidgin-sendscreenshot: New ebuild for bug 308249
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sun, 7 Mar 2010 22:43:32 +0000 (22:43 +0000)
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sun, 7 Mar 2010 22:43:32 +0000 (22:43 +0000)
svn path=/sunrise/; revision=10254

x11-plugins/pidgin-sendscreenshot/ChangeLog [new file with mode: 0644]
x11-plugins/pidgin-sendscreenshot/Manifest [new file with mode: 0644]
x11-plugins/pidgin-sendscreenshot/metadata.xml [new file with mode: 0644]
x11-plugins/pidgin-sendscreenshot/pidgin-sendscreenshot-0.6.4.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/pidgin-sendscreenshot/ChangeLog b/x11-plugins/pidgin-sendscreenshot/ChangeLog
new file mode 100644 (file)
index 0000000..a069070
--- /dev/null
@@ -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 (file)
index 0000000..be50901
--- /dev/null
@@ -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 (file)
index 0000000..7e32869
--- /dev/null
@@ -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 (file)
index 0000000..6414470
--- /dev/null
@@ -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 )