summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2005-06-21 02:27:02 +0000
committerJory Pratt <anarchy@gentoo.org>2005-06-21 02:27:02 +0000
commitf4b358bc36064ea761d929ccb24d91e5afaf1eb3 (patch)
treed185dad591e705e45ee6520b1c70098281c4fdef /x11-plugins
parentfixed changelog; revision bump (diff)
downloadhistorical-f4b358bc36064ea761d929ccb24d91e5afaf1eb3.tar.gz
historical-f4b358bc36064ea761d929ccb24d91e5afaf1eb3.tar.bz2
historical-f4b358bc36064ea761d929ccb24d91e5afaf1eb3.zip
revision bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/ignorance/ChangeLog9
-rw-r--r--x11-plugins/ignorance/files/digest-ignorance-1.3.1.11
-rw-r--r--x11-plugins/ignorance/ignorance-1.3.1.1.ebuild21
3 files changed, 29 insertions, 2 deletions
diff --git a/x11-plugins/ignorance/ChangeLog b/x11-plugins/ignorance/ChangeLog
index 7f99a9c61c43..14597c53126a 100644
--- a/x11-plugins/ignorance/ChangeLog
+++ b/x11-plugins/ignorance/ChangeLog
@@ -1,10 +1,15 @@
# 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.2 2005/04/21 13:32:17 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ChangeLog,v 1.3 2005/06/21 02:27:02 anarchy Exp $
+
+*ignorance-1.3.1.1 (21 Jun 2005)
+
+ 21 Jun 2005; Jory A. Pratt <anarchy@gentoo.org> +ignorance-1.3.1.1.ebuild:
+ revision bump
*ignorance-1.3.0 (21 Apr 2005)
- 21 Apr 2005; <anarchy@gentoo.org> +ignorance-1.3.0.ebuild:
+ 21 Apr 2005; Jory A. Pratt <anarchy@gentoo.org> +ignorance-1.3.0.ebuild:
new upstream
*ignorance-1.1.3_beta1 (03 Apr 2005)
diff --git a/x11-plugins/ignorance/files/digest-ignorance-1.3.1.1 b/x11-plugins/ignorance/files/digest-ignorance-1.3.1.1
new file mode 100644
index 000000000000..371e4e838a68
--- /dev/null
+++ b/x11-plugins/ignorance/files/digest-ignorance-1.3.1.1
@@ -0,0 +1 @@
+MD5 0f18605a8a347257430b6822409dc6b5 ignorance-1.3.1.1.tar.bz2 226572
diff --git a/x11-plugins/ignorance/ignorance-1.3.1.1.ebuild b/x11-plugins/ignorance/ignorance-1.3.1.1.ebuild
new file mode 100644
index 000000000000..b5cd55543557
--- /dev/null
+++ b/x11-plugins/ignorance/ignorance-1.3.1.1.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.1.1.ebuild,v 1.1 2005/06/21 02:27:02 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
+}