summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-03-07 01:32:32 +0000
committerAngelo D'Autilia (sYdRo) <sydro@salug.it>2010-03-07 01:32:32 +0000
commit91017b7a2c38786cc12238a5ccb99523fa388b58 (patch)
tree58de1280326a69673bff1991d1f9805cb48299a5 /x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild
parentx11-plugins/pidgin-extended-blist-sort: Remove dot from DESCRIPTION (diff)
downloadsunrise-reviewed-91017b7a2c38786cc12238a5ccb99523fa388b58.tar.gz
sunrise-reviewed-91017b7a2c38786cc12238a5ccb99523fa388b58.tar.bz2
sunrise-reviewed-91017b7a2c38786cc12238a5ccb99523fa388b58.zip
x11-plugins/pidgin-extended-blist-sort: Version bump to 1.6
svn path=/sunrise/; revision=10251
Diffstat (limited to 'x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild')
-rw-r--r--x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild
new file mode 100644
index 000000000..376393b50
--- /dev/null
+++ b/x11-plugins/pidgin-extended-blist-sort/pidgin-extended-blist-sort-1.6.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 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="mirror://sourceforge/p-extblistsort/${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"
+ dodoc AUTHORS ChangeLog README || die
+}