summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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.ebuild31
1 files changed, 0 insertions, 31 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
deleted file mode 100644
index b8a7ce8..0000000
--- a/x11-plugins/pidgin-extended_blist_sort/pidgin-extended_blist_sort-1.6.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-PROJ_PN="p-extblistsort"
-MY_PN="${PN/pidgin-}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Plugin allows you to sort your buddy list more flexible than Pidgin does"
-HOMEPAGE="http://sourceforge.net/projects/p-extblistsort/"
-SRC_URI="mirror://sourceforge/${PROJ_PN}/${MY_P}.tar.gz"
-#http://sourceforge.net/projects/p-extblistsort/files/p-extblistsort/1.6/extended_blist_sort-1.6.tar.gz/download"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin[gtk]
- dev-libs/glib"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README AUTHORS VERSION
-}