summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-04-03 21:14:07 +0000
committerJory Pratt <anarchy@gentoo.org>2005-04-03 21:14:07 +0000
commitfa85ce8d4f7e50418cb6e88ad1bdc541a2435df2 (patch)
tree69be41510c2901e0984c920daa7e09eec9245548 /x11-plugins
parentRevision bump for an updated patchset. Only change is the removal of the long... (diff)
downloadhistorical-fa85ce8d4f7e50418cb6e88ad1bdc541a2435df2.tar.gz
historical-fa85ce8d4f7e50418cb6e88ad1bdc541a2435df2.tar.bz2
historical-fa85ce8d4f7e50418cb6e88ad1bdc541a2435df2.zip
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/ignorance/ChangeLog10
-rw-r--r--x11-plugins/ignorance/Manifest4
-rw-r--r--x11-plugins/ignorance/files/digest-ignorance-1.1.3_beta11
-rw-r--r--x11-plugins/ignorance/ignorance-1.1.3_beta1.ebuild25
-rw-r--r--x11-plugins/ignorance/metadata.xml11
5 files changed, 51 insertions, 0 deletions
diff --git a/x11-plugins/ignorance/ChangeLog b/x11-plugins/ignorance/ChangeLog
new file mode 100644
index 000000000000..6b31b2c86d7a
--- /dev/null
+++ b/x11-plugins/ignorance/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for x11-plugins/ignorance
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ChangeLog,v 1.1 2005/04/03 21:14:07 anarchy Exp $
+
+*ignorance-1.1.3_beta1 (03 Apr 2005)
+
+ 03 Apr 2005; Jory A. Pratt <anarch@gentoo.org> +metadata.xml,
+ +ignorance-1.1.3_beta1.ebuild:
+ Initial port. Ebuild contributed by Jory A Pratt <anarchy@gentoo.org>.
+
diff --git a/x11-plugins/ignorance/Manifest b/x11-plugins/ignorance/Manifest
new file mode 100644
index 000000000000..200542ab44bf
--- /dev/null
+++ b/x11-plugins/ignorance/Manifest
@@ -0,0 +1,4 @@
+MD5 93097f23aadaa1318a54eea484d3154d ignorance-1.1.3_beta1.ebuild 643
+MD5 c74e6205b845c14b408e323023958fa2 metadata.xml 337
+MD5 5ce036d10802b8f70054535810cd5d05 ChangeLog 426
+MD5 a67d2591d38ea65d774409b72d7cbeea files/digest-ignorance-1.1.3_beta1 73
diff --git a/x11-plugins/ignorance/files/digest-ignorance-1.1.3_beta1 b/x11-plugins/ignorance/files/digest-ignorance-1.1.3_beta1
new file mode 100644
index 000000000000..aa5420ea3fa9
--- /dev/null
+++ b/x11-plugins/ignorance/files/digest-ignorance-1.1.3_beta1
@@ -0,0 +1 @@
+MD5 d8d9562cecaf6c872a4cd401e4fa0435 ignorance-1.1.3beta1.tar.bz2 231398
diff --git a/x11-plugins/ignorance/ignorance-1.1.3_beta1.ebuild b/x11-plugins/ignorance/ignorance-1.1.3_beta1.ebuild
new file mode 100644
index 000000000000..e083de8555af
--- /dev/null
+++ b/x11-plugins/ignorance/ignorance-1.1.3_beta1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ignorance-1.1.3_beta1.ebuild,v 1.1 2005/04/03 21:14:07 anarchy Exp $
+
+inherit eutils
+
+MY_PV=${P/_beta/beta}
+
+DESCRIPTION="GAIM Advanced Ignore filter"
+HOMEPAGE="http://bard.sytes.net/ignorance/"
+SRC_URI="http://bard.sytes.net/ignorance/${MY_PV}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+
+DEPEND=">=net-im/gaim-1.0.1"
+
+S=${WORKDIR}/${MY_PV}
+
+src_install() {
+ make install DESTDIR=${D} || die "Install failed"
+ dodoc ChangeLog INSTALL README AUTHORS
+}
diff --git a/x11-plugins/ignorance/metadata.xml b/x11-plugins/ignorance/metadata.xml
new file mode 100644
index 000000000000..50911640c3af
--- /dev/null
+++ b/x11-plugins/ignorance/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>gaim-bugs@gentoo.org</email>
+</maintainer>
+<longdescription>
+Advanced message filter for gaim, Allows you to specify what is filtered.
+</longdescription>
+</pkgmetadata>