diff options
author | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-04-22 00:10:23 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@orbis-terrarum.net> | 2010-04-22 00:10:23 -0700 |
commit | c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f (patch) | |
tree | d458cfa963fbd1e12e229525abb370a8d7303c08 /x11-plugins/pidgin-extended_blist_sort | |
parent | New pidgin plugins to mature. (diff) | |
download | robbat2-c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f.tar.gz robbat2-c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f.tar.bz2 robbat2-c1ff6014b4ef2ea9497d3fbf048d7c30b9fd9f6f.zip |
Move to main tree.
Diffstat (limited to 'x11-plugins/pidgin-extended_blist_sort')
3 files changed, 0 insertions, 41 deletions
diff --git a/x11-plugins/pidgin-extended_blist_sort/Manifest b/x11-plugins/pidgin-extended_blist_sort/Manifest deleted file mode 100644 index 3e7a9d2..0000000 --- a/x11-plugins/pidgin-extended_blist_sort/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST extended_blist_sort-1.6.tar.gz 339612 RMD160 e264128dd05abd759215f30556e8a8439b57b71e SHA1 08b2783f5f0126d99e083e6ee1b35ff72389215e SHA256 eb141c27fdedc490ea56a3a855fbcdec548a588d7d656ca44b11ac9f98cc3d00 -EBUILD pidgin-extended_blist_sort-1.6.ebuild 793 RMD160 a5d8b426139153a94b6e2d661238913cae54cc60 SHA1 909657f79a792eda662cf17accd604b943f8d3d7 SHA256 8c7b0229ef8ea090a8bef187d424e0c98334795d7f8c8498b592ee7c382478d8 diff --git a/x11-plugins/pidgin-extended_blist_sort/metadata.xml b/x11-plugins/pidgin-extended_blist_sort/metadata.xml deleted file mode 100644 index 5d9f5be..0000000 --- a/x11-plugins/pidgin-extended_blist_sort/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>robbat2@gentoo.org</email> -</maintainer> -</pkgmetadata> 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 -} |