diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-04-21 13:32:17 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-04-21 13:32:17 +0000 |
commit | 45fefd86f400864818655612d81f543d5adf20cc (patch) | |
tree | a71540d3d97caf9339f1c0f5212c8cbd119b4882 /x11-plugins/ignorance | |
parent | new upstream (diff) | |
download | historical-45fefd86f400864818655612d81f543d5adf20cc.tar.gz historical-45fefd86f400864818655612d81f543d5adf20cc.tar.bz2 historical-45fefd86f400864818655612d81f543d5adf20cc.zip |
new upstream
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/ignorance')
-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.0 | 1 | ||||
-rw-r--r-- | x11-plugins/ignorance/ignorance-1.3.0.ebuild | 21 |
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..749951bfd1e5 100644 --- a/x11-plugins/ignorance/Manifest +++ b/x11-plugins/ignorance/Manifest @@ -1,4 +1,6 @@ +MD5 bec88a3c0a0b04ca68a7e7e88156d9f3 ChangeLog 535 MD5 93097f23aadaa1318a54eea484d3154d ignorance-1.1.3_beta1.ebuild 643 MD5 c74e6205b845c14b408e323023958fa2 metadata.xml 337 -MD5 5ce036d10802b8f70054535810cd5d05 ChangeLog 426 +MD5 f2616d76dcbbc4f0b89e783947f0c20a ignorance-1.3.0.ebuild 587 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 +} |