diff options
author | 2010-12-06 15:22:33 +0000 | |
---|---|---|
committer | 2010-12-06 15:22:33 +0000 | |
commit | cab40dbdf5caa12341a3dbcb387688b59abf15af (patch) | |
tree | c3a7250b4b120487ddcee7bb5981a03824961577 /x11-plugins | |
parent | x11-misc/gxneur: Version bump, thank nightwelf and Alex Rodionov for report/h... (diff) | |
download | sunrise-cab40dbdf5caa12341a3dbcb387688b59abf15af.tar.gz sunrise-cab40dbdf5caa12341a3dbcb387688b59abf15af.tar.bz2 sunrise-cab40dbdf5caa12341a3dbcb387688b59abf15af.zip |
This package is in the tree with name: x11-plugins/pidgin-bot-sentry
svn path=/sunrise/; revision=11593
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-botsentry/ChangeLog | 21 | ||||
-rw-r--r-- | x11-plugins/pidgin-botsentry/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/pidgin-botsentry/metadata.xml | 6 | ||||
-rw-r--r-- | x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild | 26 |
4 files changed, 0 insertions, 57 deletions
diff --git a/x11-plugins/pidgin-botsentry/ChangeLog b/x11-plugins/pidgin-botsentry/ChangeLog deleted file mode 100644 index 79842c5e2..000000000 --- a/x11-plugins/pidgin-botsentry/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -# ChangeLog for x11-plugins/pidgin-botsentry -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Mar 2010; Angelo D'Autilia (sYdRo) <sydro@salug.it> - pidgin-botsentry-1.3.0.ebuild: - Add ~x86 keyword - - 02 Sep 2009; Romain Perier (mrpouet) <mrpouet@gentoo.org> - pidgin-botsentry-1.3.0.ebuild: - Unquote MY_P, Quote WORKDIR, Switch to eapi-1 in order to depend upon glib:2 - in RDEPEND - - 30 Aug 2009; Russell Harmon (eatnumber1) <russ@eatnumber1.com> - pidgin-botsentry-1.3.0.ebuild: - Fixed coding style issues. - - 30 Aug 2009; Russell Harmon (eatnumber1) <russ@eatnumber1.com> - +pidgin-botsentry-1.3.0.ebuild, +metadata.xml: - New Ebuild for bug 283039 for the Botsentry plugin for Pidgin - diff --git a/x11-plugins/pidgin-botsentry/Manifest b/x11-plugins/pidgin-botsentry/Manifest deleted file mode 100644 index fc444d069..000000000 --- a/x11-plugins/pidgin-botsentry/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST bot-sentry-1.3.0.tar.bz2 280673 RMD160 b36bb4d36410f46115ca7e375e2fdba28749d30b SHA1 bf629d458196fd7f9d6085de28dbfc73f6ce3620 SHA256 e65581328a508a82cd32d246f4037ea3b044eafd223c3c967947f847db28e736 -EBUILD pidgin-botsentry-1.3.0.ebuild 568 RMD160 e1183622fc48de9cfd882e792cea07493c520137 SHA1 2b9ccf1ff60453efd19212225a2a7dfefdbc8ee5 SHA256 ae738202cfa84349c22687a730ea79dc1c4fa18f9847a7e87cea43f50ea3b79d -MISC ChangeLog 732 RMD160 a32425668750d630bd483619e94fc29c900b09ef SHA1 4445f0db1257406d7cee543475ad1a4a4c0d5927 SHA256 c43f2c0804430a994d6ef7cac47803530f68bce190075bfb4d0d4e7609bb3045 -MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/x11-plugins/pidgin-botsentry/metadata.xml b/x11-plugins/pidgin-botsentry/metadata.xml deleted file mode 100644 index e6233b5dc..000000000 --- a/x11-plugins/pidgin-botsentry/metadata.xml +++ /dev/null @@ -1,6 +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>maintainer-wanted@gentoo.org</email></maintainer> -</pkgmetadata> diff --git a/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild b/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild deleted file mode 100644 index 24c5dca9c..000000000 --- a/x11-plugins/pidgin-botsentry/pidgin-botsentry-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="1" - -MY_P=bot-sentry-${PV} -DESCRIPTION="A Pidgin plugin to prevent Instant Message spam" -HOMEPAGE="http://sourceforge.net/projects/pidgin-bs/" -SRC_URI="mirror://sourceforge/pidgin-bs/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="net-im/pidgin - dev-libs/glib:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -S="${WORKDIR}"/${MY_P} - -src_install() { - emake DESTDIR="${D}" install || die "Failed install phase" -} |