diff options
author | Kathryn Kulick <gothgirl@gentoo.org> | 2005-08-13 21:19:35 +0000 |
---|---|---|
committer | Kathryn Kulick <gothgirl@gentoo.org> | 2005-08-13 21:19:35 +0000 |
commit | cb16847b80c8838c544d1d4fda2a69ea197127e3 (patch) | |
tree | fcf11e0cf8c18914776d5c9df229d215138cb0dd /x11-plugins | |
parent | 067 digest fix. (diff) | |
download | historical-cb16847b80c8838c544d1d4fda2a69ea197127e3.tar.gz historical-cb16847b80c8838c544d1d4fda2a69ea197127e3.tar.bz2 historical-cb16847b80c8838c544d1d4fda2a69ea197127e3.zip |
Revision bump
Package-Manager: portage-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 | 4 | ||||
-rw-r--r-- | x11-plugins/ignorance/files/digest-ignorance-1.3.1.3 | 1 | ||||
-rw-r--r-- | x11-plugins/ignorance/ignorance-1.3.1.3.ebuild | 27 |
4 files changed, 37 insertions, 2 deletions
diff --git a/x11-plugins/ignorance/ChangeLog b/x11-plugins/ignorance/ChangeLog index 9afa6b5431b1..d5f8af24aac7 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.4 2005/07/13 22:58:32 gothgirl Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/ignorance/ChangeLog,v 1.5 2005/08/13 21:19:35 gothgirl Exp $ + +*ignorance-1.3.1.3 (13 Aug 2005) + + 13 Aug 2005; <gothgirl@gentoo.org> +ignorance-1.3.1.3.ebuild: + Revision bump *ignorance-1.3.1.2 (13 Jul 2005) diff --git a/x11-plugins/ignorance/Manifest b/x11-plugins/ignorance/Manifest index 625ac64cbe56..d5a76be1276b 100644 --- a/x11-plugins/ignorance/Manifest +++ b/x11-plugins/ignorance/Manifest @@ -1,6 +1,8 @@ -MD5 061bb58740cf3636158634b61a25793a ChangeLog 885 +MD5 d886fcc4226582e5c753d8298cfc3123 ChangeLog 1000 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 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 diff --git a/x11-plugins/ignorance/files/digest-ignorance-1.3.1.3 b/x11-plugins/ignorance/files/digest-ignorance-1.3.1.3 new file mode 100644 index 000000000000..02e019ba23ef --- /dev/null +++ b/x11-plugins/ignorance/files/digest-ignorance-1.3.1.3 @@ -0,0 +1 @@ +MD5 f076b88cfebb968cbcbb7d251ef7f375 ignorance-1.3.1.3.tar.bz2 228893 diff --git a/x11-plugins/ignorance/ignorance-1.3.1.3.ebuild b/x11-plugins/ignorance/ignorance-1.3.1.3.ebuild new file mode 100644 index 000000000000..818e04ed6236 --- /dev/null +++ b/x11-plugins/ignorance/ignorance-1.3.1.3.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-1.3.1.3.ebuild,v 1.1 2005/08/13 21:19:35 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 +} |