summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKathryn Kulick <gothgirl@gentoo.org>2005-08-17 16:53:26 +0000
committerKathryn Kulick <gothgirl@gentoo.org>2005-08-17 16:53:26 +0000
commitd52e8aeb3cd585eb19f17076b082c5fb0f6fd5d3 (patch)
treecfef3ed7e8f78a63a43d3202d7ecdf66dc62810d /x11-plugins
parentNew release: 2.11.1. Removing old ebuilds. (diff)
downloadhistorical-d52e8aeb3cd585eb19f17076b082c5fb0f6fd5d3.tar.gz
historical-d52e8aeb3cd585eb19f17076b082c5fb0f6fd5d3.tar.bz2
historical-d52e8aeb3cd585eb19f17076b082c5fb0f6fd5d3.zip
Version Bump
Package-Manager: portage-2.0.51.22-r2
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-2.01
-rw-r--r--x11-plugins/ignorance/ignorance-2.0.ebuild27
4 files changed, 37 insertions, 2 deletions
diff --git a/x11-plugins/ignorance/ChangeLog b/x11-plugins/ignorance/ChangeLog
index d5f8af24aac7..9f19726a6ff0 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.5 2005/08/13 21:19:35 gothgirl Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ChangeLog,v 1.6 2005/08/17 16:53:26 gothgirl Exp $
+
+*ignorance-2.0 (17 Aug 2005)
+
+ 17 Aug 2005; <gothgirl@gentoo.org> +ignorance-2.0.ebuild:
+ Version Bump
*ignorance-1.3.1.3 (13 Aug 2005)
diff --git a/x11-plugins/ignorance/Manifest b/x11-plugins/ignorance/Manifest
index d5a76be1276b..6d9df9e9855e 100644
--- a/x11-plugins/ignorance/Manifest
+++ b/x11-plugins/ignorance/Manifest
@@ -1,8 +1,10 @@
-MD5 d886fcc4226582e5c753d8298cfc3123 ChangeLog 1000
+MD5 191266afb09f94d397275fb8a23025af ChangeLog 1106
MD5 f2616d76dcbbc4f0b89e783947f0c20a ignorance-1.3.0.ebuild 587
MD5 003482320f46f06d6cb0c5e55681fefc metadata.xml 336
MD5 5f2a302c6e7a60a1a3893d5f35dd62d1 ignorance-1.3.1.2.ebuild 753
MD5 4a6904c82f4fbfe0bf92187d3f4c1fa8 ignorance-1.3.1.3.ebuild 753
+MD5 fcccba40ca941bd83bd87ddff7922748 ignorance-2.0.ebuild 749
MD5 b2642ab4cfd2a7069969d691b55c1b07 files/digest-ignorance-1.3.0 68
MD5 c2de744e201e304faa067222f887bd47 files/digest-ignorance-1.3.1.2 70
MD5 7d72830514e40a23b7fbb24f5f2854aa files/digest-ignorance-1.3.1.3 70
+MD5 81c72ec6f81e47c93cc33969dfb0b8f5 files/digest-ignorance-2.0 66
diff --git a/x11-plugins/ignorance/files/digest-ignorance-2.0 b/x11-plugins/ignorance/files/digest-ignorance-2.0
new file mode 100644
index 000000000000..2cc3baf668a8
--- /dev/null
+++ b/x11-plugins/ignorance/files/digest-ignorance-2.0
@@ -0,0 +1 @@
+MD5 016d409c046e427438bb309730867033 ignorance-2.0.tar.bz2 240970
diff --git a/x11-plugins/ignorance/ignorance-2.0.ebuild b/x11-plugins/ignorance/ignorance-2.0.ebuild
new file mode 100644
index 000000000000..ca68e3b71bdb
--- /dev/null
+++ b/x11-plugins/ignorance/ignorance-2.0.ebuild
@@ -0,0 +1,27 @@
+# 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-2.0.ebuild,v 1.1 2005/08/17 16:53:26 gothgirl 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_unpack() {
+ unpack ${A}
+ # Set correct plugindir
+ sed -i -e "s:^\(plugindir = \$(prefix)/\)lib/:\1$(get_libdir)/:" \
+ ${S}/Makefile.in || die "sed failed"
+}
+src_install() {
+ emake install DESTDIR=${D} || die "Install failed"
+ dodoc ChangeLog INSTALL README AUTHORS
+}