diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2005-08-17 16:53:26 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2005-08-17 16:53:26 +0000 |
commit | aa0b3b7cc71d524e4b4abf3306be9959b43dead6 (patch) | |
tree | b3b1bd016081e47676b37e604a43c6849ccdcd9a /x11-plugins | |
parent | New release: 2.11.1. Removing old ebuilds. (diff) | |
download | gentoo-2-aa0b3b7cc71d524e4b4abf3306be9959b43dead6.tar.gz gentoo-2-aa0b3b7cc71d524e4b4abf3306be9959b43dead6.tar.bz2 gentoo-2-aa0b3b7cc71d524e4b4abf3306be9959b43dead6.zip |
Version Bump
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/ignorance/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/ignorance/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/ignorance/files/digest-ignorance-2.0 | 1 | ||||
-rw-r--r-- | x11-plugins/ignorance/ignorance-2.0.ebuild | 27 |
4 files changed, 36 insertions, 1 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..38d5948d4f11 100644 --- a/x11-plugins/ignorance/Manifest +++ b/x11-plugins/ignorance/Manifest @@ -3,6 +3,8 @@ 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 4a6904c82f4fbfe0bf92187d3f4c1fa8 ignorance-2.0.ebuild 753 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 +} |