]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/pidgin-convreverse: New Ebuild for bug 286030
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sun, 13 Dec 2009 14:18:37 +0000 (14:18 +0000)
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>
Sun, 13 Dec 2009 14:18:37 +0000 (14:18 +0000)
svn path=/sunrise/; revision=9721

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

diff --git a/x11-plugins/pidgin-convreverse/ChangeLog b/x11-plugins/pidgin-convreverse/ChangeLog
new file mode 100644 (file)
index 0000000..dc58c55
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/pidgin-convreverse
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  13 Dec 2009; Angelo D'Autilia (sYdRo) <sydro@salug.it>
+  +pidgin-convreverse-0.3.ebuild, +metadata.xml:
+  New Ebuild for bug 286030
+
diff --git a/x11-plugins/pidgin-convreverse/Manifest b/x11-plugins/pidgin-convreverse/Manifest
new file mode 100644 (file)
index 0000000..5a8af95
--- /dev/null
@@ -0,0 +1,4 @@
+DIST pidgin-convreverse-0.3.tar.gz 863352 RMD160 5c794e0cafad54661e89b225d84cc95a9c27862d SHA1 2f99e37afe213cf5af43be2fa23d17938bd4ab9d SHA256 e66aa42062a1f0daea63f7a4c5b40a5f940eb25753793cce99f595fc49626826
+EBUILD pidgin-convreverse-0.3.ebuild 566 RMD160 20552d65b2e54285eab1fd5da63779465657d6e9 SHA1 89a2b2d4d9e7622e826c651baae2b7f5c3b31cea SHA256 8aa054ed772804939a6d15fa413f00a0bb40f595bdb57f9f89581f8d280b9fcc
+MISC ChangeLog 266 RMD160 f035bdc86ac1323724d95eb9fc299b23a313e751 SHA1 e1e9addccc84041a0a07508088e71794b9875ba4 SHA256 2a898a200c219bd6617e5f98338429e2c0a394b950b38ec188854b7820df7c61
+MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/x11-plugins/pidgin-convreverse/metadata.xml b/x11-plugins/pidgin-convreverse/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-convreverse/pidgin-convreverse-0.3.ebuild b/x11-plugins/pidgin-convreverse/pidgin-convreverse-0.3.ebuild
new file mode 100644 (file)
index 0000000..fcf9933
--- /dev/null
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+DESCRIPTION="Pidgin plugin that reverses any word on all conversation"
+HOMEPAGE="http://sourceforge.net/projects/convreverse/"
+SRC_URI="mirror://sourceforge/${PN/pidgin-/}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="net-im/pidgin[gtk]"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}
+
+src_install() {
+       emake install DESTDIR="${D}" || die "install fail"
+       dodoc AUTHORS ChangeLog || die "doc install fail"
+}
+
+