summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-04-21 13:32:17 +0000
committerJory Pratt <anarchy@gentoo.org>2005-04-21 13:32:17 +0000
commitb86cbae977965b6f978720bc3542e4d076d76bf0 (patch)
tree08e35fe2d0e18049fdbbcc64b27ba0ea58aaf04c /x11-plugins
parentnew upstream (diff)
downloadgentoo-2-b86cbae977965b6f978720bc3542e4d076d76bf0.tar.gz
gentoo-2-b86cbae977965b6f978720bc3542e4d076d76bf0.tar.bz2
gentoo-2-b86cbae977965b6f978720bc3542e4d076d76bf0.zip
new upstream
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/ignorance/ChangeLog7
-rw-r--r--x11-plugins/ignorance/Manifest4
-rw-r--r--x11-plugins/ignorance/files/digest-ignorance-1.3.01
-rw-r--r--x11-plugins/ignorance/ignorance-1.3.0.ebuild21
4 files changed, 31 insertions, 2 deletions
diff --git a/x11-plugins/ignorance/ChangeLog b/x11-plugins/ignorance/ChangeLog
index 6b31b2c86d7a..7f99a9c61c43 100644
--- a/x11-plugins/ignorance/ChangeLog
+++ b/x11-plugins/ignorance/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ChangeLog,v 1.2 2005/04/21 13:32:17 anarchy Exp $
+
+*ignorance-1.3.0 (21 Apr 2005)
+
+ 21 Apr 2005; <anarchy@gentoo.org> +ignorance-1.3.0.ebuild:
+ new upstream
*ignorance-1.1.3_beta1 (03 Apr 2005)
diff --git a/x11-plugins/ignorance/Manifest b/x11-plugins/ignorance/Manifest
index 200542ab44bf..c83e77c9b914 100644
--- a/x11-plugins/ignorance/Manifest
+++ b/x11-plugins/ignorance/Manifest
@@ -1,4 +1,6 @@
+MD5 5ce036d10802b8f70054535810cd5d05 ChangeLog 426
MD5 93097f23aadaa1318a54eea484d3154d ignorance-1.1.3_beta1.ebuild 643
MD5 c74e6205b845c14b408e323023958fa2 metadata.xml 337
-MD5 5ce036d10802b8f70054535810cd5d05 ChangeLog 426
+MD5 e03ef563b9f6b4809dd358ead7dca186 ignorance-1.3.0.ebuild 593
MD5 a67d2591d38ea65d774409b72d7cbeea files/digest-ignorance-1.1.3_beta1 73
+MD5 b2642ab4cfd2a7069969d691b55c1b07 files/digest-ignorance-1.3.0 68
diff --git a/x11-plugins/ignorance/files/digest-ignorance-1.3.0 b/x11-plugins/ignorance/files/digest-ignorance-1.3.0
new file mode 100644
index 000000000000..26e5adfd9436
--- /dev/null
+++ b/x11-plugins/ignorance/files/digest-ignorance-1.3.0
@@ -0,0 +1 @@
+MD5 a13c712f86945bb7867d1def3e05f30d ignorance-1.3.0.tar.bz2 231457
diff --git a/x11-plugins/ignorance/ignorance-1.3.0.ebuild b/x11-plugins/ignorance/ignorance-1.3.0.ebuild
new file mode 100644
index 000000000000..fb862d8e1d14
--- /dev/null
+++ b/x11-plugins/ignorance/ignorance-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# 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.3.0.ebuild,v 1.1 2005/04/21 13:32:17 anarchy Exp $
+
+inherit eutils
+
+DESCRIPTION="GAIM Advanced Ignore filter"
+HOMEPAGE="http://bard.sytes.net/ignorance/"
+SRC_URI="http://bard.sytes.net/ignorance/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~amd64"
+IUSE=""
+
+DEPEND=">=net-im/gaim-1.0.1"
+
+src_install() {
+ make install DESTDIR=${D} || die "Install failed"
+ dodoc ChangeLog INSTALL README AUTHORS
+}