]> Pileus Git - ~andy/sunrise/commitdiff
x11-plugins/pidgin-extended-blist-sort: New ebuild for x11-plugins/pidgin-extended...
authorDominik George (natureshadow) <gentoo@naturalnik.de>
Thu, 26 Mar 2009 21:38:09 +0000 (21:38 +0000)
committerDominik George (natureshadow) <gentoo@naturalnik.de>
Thu, 26 Mar 2009 21:38:09 +0000 (21:38 +0000)
svn path=/sunrise/; revision=8157

x11-plugins/pidgin-extended-blist-sort/ChangeLog [new file with mode: 0644]
x11-plugins/pidgin-extended-blist-sort/Manifest [new file with mode: 0644]
x11-plugins/pidgin-extended-blist-sort/metadata.xml [new file with mode: 0644]
x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.4.ebuild [new file with mode: 0644]

diff --git a/x11-plugins/pidgin-extended-blist-sort/ChangeLog b/x11-plugins/pidgin-extended-blist-sort/ChangeLog
new file mode 100644 (file)
index 0000000..e52755a
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for x11-plugins/pidgin-extended-blist-sort
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  26 Mar 2009; Dominik George (natureshadow) <gentoo@naturalnik.de>
+  +pidgin-extended-blist-sort-1.4.ebuild, +metadata.xml:
+  New ebuild for x11-plugins/pidgin-extended-blist-sort, bug 263910
+
diff --git a/x11-plugins/pidgin-extended-blist-sort/Manifest b/x11-plugins/pidgin-extended-blist-sort/Manifest
new file mode 100644 (file)
index 0000000..0590667
--- /dev/null
@@ -0,0 +1,4 @@
+DIST extended_blist_sort-1.4.tar.gz 332937 RMD160 cea5443808f19fe1afd9b868105879e0b93b63ac SHA1 7d0a64d7f3ba01e32939aeb4d8dcf0ff3bf6bb05 SHA256 e1d1949003550a00944cbf7e0625cd203051205a382a911541fc4078fde6948c
+EBUILD pidgin-extended-blist-sort-1.4.ebuild 584 RMD160 44f74478db91b2331e615cf243ac8b16c3bab728 SHA1 326a8b44b988f7767002b7c4a0c25baecc4b25fd SHA256 db59cd038aab18c3c9715f2ede12ff4ad01ce23e2d787a55a83063116a21de53
+MISC ChangeLog 333 RMD160 5a492038447b4195de8cc97b5ca03949f410ebf4 SHA1 ad5f1d6c500a2368428719e6564698d10cb8f804 SHA256 0161591d192a2a513794bb1dece1af482186be80004f9a0eaccede06e19b1e02
+MISC metadata.xml 346 RMD160 9ac5ff1b78b797a7400a8393acf3f16818e8119b SHA1 e2008cb4b337403fa312e93b8c19403f7708aeaa SHA256 34c4374a475ddd97fca1efae90bebce5cc6cefb1048cd56c516c2e2768e62311
diff --git a/x11-plugins/pidgin-extended-blist-sort/metadata.xml b/x11-plugins/pidgin-extended-blist-sort/metadata.xml
new file mode 100644 (file)
index 0000000..b7b5979
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>maintainer-wanted</herd>
+       <longdescription lang="en">
+               Pidgin plugin that allows additional sort options fot the buddy list,
+               like sorting by status, log size, online time, etc.
+       </longdescription>
+</pkgmetadata>
diff --git a/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.4.ebuild b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.4.ebuild
new file mode 100644 (file)
index 0000000..a2a4360
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+MY_P="extended_blist_sort-${PV}"
+
+DESCRIPTION="Pidgin plugin that provides several new sort options for the buddy list."
+HOMEPAGE="http://freakazoid.teamblind.de/2008/12/13/pidgin-extended-buddy-list-sort-plugin/"
+SRC_URI="http://freakazoid.teamblind.de/downloads/${MY_P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="net-im/pidgin"
+
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+       emake DESTDIR="${D}" install || die "emake install failed"
+}