From 7bb39d58e4bcb3e46ba3ebf0dd095104b129c95f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Mon, 22 Apr 2013 13:44:57 +0200 Subject: [PATCH] Bump and rename to officila name Package-Manager: portage-2.2.0_alpha166 RepoMan-Options: --force --- www-apps/trac-spam-filter/ChangeLog | 9 +++++ www-apps/trac-spam-filter/Manifest | 3 ++ www-apps/trac-spam-filter/metadata.xml | 7 ++++ .../trac-spam-filter-0.8.0.ebuild | 34 +++++++++++++++++++ 4 files changed, 53 insertions(+) create mode 100644 www-apps/trac-spam-filter/ChangeLog create mode 100644 www-apps/trac-spam-filter/Manifest create mode 100644 www-apps/trac-spam-filter/metadata.xml create mode 100644 www-apps/trac-spam-filter/trac-spam-filter-0.8.0.ebuild diff --git a/www-apps/trac-spam-filter/ChangeLog b/www-apps/trac-spam-filter/ChangeLog new file mode 100644 index 00000000..fe864292 --- /dev/null +++ b/www-apps/trac-spam-filter/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for www-apps/trac-spam-filter +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*trac-spam-filter-0.8.0 (22 Apr 2013) + + 22 Apr 2013; Mario Fetka +metadata.xml, + +trac-spam-filter-0.8.0.ebuild: + Bump and rename to officila name diff --git a/www-apps/trac-spam-filter/Manifest b/www-apps/trac-spam-filter/Manifest new file mode 100644 index 00000000..89354fcd --- /dev/null +++ b/www-apps/trac-spam-filter/Manifest @@ -0,0 +1,3 @@ +EBUILD trac-spam-filter-0.8.0.ebuild 1033 SHA256 de5c9906a3f3dc4a4f7b99e73e4d2535fb17e465208f91cdcfff589a01686b48 SHA512 4b65f615cfacc78760336a7d0be3b392a1340838fc56c1f0a486882f945e42a4d2946da6d4218f523155dcb68cdb90a2dd2c285d2577cf7888a37641eca2da58 WHIRLPOOL 799dcfae28af865e1e9d1a9569af6ff78d3a3c929268c24d6b30eeb496b8715aecbf9837021aaafb94054dd1e2f8d1f0b38ef553b4afe896961d24cb8aab330c +MISC ChangeLog 300 SHA256 cfc88bfbbcf2b91ed91c4ad8fa97255c4728c73d552cdf10f9fa54b4835a327e SHA512 65355fa131bebd5b0c4640b6520d6ac4e1a919ca5516352c472abafbcd20028628500bedd515fd3ff4c4bbe882c26840b0638f6a1832b354200c485ad7f553ed WHIRLPOOL 304c2804887e5f574022a09dd10cc83f4a96192b11d081af59d8006cf0774661fb38b27e892054c999946cf53710d3672ffd0675a01d84a3984d49622fa65e23 +MISC metadata.xml 205 SHA256 9fdfc9c91107d94feb8416adc2cec7734fa27084bff83ea859938b3216e028bc SHA512 ef3a39d2cd131cd29451ec2d009484e89b60e8cbeed5fc0f5f899cebb0c5f9867682ce603982e4de32004493944c6ff99a4c797e7ef2441d6049e5a616143a8b WHIRLPOOL 779e2cb116b19389f70acc6d49694358619116f9849f3b8e46f00df4e39b4476424b20990b9dabb4ba16605d1894d6b820eaeb930401d825265bfdca27f6fb96 diff --git a/www-apps/trac-spam-filter/metadata.xml b/www-apps/trac-spam-filter/metadata.xml new file mode 100644 index 00000000..0830b325 --- /dev/null +++ b/www-apps/trac-spam-filter/metadata.xml @@ -0,0 +1,7 @@ + + + + + mario.fetka@gmail.com + + diff --git a/www-apps/trac-spam-filter/trac-spam-filter-0.8.0.ebuild b/www-apps/trac-spam-filter/trac-spam-filter-0.8.0.ebuild new file mode 100644 index 00000000..6a0b238e --- /dev/null +++ b/www-apps/trac-spam-filter/trac-spam-filter-0.8.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac-webadmin/trac-webadmin-0.1.2.ebuild,v 1.4 2007/02/13 20:39:33 corsair Exp $ + +EAPI="2" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" + +inherit distutils subversion + +ESVN_REPO_URI="http://svn.edgewall.org/repos/trac/plugins/1.0/spam-filter/" +DESCRIPTION="A Trac plugin for reject contributions that contain spam." +HOMEPAGE="http://trac.edgewall.org/wiki/SpamFilter" + +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +IUSE="" + +SLOT="0" + +DEPEND="dev-python/setuptools" +RDEPEND=">=www-apps/trac-1.0" + +pkg_postinst() { + distutils_pkg_postinst + elog "To enable the SpamFilter plugin in your Trac environments, you have to add:" + elog " [components]" + elog " tracspamfilter.* = enabled" + elog "to your trac.ini files." + elog + elog "Since version 0.2, the SpamFilter plugin provides integration with WebAdmin" + elog "for configuration, monitoring, and training." +}